aboutsummaryrefslogtreecommitdiff
path: root/index.template.html
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2020-12-07 05:08:54 +0100
committerCharles Cabergs <me@cacharle.xyz>2020-12-07 05:08:54 +0100
commit15c7a862bcf83aad0a369c84a0cb9cc323b64c47 (patch)
treea4f4bb97b89d81a597f444d23ed64b4c91dd81b2 /index.template.html
parent4fb46cd35fcd929136ae44e4f31f489c361b5282 (diff)
downloadcacharle.xyz-15c7a862bcf83aad0a369c84a0cb9cc323b64c47.tar.gz
cacharle.xyz-15c7a862bcf83aad0a369c84a0cb9cc323b64c47.tar.bz2
cacharle.xyz-15c7a862bcf83aad0a369c84a0cb9cc323b64c47.zip
Updated topbar, Added links icons, Added big title
Diffstat (limited to 'index.template.html')
-rw-r--r--index.template.html27
1 files changed, 15 insertions, 12 deletions
diff --git a/index.template.html b/index.template.html
index 3a2faa8..1153c73 100644
--- a/index.template.html
+++ b/index.template.html
@@ -1,10 +1,19 @@
-<h1 id="site-title">Charles's website</h1>
+<h1 id="site-title">cacharle</h1>
-
-<h2>About me</h2>
-<p>I'm a computer science student currently at <a href="https://www.s19.be/">s19</a>, a summary of my progress can be found <a href="school.html">here</a></p>
-<p>This site is an experiment to host some of the services I use every day like a mail server and a <a href="https://git.cacharle.xyz">git server</a> and becoming more independant in general.</p>
-<p>Inspired by a serie of <a href="https://www.youtube.com/watch?v=bdKZVIGRAKQ&list=PL-p5XmQHB_JRRnoQyjOfioJdDmu87DIJc">videos</a> posted by <a href="https://lukesmith.xyz">Luke Smith</a>.</p>
+<div class="links">
+ <a class="links-item"title="Email me" href="mailto:me@cacharle.xyz">
+ <img alt="Email" src="static/img/email.png"/></a>
+ <a class="links-item" title="RSS feed" href="rss.xml">
+ <img alt="rss" src="static/img/rss.png"/></a>
+ <a class="links-item" title="github" href="https://github.com/cacharle">
+ <img alt="github" src="static/img/github.png"/></a>
+ <a class="links-item" title="git server" href="https://git.cacharle.xyz">
+ <img alt="git" src="static/img/git.png"/></a>
+ <a class="links-item" title="searx search" href="https://searx.cacharle.xyz">
+ <img alt="searx" src="static/img/searx.png"/></a>
+ <a class="links-item"title="GPG public key" href="charlescabergspublic.gpg">
+ <img alt="GPG public key" src="static/img/key.png"/></a>
+</div>
<hr/>
@@ -18,9 +27,3 @@
<!-- <li><a href="https://chat.cacharle.xyz">chat</a></li> -->
<!-- UTILSINDEX -->
</ul>
-
-<h2>Links</h2>
-<ul>
- <li><a href="https://github.com/cacharle">github</a></li>
- <li><a href="charlescabergspublic.gpg">GPG public key</a></li>
-</ul>