Updated file management

This commit is contained in:
2021-09-28 14:49:51 -04:00
parent ea79eb57df
commit 77136c8d26
34 changed files with 37401 additions and 1271 deletions

View File

@@ -1,70 +0,0 @@
# Getting Started with Create React App
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
## Available Scripts
In the project directory, you can run:
### `yarn start`
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
The page will reload if you make edits.\
You will also see any lint errors in the console.
### `yarn test`
Launches the test runner in the interactive watch mode.\
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
### `yarn build`
Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!
See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
### `yarn eject`
**Note: this is a one-way operation. Once you `eject`, you cant go back!**
If you arent satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.
Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point youre on your own.
You dont have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldnt feel obligated to use this feature. However we understand that this tool wouldnt be useful if you couldnt customize it when you are ready for it.
## Learn More
You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
To learn React, check out the [React documentation](https://reactjs.org/).
### Code Splitting
This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting)
### Analyzing the Bundle Size
This section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size)
### Making a Progressive Web App
This section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app)
### Advanced Configuration
This section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration)
### Deployment
This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment)
### `yarn build` fails to minify
This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)

View File

@@ -1,43 +0,0 @@
{
"name": "portfolio",
"version": "0.1.0",
"homepage": "https://asimonson1125.github.io/",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"aos": "^2.3.4",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^5.3.0",
"react-scripts": "4.0.3",
"web-vitals": "^1.0.1"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}

View File

@@ -1,176 +0,0 @@
html, body{
background-color: #1b1f27;
overflow-x: hidden;
}
body{
margin: 0;
background-image: url('https://i.pinimg.com/originals/d6/c3/ac/d6c3ac09021dbc0cda8ee27837d2c795.png')
}
h1, h2, p{
font-family: "Roboto Condensed",sans-serif;
}
h1, h2{
color: #ecebeb;
}
h2{
font-size: 2rem;
margin-top: 1rem;
margin-bottom: 2rem;
}
h3{
color: #a8a8a8;
}
p{
color: #ffffff;
font-size: 1rem;
}
a {
color: #a0a0a0a0;
text-decoration: none;
}
.header h1{
display: inline-block;
margin-bottom: 0px;
margin-top: .5rem;
font-size: 2.5rem;
}
.header{
margin-bottom: 0px;
margin-left: .3rem;
padding-bottom: .2rem;
background-color: #0f1216;
width: 100%;
z-index: 10;
position: fixed;
top: 0;
left: 0;
overflow: hidden;
}
.navBar li{
display: inline;
background-color: rgb(156,49,45,.5);
border-top: .2rem black solid;
border-bottom: .2rem black solid;
border-right: .2rem black solid;
font-size: 1.2rem;
}
.navBar li:hover{
background-color: rgb(156,49,45,.8);
}
.navBar li:first-child{
border-left: .2rem black solid;
}
.navBar li a{
color: white;
padding-left: 2rem;;
padding-right: 2rem;
line-height: 1.2vmax;
}
.navBar{
margin-top: 1rem;
margin-bottom: 0px;
padding-left: 0px;
}
.foreground{
padding-top:5.5rem;
padding-left: .5rem;
width:100%;
background-color: rgb(44,44,44,.5);
padding-bottom: 1rem;
overflow: hidden;
}
.foreground p{
max-width: 40rem;
}
.sideimg{
float: right;
display: block;
margin-right: 10rem;
max-width: 20rem;
max-height: 20rem;
}
.projectList{
padding: 0;
display: block;
margin-left:auto;
margin-right:auto;
width: 85rem;
background-color: rgba(0, 0, 0, 0.5);
border: solid rgba(156,49,45,.2) .3rem;
}
.project{
display: inline-block;
text-align: left;
margin: 1rem;
width: 25rem;
height: 15rem;
border: .3rem black solid;
background-color: rgba(22,22,22,.8);
}
.tab{
display: inline;
float: right;
}
.project h3{
display: inline-block;
border-bottom: black solid .2rem;
}
.body{
color:rgb(212, 212, 212);
}
.project img{
margin-top: auto;
height:3rem;
}
.topBox{
padding-left: 1rem;
padding-right: 1rem;
height: 65%;
}
.bottomBox{
height: auto;
padding-left: 1rem;
padding-right: 1rem;
}
.bottomBox a{
vertical-align: middle;
}
.project a img, .project a p{
padding: .5rem;
filter: invert(18%) sepia(6%) saturate(5428%) hue-rotate(314deg) brightness(95%) contrast(97%);
}
.incomplete{
color:red;
}
.WIP{
color:yellow;
}
.complete{
color:green;
}
.footer{
display: block;
background-color: rgb(156,49,45);
}
.socials{
padding-left: 3rem;
padding-right: 3rem;
padding-top: .5rem;
padding-bottom: .5rem;
margin-right: auto;
table-layout: fixed;
}
.socials img{
height: 2rem;
margin-right: 2rem;
}
@media screen and (max-width: 1500px){
.socials{
margin-left: auto;
}
.projectList{
width: 95%;
}
}

View File

@@ -1,39 +0,0 @@
import { Route, Link, HashRouter as Router } from 'react-router-dom'
import './App.css';
import Nav from './componets/Nav.js'
import Socials from './componets/Socials.js'
import About from './componets/About.js'
import Projects from './Projects';
import AOS from 'aos';
import 'aos/dist/aos.css'; // You can also use <link> for styles
AOS.init();
function App() {
return (
<Router>
<div className="App">
<div className="header">
<h1>Andrew Simonson</h1>
<Nav>
<Link to='/'>Home</Link>
<a href='resume.pdf'>Resume</a>
<Link to='/projects'>Projects</Link>
</Nav>
</div>
<div className='foreground'>
<Route exact path='/'><About /></Route>
<Route exact path='/projects'><Projects /></Route>
</div>
<div className='footer'>
<Socials />
</div>
</div>
</Router>
);
}
export default App;