-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
65 lines (60 loc) · 2.43 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"></meta>
<link rel='shortcut icon' href='favicon.ico' />
<link rel="stylesheet" type="text/css" media="screen" href="blog.css"/>
<title>Western Camping Trips</title>
<style type="text/css" media="screen">
.banner {
background-image: url(https://brownianmotion.smugmug.com/2014/Gros-Ventre/i-QRpJkFW/0/O/IMG_2450.jpg);
position: relative;
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 30%;
margin: 0;
width: 100%;
height: 375px;
box-sizing: content-box;
}
.title {
text-align: left;
padding-left: 50px;
padding-top: 250px;
font-size: 50px;
font-variant: small-caps;
color: #ffb618;
}
.title-date {
font-size: 20px;
padding-left: 50px;
}
</style>
</head>
<body>
<div class="banner">
</div>
<div class="regcontent">
<p class="regtext">
<h1 class="regtext">Western Camping Trips</h1>
<ul class="regtext">
<li>2023 - <a href="2023-WindRiver.html">Wind River Range (WY)</a></li>
<li>2022 - <a href="2022-MountZirkel.html">Mount Zirkel (CO) (kids trip)</a></li>
<li>2022 - <a href="2022-Beartooth.html">Absaroka-Beartooth (MT)</a></li>
<li>2021 - <a href="2021-JedediahSmith.html">Jedediah Smith [Tetons] (WY)</a></li>
<li>2019 - <a href="2019-Washakie.html">Washakie [Yellowstone complex] (WY)</a></li>
<li>2018 - <a href="2018-GlacierPeak.html">Glacier Peak (WA)</a></li>
<li>2017 - <a href="2017-GrosVentre.html">Solar Eclipse in Gros Ventre (WY)</a></li>
<li>2016 - <a href="2016-BobMarshall.html">Bob Marshall (MT)</a></li>
<li>2015 - <a href="2015-AnselAdams.html">Ansel Adams (CA)</a></li>
<li>2014 - <a href="2014-GrosVentre.html">Gros Ventre (WY)</a></li>
<li>2013 - <a href="2013-WhiteGoat.html">White Goat (AB, Canada)</a></li>
<li>2012 - <a href="2012-Glacier.htm">Glacier (MT)</a></li>
<li>2011 - <a href="2011-GoldenTrout.htm">Golden Trout (CA)</a></li>
<li>2010 - <a href="2010-KingsCanyon.html">Kings Canyon (CA)</a></li>
<li>2007 - <a href="2007-MountWhitney.html">Mt Whitney (CA)</a></li>
</ul>
</p>
</div>
</body>
</html>