aboutsummaryrefslogtreecommitdiff
path: root/index.template.html
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2020-11-24 12:10:40 +0100
committerCharles Cabergs <me@cacharle.xyz>2020-11-24 12:10:40 +0100
commit3ebcd66cd17741ec7dc7793f9f0121e2ee025fdf (patch)
treef85c1cecd09cb360cd5625765703dafb7e04555c /index.template.html
parent9d2c650d7cadf57ecef3d5a1d39f5f98e298ec64 (diff)
downloadcacharle.xyz-3ebcd66cd17741ec7dc7793f9f0121e2ee025fdf.tar.gz
cacharle.xyz-3ebcd66cd17741ec7dc7793f9f0121e2ee025fdf.tar.bz2
cacharle.xyz-3ebcd66cd17741ec7dc7793f9f0121e2ee025fdf.zip
Fixing templating (without ejs)
Diffstat (limited to 'index.template.html')
-rw-r--r--index.template.html26
1 files changed, 26 insertions, 0 deletions
diff --git a/index.template.html b/index.template.html
new file mode 100644
index 0000000..4055ddb
--- /dev/null
+++ b/index.template.html
@@ -0,0 +1,26 @@
+<h1>Charles's website</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>
+
+<h2>Blog articles</h2>
+<ul>
+ <!-- BLOGINDEX -->
+</ul>
+
+<h2>Utils</h2>
+<ul>
+ <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="https://git.cacharle.xyz">git server</a></li>
+ <li><a href="charlescabergspublic.gpg">GPG public key</a></li>
+</ul>
+
+<p>The style sheet used for this site can be found <a href="https://github.com/markdowncss/retro">here</a>.</p>