-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhobbies.html
More file actions
151 lines (87 loc) · 5.55 KB
/
hobbies.html
File metadata and controls
151 lines (87 loc) · 5.55 KB
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
<!DOCTYPE html >
<html lang="en">
<head>
<title>bioSite</title>
<!-- link to CSS and Google Fonts-->
<link rel="stylesheet" type="text/css" href="style.css">
<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=Merriweather:wght@400;700&family=Source+Sans+Pro:ital,wght@0,300;0,400;1,600&display=swap" rel="stylesheet">
</head>
<body>
<!--Logo and List to links to different pages on the site-->
<header>
<nav class="nav1">
<ul>
<li class="'logo"><a href="index.html"><img src="images/logo.png" alt="blue circle with green and gray square. Letters JB"></a></li>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About Me</a></li>
<li><a href="hobbies.html">Hobbies</a></li>
<li class="button"><a href="mailto:butlertm1165@gmail.com.com?subject=Thanks%20for%20visiting%20my%20BioSite!!!">Email Me</a></li>
</ul>
</nav>
</header>
<section class="hobbyIntro">
<figure>
<img src="images/marronBells.jpg" alt="Picture of Maroon Bells amd Jeremiah holding his daughter">
<figcaption>Spending time at one of my favorite places Maroon Bells</figcaption>
</figure>
<div class="hobbytext1">
<h2>My Hobbies</h2>
<br >
<br >
<p>
I enjoy several hobbies, but my top three are traveling, health, and dirt bikes. I like doing them with my family and am really excited when we find new experiences. The world is so big, and there are several different things I would like to explore and experience I would like to have.
</p>
<br >
<p>For travel, one of my favorite places is Maroon Bell. Maroon Bells is located in the Elk Mountains and Maroon North Maroon Peak. They are two of Colorado's fourteeners. It received its name because it's shaped like a bell and the color when the light hits them sometimes looks maroon. It is so popular that buses are used to settle visitors from the visitor center to the mountain's base. Although it is beautiful all year, the best time of year would be in the fall when the leaves change into bright colors of red, yellow, and oranges. </p>
</div>
</section>
<div>
<div class="hobby2">
<div class="column">
<figure>
<img src="images/tw200_.jpg" alt="Picture of Yamaha TW 200">
<figcaption>My TW 200</figcaption>
</figure>
</div>
<div class="column">
<figure>
<img src="images/hawaii.jpg" alt="Jeremaih at the beach in Hawaii">
<figcaption> beaches in Hawaii</figcaption>
</figure>
</div>
<div class="column">
<figure>
<img src="images/workoutBands.jpg" alt="Workout bands and weights">
<figcaption>Working out is is a important part of the day</figcaption>
</figure>
</div>
</div>
</div>
<div class="hobby3 ">
<div class="hobbytext1">
<h2> Things I Like</h2>
<br >
<br >
<p> Dirt biking is a new hobby in the beginner stage, but I really enjoy it.Fruita is next to several great paths; it is close to Rabit Valley, and a popular location is BML public lands which have many trails for every level of rider. Moab Is a place where I would like to ride. Because of the scenery. Some trails are Kokopelli Trail which starts in Loma, Colorado, and then spans into Utah. It is more challenging than my current level but one I would like to explore. Another is Onion Creek Road in Moab, Utah, which can be a more accessible trail.</p>
<br>
<p> Health is essential to me. I like cooking and making different things and going to the gym. I use a variety of exercise styles when working out, such as powerlifting and Olympic lifting. The difference between the two is in the lifts you perform. Squats, benches, and deadlifts are forms of power lifts. Snatch, clean, and jerk is forms of Olympic lifts. I prefer powerlifting.</p>
</div>
<figure class="hobby3img">
<img src="images/gym.jpg" alt="weightroom ">
<figcaption>Working out is a important part of the day</figcaption>
</figure>
</div>
<footer>
<div class="footerNav">
<ul>
<li><a href= "hobbies.html">Hobbies </a></li>
<li><a href= "about.html">About </a></li>
<li><a href= "index.html" >Home </a></li>
<li><a href= "https://www.linkedin.com/in/jeremiah-butler-3a00aa86/" class="linkedin" >Linkedin</a></li>
</ul>
</div>
</footer>
</body>
</html>