summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--experience/index.html72
-rw-r--r--index.html55
2 files changed, 67 insertions, 60 deletions
diff --git a/experience/index.html b/experience/index.html
index efcc25e..0e9a02b 100644
--- a/experience/index.html
+++ b/experience/index.html
@@ -1,38 +1,44 @@
<!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 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 rel="stylesheet" href="../style.css">
- </head>
- <body>
- <h1>See <a href="../">the homepage</a> for experience you can play with.</h1>
- <h3>Previous internships:</h3>
- <ul>
- <li>NSK Americas<br>Worked on desktop applications in C# as well as command line utilities. Frontend, backend, SQL management. Learned and used box.net and other such APIs.</li>
- </ul>
- <br>
- <h3>Schooling:</h3>
- <ul>
- <li>CSE 260 - Discrete Mathematics for Computer Science</li>
- <li>CSE 232 - Intro to Programming II</li>
- <li>AP Java (High School)</li>
- </ul>
- <br>
- <h3>Programming Languages:</h3>
- <ul>
- <li>Java</li>
- <li>C#</li>
- <li>golang</li>
- <li>Web langs (JS, HTML, CSS)</li>
- <li>C++</li>
- </ul>
- <span class="end">Site made with &lt;3 by <a href="https://github.com/CircleShift/">Kyle Gunger</a></span>
- </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>
+ <h1>See <a href="../">the homepage</a> for experience you can play with.</h1>
+ <h3>Previous internships:</h3>
+ <ul>
+ <li><h4>NSK Americas</h4><br>Worked on desktop applications in C# as well as command line utilities. Frontend, backend, SQL management. Learned and used box.net and other such APIs.</li>
+ </ul>
+ <br>
+ <h3>Schooling:</h3>
+ <ul>
+ <li><h4>College (Michigan State University)</h4></li>
+ <ul>
+ <li>CSE 260 - Discrete Mathematics for Computer Science</li>
+ <li>CSE 232 - Intro to Programming II</li>
+ </ul>
+ <li><h4>High School</h4></li>
+ <ul>
+ <li>AP Java</li>
+ </ul>
+ </ul>
+ <br>
+ <h3>Programming languages I have used:</h3>
+ <ul>
+ <li>Java</li>
+ <li>C#</li>
+ <li>golang</li>
+ <li>Web langs (JS, HTML, CSS)</li>
+ <li>C++</li>
+ </ul>
+ <span class="end">Site made with &lt;3 by <a href="https://github.com/CircleShift/">Kyle Gunger</a></span>
+ </body>
</html>
diff --git a/index.html b/index.html
index f40d5bf..2d5c33c 100644
--- a/index.html
+++ b/index.html
@@ -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>