-
Notifications
You must be signed in to change notification settings - Fork 0
/
trip.html
167 lines (157 loc) · 6.29 KB
/
trip.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
<!DOCTYPE html>
<html lang="en" >
<head>
<title>holiday</title>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="trip.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css" integrity="sha384-GJzZqFGwb1QTTN6wy59ffF1BuGJpLSa9DkKMp0DgiMDm4iYMj70gZWKYbI706tWS" crossorigin="anonymous">
<!--<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>-->
</head>
<body>
<h2>Best Trip Round-Ups</h2>
<div class=" space container-fluid">
<div class="row">
<div class="col-md-3" align="center">
<a href="https://www.google.com"><img alt="Bootstrap Image Preview" src="./img/r.jpg" width="260px;" height="300px;" /></a>
<h4>
The Best Berry Picking Hikes In America
</h4>
</div>
<div class="col-md-3" align="center">
<a href="https://www.google.com"><img alt="Bootstrap Image Preview" src="./img/g.jpg" width="260px;" height="300px;" /></a>
<h4>
The 11 Best Wild and Scenic River Trips In America
</h4>
</div>
<div class="col-md-3" align="center">
<a href="https://www.google.com"><img alt="Bootstrap Image Preview" src="./img/j.jpg" width="260px;" height="300px;" /></a>
<h4>
National Scenic Trails: The Best 50 Miles
</h4>
</div>
<div class="col-md-3" align="center">
<a href="https://www.google.com"><img alt="Bootstrap Image Preview" src="./img/m.jpg" width="260px;" height="300px;" /></a>
<h4>
Glyphing is a Hiker's Tour of History
</h4>
</div>
</div>
</div>
<div class="see"> <button type="button" class="btn btn-outline-primary btn-lg">Browse All Trips By State</button></div>
<hr>
<div class="find"><h2>Find your Trip by State</h2></div>
<div class=" space container-fluid">
<div class="row">
<div class="col-md-2" align="center">
<a href="https://www.google.com"><img alt="Bootstrap Image Preview" src="./img/b.jpg" width="160px;" height="200px;" /></a>
<h4>
Best Hikes in Alabama
</h4>
</div>
<div class="col-md-2" align="center">
<a href="https://www.google.com"><img alt="Bootstrap Image Preview" src="./img/u.jpg" width="160px;" height="200px;" /></a>
<h4>
Best Hikes in Alaska
</h4>
</div>
<div class="col-md-2" align="center">
<a href="https://www.google.com"><img alt="Bootstrap Image Preview" src="./img/y.jpg" width="160px;" height="200px;" /></a>
<h4>
Best Hikes in Arizona
</h4>
</div>
<div class="col-md-2" align="center">
<a href="https://www.google.com"><img alt="Bootstrap Image Preview" src="./img/z.jpg" width="160px;" height="200px;" /></a>
<h4>
Best Hikes in Arkansas
</h4>
</div>
<div class="col-md-2" align="center">
<a href="https://www.google.com"><img alt="Bootstrap Image Preview" src="./img/q.jpg" width="160px;" height="200px;" /></a>
<h4>
Best Hikes in California
</h4>
</div>
<div class="col-md-2" align="center">
<a href="https://www.google.com"><img alt="Bootstrap Image Preview" src="./img/t.jpg" width="160px;" height="200px;" /></a>
<h4>
Best Hikes in Colorado
</h4>
</div>
</div>
</div>
<div class="see"> <button type="button" class="btn btn-outline-primary btn-lg">Explore All</button></div>
<hr>
<div class="find"><h2>Find Your Local Hikes In One Of These Cities</h2></div>
<div class=" space container-fluid">
<div class="row">
<div class="co col-md-2" align="center">
<a href="https://www.google.com"><img alt="Bootstrap Image Preview" src="./img/s.jpg" width="200px;" height="200px;" /></a>
<h4>
Atlanta Trails
</h4>
</div>
<div class="co col-md-2" align="center">
<a href="https://www.google.com"><img alt="Bootstrap Image Preview" src="./img/n.jpg" width="200px;" height="200px;" /></a>
<h4>
Boston Trails
</h4>
</div>
<div class="co col-md-2" align="center">
<a href="https://www.google.com"><img alt="Bootstrap Image Preview" src="./img/o.jpg" width="200px;" height="200px;" /></a>
<h4>
Chicago Trails
</h4>
</div>
<div class="co col-md-2" align="center">
<a href="https://www.google.com"><img alt="Bootstrap Image Preview" src="./img/l.jpg" width="200px;" height="200px;" /></a>
<h4>
Denver Trails
</h4>
</div>
<div class="co col-md-2" align="center">
<a href="https://www.google.com"><img alt="Bootstrap Image Preview" src="./img/x.jpg" width="200px;" height="200px;" /></a>
<h4>
Los Angeles Trails
</h4>
</div>
</div>
</div>
<div class=" space container-fluid">
<div class="row">
<div class="co col-md-2" align="center">
<a href="https://www.google.com"><img alt="Bootstrap Image Preview" src="./img/63.jpg" width="200px;" height="200px;" /></a>
<h4>
NYC Trails
</h4>
</div>
<div class="co col-md-2" align="center">
<a href="https://www.google.com"><img alt="Bootstrap Image Preview" src="./img/h.jpg" width="200px;" height="200px;" /></a>
<h4>
Pheonix Trails
</h4>
</div>
<div class="co col-md-2" align="center">
<a href="https://www.google.com"><img alt="Bootstrap Image Preview" src="./img/71.jpg" width="200px;" height="200px;" /></a>
<h4>
San Francisco Trails
</h4>
</div>
<div class="co col-md-2" align="center">
<a href="https://www.google.com"><img alt="Bootstrap Image Preview" src="./img/17.jpg" width="200px;" height="200px;" /></a>
<h4>
Seattle Trails
</h4>
</div>
<div class="co col-md-2" align="center">
<a href="https://www.google.com"><img alt="Bootstrap Image Preview" src="./img/d.jpg" width="200px;" height="200px;" /></a>
<h4>
New Hamphire Trails
</h4>
</div>
</div>
</div>
<div class="see"> <button type="button" class="btn btn-outline-primary btn-lg">Explore all</button></div>
</body>
</html>