-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
106 lines (94 loc) · 5.42 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<script src="https://use.fontawesome.com/releases/v5.0.6/js/all.js"></script>
<link rel="stylesheet" href="style/index.css"></link>
<link rel="stylesheet" href="style/global.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons"
rel="stylesheet"></link>
<title>Emerson Pfeiffer | Home</title>
</head>
<body>
<div class="wrapper">
<!--navigation-->
<nav class="main-nav">
<ul>
<li><a class="highlight" href="index.html"><span><i class="material-icons">home</i></span>Home</a></li>
<li><a class="link" href="about.html"><i class="material-icons">face</i></span>About Me</a></li>
<li><a class="link" href="projects.html"><span><i class="material-icons">folder_shared</i></span>Projects</a></li>
<li><a class="link" href="contact.html"><span><i class="material-icons">account_box</i></span>Contact</a></li>
</ul>
</nav>
<!--top picture-->
<section class="top-container">
<header class="showcase">
</header>
<div class="top-box top-box-a">
<h1>Hello and Welcome</h1>
<p> My name is Emerson Pfeiffer, and I am studying the field of Computer Science. I am a kinesthetic learner, which means I learn best by doing and love to work on new ideas or projects such as this website. Pushing myself to try new things every day is what I strive for.
</p>
</div>
<div class="top-box top-box-b">
<p> Search around to learn more about me, view some of my past projects as a student and programmer, or get in contact.</p>
</div>
</section>
<!--Boxes Section -->
<section class="boxes">
<div class="box">
<!-- <i class="fas fa-chart-pie fa-4x"></i> -->
<img src="img/Saline_Hornet_-_White__S_.png" alt="Saline_Hornet_-_White__S_">
<h3>High School</h3>
<p>I attended Saline High School and graduated in 2017. Participation in First Robotics, Club Soccer, and Boy Scouts include some of my fondest memories as a teenager. </p>
</div>
<div class="box">
<!-- <i class="fas fa-globe fa-4x"></i> -->
<img src="img/BlockM.png" alt="Block M">
<h3>College</h3>
<p>I graduated from the University of Michigan in 2021 with a bachelors degree in Computer Science.</p>
</div>
<div class="box">
<!-- <i class="fas fa-cog fa-4x"></i> -->
<img src="img/Bert's.png" alt="Bert's">
<h3>Bert's Cafe</h3>
<p>During school, I worked as a Student Manager at Bert's Cafe. Learning great customer service has improved my communication skills, and by incorporating work into my class schedule, I learned how to best manage my time. I never drank coffee growing up, but now I love it!</p>
</div>
<div class="box">
<!-- <i class="fas fa-users fa-4x"></i> -->
<img src="img/BSA.png" alt="Boy Scouts">
<h3>Boy Scouts</h3>
<p>For 7 years I was a member of Troop 457, earning my Eagle Scout Rank in 2016. Above is a picture of me and my finished project: a bench outside of the <a target="_blank" href="http://cityofsaline.org/?module=Page&sID=parks--recreation--recreation-center&cf=Parks">Saline Rec Center</a>. </p>
<br>
<a target="_blank" href="http://thesalinepost.com/archive/article/section/government/blog/city-saline/life-scout-pfeiffer-build-bench-rec-center/1437530991" class="btn">Read More Here</a>
</div>
</section>
<!--Info Section -->
<!-- <section class="info">
<img src="img.pic1.jpg" alt="nothin">
<div>
<h2>Your business On The Web</h2>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Nemo sapiente atque est iste eveniet recusandae soluta, labore veritatis! Eum ipsum assumenda laboriosam cupiditate molestiae nesciunt quae nisi eligendi minus dignissimos.</p>
<a href="#" class="btn">Learn More</a>
</div>
</section> -->
<!--Portfolio Section TBD-->
<!-- <section class="portfolio">
<img src="https://source.unsplash.com/random/200x200" alt=""></img>
<img src="https://source.unsplash.com/random/201x200" alt=""></img>
<img src="https://source.unsplash.com/random/202x200" alt=""></img>
<img src="https://source.unsplash.com/random/203x200" alt=""></img>
<img src="https://source.unsplash.com/random/204x200" alt=""></img>
<img src="https://source.unsplash.com/random/205x200" alt=""></img>
<img src="https://source.unsplash.com/random/206x200" alt=""></img>
<img src="https://source.unsplash.com/random/207x200" alt=""></img>
<img src="https://source.unsplash.com/random/208x200" alt=""></img>
</section> -->
<footer>
<p>Emerson Pfeiffer © 2019</p>
</footer>
</div>
<!--wrapper ends here-->
</body>
</html>