Skip to content

Commit 9a71449

Browse files
authored
Merge pull request #60 from icaras84/KBbranch1
K bbranch1
2 parents 53a7e5f + f28b1c1 commit 9a71449

20 files changed

+142
-40
lines changed

blog.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
<body>
1010
<!-- Top Header Navigation -->
1111
<header id="site-header"></header>
12-
<nav>
13-
<a href="index.html"> Back to Homepage</a>
14-
</nav>
1512
<section id="blog">
1613
<h2>Blog</h2>
1714
<ul id="blog-feed"></ul>

contact.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
<body>
1010
<!-- Top Header Navigation -->
1111
<header id="site-header"></header>
12-
<nav>
13-
<a href="index.html">← Back to Home</a>
14-
</nav>
1512

1613
<section id="contact">
1714
<h2>Contact Us</h2>

events.html

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,16 @@
99
<body>
1010
<!-- Top Header Navigation -->
1111
<header id="site-header"></header>
12-
<nav>
13-
<a href="index.html"> back to homepage</a>
14-
</nav>
12+
1513
<section id="events">
1614
<h2>Events</h2>
15+
16+
<figure class="event-image">
17+
<img src="images/1930's style poster celebrating SeaFair events and celebrations around the Pudget Sound area.png"
18+
alt="1930s-style SeaFair poster">
19+
<figcaption>1930s-style SeaFair poster celebrating Puget Sound events</figcaption>
20+
</figure>
21+
1722
<ul id="events-feed"></ul>
1823
</section>
1924

falls.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@
99
<body >
1010
<!-- Top Header Navigation -->
1111
<header id="site-header"></header>
12-
<nav>
13-
<a href="index.html"> Back to Homepage</a>
14-
</nav>
12+
1513
<h1>The Sparkling Waters</h1>
1614

1715
<img src = "images/waterfall.jpg" alt="Ranger Falls" onmouseover="showAlt(this)" onmouseout="hideAlt(this)">

ferry.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@
99
<body>
1010
<!-- Top Header Navigation -->
1111
<header id="site-header"></header>
12-
<nav>
13-
<a href="index.html"> Back to Homepage</a>
14-
</nav>
12+
1513

1614
<h1>A Ferry Expedition</h1>
1715

forest.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@
1010
<body>
1111
<!-- Top Header Navigation -->
1212
<header id="site-header"></header>
13-
<nav>
14-
<a href="index.html"> Back to Homepage</a>
15-
</nav>
13+
1614
<h1>Explore the Forest</h1>
1715

1816
<img src = "images/forest.jpg" alt="Rampart Ridge" onmouseover="showAlt(this)" onmouseout="hideAlt(this)">

hiking.html

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,14 @@
1212

1313
<!-- Hiking Section -->
1414
<section id="hiking">
15-
<h2>
16-
Hikes Trails
17-
</h2>
18-
<ul id="hiking-feed">
19-
20-
</ul>
15+
<h2>Hikes Trails </h2>
16+
17+
<figure class="map-image">
18+
<img src="images/seattle-trails-map.png" alt="Stylized 1930s map showing hiking trails around Seattle">
19+
<figcaption>A stylized 1930s map of hiking trails around Seattle</figcaption>
20+
</figure>
21+
22+
<ul id="hiking-feed"></ul>
2123
</section>
2224

2325
<!--Loader Script for the Header -->

images/Blog Updates.png

381 KB
Loading

images/News and Annoucement.png

552 KB
Loading

images/Upcoming Events.png

442 KB
Loading

0 commit comments

Comments
 (0)