diff --git a/contact.html b/contact.html index e69de29..29aef0e 100644 --- a/contact.html +++ b/contact.html @@ -0,0 +1,18 @@ + + + + + My website + + + +
+ +
+ + \ No newline at end of file diff --git a/index.html b/index.html index ec77b86..0a97ea5 100644 --- a/index.html +++ b/index.html @@ -8,11 +8,19 @@
+

ABOUT ME

+

+ I'm an undergraduate Computer Science student at the + University of Michigan in Ann Arbor, with a passion for + software engineering and networking. I particularly + enjoy the problem solving aspects, especially after + solving an issue that has been giving me trouble. +

\ No newline at end of file diff --git a/projects.html b/projects.html index e69de29..20b0398 100644 --- a/projects.html +++ b/projects.html @@ -0,0 +1,18 @@ + + + + + My website + + + +
+ +
+ + \ No newline at end of file diff --git a/resume.html b/resume.html index e69de29..17aa9f5 100644 --- a/resume.html +++ b/resume.html @@ -0,0 +1,18 @@ + + + + + My website + + + +
+ +
+ + \ No newline at end of file diff --git a/style.css b/style.css index 539718e..a4be95a 100644 --- a/style.css +++ b/style.css @@ -11,10 +11,12 @@ body { .topnav { background-color: #222; overflow: hidden; - margin: 0px; - position: fixed; + margin: 0; + position: sticky; top: 0; + height: 6vh; width: 100%; + line-height: 6vh; } .topnav ul { @@ -32,9 +34,11 @@ body { float: right; color: aliceblue; text-align: center; - padding: 14px 16px; + padding: 1.75vh 1.5vw; text-decoration: none; font-size: medium; + margin: 0; + height: 6vh; } .topnav a:hover {