aboutsummaryrefslogtreecommitdiff
path: root/index.html
blob: f464e4d5c6287e85d1d3631f8aaaed797c45f077 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>

<html>
    <head>
        <title>cacharle</title>
        <link rel="stylesheet" type="text/css" href="style.css"/>
        <meta charset="utf-8"/>
    </head>

    <body><div id="page-wrapper">
        <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>Links</h2>
        <li><a href="https://github.com/cacharle">github</a></li>
        <li><a href="https://git.cacharle.xyz">my git server</a></li>
    </div></body>
</html>