-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
238 lines (202 loc) · 9.29 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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Responsive Layout | Alex Peschel</title>
<link href='https://fonts.googleapis.com/css?family=Merriweather:400,700,900' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/style.css" media="screen" title="no title">
</head>
<body>
<div class="wrapper" id="top">
<header class="header">
<h1 class="heading">Alex Peschel</h1>
<input type="checkbox" id="navigation-trigger" class="navigation-trigger">
<label for="navigation-trigger"></label>
<nav class="navigation">
<a class="navigation-item" href="#home">Home</a>
<a class="navigation-item" href="#portfolio">Portfolio</a>
<a class="navigation-item" href="#skills">Skills</a>
<a class="navigation-item" href="#contact">Contact</a>
</nav>
</header>
<div class="home" id="home">
<figure class="home-image">
<img src="images/me.png" alt="" />
</figure>
<p class="home-text">
Hi! I'm a front-end developer who loves responsive design and css. I recently finished a degree in front-end web development at Treehouse and am excited to put all my skills to use!
</p>
</div>
<section class="portfolio" id="portfolio">
<h3 class="portfolio-heading">Portfolio</h3>
<ul class="portfolio-list">
<li class="portfolio-item">
<img class="portfolio-item-img" src="images/portfolio-1.png" alt="Marketing Page" />
<h4 class="portfolio-item-heading">Marketing Page</h4>
<p class="portfolio-item-text">
This project shows the front page of a marketing website meant for a specific business I'm interested in.
</p>
</li>
<li class="portfolio-item">
<img class="portfolio-item-img" src="images/portfolio-2.png" alt="Search Page" />
<h4 class="portfolio-item-heading">Search Page</h4>
<p class="portfolio-item-text">
This project searches through a specific database to find information that the user is trying to look up.
</p>
</li>
<li class="portfolio-item">
<img class="portfolio-item-img" src="images/portfolio-3.png" alt="Travel App" />
<h4 class="portfolio-item-heading">Travel App</h4>
<p class="portfolio-item-text">
This project compares travel times based on different transportation methods and tells you the best one.
</p>
</li>
<li class="portfolio-item">
<img class="portfolio-item-img" src="images/portfolio-6.png" alt="Map of Favorite Spots" />
<h4 class="portfolio-item-heading">Map of Favorite Spots</h4>
<p class="portfolio-item-text">
This project uses mapping apis to plot points for my favorite spots in the city for a do-it-yourself walking tour.
</p>
</li>
<li class="portfolio-item">
<img class="portfolio-item-img" src="images/portfolio-5.png" alt="Photo Gallery" />
<h4 class="portfolio-item-heading">Photo Gallery</h4>
<p class="portfolio-item-text">
This project shows pictures from a recent trip to the viewer and allows them easily navigate through photos.
</p>
</li>
<li class="portfolio-item">
<img class="portfolio-item-img" src="images/portfolio-4.png" alt="Calculator" />
<h4 class="portfolio-item-heading">Calculator</h4>
<p class="portfolio-item-text">
Someone can enter in the numbers they want and press the big blue button and get the result.
</p>
</li>
<li class="portfolio-item">
<img class="portfolio-item-img" src="images/portfolio-7.png" alt="Calculator" />
<h4 class="portfolio-item-heading">Calculator</h4>
<p class="portfolio-item-text">
Someone can enter in the numbers they want and press the big blue button and get the result.
</p>
</li>
<li class="portfolio-item">
<img class="portfolio-item-img" src="images/portfolio-8.png" alt="Calculator" />
<h4 class="portfolio-item-heading">Calculator</h4>
<p class="portfolio-item-text">
Someone can enter in the numbers they want and press the big blue button and get the result.
</p>
</li>
<li class="portfolio-item">
<img class="portfolio-item-img" src="images/portfolio-9.png" alt="Calculator" />
<h4 class="portfolio-item-heading">Calculator</h4>
<p class="portfolio-item-text">
Someone can enter in the numbers they want and press the big blue button and get the result.
</p>
</li>
<li class="portfolio-item">
<img class="portfolio-item-img" src="images/portfolio-10.png" alt="Calculator" />
<h4 class="portfolio-item-heading">Calculator</h4>
<p class="portfolio-item-text">
Someone can enter in the numbers they want and press the big blue button and get the result.
</p>
</li>
<li class="portfolio-item">
<img class="portfolio-item-img" src="images/portfolio-11.png" alt="Calculator" />
<h4 class="portfolio-item-heading">Calculator</h4>
<p class="portfolio-item-text">
Someone can enter in the numbers they want and press the big blue button and get the result.
</p>
</li>
<li class="portfolio-item">
<img class="portfolio-item-img" src="images/portfolio-12.png" alt="Calculator" />
<h4 class="portfolio-item-heading">Calculator</h4>
<p class="portfolio-item-text">
Someone can enter in the numbers they want and press the big blue button and get the result.
</p>
</li>
<li class="portfolio-item">
<img class="portfolio-item-img" src="images/portfolio-13.png" alt="Calculator" />
<h4 class="portfolio-item-heading">Calculator</h4>
<p class="portfolio-item-text">
Someone can enter in the numbers they want and press the big blue button and get the result.
</p>
</li>
<li class="portfolio-item">
<img class="portfolio-item-img" src="images/portfolio-14.png" alt="Calculator" />
<h4 class="portfolio-item-heading">Calculator</h4>
<p class="portfolio-item-text">
Someone can enter in the numbers they want and press the big blue button and get the result.
</p>
</li>
<li class="portfolio-item">
<img class="portfolio-item-img" src="images/portfolio-15.png" alt="Calculator" />
<h4 class="portfolio-item-heading">Calculator</h4>
<p class="portfolio-item-text">
Someone can enter in the numbers they want and press the big blue button and get the result.
</p>
</li>
</ul>
</section>
<section class="skills" id="skills">
<h3 class="skills-heading">Skills</h3>
<div class="pies">
<div class="pie-wrap">
<h4 class="pie-heading">HTML 5</h4>
<div class="pie skills-html">
90%
</div>
</div>
<div class="pie-wrap">
<h4 class="pie-heading">CSS 3</h4>
<div class="pie skills-css">
90%
</div>
</div>
<div class="pie-wrap">
<h4 class="pie-heading">JavaScript</h4>
<div class="pie skills-js">
70%
</div>
</div>
<div class="pie-wrap">
<h4 class="pie-heading">Photoshop</h4>
<div class="pie skills-ps">
80%
</div>
</div>
<div class="pie-wrap">
<h4 class="pie-heading">Illustrator</h4>
<div class="pie skills-ai">
80%
</div>
</div>
</div>
</section>
<section class="contact" id="contact">
<h3 class="contact-heading">Contact</h3>
<p class="contact-text">
If you're interested in chatting or want more information about what I've been working on, I'd love to hear from you!
</p>
<div class="contact-data">
<span class="contact-data-label">Phone</span>
<span class="contact-data-phone">+1(111)55-1234</span>
</div>
<div class="contact-data">
<span class="contact-data-label">Email</span>
<span class="contact-data-email">email@yoursite.com</span>
</div>
</section>
<footer class="footer">
<a class="footer-item" href="#">Alex Peschel</a>
<nav class="navigation">
<a class="navigation-item" href="#home">Home</a>
<a class="navigation-item" href="#portfolio">Portfolio</a>
<a class="navigation-item" href="#skills">Skills</a>
<a class="navigation-item" href="#contact">Contact</a>
</nav>
<a class="back-to-top" href="#top">Back to Top</a>
</footer>
</div>
</body>
</html>