-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathhobbies.html
More file actions
93 lines (75 loc) · 3.87 KB
/
hobbies.html
File metadata and controls
93 lines (75 loc) · 3.87 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<link href="styles.css" rel="stylesheet" type="text/css">
<title>Lee Enck</title>
</head>
<body>
<header>
<h1>Hobbies</h1>
<nav>
<a href="index.html">About Me</a>
<a href="hobbies.html">Hobbies</a>
<a href="experience.html">Experience</a>
<a href="projects.html">Projects</a>
<a href="resume.html">Resume</a>
</nav>
</header>
<section class="gaming">
<h2>Gaming</h2>
<p>
Gaming has always been an exciting passtime for me, it is an activity that I utilize
as just a relaxing exercise for the mind. It is also a great way to keep in touch with
past friends and blow the dust off some old COD Black Ops Zombies, godly Minecraft worlds,
or breaking out new and improved fps games. But I originally wanted to get into game
developing as a possible occupation or side job.
</p>
</section>
<section class="collections">
<h2>Collections</h2>
<p>
In my family we have a tradition of starting a collection of items that we find interesting.
My mother collects pez dispensers and has more than enough, my father has a collection of click pez
dispensers and also started both my brother and I on collecting Hess Trucks. I also have my own massive
collection of rocks and minerals that I had started when I was in second grade, I have anything from petrified
wood, fossils, or even amethyst.
</p>
<section class="bowling">
<h2>Bowling</h2>
<p>
I have been Bowling for over 13 years and have won multiple tournaments as a youth bowler.
I was part of the Ephrata High School Bowling Team which I was the captain of all 4 years.
We placed first in our section, 3 out of my 4 years in my high school career.
3 years ago we had placed second both at regionals and states. From placing second at states
we made it to nationals and placed 17th out of the 50 teams present, individually I placed 90th
out of 350 bowlers. I have also participated in around 100 local tournaments, including a tournament
called Pepsi which is another nationally recognized junior bowling tournament. Two years ago I placed
6th out of the county and attended states May 5th of 2018 and won the U20 divison.
</p>
<div>
<img src="images/states-photo.jpg" alt="states trophy">
<img src="images/nationals.jpg" alt="bowling nationals">
</div>
<p>
The picture below is me after my freshman year, I was interviewed by a Berry Decker who interviews
outstanding bowling athletes from around Lancaster County.
Click on it for a link to the article.
</p>
<section class="lancaster">
<a href="https://lancasteronline.com/sports/highschool/bowling/roll-em-ephrata-sophomore-bowler-enck-turns-in-some-prime/article_cfcfc84e-a5f8-11e5-92b5-472b4a987598.html">
<img src="https://bloximages.newyork1.vip.townnews.com/lancasteronline.com/content/tncms/assets/v3/editorial/9/ae/9aea648a-a5f9-11e5-a33c-8bb9d65236ee/5674c34b4edcb.image.jpg?resize=1457%2C1277" alt="My awards after freshman year"></a>
</section> </section> <footer>
<div class="contact">
<a href="https://www.facebook.com/profile.php?id=100005528539165">
<img src="images/facebook.png" alt="facebook logo"></a>
<a href="https://www.instagram.com/lee_enck/">
<img src="images/instagram.png" alt="instagram logo"></a>
<a href="https://github.com/LeeEnck">
<img src="images/github-logo.png" alt="github logo"></a>
</div>
<p>Lee Enck ©2019</p>
<div class="icons">Icons made by <a href="https://www.flaticon.com/authors/pixel-perfect" title="Pixel Perfect">Pixel Perfect</a> <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a></div>
</footer>
</body>
</html>