-
Notifications
You must be signed in to change notification settings - Fork 1
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
1 parent
c2c58c4
commit 85a6cdd
Showing
6 changed files
with
41 additions
and
41 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,11 +13,11 @@ | |
<link href="https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap" | ||
rel="stylesheet"> | ||
|
||
<link rel="stylesheet" href="/styles/colors.css"> | ||
<link rel="stylesheet" href="/styles/universal.css"> | ||
<link rel="stylesheet" href="styles/colors.css"> | ||
<link rel="stylesheet" href="styles/universal.css"> | ||
|
||
<link rel="stylesheet" href="/styles/competition.css"> | ||
<link rel="stylesheet" href="/styles/carousel.css"> | ||
<link rel="stylesheet" href="styles/competition.css"> | ||
<link rel="stylesheet" href="styles/carousel.css"> | ||
</head> | ||
|
||
<body> | ||
|
@@ -56,7 +56,7 @@ <h1>About Our Competition</h1> | |
<h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</h2> | ||
</div> | ||
<div class="image"> | ||
<img src="/images/index/index-1.png" alt=""> | ||
<img src="images/index/index-1.png" alt=""> | ||
</div> | ||
</div> | ||
|
||
|
@@ -176,7 +176,7 @@ <h1 class="provitaCompetition">Join us in this year’s Provita Competition</h1> | |
|
||
<div class="competitionInfo"> | ||
<div class="image"> | ||
<img src="/images/competition/image.png" alt=""> | ||
<img src="images/competition/image.png" alt=""> | ||
</div> | ||
<div class="buttons"> | ||
<a href="" class="enrollment">Enrollment</a> | ||
|
@@ -188,7 +188,7 @@ <h1 class="provitaCompetition">Join us in this year’s Provita Competition</h1> | |
<footer> | ||
<div class="footer-left"> | ||
<div class="column"> | ||
<img src="/images/logo.png" alt=""> | ||
<img src="images/logo.png" alt=""> | ||
<h2>The Only Student-Run Pharmaceutical Company in the Nation, Located at the Bergen County Academies in | ||
Hackensack, NJ.</h2> | ||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" class="footer-icon" | ||
|
@@ -205,12 +205,12 @@ <h2>The Only Student-Run Pharmaceutical Company in the Nation, Located at the Be | |
<div class="footer-right"> | ||
<div class="column"> | ||
<h1>USEFUL LINKS</h1> | ||
<a href="/index.html" class="footer-link">> Home</a> | ||
<a href="/ourProjects.html" class="footer-link">> Our Projects</a> | ||
<a href="/futureProjects.html" class="footer-link">> Future Projects</a> | ||
<a href="/competition.html" class="footer-link active">> Provita Competition</a> | ||
<a href="/ourLeadership.html" class="footer-link">> Our Leadership</a> | ||
<a href="/contact.html" class="footer-link">> Contact Us</a> | ||
<a href="index.html" class="footer-link">> Home</a> | ||
<a href="ourProjects.html" class="footer-link">> Our Projects</a> | ||
<a href="futureProjects.html" class="footer-link">> Future Projects</a> | ||
<a href="competition.html" class="footer-link active">> Provita Competition</a> | ||
<a href="ourLeadership.html" class="footer-link">> Our Leadership</a> | ||
<a href="contact.html" class="footer-link">> Contact Us</a> | ||
</div> | ||
<div class="column"> | ||
<h1>CONTACT US</h1> | ||
|
@@ -220,8 +220,8 @@ <h2 class="footer-link">[email protected]</h2> | |
</div> | ||
</footer> | ||
|
||
<script src="/scripts/universal.js"></script> | ||
<script src="/scripts/carousel.js"></script> | ||
<script src="scripts/universal.js"></script> | ||
<script src="scripts/carousel.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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,10 +12,10 @@ | |
<link href="https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap" | ||
rel="stylesheet"> | ||
|
||
<link rel="stylesheet" href="/styles/colors.css"> | ||
<link rel="stylesheet" href="/styles/universal.css"> | ||
<link rel="stylesheet" href="/styles/index.css"> | ||
<link rel="stylesheet" href="/styles/contact.css"> | ||
<link rel="stylesheet" href="styles/colors.css"> | ||
<link rel="stylesheet" href="styles/universal.css"> | ||
<link rel="stylesheet" href="styles/index.css"> | ||
<link rel="stylesheet" href="styles/contact.css"> | ||
</head> | ||
|
||
<body> | ||
|
@@ -71,7 +71,7 @@ <h3>[email protected]</h3> | |
<footer> | ||
<div class="footer-left"> | ||
<div class="column"> | ||
<img src="/images/logo.png" alt=""> | ||
<img src="images/logo.png" alt=""> | ||
<h2>The Only Student-Run Pharmaceutical Company in the Nation, Located at the Bergen County Academies in | ||
Hackensack, NJ.</h2> | ||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" class="footer-icon" | ||
|
@@ -88,12 +88,12 @@ <h2>The Only Student-Run Pharmaceutical Company in the Nation, Located at the Be | |
<div class="footer-right"> | ||
<div class="column"> | ||
<h1>USEFUL LINKS</h1> | ||
<a href="/index.html" class="footer-link">> Home</a> | ||
<a href="/ourProjects.html" class="footer-link">> Our Projects</a> | ||
<a href="/futureProjects.html" class="footer-link">> Future Projects</a> | ||
<a href="/competition.html" class="footer-link">> Provita Competition</a> | ||
<a href="/ourLeadership.html" class="footer-link">> Our Leadership</a> | ||
<a href="/contact.html" class="footer-link active">> Contact Us</a> | ||
<a href="index.html" class="footer-link">> Home</a> | ||
<a href="ourProjects.html" class="footer-link">> Our Projects</a> | ||
<a href="futureProjects.html" class="footer-link">> Future Projects</a> | ||
<a href="competition.html" class="footer-link">> Provita Competition</a> | ||
<a href="ourLeadership.html" class="footer-link">> Our Leadership</a> | ||
<a href="contact.html" class="footer-link active">> Contact Us</a> | ||
</div> | ||
<div class="column"> | ||
<h1>CONTACT US</h1> | ||
|
@@ -103,8 +103,8 @@ <h2 class="footer-link">[email protected]</h2> | |
</div> | ||
</footer> | ||
|
||
<script src="/scripts/universal.js"></script> | ||
<script src="/scripts/index.js"></script> | ||
<script src="scripts/universal.js"></script> | ||
<script src="scripts/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 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