-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Henrique Sagara
authored and
Henrique Sagara
committed
Mar 2, 2024
1 parent
110c40c
commit 5b623e3
Showing
10 changed files
with
118 additions
and
155 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous"> | ||
<script defer src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script> | ||
|
||
<link rel="stylesheet" href="/public/css/homePage.css"> | ||
<link rel="stylesheet" href="css/homePage.css"> | ||
|
||
<!-- Fonts --> | ||
<link rel="preconnect" href="https://fonts.googleapis.com"> | ||
|
@@ -76,41 +76,44 @@ <h3>By CoffeeCollab</h3> | |
<form action="/create-user" method="POST" > | ||
|
||
<h2 class="registerTitle">Register Now!</h2> | ||
|
||
|
||
<!-- Full name input --> | ||
<div class="form-floating"> | ||
<input type="text" autocomplete="off" name="fullname" class="input" id="registrationFullName" placeholder="FullName" required> | ||
|
||
|
||
</div> | ||
|
||
<!-- Email input --> | ||
<div class="form-floating"> | ||
<input type="email" autocomplete="off" name="email" class="input" id="registrationEmail" placeholder="email" required> | ||
|
||
</div> | ||
|
||
<!-- SIN Number input --> | ||
<div class="form-floating"> | ||
<input type="tel" autocomplete="off" name="sinNumber" class="input" id="sin" placeholder="sinNumber" required> | ||
|
||
</div> | ||
<input type="number" autocomplete="off" name="_id" class="input" id="sin" placeholder="sinNumber" required> | ||
</div> | ||
|
||
<!-- Password input --> | ||
<div class="form-floating"> | ||
<input type="password" autocomplete="off" name="password" class="input" id="registrationPassword" placeholder="Password" required> | ||
|
||
</div> | ||
|
||
<!-- Password confirmation --> | ||
<div class="form-floating"> | ||
<input type="password" autocomplete="off" name="confirmation" class="input" id="confirmPasswordRegistration" placeholder="Password" required> | ||
|
||
</div> | ||
|
||
<!-- Phone number input --> | ||
<div class="form-floating"> | ||
<input type="tel" autocomplete="off" name="phone" class="input" id="tel" placeholder="phoneNumber" required> | ||
|
||
<input type="tel" autocomplete="off" name="phone" class="input" id="tel" placeholder="phoneNumber" required> | ||
</div> | ||
|
||
<button id="registrationBtn" class="pushable" type="submit" onclick=" example(event) "> | ||
<span class="shadow"></span> | ||
<span class="edge"></span> | ||
<span class="front"> | ||
Register | ||
</span> | ||
</button> | ||
|
||
</form> | ||
<!-- End of registration form --> | ||
</div> | ||
|
@@ -149,23 +152,23 @@ <h2 class="registerTitle">Register Now!</h2> | |
<div id="carouselExample" class="carousel slide"> | ||
<div class="carousel-inner"> | ||
<div class="carousel-item active"> | ||
<img src="/public/pictures/toronto.webp" class="d-block w-100" alt="..."> | ||
<img src="pictures/toronto.webp" class="d-block w-100" alt="..."> | ||
<div class="carousel-caption d-none d-md-block " id="text-context"> | ||
<h5 >Why did we decide to do a time sheet App? </h5> | ||
<p>in back then we used to work in a restaurant where all the time sheet managed by paper sheets , | ||
and we would always think about how easy it'd be with an app so one day we came up with an idea of a time sheet app</p> | ||
</div> | ||
</div> | ||
<div class="carousel-item"> | ||
<img src="/public/pictures/toronto2.jpg" class="d-block w-100" alt="..."> | ||
<img src="pictures/toronto2.jpg" class="d-block w-100" alt="..."> | ||
<div class="carousel-caption d-none d-md-block " id="text-context"> | ||
<h5 >what Features did we use for this project?</h5> | ||
<p>HTML,CSS,Bootstrap,JS,MongoDB</p> | ||
</div> | ||
</div> | ||
<div class="carousel-item"> | ||
|
||
<img src="/public/pictures/toronto3.jpg" class="d-block w-100" alt="..."> | ||
<img src="pictures/toronto3.jpg" class="d-block w-100" alt="..."> | ||
<div class="carousel-caption d-none d-md-block " id="text-context"> | ||
<h5 >Who's CoffeeCollab? </h5> | ||
<p>Two friends who are trying to learn new things from each other and gain some experience by doing new projects. </p> | ||
|
@@ -189,7 +192,7 @@ <h5 >Who's CoffeeCollab? </h5> | |
|
||
<div class="col " id="footer"> | ||
<div class="left-footer "> | ||
<img src="/public/pictures/CoffeeCollab.jpeg" > | ||
<img src="pictures/CoffeeCollab.jpeg" > | ||
<a href="mailto:[email protected]"> <h5>Contact us</h5></a> | ||
<p>© 2023 CoffeeCollab, Inc</p> | ||
</div> | ||
|
@@ -215,6 +218,6 @@ <h5 >Who's CoffeeCollab? </h5> | |
|
||
|
||
</div> | ||
<script src="/public/jsForPages/index.js"></script> | ||
<script src="jsForPages/index.js"></script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.