summaryrefslogtreecommitdiffstats
path: root/index.html
blob: 06ea24a3c618bda9e4573118144be6c20b6a7935 (plain) (blame)
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
<!DOCTYPE html>
<html>
<head>
    <title>Jon Santmyer</title>

    <link rel="stylesheet" href="style.css">
</head>
<body>
    <div class="window">
        <div class="window-title"><h2 style="padding: 0px; margin: 0px;">Jon Santmyer Dot Com</h2></div>
        <div class="window-content">
            <p>This website is intended to hold documentation information about some of the projects I've been working on for the past few years. Feel free to look around.</p>
            <p>I work on small libraries and system utilites for fun, with the occasional half-baked game idea</p>
            <p>If you want to look at any of them, use the git server link below, or check out the project-specific pages below.</p>
        </div>
        <div class="window-seperator"></div>
        <div class="window-content" style="text-align: center">
            <a class="link-button" href="https://git.jonsantmyer.com">Git Server</a>
            <a class="link-button" href="https://git.jonsantmyer.com/website">Site Source</a>
        </div>
        <div class="window-content">
            <p>
                I use 
                <a href="https://nixos.org/">NixOS</a>
                 on all my systems with 
                <a href="https://git.jonsantmyer.com/nix-config">this</a>
                 config
            </p>
        </div>
    </div>

    <div class="window">
        <div class="window-title"><h2 style="padding: 0px; margin: 0px;">Projects</h2></div>
        <div class="window-content">
            <div>
                <a class="link-button" href="projects/learning-rust">Learning Rust</a>
                <p style="display: inline-block"> : Figuring out Rust in the best possible way: using it</p>
            </div>
        </div>
    </div>
</body>
</html>