-
Notifications
You must be signed in to change notification settings - Fork 30
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
Showing
15 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
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
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 @@ | |
<title>TravelTales</title> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" | ||
integrity="sha384-4bw+/aepP/YC94hEpVNVgiZdgIC5+VKNBQNGCHeKRQN+PtmoHDEXuppvnDJzQIu9" crossorigin="anonymous" /> | ||
<link rel="stylesheet" href="/styles/style.css" /> | ||
<link rel="stylesheet" href="../styles/style.css" /> | ||
</head> | ||
|
||
|
||
|
@@ -63,7 +63,7 @@ <h1 class="hero-title">Share Your Adventures</h1> | |
<section class="cards-section"> | ||
<div class="row"> | ||
<div class="card"> | ||
<img src="/assets/images/card1.jpg" class="card-img-top" alt="Card 1" /> | ||
<img src="../images/card1.jpg" class="card-img-top" alt="Card 1" /> | ||
<div class="card-body"> | ||
<h5 class="card-title" id="cdtt">Write</h5> | ||
<p class="card-text" id="cdt"> | ||
|
@@ -73,7 +73,7 @@ <h5 class="card-title" id="cdtt">Write</h5> | |
</div> | ||
</div> | ||
<div class="card"> | ||
<img src="/assets/images/card2.jpg" class="card-img-top" alt="Card 2" /> | ||
<img src="../images/card2.jpg" class="card-img-top" alt="Card 2" /> | ||
<div class="card-body"> | ||
<h5 class="card-title" id="cdtt">Read</h5> | ||
<p class="card-text" id="cdt"> | ||
|
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-4bw+/aepP/YC94hEpVNVgiZdgIC5+VKNBQNGCHeKRQN+PtmoHDEXuppvnDJzQIu9" crossorigin="anonymous"> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> | ||
<link rel="stylesheet" href="/styles/read.css"> | ||
<link rel="stylesheet" href="../styles/read.css"> | ||
</head> | ||
<body> | ||
<nav class="navbar bg-body-tertiary fixed-top pink-bg"> | ||
|
@@ -58,6 +58,6 @@ <h5 class="offcanvas-title" id="offcanvasNavbarLabel" style="color: #C71585;">Tr | |
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" | ||
integrity="sha384-HwwvtgBNo3bZJJLYd8oVXjrBZt8cqVSpeBNS5n7C8IVInixGAoxmnlMuBnhbgrkm" | ||
crossorigin="anonymous"></script> | ||
<script src="/scripts/read.js"></script> | ||
<script src="../scripts/read.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 |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
<title>Write Your Travel Journal</title> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" | ||
integrity="sha384-4bw+/aepP/YC94hEpVNVgiZdgIC5+VKNBQNGCHeKRQN+PtmoHDEXuppvnDJzQIu9" crossorigin="anonymous"> | ||
<link rel="stylesheet" href="/styles/write.css"> | ||
<link rel="stylesheet" href="../styles/write.css"> | ||
</head> | ||
|
||
<body> | ||
|
@@ -82,6 +82,6 @@ <h3 class="publish-title p-3">Your TravelTales</h3> | |
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" | ||
integrity="sha384-HwwvtgBNo3bZJJLYd8oVXjrBZt8cqVSpeBNS5n7C8IVInixGAoxmnlMuBnhbgrkm" | ||
crossorigin="anonymous"></script> | ||
<script src="/scripts/write.js"></script> | ||
<script src="../scripts/write.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