-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
76 lines (72 loc) · 2.5 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
66
67
68
69
70
71
72
73
74
75
76
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Jared's Personal Website</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td>
<img src="https://bloximages.chicago2.vip.townnews.com/sent-trib.com/content/tncms/assets/v3/editorial/4/fc/4fc29d58-3248-11ea-8d5d-db9ac79c8cd9/5e16257ad0a69.image.jpg?resize=400%2C267" alt="Jared Hatch profile picture">
</td>
<td><h1>Jared's Personal Website</h1>
<p><em>Founder and CEO of <strong><a href="https://www.instagram.com/hatchs_hooch_2.0/">Hatch's Hooch</a></strong></em> </p>
<p><strong>Bio</strong> Originally trained as a science teacher, has become one of the leaders in the Craft Beer culture of South Korea. Starting as self taught homebrewer and beer judge, he joined the Daedo Brewing Company in 2019 and leading it to win the 2021 Best Brewpub in Asia Award </p>
</td>
</tr>
</table>
<hr>
<h3>Education</h3>
<p><ul><li><strong>Bowling Green State University</strong> Bachelor of Science in Biology</li></p>
<p><li><strong>Bowling Green State University</strong> Bachelor of Arts in Life Science Education</li></p>
<p><li><strong>Bowling Green State University</strong> Master of international and Cross Cultural Education</li></ul></p>
<hr>
<h3>Hobbies</h3>
<ol>
<li>Homebrewing Beer</li>
<li>Sausage Making</li>
<li>Hiking</li>
</ol>
<hr>
<h3>Work Experience</h3>
<table cellspacing="10">
<thead>
<tr>
<th>Dates</th>
<th>Work</th>
</tr>
</thead>
<tr>
<td>2006-2007</td>
<td>Science Instructor at Wayne County Schools</td>
</tr>
<tr>
<td>2007-2009</td>
<td>Middle School Science Teacher at Woodstock International School</td>
</tr>
</table>
<hr>
<strong><a href="contact_me.html">Contact Me</a></strong>
<hr>
<h3>Skills</h3>
<table cellspacing="10"
<tr>
<td>Brewing</td>
<td>🌟🌟🌟🌟🌟</td>
</tr>
<tr>
<td>Baking</td>
<td>🌟🌟🌟🌟</td>
</tr>
<tr>
<td>Candlestick making</td>
<td>🌟</td>
</tr>
<tr>
<td>Singer</td>
<td>🌟</td>
</tr>
</table>
</body>
</html>