generated from shkeating/html-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (35 loc) · 1.31 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
39
40
41
42
43
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Catskills Guide to Hiking & Biking</title>
<meta name="description" content="Adventure Awaits!">
<meta name="author" content="Luke Devereau">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Leckerli+One&family=Monda&family=Poiret+One&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<a id="logo" href="index.html"><img src="Catskill Logo .png" width="300" height=200 alt="mountians vista"></a>
</header>
<main>
<img class="header" alt="Person looking at mountian landscape" src="mtsean.jpg"/>
<h1>Catskills Guide to Hiking & Biking</h1>
<h2>Adventure Awaits!</h2>
</main>
<nav>
<a href="#">History</a>
<a href="#">Hiking</a>
<a href="#">Biking</a>
</nav>
<div className="label">
<p className="text-wrapper">
Throughout the Catskills there are a wide variety trails and vistas waiting to be explored!
</p>
</div>
<footer>
</footer>
</body>
</html>