mirror of
https://github.com/asimonson1125/asimonson1125.github.io.git
synced 2026-02-25 05:09:49 -06:00
resizing changes
This commit is contained in:
@@ -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
|
|
||||||
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 97 KiB |
@@ -6,10 +6,9 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<meta name="theme-color" content="#000000" />
|
<meta name="theme-color" content="#000000" />
|
||||||
<meta
|
<meta
|
||||||
name="description"
|
name="Simonson - Portfolio"
|
||||||
content="Web site created using create-react-app"
|
content="Digital portfolio of Andrew Simonson"
|
||||||
/>
|
/>
|
||||||
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
|
|
||||||
<!--
|
<!--
|
||||||
manifest.json provides metadata used when your web app is installed on a
|
manifest.json provides metadata used when your web app is installed on a
|
||||||
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
|
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
|
||||||
@@ -24,20 +23,10 @@
|
|||||||
work correctly both with client-side routing and a non-root public URL.
|
work correctly both with client-side routing and a non-root public URL.
|
||||||
Learn how to configure a non-root public URL by running `npm run build`.
|
Learn how to configure a non-root public URL by running `npm run build`.
|
||||||
-->
|
-->
|
||||||
<title>React App</title>
|
<title>Simonson - Portfolio</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||||
<div id="root"></div>
|
<div id="root"></div>
|
||||||
<!--
|
|
||||||
This HTML file is a template.
|
|
||||||
If you open it directly in the browser, you will see an empty page.
|
|
||||||
|
|
||||||
You can add webfonts, meta tags, or analytics to this file.
|
|
||||||
The build step will place the bundled scripts into the <body> tag.
|
|
||||||
|
|
||||||
To begin the development, run `npm start` or `yarn start`.
|
|
||||||
To create a production bundle, use `npm run build` or `yarn build`.
|
|
||||||
-->
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 5.2 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 9.4 KiB |
@@ -8,12 +8,11 @@ h1, h2 {
|
|||||||
font-family: "Roboto Condensed",sans-serif;
|
font-family: "Roboto Condensed",sans-serif;
|
||||||
color: #1f1f1f;
|
color: #1f1f1f;
|
||||||
}
|
}
|
||||||
h1{
|
|
||||||
font-size: 3rem;
|
|
||||||
}
|
|
||||||
.header h1{
|
.header h1{
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin-bottom: 0px;
|
margin-bottom: 0px;
|
||||||
|
margin-top: 2vmin;
|
||||||
|
font-size: 6vmin;
|
||||||
}
|
}
|
||||||
.header{
|
.header{
|
||||||
margin-bottom: 0px;
|
margin-bottom: 0px;
|
||||||
@@ -25,51 +24,55 @@ h1{
|
|||||||
left: 0;
|
left: 0;
|
||||||
}
|
}
|
||||||
.socials{
|
.socials{
|
||||||
display: block;
|
display: inline;
|
||||||
float: right;
|
float: right;
|
||||||
|
margin: 0px;
|
||||||
}
|
}
|
||||||
.socials img{
|
.socials img{
|
||||||
display:inline;
|
margin: .5vmin;
|
||||||
height: 40px;
|
margin-top: 2vmin;
|
||||||
|
height: 6vmin;
|
||||||
}
|
}
|
||||||
.navBar li{
|
.navBar li{
|
||||||
display: inline-block;
|
display: inline;
|
||||||
margin-bottom: 40px;
|
|
||||||
padding: 0px;
|
|
||||||
background-color: rgb(156,49,45,.5);
|
background-color: rgb(156,49,45,.5);
|
||||||
border-top: 3px black solid;
|
border-top: .5vmin black solid;
|
||||||
border-bottom: 3px black solid;
|
border-bottom: .5vmin black solid;
|
||||||
border-right: 3px black solid;
|
border-right: .5vmin black solid;
|
||||||
|
font-size: 4vmin;
|
||||||
}
|
}
|
||||||
.navBar li:hover{
|
.navBar li:hover{
|
||||||
background-color: rgb(156,49,45,.8);
|
background-color: rgb(156,49,45,.8);
|
||||||
}
|
}
|
||||||
.navBar li:first-child{
|
.navBar li:first-child{
|
||||||
border-left: 3px black solid;
|
border-left: .5vmin black solid;
|
||||||
}
|
}
|
||||||
.navBar li a{
|
.navBar li a{
|
||||||
color: white;
|
color: white;
|
||||||
padding: 40px;
|
padding: 3vmax;
|
||||||
line-height: 30px;
|
line-height: 1.2vmax;
|
||||||
}
|
}
|
||||||
.navBar{
|
.navBar{
|
||||||
margin-bottom: 0px;
|
margin-bottom: 0px;
|
||||||
}
|
padding-left: 0px;
|
||||||
.spacer{
|
|
||||||
margin-bottom:10em;
|
|
||||||
}
|
}
|
||||||
.foreground{
|
.foreground{
|
||||||
position:absolute;
|
position:absolute;
|
||||||
|
margin-top: 13vmin;
|
||||||
margin-left: -10px;
|
margin-left: -10px;
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
width:100%;
|
width:100%;
|
||||||
background-color: rgb(156,49,45,.5);
|
background-color: rgb(156,49,45,.5);
|
||||||
}
|
}
|
||||||
img{
|
.foreground p{
|
||||||
margin: 10px;
|
max-width: 1000px;
|
||||||
|
}
|
||||||
|
h2{
|
||||||
|
font-size: calc(4vmin + 7px);
|
||||||
}
|
}
|
||||||
p{
|
p{
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
|
font-size: calc(3vmin + 3px);
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
color: #a0a0a0a0;
|
color: #a0a0a0a0;
|
||||||
|
|||||||
@@ -16,7 +16,6 @@ function App() {
|
|||||||
<Link onClick='/projects'>Projects</Link>
|
<Link onClick='/projects'>Projects</Link>
|
||||||
</Nav>
|
</Nav>
|
||||||
</div>
|
</div>
|
||||||
<div className='spacer'></div>
|
|
||||||
<div className='foreground'>
|
<div className='foreground'>
|
||||||
<About />
|
<About />
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ import email from '../assets/email.svg'
|
|||||||
|
|
||||||
export default function Socials(){
|
export default function Socials(){
|
||||||
return(
|
return(
|
||||||
<ul class='socials'>
|
<ul class='socials' data-aos='fade-up'>
|
||||||
<a href='https://github.com/asimonson1125'><img alt='Github' src={github} /></a>
|
<a href='https://github.com/asimonson1125'><img alt='Github' src={github} /></a>
|
||||||
<a href='https://www.instagram.com/an_a.simonson/'><img alt='Instagram' src={instagram} /></a>
|
<a href='https://www.instagram.com/an_a.simonson/'><img alt='Instagram' src={instagram} /></a>
|
||||||
<a href='https://www.linkedin.com/in/simonsonandrew/'><img alt='LinkedIn' src={linkedin} /></a>
|
<a href='https://www.linkedin.com/in/simonsonandrew/'><img alt='LinkedIn' src={linkedin} /></a>
|
||||||
|
|||||||
Reference in New Issue
Block a user