Skip to content
Merged
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

### Team:

Our team consists of four members: Manasi Danke, Carla Duarte, Amanda-Ezeobiejesi, and Sylvia Lin.
Our team consists of four members: Manasi Danke, Carla Duarte, Amanda Ezeobiejesi, and Sylvia Lin.

## Deliverables:

Expand Down Expand Up @@ -73,4 +73,4 @@ Additional Technical/Design Achievements:
and location of their scheduled meeting.
- *Responsive Layout:* maintained a responsive layout throughout the entire website. This makes it more convenient for users to
book rooms on the go through their mobile devices.
- *Login security*: We implemented login redirect cards in order to prevent users from booking meetings if they are not logged in.
- *Login security*: We implemented login redirect cards in order to prevent users from booking meetings if they are not logged in.
4 changes: 2 additions & 2 deletions public/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta content="" name="description">

<!-- Favicons -->
<link href="img/favicon.png" rel="icon">
<link href="img/roominder_favicon.png" rel="icon">
<link href="img/apple-touch-icon.png" rel="apple-touch-icon">

<!-- Google Fonts -->
Expand Down Expand Up @@ -38,7 +38,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="dashboard.html"><i class="fa fa-bolt"></i></a>
<a class="navbar-brand" href="dashboard.html"><img src="img/roominder.png" style="height: 60px; margin: 10px 0px;"></a>
</div>
<div class="column col-12 col-md-6 col-lg-4 col-xl-3 navbar-collapse collapse">
<div class="row justify-content-center">
Expand Down
Binary file added public/img/roominder.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 public/img/roominder_favicon.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 public/img/roominder_logo.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 public/js/availability.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,8 @@ function populateTimeInput() {

time = i + ":00";
times.push(time);
time = i + ":30";
times.push(time);

let selectStartTime = document.getElementById("selectStartTime");

Expand Down Expand Up @@ -514,4 +516,4 @@ window.onload = function () {
};

function main() {
}
}
4 changes: 2 additions & 2 deletions public/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta content="" name="description">

<!-- Favicons -->
<link href="img/favicon.png" rel="icon">
<link href="img/roominder_favicon.png" rel="icon">
<link href="img/apple-touch-icon.png" rel="apple-touch-icon">

<!-- Google Fonts -->
Expand All @@ -32,7 +32,7 @@
<div id="thenavbar" class="navbar navbar-default navbar-fixed-top">
<div class="container row justify-content-start">
<div class="navbar-header column col-12 col-lg-6 col-md-6 col-xl-6">
<a class="navbar-brand" href="#"><i class="fa fa-bolt"></i></a>
<a class="navbar-brand" href="#"><img src="img/roominder.png" style="height: 60px; margin: 10px 0px;"></a>
</div>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions public/meetingsDisplay.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta content="" name="description">

<!-- Favicons -->
<link href="img/favicon.png" rel="icon">
<link href="img/roominder_favicon.png" rel="icon">
<link href="img/apple-touch-icon.png" rel="apple-touch-icon">

<!-- Google Fonts -->
Expand Down Expand Up @@ -38,7 +38,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="dashboard.html"><i class="fa fa-bolt"></i></a>
<a class="navbar-brand" href="dashboard.html"><img src="img/roominder.png" style="height: 60px; margin: 10px 0px;"></a>
</div>
<div class="column col-12 col-md-6 col-lg-4 col-xl-3 navbar-collapse collapse">
<div class="row justify-content-center">
Expand Down
4 changes: 2 additions & 2 deletions public/register.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta content="" name="description">

<!-- Favicons -->
<link href="img/favicon.png" rel="icon">
<link href="img/roominder_favicon.png" rel="icon">
<link href="img/apple-touch-icon.png" rel="apple-touch-icon">

<!-- Google Fonts -->
Expand Down Expand Up @@ -37,7 +37,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#"><i class="fa fa-bolt"></i></a>
<a class="navbar-brand" href="#"><img src="img/roominder.png" style="height: 60px; margin: 10px 0px;"></i></a>
</div>
<div class="column col-12 col-md-1 col-lg-1 col-xl-1 navbar-collapse collapse">
<div class="row justify-content-center">
Expand Down