diff --git a/resume/nicethings_icons_readme.txt b/resume/nicethings_icons_readme.txt deleted file mode 100644 index 30f41fb..0000000 --- a/resume/nicethings_icons_readme.txt +++ /dev/null @@ -1,18 +0,0 @@ ------------------- -Freebie: Nice Things Icon Set (128 Icons, PNG, AI) -Designed by Chris Behr (http://www.chrisbehr.com/) and released for Smashing Magazine and its readers. ------------------- - -Dear Friends, - -Thank you for downloading this icon set! - -This freebie has been brought to you by SmashingMagazine.com. You can freely use it for both your private and commercial projects, including software, online services, templates and themes. - -However, the icons may not be resold, sublicensed, rented, transferred or otherwise made available for use. The icons may not be offered for free downloading from websites other than SmashingMagazine.com. - -Please link to the article in which this freebie was released if you would like to spread the word: http://www.smashingmagazine.com/2013/11/01/freebie-nice-things-icon-set/ - -Smashing Magazine Team, -www.smashingmagazine.com - diff --git a/site/public/favicon.ico b/site/public/favicon.ico index a11777c..55d7672 100644 Binary files a/site/public/favicon.ico and b/site/public/favicon.ico differ diff --git a/site/public/index.html b/site/public/index.html index aa069f2..2717965 100644 --- a/site/public/index.html +++ b/site/public/index.html @@ -6,10 +6,9 @@ - - React App + Simonson - Portfolio
- diff --git a/site/public/logo192.png b/site/public/logo192.png deleted file mode 100644 index fc44b0a..0000000 Binary files a/site/public/logo192.png and /dev/null differ diff --git a/site/public/logo512.png b/site/public/logo512.png deleted file mode 100644 index a4e47a6..0000000 Binary files a/site/public/logo512.png and /dev/null differ diff --git a/site/src/App.css b/site/src/App.css index 9eeb384..673d6cf 100644 --- a/site/src/App.css +++ b/site/src/App.css @@ -8,12 +8,11 @@ h1, h2 { font-family: "Roboto Condensed",sans-serif; color: #1f1f1f; } -h1{ - font-size: 3rem; -} .header h1{ display: inline-block; margin-bottom: 0px; + margin-top: 2vmin; + font-size: 6vmin; } .header{ margin-bottom: 0px; @@ -25,51 +24,55 @@ h1{ left: 0; } .socials{ - display: block; + display: inline; float: right; + margin: 0px; } .socials img{ - display:inline; - height: 40px; + margin: .5vmin; + margin-top: 2vmin; + height: 6vmin; } .navBar li{ - display: inline-block; - margin-bottom: 40px; - padding: 0px; + display: inline; background-color: rgb(156,49,45,.5); - border-top: 3px black solid; - border-bottom: 3px black solid; - border-right: 3px black solid; + border-top: .5vmin black solid; + border-bottom: .5vmin black solid; + border-right: .5vmin black solid; + font-size: 4vmin; } .navBar li:hover{ background-color: rgb(156,49,45,.8); } .navBar li:first-child{ - border-left: 3px black solid; + border-left: .5vmin black solid; } .navBar li a{ color: white; - padding: 40px; - line-height: 30px; + padding: 3vmax; + line-height: 1.2vmax; } .navBar{ margin-bottom: 0px; -} -.spacer{ - margin-bottom:10em; + padding-left: 0px; } .foreground{ position:absolute; + margin-top: 13vmin; margin-left: -10px; padding-left: 10px; width:100%; background-color: rgb(156,49,45,.5); } -img{ - margin: 10px; +.foreground p{ + max-width: 1000px; +} +h2{ + font-size: calc(4vmin + 7px); } p{ color: #ffffff; + font-size: calc(3vmin + 3px); } a { color: #a0a0a0a0; diff --git a/site/src/App.js b/site/src/App.js index 72d1173..0aaed1c 100644 --- a/site/src/App.js +++ b/site/src/App.js @@ -16,7 +16,6 @@ function App() { Projects -
diff --git a/site/src/componets/Socials.js b/site/src/componets/Socials.js index 674ac91..741a8ef 100644 --- a/site/src/componets/Socials.js +++ b/site/src/componets/Socials.js @@ -7,7 +7,7 @@ import email from '../assets/email.svg' export default function Socials(){ return( -