-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathexperience.html
More file actions
65 lines (48 loc) · 1.92 KB
/
experience.html
File metadata and controls
65 lines (48 loc) · 1.92 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
<!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>My Experience</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=education>
<h2>Education</h2>
<p>
I had previously attended Ephrata senior High School for my general schooling.
My senior year I then decided to attend Brownstown Votech for Computer Systems Technology.
There I learned how to take apart/rebuild a laptop or computer. Also how to characterize
connectors and cables for Ethernet.
</p>
<img src="images/grad1.jpg" alt="">
<p>
I am now currently attending Thaddeus Stevens College of Technology majoring in computer
Software Engineering. I personally really enjoy working with computers whether it is building/repairing
them or now coding programs. Computing is such a facinating world and I am more than excited to see where
it can take me in life.
</p>
</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>