Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
web-dev-trev committed Sep 4, 2022
1 parent 6e15195 commit 9a19e97
Show file tree
Hide file tree
Showing 20 changed files with 296 additions and 101 deletions.
21 changes: 21 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"spiderman.alpha": 2,
"spiderman.step": 5,
"superBG.url": "https://i.giphy.com/media/13Z5kstwARnPna/giphy.webp",
"superBG.opacity": 100,
"background.editorBackgrounds": [
"C:/Users/trevi/Pictures/VSC Pics/11657.gif",
"C:/Users/trevi/Pictures/VSC Pics/11661.gif",
"C:/Users/trevi/Pictures/VSC Pics/102421.gif",
"C:/Users/trevi/Pictures/VSC Pics/10426.gif"
],
"background.windowBackgrounds": [
"C:/Users/trevi/Pictures/VSC Pics/"
],
"background.sidebarBackgrounds": [
"C:/Users/trevi/Pictures/VSC Pics/"
],
"background.panelBackgrounds": [
"C:/Users/trevi/Pictures/VSC Pics/"
]
}
163 changes: 117 additions & 46 deletions app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@babel/core": "^7.18.13",
"@babel/preset-env": "^7.18.10",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^13.5.0",
Expand All @@ -11,7 +13,9 @@
"react": "^18.2.0",
"react-bootstrap": "^2.5.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.3.0",
"react-scripts": "5.0.1",
"scroll-into-view": "^1.16.2",
"web-vitals": "^2.1.4"
},
"scripts": {
Expand Down
Binary file added app/public/img/47.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/public/img/CHANEL-INV.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/public/img/washingwell.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/public/img/webscrape.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 0 additions & 14 deletions app/src/App.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

body {
background-color: #1a1a1a !important;
color: #ebebeb !important;
Expand All @@ -15,19 +14,6 @@ a {
margin: auto;
}

.projectsCarousel {
padding-left: 10%;
width: 100%;
display: flex;
overflow-x: scroll;
}

.projectsControl {
display: flex;
justify-content: center;
align-items: center;
}

.btn {
color: white !important;
}
Loading

0 comments on commit 9a19e97

Please sign in to comment.