Skip to content

Commit

Permalink
fix: Fix all paths
Browse files Browse the repository at this point in the history
  • Loading branch information
soumik-saha committed Dec 25, 2023
1 parent 3cb29fc commit e5b1e59
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 25 deletions.
2 changes: 1 addition & 1 deletion contacts.html
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ <h3 class="fs-6 fw-bold">Career Opportunities</h3>
</div>
</footer>

<script src="/frontend/assets/js/contacts.js"></script>
<script src="/assets/js/contacts.js"></script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/js/bold-and-bright.js"></script>
</body>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ <h3 class="fs-6 fw-bold">Career Opportunities</h3>
</div>
</footer>

<script src="/frontend/assets/js/index.js"></script>
<script src="/assets/js/index.js"></script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/js/bold-and-bright.js"></script>
</body>
Expand Down
21 changes: 0 additions & 21 deletions netlify.toml

This file was deleted.

2 changes: 1 addition & 1 deletion signin.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ <h3 class="fs-6 fw-bold">Career Opportunities</h3>
</div>
</footer>

<script src="/frontend/assets/js/signin.js"></script>
<script src="/assets/js/signin.js"></script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/js/bold-and-bright.js"></script>
</body>
Expand Down
2 changes: 1 addition & 1 deletion signup.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ <h3 class="fs-6 fw-bold">Career Opportunities</h3>
</div>
</footer>

<script src="/frontend/assets/js/signup.js"></script>
<script src="/assets/js/signup.js"></script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/js/bold-and-bright.js"></script>
</body>
Expand Down

0 comments on commit e5b1e59

Please sign in to comment.