diff options
author | Vincent Ambo <tazjin@google.com> | 2020-02-09T00·02+0000 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2020-02-09T00·02+0000 |
commit | 75969d886d9a13035d70e3ee3fc25b706b747081 (patch) | |
tree | 1b0adde9cd8954ef666298f200e46577e1b8be38 /web/homepage/header.html | |
parent | 39854d71b2afa5e793acb6a76f30b038bf569cca (diff) |
feat(web/homepage): Add templating for entries on the homepage r/491
Adds the actual insertion of entries into the homepage, subtly colour-coding different types of entries.
Diffstat (limited to 'web/homepage/header.html')
-rw-r--r-- | web/homepage/header.html | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/web/homepage/header.html b/web/homepage/header.html index 832306fae3a4..1f9c262a58e3 100644 --- a/web/homepage/header.html +++ b/web/homepage/header.html @@ -9,7 +9,7 @@ <body class="dark"> <header> <h1> - <a class="unstyled-link" href="/">tazjin's interblag</a> + <a class="interblag-title" href="/">tazjin's interblag</a> </h1> <hr> </header> @@ -25,9 +25,11 @@ internet</a>. </p> <p> - Below you can find a collection of my projects and blog posts. - If you'd like to get in touch about anything, send me a mail at - mail@[this domain] or ping me on IRC or Twitter. + Below is a collection of + my <span class="project">projects</span>, <span class="blog">blog + posts</span> and some <span class="misc">random things</span> by + me or others. If you'd like to get in touch about anything, send + me a mail at mail@[this domain] or ping me on IRC or Twitter. </p> </div> <div class="entry-container"> |