summaryrefslogtreecommitdiff
path: root/experience/index.html
blob: efcc25e1b7080e02a28eb6b31ee462fe6d47385d (plain)
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
<!DOCTYPE html>
<html>
  <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 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>
</html>