diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2021-10-30 14:48:49 -0400 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2021-10-30 14:48:49 -0400 |
commit | 7e08c2f8aaa0c6d7c02f22e3cfd22a15a32a1766 (patch) | |
tree | d60ba986f4562c2fd8c906b65b7e07e0ee82b225 /index.html | |
parent | e9070bf5d43b861fb48c214cb0ebd0ebe603fb62 (diff) |
General update
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 55 |
1 files changed, 28 insertions, 27 deletions
@@ -1,33 +1,34 @@ <!Doctype HTML> <html> - <head> - <meta name="viewport" content="width=device-width,initial-scale=1"> - <meta charset="utf-8"> + <head> + <meta name="viewport" content="width=device-width,initial-scale=1"> + <meta charset="utf-8"> - <link href="https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap" rel="stylesheet"> - - <link rel="shortcut icon" href="favicon.ico" type="image/x-icon"> - <link rel="icon" href="favicon.ico" type="image/x-icon"> + <link href="https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap" rel="stylesheet"> - <link rel="stylesheet" href="style.css"> - </head> - - <body> - <div class="content"> - <h1>Welcome to <a href="https://github.com/CircleShift/">Kyle Gunger's</a> personal site</h1> - <p>This site is both a portfolio and a collection of apps I publish for your enjoyment. Take your shoes off and stay a while!</p> - <h3><a href="experience/">Previous experience</a></h3> - <span style="display: block;">Some projects, in no particular order:</span> - <ul> - <li><h3>Web-hosted projects:</h3></li> - <li><a href="WebCards/">WebCards (PRE-ALPHA)</a></li> - <li><a href="Mines/">A clone of Minesw**per</a></li> - <li><h3>Download and enjoy:</h3></li> - <li><a href="https://ccgkyle.itch.io/">My itch.io</a></li> - <li><a href="https://github.com/CircleShift/TransitAPI">My Minecraft TransitAPI</a></li> - </ul> - <span class="end">Full website will be up soon at <a href="https://cshift.net">cshift.net</a></span> - </div> - </body> + <link rel="shortcut icon" href="favicon.ico" type="image/x-icon"> + <link rel="icon" href="favicon.ico" type="image/x-icon"> + + <link rel="stylesheet" href="style.css"> + </head> + + <body> + <div class="content"> + <h1>Welcome to <a href="https://github.com/CircleShift/">Kyle Gunger's</a> personal site</h1> + <p>This site is both a portfolio and a collection of apps I publish for your enjoyment. Take your shoes off and stay a while!</p> + <h3><a href="experience/">Previous experience</a></h3> + <span style="display: block;">Some projects, in no particular order:</span> + <ul> + <li><h3>Web-hosted projects:</h3></li> + <li><a href="WebCards/">WebCards (PRE-ALPHA)</a></li> + <li><a href="Mines/">A clone of Minesw**per</a></li> + <li><h3>Download:</h3></li> + <li><a href="https://github.com/CircleShift/tnsl-parse">A parser for the TNSL programming language</a></li> + <li><a href="https://ccgkyle.itch.io/">My itch.io</a></li> + <li><a href="https://github.com/CircleShift/TransitAPI">My Minecraft TransitAPI</a></li> + </ul> + <span class="end">Full website will be up soon at <a href="https://cshift.net">cshift.net</a></span> + </div> + </body> </html> |