diff options
Diffstat (limited to 'experience')
-rw-r--r-- | experience/index.html | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/experience/index.html b/experience/index.html index 3c184cf..49e1b29 100644 --- a/experience/index.html +++ b/experience/index.html @@ -1,9 +1,15 @@ <!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="stylesheet" href="../style.css"> </head> <body> - <span>See <a href="../">the homepage</a> for experience you can play with.</span> + <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> @@ -23,5 +29,6 @@ <li>Web langs (JS, HTML, CSS)</li> <li>C++</li> </ul> + <span class="end">Site made with <3 by <a href="https://github.com/CircleShift/">Kyle Gunger</a></span> </body> </html> |