From e65e44184e1f792c2bad55239e224f82eaa5a353 Mon Sep 17 00:00:00 2001 From: Marc Pervaz Boocha Date: Sun, 7 Apr 2024 22:17:43 +0530 Subject: Corrected minor errors --- _data/metadata.js | 5 +---- _includes/base.html | 4 ++++ about.html | 29 ++++++++++++++++++----------- assets/main.css | 3 +-- 4 files changed, 24 insertions(+), 17 deletions(-) diff --git a/_data/metadata.js b/_data/metadata.js index 3c6c1b8..b8bd04e 100644 --- a/_data/metadata.js +++ b/_data/metadata.js @@ -4,12 +4,9 @@ export default { language: "en-GB", theme: "#8b0000", description: "Messages from root", - feed: { - atom: "/feed", - }, author: { name: "Marc Pervaz Boocha", - email: "mboocha@sudomsg.xyz", + email: "mboocha@sudomsg.com", image: "/public/favicon.svg", url: "/about/#marc-pervaz-boocha" } diff --git a/_includes/base.html b/_includes/base.html index 36d9821..2b22576 100644 --- a/_includes/base.html +++ b/_includes/base.html @@ -25,6 +25,10 @@ {%- css %}{% include "assets/main.css" %}{% endcss %} + + + 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 +} +} ---
-

{{ metadata.author.name }}

+

{{ metadata.author.name }}

I am an analytical and passionate fourth year CHRIST University - 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.

+ itemtype="CollegeOrUniversity" itemscope>CHRIST + University + 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.

Contact Details

diff --git a/assets/main.css b/assets/main.css index be1f030..c1bbd6d 100644 --- a/assets/main.css +++ b/assets/main.css @@ -4,7 +4,7 @@ box-sizing: border-box; } -body { +:root { text-align: justify; } @@ -109,7 +109,6 @@ aside { @media (max-width: 30rem) { - .side, aside { margin: inherit; max-width: 100%; -- cgit v1.2.3-70-g09d2