-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
326 lines (276 loc) · 12.5 KB
/
index.html
File metadata and controls
326 lines (276 loc) · 12.5 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
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
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
<!DOCTYPE html>
<html>
<head>
<title>Zack Moberg</title>
<!-- somethong -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- after meta -->
<link rel="icon" href="./img/favicon.ico" type="image/x-icon">
<link href="./public/home.css" rel="stylesheet">
<link href="https://colorzilla.com/gradient-editor/#ffd65e+57,febf04+100">
<!-- <link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css" -->
integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous" />
</head>
<main>
<!--Welcome Page-->
<header class="landing-page" id="welcome-section">
<!-- <div class="cover" onclick="closeNav();"></div> -->
<svg class="ham hamRotate ham1" viewBox="0 0 100 100" width="150" onclick="closeNav()">
<path class="line top"
d="m 30,33 h 40 c 0,0 9.044436,-0.654587 9.044436,-8.508902 0,-7.854315 -8.024349,-11.958003 -14.89975,-10.85914 -6.875401,1.098863 -13.637059,4.171617 -13.637059,16.368042 v 40" />
<path class="line middle" d="m 30,50 h 40" />
<path class="line bottom"
d="m 30,67 h 40 c 12.796276,0 15.357889,-11.717785 15.357889,-26.851538 0,-15.133752 -4.786586,-27.274118 -16.667516,-27.274118 -11.88093,0 -18.499247,6.994427 -18.435284,17.125656 l 0.252538,40" />
</svg>
<!-- <div class="top_contacts">
<a href="https://github.com/ZMoberg" id="profile-link" class="top_contacts-link" target="_blank"
alt="Github"><i class="fab fa-github"></i></a>
<a href="https://www.linkedin.com/in/zackmoberg/" id="profile-link" class="top_contacts-link"
target="_blank" alt="Linkedin"><i class="fab fa-linkedin"></i></a>
</div> -->
<!--Navigation bar-->
<nav id="navbar" class="nav">
<ul class="nav-links">
<li class="nav-link"><a href="#about_scroll">ABOUT</a></li>
<li class="nav-link"><a href="#projects-scroll">PROJECTS</a></li>
<li class="nav-link"><a href="#contact">CONTACT</a></li>
</ul>
</nav>
<section class="head_sub">
<div class="scroller">
<h1 class="title">ZACK MOBERG</h1>
<p class="title_sub">Web Developer <br> & UI/UX Designer</p>
<div class="header_nav">
<ul>
<li class="title_nav"><a href="#about_scroll" class="left">ABOUT</a></li>
<li class="title_nav"><a href="#projects-scroll" class="left">PROJECTS</a></li>
<li class="title_nav"><a href="#contact" class="left">CONTACT</a></li>
</ul>
</div>
</div>
</section>
<!-- Scroll down animation -->
<div class="mouse_scroll">
<a href="#about_scroll">
<div class="mouse">
<div class="wheel"></div>
</div>
<div class="scroll_arrows">
<span class="m_scroll_arrows unu"></span>
<span class="m_scroll_arrows doi"></span>
<span class="m_scroll_arrows trei"></span>
</div>
</a>
</div>
</header>
<!-- About section -->
<section class="about_section" id="about_scroll">
<div class="about_body">
<div class="about_intro">
Hi. I'm Zack.
</div>
<h1 class="who_header">Who I am</h1>
<p class="about-text">
I am a developer living in Los Angeles and like to simplify difficult tasks. Problem solving excites
me and I enjoy bringing virtual ideas into reality. Helping others chase their dreams while gaining
knowledge to
reach my own goals, is what drives me.
</p>
</div>
<table class="skills">
<caption>What I do</caption>
<thead>
<tr>
<th scope="col">Front-End</th>
<th scope="col">Back-End</th>
<th scope="col">Tools </th>
<th scope="col">Soft Skills</th>
</tr>
</thead>
<tbody>
<tr>
<td>HTML5</td>
<td>Node.JS</td>
<td>Git/GitHub</td>
<td>Marketing</td>
</tr>
<tr>
<td>CSS3</td>
<td>Express</td>
<td>Jest</td>
<td>Collaboration</td>
</tr>
<tr>
<td>Sass</td>
<td>MonogoDB</td>
<td>Postman</td>
<td>Organization</td>
</tr>
<tr>
<td>Bootstrap</td>
<td>StackOverflow</td>
<td>Robo 3T</td>
<td>Leadership</td>
</tr>
<tr>
<td>JavaScript</td>
</tr>
<tr>
<td>GSAP</td>
</tr>
</tbody>
</table>
</section>
<!-- Projects header -->
<div class="myStuff-header">
<p class="myStuff">My Stuff</p>
</div>
<!-- Projects section-->
<section class="project-section">
<div class="modals">
<div class="wrapper">
<div class="card" id="modal_1" data-target="simpleModal_1" data-toggle="modal1">
<img src="./img/YelpCamp.png" alt="">
<div class="info">
<h1>YelpCamp</h1>
</div>
</div>
</div>
<!-- 1 modal target for all the modals -->
<div id="simpleModal_1" class="modal1">
<div class="modal-window1">
<div class="project-slider__container">
<div id="projectSlide" class="projectSlides fade">
<div class="project-slider__numbertext">1 / 3</div>
</div>
<a class="prev" onclick="plusSlides(-1)">❮</a>
<a class="next" onclick="plusSlides(1)">❯</a>
<div class="projectSlider__dots" style="text-align:center">
<span class="projectSlider__dots--dot" onclick="currentSlide(1)"></span>
<span class="projectSlider__dots--dot" onclick="currentSlide(2)"></span>
<span class="projectSlider__dots--dot" onclick="currentSlide(3)"></span>
</div>
</div>
<h3 id="title"></h3>
<p id="info"></p>
<div class="buttons">
<a href="" target="_blank" id="live"><button class="modal-buttons">Live
Project</button></a>
<a href="" target="_blank" id="source"><button class="modal-buttons">Source
Code</button></a>
</div>
</div>
</div>
<div class="wrapper">
<div class="card" id="modal_2" data-target="simpleModal_1" data-toggle="modal1">
<img src="./img/fcc_Landingpage.png" alt="">
<div class="info">
<h1>RTIC</h1>
</div>
</div>
</div>
<div class="wrapper">
<div class="card" id="modal_3" data-target="simpleModal_1" data-toggle="modal1">
<img src="./img/card3.jpg" alt="">
<div class="info">
<h1>Coming Soon</h1>
</div>
</div>
</div>
<div class="wrapper">
<div class="card" id="modal_4" data-target="simpleModal_1" data-toggle="modal1">
<img src="./img/card4.jpg" alt="">
<div class="info">
<h1>Coming Soon</h1>
</div>
</div>
</div>
<div class="wrapper">
<div class="card" id="modal_5" data-target="simpleModal_1" data-toggle="modal1">
<img src="./img/card5.jpg" alt="">
<div class="info">
<h1>Coming Soon</h1>
</div>
</div>
</div>
<div class="wrapper">
<div class="card" id="modal_6" data-target="simpleModal_1" data-toggle="modal1">
<img src="./img/card6.jpg" alt="">
<div class="info">
<h1>HTML Email Templates</h1>
</div>
</div>
</div>
</div>
</section>
<!-- Footer break -->
<div class="work-together">
<h2>Interested in Working Together..?</h2>
</div>
<section class="bottom" id="contact">
<!--Footer / Contact Section-->
<div class="container">
<div class="form">
<div class="contact-info">
<h3 class="contact-title">Let's get in touch</h3>
<p class="text">
Inspiration can come from anywhere and take on many forms, what does yours look like?
Whether you have an idea or project you would like to collaborate on, send me a message and
reach out.
</p>
<div class="info">
<div class="information">
<img src="img/location.png" class="icon" alt="" />
<p>Los Angeles, California</p>
</div>
<div class="information">
<a href="mailto:zmoberg@gmail.com"><img src="img/email.png" class="icon two" alt="" /></a>
<p>zmoberg@gmail.com</p>
</div>
</div>
<!-- <span class="circle-border"></span> -->
<div class="social-media">
<p>Connect :</p>
<div class="social-icons">
<a href="https://github.com/ZMoberg"><i class="fab fa-github"></i></a>
<a href="https://www.linkedin.com/in/zackmoberg/">
<i class="fab fa-linkedin-in"></i>
</a>
</div>
</div>
</div>
<div class="contact-form">
<span class="circle one"></span>
<span class="circle two"></span>
<form action="index.html" autocomplete="off">
<h3 class="connect-title">Contact me</h3>
<div class="input-container">
<input type="text" name="name" class="input" />
<label for="">Full Name</label>
<span>Full Name</span>
</div>
<div class="input-container">
<input type="email" name="email" class="input" />
<label for="">Email</label>
<span>Email</span>
</div>
<div class="input-container textarea">
<textarea name="message" class="input"></textarea>
<label for="">Message</label>
<span>Message</span>
</div>
<input type="submit" value="Send" class="btn" />
</form>
</div>
</div>
</div>
</section>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.6.1/gsap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.6.1/ScrollTrigger.min.js"></script>
<script src="https://kit.fontawesome.com/64d58efce2.js" crossorigin="anonymous"></script>
<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>
<script src="./public/app.js"></script>
</main>
</html>