-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdowntown.html
58 lines (55 loc) · 2.1 KB
/
downtown.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700,700italic,400italic,300,300italic,600,600italic,800,800italic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/3.0.3/normalize.min.css">
<link rel="stylesheet" href="css/styles.css">
<title>Downtown Tour</title>
</head>
<body>
<div class="wrapper">
<header>
<a href="index.html"><img class="logo" src="site-assets/Logo.png" alt="Logo Image" /></a>
<a href="index.html"><h1 class="title-header"><span class="bold">Portland</span></a> Historical Tours</h1>
</header>
<nav>
<ul>
<li><a href="index.html">Portland Tours</a></li>
<li><a href="about.html" class="active">About</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="register.html">Register</a></li>
</ul>
</nav>
<main class="main downtown">
<img src="site-assets/Downtown_Tour.png" alt="Downtown Tour Image" />
<p>
Enjoy a walking tour of Portland's days gone by. This walking only tour provides a glimpse into the natural, architectural, and cultural history of downtown Portland. Upon arrival, you will receive a booklet of the 20 locations we will visit throughout this three hour tour. Use this booklet to compare Portland's current landscape with accurate historical context.
</p>
<p>
What's Included?
</p>
<p>
* Complimentary tour booklet with Before and After photos and a brief history of each location
</p>
<p>
* Complimentary water
</p>
<a href="register.html">
<img class="sign-up" src="site-assets/button.jpg" alt="sign-up button" />
</a>
</main>
</div>
<footer>
<p class="copy">
Portland Historical Tours © 2016
</p>
<div class="address">
<p>Portland Historical Tours</p>
<p>123 Main St</p>
<p>Portland, OR 97212</p>
</div>
</footer>
</body>
</html>