summaryrefslogtreecommitdiff
path: root/experience
diff options
context:
space:
mode:
Diffstat (limited to 'experience')
-rw-r--r--experience/index.html72
1 files changed, 39 insertions, 33 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>