Skip to content

Commit

Permalink
public files updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Henrique Sagara authored and Henrique Sagara committed Feb 17, 2024
1 parent 3c77635 commit c724451
Show file tree
Hide file tree
Showing 26 changed files with 7 additions and 7 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
12 changes: 6 additions & 6 deletions views/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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="css/homePage.css">
<link rel="stylesheet" href="/public/css/homePage.css">

<!-- Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
Expand Down Expand Up @@ -115,23 +115,23 @@ <h3>By CoffeeCollab</h3>
<div id="carouselExample" class="carousel slide">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="/views/pictures/toronto.webp" class="d-block w-100" alt="...">
<img src="/public/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="/views/pictures/toronto2.jpg" class="d-block w-100" alt="...">
<img src="/public/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="/views/pictures/toronto3.jpg" class="d-block w-100" alt="...">
<img src="/public/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>
Expand All @@ -155,7 +155,7 @@ <h5 >Who's CoffeeCollab? </h5>

<div class="col row-12 offset-2 gy-4 " id="footer">
<div class="left-footer col-3">
<img src="/views/pictures/CoffeeCollab.jpeg" >
<img src="/public/pictures/CoffeeCollab.jpeg" >
<a href="mailto:[email protected]"> <h5>Contact us</h5></a>
<p>© 2023 CoffeeCollab, Inc</p>
</div>
Expand All @@ -181,6 +181,6 @@ <h5 >Who's CoffeeCollab? </h5>


</div>
<script src="/views/jsForPages/index.js"></script>
<script src="/public/jsForPages/index.js"></script>
</body>
</html>
2 changes: 1 addition & 1 deletion views/shiftTracker.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@
</div>


<script src="jsForPages/shiftTracker.js"></script>
<script src="/public/jsForPages/shiftTracker.js"></script>
</body>
</html>

0 comments on commit c724451

Please sign in to comment.