Skip to content

Commit

Permalink
Merge pull request #70 from Bostonhacks/hacker-dashboard
Browse files Browse the repository at this point in the history
Hacker dashboard
  • Loading branch information
danielyu12 authored Oct 4, 2023
2 parents 6398afa + 1c5eb73 commit b97cbdb
Show file tree
Hide file tree
Showing 31 changed files with 744 additions and 49 deletions.
2 changes: 0 additions & 2 deletions src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,13 @@ import LandingPage from './pages/LandingPage';
import SponsorPage from './pages/SponsorPage';
import Login from './pages/Login';
import Dashboard from './pages/HackerDashboard';
import Portal from './pages/Portal';
import CheckIn from './pages/CheckIn';

const router = createBrowserRouter(
createRoutesFromElements(
<Route path="/">
<Route index element={<LandingPage />} />
<Route path="sponsor" element={<SponsorPage />} />
<Route path="portal" element={<Portal />} />
<Route path="login" element={<Login />} />
<Route path="dashboard" element={<Dashboard />} />
<Route path="checkin" element={<CheckIn />} />
Expand Down
Binary file added src/assets/fonts/O4b.ttf
Binary file not shown.
5 changes: 5 additions & 0 deletions src/assets/fonts/fonts.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,8 @@
font-family: 'ft88-bold';
src: url('./FT88-Bold.otf') format('opentype');
}

@font-face {
font-family: 'O4b';
src: url('./O4b.ttf');
}
Binary file added src/assets/images/HackerDashboard/Accepted.png
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 src/assets/images/HackerDashboard/CheckedIn.png
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 src/assets/images/HackerDashboard/Confirmed.png
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 src/assets/images/HackerDashboard/Declined.png
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 src/assets/images/HackerDashboard/Group 10417.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
126 changes: 126 additions & 0 deletions src/assets/images/HackerDashboard/Group 10417.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions src/assets/images/HackerDashboard/Llama (Traced).svg
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 src/assets/images/HackerDashboard/NotStarted.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions src/assets/images/HackerDashboard/PinkPurpleBalloons.svg
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 src/assets/images/HackerDashboard/Red cloud.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions src/assets/images/HackerDashboard/Red cloud.svg
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 src/assets/images/HackerDashboard/Rejected.png
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 src/assets/images/HackerDashboard/Stars.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit b97cbdb

Please sign in to comment.