Skip to content

Commit

Permalink
Merge pull request #2 from mvhacks/navbar
Browse files Browse the repository at this point in the history
Creating navbar
  • Loading branch information
FordoA455 authored Nov 20, 2024
2 parents 153e6b2 + 622599b commit 2c3b7aa
Show file tree
Hide file tree
Showing 7 changed files with 445 additions and 19 deletions.
260 changes: 254 additions & 6 deletions package-lock.json

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

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@fontsource/inter": "^5.1.0",
"@mui/icons-material": "^6.1.7",
"@mui/joy": "^5.0.0-beta.48",
"@mui/material": "^6.1.7",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
Expand Down
35 changes: 35 additions & 0 deletions src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,38 @@
transform: rotate(360deg);
}
}

h2 {
color: whitesmoke;
padding: auto;
}

.home {
height: 600px;
background-color:coral;
}

.info {
height: 600px;
background-color:#61dafb;
}

.schedule {
height: 600px;
background-color:forestgreen
}

.sponsor {
height: 600px;
background-color:cadetblue
}

.faqs {
height: 600px;
background-color:firebrick;
}

.team {
height: 600px;
background-color:darkkhaki;
}
Loading

0 comments on commit 2c3b7aa

Please sign in to comment.