diff --git a/css/home.css b/css/home.css index b881a68..b7c4c8d 100644 --- a/css/home.css +++ b/css/home.css @@ -9,6 +9,9 @@ html /* NAVIGATION BAR */ .nav_bar { + padding-top: 1rem; + padding-left: .5rem; + padding-right: .5rem; display: flex; height: 30%; width: 100vw; @@ -21,7 +24,14 @@ html gap: 10px; } -.nav_left_item +.nav_right_item { - + background: none; + border: 0px; +} + +.nav_right_item > img +{ + min-height: 60px; + min-width: 60px; } diff --git a/html/.home.html.swp b/html/.home.html.swp index 06bcd1b..ffa13e8 100644 Binary files a/html/.home.html.swp and b/html/.home.html.swp differ diff --git a/html/home.html b/html/home.html index aa1d241..96394b9 100644 --- a/html/home.html +++ b/html/home.html @@ -19,46 +19,10 @@ id="nav_left_holder" class="nav_left_holder" > - + + + - - - - - - - - @@ -122,7 +74,15 @@
+ id=#card_container + > + + diff --git a/img/contact.svg b/img/contact.svg new file mode 100644 index 0000000..e2ffc25 --- /dev/null +++ b/img/contact.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/img/resume.svg b/img/resume.svg new file mode 100644 index 0000000..cb9baec --- /dev/null +++ b/img/resume.svg @@ -0,0 +1 @@ +PROFILE \ No newline at end of file