Skip to content

Commit

Permalink
Merge branch 'dev' into 435-page-number-navigator-for-faq-subcom-page…
Browse files Browse the repository at this point in the history
…-questions
  • Loading branch information
gaurikam2003 authored Jul 5, 2024
2 parents c7a8b73 + 3db3566 commit d9dc927
Show file tree
Hide file tree
Showing 142 changed files with 28,991 additions and 9,822 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/beta_deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
run: docker push registry.digitalocean.com/uoft-orientation/orientation-client:beta

# - name: Run garbage collector
# run: doctl registry garbage-collection start --include-untagged-manifests --force uoft-orientation
# run: doctl registry garbage-collection start --include-untagged-manifests --force uoft-orientation

deploy_beta:
runs-on: ubuntu-20.04
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Pages are stored in `./client/src/util/pages.jsx`. To add a page, add it to the
The Snackbar provider is wrapped at the root of the app. Therefore it can be accessed by the child components. You can use setSnackbar to show a snackbar message.

An example usage:
```js
```jsx
// Import useContext from React
import React, { useState, useEffect, useContext } from 'react';
// Import the context
Expand Down
Binary file added client/assets/cursor/cursor-2t4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
104 changes: 104 additions & 0 deletions client/assets/cursor/cursor-2t4.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
43 changes: 43 additions & 0 deletions client/assets/cursor/cursor.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 client/assets/fonts/LittleWitches-K7r7y.otf
Binary file not shown.
Binary file added client/assets/fonts/proximanova_bold.otf
Binary file not shown.
Binary file added client/assets/fonts/proximanova_regular.ttf
Binary file not shown.
2 changes: 1 addition & 1 deletion client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>F!rosh Week</title>
<link rel="icon" type="image/x-icon" href="/src/assets/logo/main-frosh-logo.ico">
<link rel="icon" type="image/x-icon" href="/src/assets/logo/main-logo.png">
<meta name="description" content="The University of Toronto's Engineering Student's Orientation Week Event">
<meta name="keywords" content="F!rosh Week, UofT Engineering, Engineering Orientation, F!rosh Week UofT, Frosh Week, Frosh Week UofT, University of Toronto, University of Toronto Orientation">
<meta name="author" content="Orientation Committee">
Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@
"vite": "^4.3.9",
"vite-plugin-rewrite-all": "^1.0.1"
}
}
}
2 changes: 1 addition & 1 deletion client/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { getUserInfo } from './state/user/saga';

import { LandingPage } from './pages/Initial/LandingPage';

const readyForFrosh = false;
const readyForFrosh = true;

export default function App() {
const dispatch = useDispatch();
Expand Down
21 changes: 17 additions & 4 deletions client/src/App.scss
Original file line number Diff line number Diff line change
@@ -1,19 +1,31 @@
@import './scssStyles/_mixins.scss';
@import url('https://fonts.googleapis.com/css2?family=Almendra+SC&display=swap');

* {
box-sizing: border-box;
margin: 0;
padding: 0;
font-family: 'Nunito', sans-serif;
font-family: 'Proxima Nova', sans-serif;
@include devices(tablet) {
user-select: none;
}
cursor: url('../assets/cursor/cursor-2t4.png'), auto;
}

:root {
--dark-mode: true;
}

@font-face {
font-family: 'LittleWitches';
src: url('../assets/fonts/LittleWitches-K7r7y.otf') format('opentype');
}

@font-face {
font-family: 'Proxima Nova';
src: url('../assets/fonts/proximanova_regular.ttf') format('opentype');
}

@font-face {
font-family: 'Inter';
font-style: normal;
Expand Down Expand Up @@ -46,15 +58,15 @@ html {
background-color: var(--page-bg);
scroll-behavior: smooth;
overflow-x: hidden;
font-family: 'Nunito', sans-serif;
font-family: 'Proxima Nova', sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
font-family: 'Nunito-Bold', sans-serif;
font-family: 'LittleWitches', serif;
margin: 0px;
padding: 0px;
}
Expand All @@ -63,7 +75,6 @@ a {
text-decoration: none;
color: var(--text-link);
transition: text-decoration-color 250ms;
cursor: pointer;
background: linear-gradient(to left, var(--text-link), var(--text-link));
background-size: 100% 2px, 0 2px;
background-position: 0% 100%, 0 100%;
Expand All @@ -78,9 +89,11 @@ button {
input {
background-color: (--faq-searchbar-bg);
}

input[type='text'] {
color: var(--black);
}

::placeholder {
color: var(--placeholder-text);
}
Expand Down
Binary file added client/src/assets/about/F! Crest Purple.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 client/src/assets/about/F! Crest light.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 client/src/assets/about/execs/Lily_pfp.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 client/src/assets/about/execs/co-chair_events.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 client/src/assets/about/execs/co-oc_pfp.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 client/src/assets/about/execs/events_pfp.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 client/src/assets/about/execs/finance_pfp.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 client/src/assets/about/execs/leadership_pfp.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 client/src/assets/about/execs/marketing_pfp.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 client/src/assets/about/execs/vc-events_pfp.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 client/src/assets/about/execs/vedant_pfp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions client/src/assets/buttons/bottom-right-corner-border-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions client/src/assets/buttons/bottom-right-corner-border.svg
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 d9dc927

Please sign in to comment.