aboutsummaryrefslogtreecommitdiffstats
path: root/src/about.html
diff options
context:
space:
mode:
author2024-12-15 14:34:00 +0530
committer2024-12-15 14:34:00 +0530
commite1634059a75054c8f7dcc5ece66d1222fb18597c (patch)
tree4b58bae881fb11c649f97f91ace6c6f96ab93a25 /src/about.html
parentDeal with inaccesible public dir and missing sitemap (diff)
downloadsudomsg-e1634059a75054c8f7dcc5ece66d1222fb18597c.tar
sudomsg-e1634059a75054c8f7dcc5ece66d1222fb18597c.tar.gz
sudomsg-e1634059a75054c8f7dcc5ece66d1222fb18597c.tar.bz2
sudomsg-e1634059a75054c8f7dcc5ece66d1222fb18597c.tar.lz
sudomsg-e1634059a75054c8f7dcc5ece66d1222fb18597c.tar.xz
sudomsg-e1634059a75054c8f7dcc5ece66d1222fb18597c.tar.zst
sudomsg-e1634059a75054c8f7dcc5ece66d1222fb18597c.zip
Updated deps
Diffstat (limited to 'src/about.html')
-rw-r--r--src/about.html14
1 files changed, 2 insertions, 12 deletions
diff --git a/src/about.html b/src/about.html
index a940600..5a40cfc 100644
--- a/src/about.html
+++ b/src/about.html
@@ -1,14 +1,3 @@
----json
-{
-"layout": "page",
-"title": "About Me",
-"eleventyNavigation":{
-"key": "About Me",
-"order": 3
-}
-}
----
-
<div itemscope :itemtype="schema('ProfilePage')">
<section itemprop="mainEntity" itemscope :itemtype="schema('Person')">
<aside><img itemprop="image" alt="A Photo of me" :src="metadata.author.image"></aside>
@@ -28,7 +17,8 @@
<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>
+ itemprop="sameas">LinkedIn</a>
+ </li>
</ul>
</div>
</div>