-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (37 loc) · 1.95 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>The Pacific Northwest Summer</title>
<link rel="stylesheet" href="style.css">
<script src="app.js"></script>
</head>
<body>
<header>
<h1>The Pacific Northwest Summer</h1>
<nav>
<ul>
<li><a href="/">link 1</a></li>
<li><a href="/">link 2</a></li>
<li><a href="/">link 3</a></li>
<button class="btn" onclick="beachLoop2()">Trivia</button>
</ul>
</nav>
</header>
<main>
<h2><script>generateGreeting()</script></h2>
<script>dePixelate()</script>
<ul>
<li><img alt="image 1" src="https://parkpreview.files.wordpress.com/2018/06/madrona6-2-18-008.jpg"></li>
<li><img alt="image 2" src="https://tinybeans.com/wp-content/uploads/2021/07/Seattle-center-fountain-rainbow-outdoor-activities-seattle-cc-instagram.jpg"></li>
<li><img alt="image 3" src="https://www.westsideseattle.com/sites/default/files/images/wwwwestseattleheraldcom/2017/05/colman-pool-seattle-parks.jpg"></li>
</ul>
<p>The typical Pacific Northwest Summer starts abrubtly in late June and lasts well into September. This period of rare warmth and sunlight in a mostly-grey-year-round climate is highly anticipated by most residents. Since the temperature change can be extreme many residents go to water sources to cool off. Some options include jumping in a lake or river, cooling of at sprayparks with your kids or visiting a public swimming pool.</p>
<button class="btn" onclick="forLoopSealPup()">Rate this page!</button>
<section id="rating"></section>
</main>
<footer>
<p>© 2022 The Pacific Northwest Summer</p>
</footer>
</body>
</html>