Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Student life #14

Open
wants to merge 21 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
2237965
feat: add Media's Chapter Board and Election Committee descriptions
TRICOT-Hugo Sep 22, 2024
44a969b
feat: add Media's Study Board and Communication Committee descriptions
TRICOT-Hugo Sep 26, 2024
4cf27c4
feat: add Media's Carrier Faire and Business Group descriptions
TRICOT-Hugo Sep 26, 2024
4473dd2
feat: add Media's Party Committee (Festmästeri) and Film Committee de…
TRICOT-Hugo Sep 29, 2024
e997595
feat: add Media's Photo Group and Sports Committee descriptions
TRICOT-Hugo Oct 2, 2024
afeef5e
fix: corrects DEMON's place as shared committee
TRICOT-Hugo Oct 2, 2024
192eaf9
feat: add Food Team and Media Label descriptions
TRICOT-Hugo Oct 2, 2024
3f0f04d
feat: add Song Team description
TRICOT-Hugo Oct 2, 2024
bad2f08
Merge branch 'main' into student-life
TRICOT-Hugo Oct 4, 2024
1553946
feat: improve committees presentation and fix typos
TRICOT-Hugo Oct 4, 2024
4743cfa
Improve mobile responsiveness
Alvinn8 Oct 4, 2024
0ae13da
Change 404 METAdorerna link
Alvinn8 Oct 4, 2024
022bc40
fix: nämnden -> nämnder
TRICOT-Hugo Oct 5, 2024
c70c2a5
merge: take committee fixes from branch alvin/mobile
TRICOT-Hugo Oct 5, 2024
d308a17
fix: correct committee descriptions according to Einar's feedback in …
TRICOT-Hugo Oct 7, 2024
6f1f20a
fix: improve KomN's description (PR #11)
TRICOT-Hugo Oct 8, 2024
67d849f
fix: grammar fixes and improvements (PR #11)
TRICOT-Hugo Oct 13, 2024
bb40f94
fix: add working link to Festmästeri's Instagram
TRICOT-Hugo Oct 17, 2024
d9687e4
fix: fixes suggested by Raf (PR #11)
TRICOT-Hugo Oct 18, 2024
5026345
fix: refunded -> reimbursed (see PR #11)
TRICOT-Hugo Oct 18, 2024
9aa9533
Added info for STUDS, updated README and changed hover color of the s…
cseas002 Nov 21, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ This project was bootstrapped with [Create React App](https://github.com/faceboo

In the project directory, you can run:

### `npm install`

And then run:

### `npm start`

Runs the app in the development mode.\
Expand Down
Binary file added public/favicon.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: 12 additions & 1 deletion public/index.html
Original file line number Diff line number Diff line change
@@ -1 +1,12 @@
<div id="root"></div>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>META Student</title>
<link rel="icon" href="favicon.png">
</head>
<body>
<div id="root"></div>
</body>
</html>
2 changes: 1 addition & 1 deletion src/new-styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -12430,7 +12430,7 @@ a.text-dark:hover {
}

.sidebar-default .iq-sidebar-menu .side-menu li a:hover {
color: #fff;
color: #ffe900;
background-color: hsla(0, 0%, 100%, .08);
border-radius: 5px
}
Expand Down
Loading