Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
33 changes: 28 additions & 5 deletions client/package-lock.json

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

Empty file.
Empty file.
Binary file removed client/src/components/Header/logo.png
Binary file not shown.
Binary file modified client/src/components/Header/rectangle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 1 addition & 4 deletions client/src/components/HomePage/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,7 @@ class HomePage extends Component {
<Header />
<div className="tab-container">
<div className="buttons-container">
<input type="button" value="Halls" className="hallsBtn" />
<input type="button" value="Stage" className="stageBtn" />
<input type="button" value="Yards" className="stageBtn" />
<input type="button" value="Hostels" className="stageBtn" />
<input type="button" value="Stage" className="hallsBtn" />
</div>
<div className="tab-line" />
</div>
Expand Down
2 changes: 1 addition & 1 deletion client/src/components/Login/login.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.photo {
width: 50%;
width: 60%;
height: 50%;
margin-top: 30px;
}
Expand Down
Binary file modified client/src/components/Login/logobig.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion client/src/components/NavBar/NavBar.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,16 @@
}

.logo {
width: 48.74px;
width: 40%;
height: 41px;
margin-top: 3px;
margin-left: 40px;
}
.nav-outer {
display: flex;
justify-content: center;
width: 95%;
margin-left:30px;
}

.main-title {
Expand Down
Binary file modified client/src/components/NavBar/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading