diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2020-12-07 19:00:22 +0100 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2020-12-07 19:00:22 +0100 |
| commit | 79ba13526377b1d3e3892f8a0e8bee6d70c24131 (patch) | |
| tree | ca95767b2dc91bcab254f3ab4c18c64cfd29bd2a /index.template.html | |
| parent | a99bb277d0af755215bb6fc2c0c6eebdafd15285 (diff) | |
| download | cacharle.xyz-79ba13526377b1d3e3892f8a0e8bee6d70c24131.tar.gz cacharle.xyz-79ba13526377b1d3e3892f8a0e8bee6d70c24131.tar.bz2 cacharle.xyz-79ba13526377b1d3e3892f8a0e8bee6d70c24131.zip | |
Added slogan
Diffstat (limited to 'index.template.html')
| -rw-r--r-- | index.template.html | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/index.template.html b/index.template.html index 1153c73..13c0fb1 100644 --- a/index.template.html +++ b/index.template.html @@ -1,5 +1,14 @@ <h1 id="site-title">cacharle</h1> +<div class="slogan"> + <div class="slogan-row"> + <div>k</div><div>e</div><div>y</div><div>b</div><div>o</div><div>a</div><div>r</div><div>d</div> + </div> + <div class="slogan-row"> + <div>a</div><div>n</div><div>i</div><div>m</div><div>a</div><div>l</div> + </div> +</div> + <div class="links"> <a class="links-item"title="Email me" href="mailto:me@cacharle.xyz"> <img alt="Email" src="static/img/email.png"/></a> @@ -19,11 +28,11 @@ <h2>Blog posts</h2> <ul> - <!-- BLOGINDEX --> + <!-- BLOGINDEX --> </ul> <h2>Utilities</h2> <ul> - <!-- <li><a href="https://chat.cacharle.xyz">chat</a></li> --> - <!-- UTILSINDEX --> + <!-- <li><a href="https://chat.cacharle.xyz">chat</a></li> --> + <!-- UTILSINDEX --> </ul> |
