summaryrefslogblamecommitdiffstats
path: root/index.html
blob: 06ea24a3c618bda9e4573118144be6c20b6a7935 (plain) (tree)
1
2
3
4
5
6
7
8
               
      

                               
 


                                            












                                                                                                                                                                               
               




                                                                         
                

              
 


                                                                                            



                                                                                                            
              
          
       
       
<!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>