diff options
-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> |