summaryrefslogtreecommitdiffstats
path: root/about.html
diff options
context:
space:
mode:
author2024-04-07 22:17:43 +0530
committer2024-04-07 22:17:43 +0530
commite65e44184e1f792c2bad55239e224f82eaa5a353 (patch)
tree2642c28a6ba8952cf8e97543ccf9f2e8e12f6cd9 /about.html
parent0.6.0 (diff)
downloadsudomsg-e65e44184e1f792c2bad55239e224f82eaa5a353.tar
sudomsg-e65e44184e1f792c2bad55239e224f82eaa5a353.tar.gz
sudomsg-e65e44184e1f792c2bad55239e224f82eaa5a353.tar.bz2
sudomsg-e65e44184e1f792c2bad55239e224f82eaa5a353.tar.lz
sudomsg-e65e44184e1f792c2bad55239e224f82eaa5a353.tar.xz
sudomsg-e65e44184e1f792c2bad55239e224f82eaa5a353.tar.zst
sudomsg-e65e44184e1f792c2bad55239e224f82eaa5a353.zip
Corrected minor errors
Diffstat (limited to 'about.html')
-rw-r--r--about.html29
1 files changed, 18 insertions, 11 deletions
diff --git a/about.html b/about.html
index 0c1c388..8db85e6 100644
--- a/about.html
+++ b/about.html
@@ -1,23 +1,30 @@
----
-layout: page.html
-title: About Me
-eleventyNavigation:
- key: About Me
- order: 3
+---json
+{
+"layout": "page.html",
+"title": "About Me",
+"eleventyNavigation":{
+"key": "About Me",
+"order": 3
+}
+}
---
<div itemscope itemtype="Person">
<section>
- <h2 itemprop="name" >{{ metadata.author.name }}</h2>
+ <h2 itemprop="name" id="{{ metadata.author.name | slugify }}">{{ metadata.author.name }}</h2>
<aside><img itemprop="image" alt="A Photo of me" src="{{metadata.author.image}}"></aside>
<p itemprop="description">I am an analytical and passionate fourth year <span itemprop="affiliation"
- itemtype="CollegeOrUniversity" itemscope><span itemprop="name">CHRIST University</span></span>
- student pursuing B. Tech in Computer Engineering in Bengaluru. I am eager to further my knowledge,
- develop my skills and gain experience to convert my interest in computers into a fulfilling career.</p>
+ itemtype="CollegeOrUniversity" itemscope><span itemprop="name">CHRIST
+ University</span></span>
+ student pursuing B. Tech in Computer Engineering in Bengaluru. I am eager to further my
+ knowledge,
+ develop my skills and gain experience to convert my interest in computers into a fulfilling
+ career.</p>
<p>Contact Details</p>
<ul>
<li><a href="mailto:{{metadata.author.email}}" 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>
+ <li><a href="https://www.linkedin.com/in/marc-pervaz-boocha-200706236/"
+ itemprop"sameas">LinkedIn</a></li>
</ul>
</section>
</div>