aboutsummaryrefslogtreecommitdiffstats
path: root/src/about.html
diff options
context:
space:
mode:
author2024-06-24 13:36:19 +0530
committer2024-06-24 13:38:02 +0530
commit828b9b153804a0f590522d1f0df0db4eb00e3ed0 (patch)
tree634c1c85356eb40920c85600b4f3785456859266 /src/about.html
parentCI: Fixed CI (diff)
downloadsudomsg-828b9b153804a0f590522d1f0df0db4eb00e3ed0.tar
sudomsg-828b9b153804a0f590522d1f0df0db4eb00e3ed0.tar.gz
sudomsg-828b9b153804a0f590522d1f0df0db4eb00e3ed0.tar.bz2
sudomsg-828b9b153804a0f590522d1f0df0db4eb00e3ed0.tar.lz
sudomsg-828b9b153804a0f590522d1f0df0db4eb00e3ed0.tar.xz
sudomsg-828b9b153804a0f590522d1f0df0db4eb00e3ed0.tar.zst
sudomsg-828b9b153804a0f590522d1f0df0db4eb00e3ed0.zip
Rearranged the project layout
Diffstat (limited to 'src/about.html')
-rw-r--r--src/about.html35
1 files changed, 35 insertions, 0 deletions
diff --git a/src/about.html b/src/about.html
new file mode 100644
index 0000000..264d8a6
--- /dev/null
+++ b/src/about.html
@@ -0,0 +1,35 @@
+---json
+{
+"layout": "page",
+"title": "About Me",
+"eleventyNavigation":{
+"key": "About Me",
+"order": 3
+}
+}
+---
+
+<div itemscope :itemtype="schema('ProfilePage')">
+ <section itemprop="mainEntity" itemscope :itemtype="schema('Person')">
+ <h2 itemprop="name" :id="slugify(metadata.author.name)" @content="metadata.author.name">Marc</h2>
+ <aside><img itemprop="image" alt="A Photo of me" :src="metadata.author.image"></aside>
+ <div itemprop="description">
+ Likes to create programs. Loves to be updated on the latest news and in General
+ Knowledge.
+ </div>
+ <div>
+ <h3>Personal Information</h3>
+ <p>Working: <span itemprop="memberof">Qburst</span></p>
+ <p>Lives in: <span itemprop="address">Bangalore</span></p>
+ </div>
+ <div>
+ <h3>Contact Details</h3>
+ <ul>
+ <li><a href="mailto:mboocha@sudomsg.com" itemprop="email">Email</a></li>
+ <li><a href="https://github.com/marcthe12" itemprop="sameas">Github</a></li>
+ <li><a href="https://www.linkedin.com/in/marc-pervaz-boocha-200706236/"
+ itemprop="sameas">LinkedIn</a></li>
+ </ul>
+ </div>
+</div>
+</div>