diff options
author | Marc Pervaz Boocha <mboocha@sudomsg.xyz> | 2024-04-07 19:43:04 +0530 |
---|---|---|
committer | Marc Pervaz Boocha <mboocha@sudomsg.xyz> | 2024-04-07 19:43:04 +0530 |
commit | 900a707fdcb04e5739126ec2509fdc39fee7491c (patch) | |
tree | 427c9155bcbcca013f4c352888d8d88984e4e027 /about.html | |
parent | 0.5.1 (diff) | |
download | sudomsg-900a707fdcb04e5739126ec2509fdc39fee7491c.tar sudomsg-900a707fdcb04e5739126ec2509fdc39fee7491c.tar.gz sudomsg-900a707fdcb04e5739126ec2509fdc39fee7491c.tar.bz2 sudomsg-900a707fdcb04e5739126ec2509fdc39fee7491c.tar.lz sudomsg-900a707fdcb04e5739126ec2509fdc39fee7491c.tar.xz sudomsg-900a707fdcb04e5739126ec2509fdc39fee7491c.tar.zst sudomsg-900a707fdcb04e5739126ec2509fdc39fee7491c.zip |
Rewrote Site in 11ty
Still need to Update the content
Diffstat (limited to 'about.html')
-rw-r--r-- | about.html | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/about.html b/about.html new file mode 100644 index 0000000..0c1c388 --- /dev/null +++ b/about.html @@ -0,0 +1,23 @@ +--- +layout: page.html +title: About Me +eleventyNavigation: + key: About Me + order: 3 +--- +<div itemscope itemtype="Person"> + <section> + <h2 itemprop="name" >{{ 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> + <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> + </ul> + </section> +</div> |