Skip to content

Commit

Permalink
Move website images
Browse files Browse the repository at this point in the history
  • Loading branch information
kylecorry31 committed Dec 9, 2023
1 parent b1a162b commit e1807b5
Show file tree
Hide file tree
Showing 11 changed files with 8 additions and 8 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
14 changes: 7 additions & 7 deletions site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Trail Sense</title>
<link rel="shortcut icon" href="logo.png" type="image/x-icon">
<link rel="shortcut icon" href="images/logo.png" type="image/x-icon">
<link rel="stylesheet" href="pluto.css" />
<link rel="stylesheet" href="style.css" />
</head>
Expand Down Expand Up @@ -54,32 +54,32 @@ <h3 class="text-center" id="feature-header">
</h3>
<div class="grid container">
<div class="feature">
<img src="Main.png" alt="" />
<img src="images/Main.png" alt="" />
<h3>Nearby</h3>
<p>View nearby beacons and paths on your compass.</p>
</div>
<div class="feature">
<img src="Backtrack.png" alt="" />
<img src="images/Backtrack.png" alt="" />
<h3>Backtrack</h3>
<p>Trace back your steps.</p>
</div>
<div class="feature">
<img src="Weather.png" alt="" />
<img src="images/Weather.png" alt="" />
<h3>Weather</h3>
<p>Get hyperlocal weather forecasts and alerts.</p>
</div>
<div class="feature">
<img src="Astronomy.png" alt="" />
<img src="images/Astronomy.png" alt="" />
<h3>Astronomy</h3>
<p>View the positions of the sun and moon.</p>
</div>
<div class="feature">
<img src="Maps.png" alt="" />
<img src="images/Maps.png" alt="" />
<h3>Photo Maps</h3>
<p>Use a photo as a map.</p>
</div>
<div class="feature">
<img src="Tools.png" alt="" />
<img src="images/Tools.png" alt="" />
<h3>Tools</h3>
<p>
Flashlight, clinometer, ruler, clock, level, packing lists and
Expand Down
2 changes: 1 addition & 1 deletion site/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ body {
}

body {
background: url("background.jpg");
background: url("images/background.jpg");
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
Expand Down

0 comments on commit e1807b5

Please sign in to comment.