Skip to content

Commit

Permalink
image deployment fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack-Crowley committed Jun 1, 2024
1 parent c2c58c4 commit 85a6cdd
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 41 deletions.
30 changes: 15 additions & 15 deletions competition.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>

Expand Down Expand Up @@ -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>
Expand All @@ -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"
Expand All @@ -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>
Expand All @@ -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>
26 changes: 13 additions & 13 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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"
Expand All @@ -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>
Expand All @@ -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>
8 changes: 4 additions & 4 deletions futureProjects.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<div class="row revealing">
<div class="col s5">
<div class="img1">
<img class="responsive-img" src="/images/project/project1.png">
<img class="responsive-img" src="images/project/project1.png">
</div>
</div>
<div class="col s7">
Expand All @@ -79,7 +79,7 @@ <h4>MeshCare</h4>
<div class="row revealing">
<div class="col s5">
<div class="img2">
<img class="responsive-img" src="/images/project/project2.png">
<img class="responsive-img" src="images/project/project2.png">
</div>
</div>
<div class="col s7">
Expand All @@ -92,7 +92,7 @@ <h4>RepliVax</h4>
<div class="row revealing">
<div class="col s5">
<div class="img3">
<img class="responsive-img" src="/images/project/project3.png">
<img class="responsive-img" src="images/project/project3.png">
</div>
</div>
<div class="col s7">
Expand All @@ -105,7 +105,7 @@ <h4>VitaClick</h4>
<div class="row revealing">
<div class="col s5">
<div class="img4">
<img class="responsive-img" src="/images/project/project4.png">
<img class="responsive-img" src="images/project/project4.png">
</div>
</div>
<div class="col s7">
Expand Down
8 changes: 4 additions & 4 deletions ourProjects.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ <h4>MeshCare</h4>
</div>
<div class="col s5">
<div class="img1">
<img class="responsive-img" src="/images/project/project1.png">
<img class="responsive-img" src="images/project/project1.png">
</div>
</div>
</div>
Expand All @@ -71,7 +71,7 @@ <h4>RepliVax</h4>
</div>
<div class="col s5">
<div class="img2">
<img class="responsive-img" src="/images/project/project2.png">
<img class="responsive-img" src="images/project/project2.png">
</div>
</div>
</div>
Expand All @@ -84,7 +84,7 @@ <h4>VitaClick</h4>
</div>
<div class="col s5">
<div class="img3">
<img class="responsive-img" src="/images/project/project3.png">
<img class="responsive-img" src="images/project/project3.png">
</div>
</div>
</div>
Expand All @@ -97,7 +97,7 @@ <h4>PatchAid</h4>
</div>
<div class="col s5">
<div class="img4">
<img class="responsive-img" src="/images/project/project4.png">
<img class="responsive-img" src="images/project/project4.png">
</div>
</div>
</div>
Expand Down
8 changes: 4 additions & 4 deletions styles/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
display: grid;
grid-template-columns: 1fr 2fr;
padding: 40px 100px;
background-image: url("/images/index/index.png");
background-image: url("../images/index/index.png");
background-size: cover;
width: 99vw;
height: 100vh;
Expand Down Expand Up @@ -116,7 +116,7 @@
}

.midInformation .image {
background-image: url("/images/index/index-2.jpg");
background-image: url("../images/index/index-2.jpg");
background-position: center;
}

Expand Down Expand Up @@ -164,7 +164,7 @@
}

.benefitImage {
background-image: url("/images/index/index-3.png");
background-image: url("../images/index/index-3.png");
background-size: contain;
background-repeat: no-repeat;
background-position: center;
Expand Down Expand Up @@ -281,7 +281,7 @@
}

.sectionImg {
background-image: url("/images/index/index-4.png");
background-image: url("../images/index/index-4.png");
background-size: contain;
background-position: center;
background-repeat: no-repeat;
Expand Down
2 changes: 1 addition & 1 deletion styles/universal.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ footer {

.footer-right {
padding-left: 0;
background-image: url("/images/footer-bg.png");
background-image: url("../images/footer-bg.png");
background-size: contain;
background-repeat: no-repeat;
background-position: right;
Expand Down

0 comments on commit 85a6cdd

Please sign in to comment.