-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhobbies.html
45 lines (42 loc) · 1.14 KB
/
hobbies.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Jason Jacobson - Hobbies</title>
</head>
<body>
<h3>Jason's Hobbies</h3>
<ul>
<li>History</li>
<ul>
<li>WWII History</li>
<li>World History</li>
<li>American History</li>
</ul>
<li>Coding and Application Development</li>
<ul>
<li>Web Development</li>
<ul>
<li>Currently, Jason is taking the <a href="https://www.udemy.com/course/the-complete-web-development-bootcamp">Web Development 2022</a> course at <a href="https://www.udemy.com">Udemy</a>.</li>
</ul>
<li>Python</li>
<li>Automation</li>
</ul>
<li>Movies</li>
<ul>
<li>You HAVE to see Top Gun: Maverick</li>
</ul>
<li>Traveling with Family</li>
<li>Meeting new people</li>
<li>Volunteering</li>
<ul>
<li><a href="https://www.upwardlyglobal.org/">Upwardly Global</a></li>
<li><a href="https://www.chetscreek.com/">Chet's Creek Church</a></li>
</ul>
<li>Cooking</li>
<ul>
<li>Breaking in my new <a href="https://ooni.com">Ooni</a> Pizza Oven</li>
</ul>
</ul>
</body>
</html>