first half of post-fair updates

not yet ready for deployment
This commit is contained in:
2021-09-29 22:20:17 -04:00
parent 31651fa18d
commit 5e4d05fcdf
13 changed files with 87 additions and 56 deletions

View File

@@ -7,7 +7,7 @@ export default class Project extends React.Component {
render(){
return (
<li className={'project'} data-aos='fade-up' data-aos-offset={0}>
<li className={'project'} data-aos='fade-up'>
<div className='topBox'>
<h3>{this.props.title}</h3>
<p className={this.props.status + " tab"}></p>

View File

@@ -9,10 +9,12 @@ export default function Socials(){
return(
<table class='socials'>
<tr>
<td></td>
<td><a href='https://github.com/asimonson1125'><img alt='Github' src={github} /></a></td>
<td><a href='https://www.instagram.com/an_a.simonson/'><img alt='Instagram' src={instagram} /></a></td>
<td><a href='https://www.linkedin.com/in/simonsonandrew/'><img alt='LinkedIn' src={linkedin} /></a></td>
<td><a href='mailto:asimonson1125@gmail.com'><img alt='E-mail' src={email} /></a></td>
<td><div id='vertLine'></div></td>
</tr>
</table>
)