aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
author2024-08-02 23:16:18 +0530
committer2024-09-07 12:44:57 +0530
commit4163d22ad40e32ac19ac4aa30492a84e40edd622 (patch)
treece4b909beb442b52e4bce22b5f18776eaa1d301a /src
parentUpdated Deps (diff)
downloadsudomsg-4163d22ad40e32ac19ac4aa30492a84e40edd622.tar
sudomsg-4163d22ad40e32ac19ac4aa30492a84e40edd622.tar.gz
sudomsg-4163d22ad40e32ac19ac4aa30492a84e40edd622.tar.bz2
sudomsg-4163d22ad40e32ac19ac4aa30492a84e40edd622.tar.lz
sudomsg-4163d22ad40e32ac19ac4aa30492a84e40edd622.tar.xz
sudomsg-4163d22ad40e32ac19ac4aa30492a84e40edd622.tar.zst
sudomsg-4163d22ad40e32ac19ac4aa30492a84e40edd622.zip
Added Profile and fixed style
Diffstat (limited to 'src')
-rw-r--r--src/about.html2
-rw-r--r--src/public/profile.jpgbin0 -> 7401478 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/src/about.html b/src/about.html
index 264d8a6..a940600 100644
--- a/src/about.html
+++ b/src/about.html
@@ -11,8 +11,8 @@
<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>
+ <h2 itemprop="name" @text="metadata.author.name"></h2>
<div itemprop="description">
Likes to create programs. Loves to be updated on the latest news and in General
Knowledge.
diff --git a/src/public/profile.jpg b/src/public/profile.jpg
new file mode 100644
index 0000000..b180c73
--- /dev/null
+++ b/src/public/profile.jpg
Binary files differ