diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2021-02-19 02:09:59 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-19 02:09:59 -0500 |
commit | 79cbc500d69e2cbc72f4e9e4d308169679509f4c (patch) | |
tree | 75ff3af9de4a71fc0e96bdf88caaea8b67b88f2d /experience/index.html | |
parent | a2c9c113a680f344269a344c4272b112a0a60f61 (diff) |
Update index.html
Diffstat (limited to 'experience/index.html')
-rw-r--r-- | experience/index.html | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/experience/index.html b/experience/index.html index 9af2bad..3c184cf 100644 --- a/experience/index.html +++ b/experience/index.html @@ -3,6 +3,25 @@ <head> </head> <body> - Under construction + <span>See <a href="../">the homepage</a> for experience you can play with.</span> + <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 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> </body> </html> |