summaryrefslogtreecommitdiff
path: root/public/index.html
blob: 6d1feb8bb74f8c674925d98479dbef5949106181 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Shipwreckt</title>
    <link rel="stylesheet" href="styles.css">
    <link rel="icon" href="Images/favi.png" type="image/x-icon">
</head>
<body>
    <header>
        <nav>
            <ul>
                <li><a href="index.html">Home</a></li>
                <li><a href="links.html">Links</a></li>
                <li class="logo"><a href="index.html"><img src="Images/misc/logo.png" alt="Logo"></a></li>
                <li><a href="projects.html">Projects</a></li>
                <li><a href="contact.html">Contact</a></li>
            </ul>
        </nav>
    </header>
    <main class="description">
        <p>
        Hello there, I am Shipwreckt a teenager from the UK. If you cannot tell I like to program and I am currently learning the C programming language and diffrent algerithems.</p>
        <p><a href=about/software>Software</a> and <a href=about/hardware>hardware</a> that I use</p>
        <section class="posts">
            <h2>Posts</h2>
            <ul>
                <li>19-07-2024 - <a href="posts/2Summer">Summer Holiday!</a></li>
                <li>13-07-2024 - <a href="posts/1dwm">Switching to DWM</a></li>
                <li>10-06-2024 - <a href="posts/0learningC">Learning the C programming language</a></li>
            </ul>
        </section>
        <section class="posts">
          <h2>Articals</h2>
            <ul>
                <li>30-05-2024 - <a href="articals/0How_To_Stay_Safe_Online">How to stay safe online</a></li>
            </ul>
        </section>
    </main>
</body>
</html>