-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
386 lines (365 loc) · 17.3 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
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
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-EJX3FVJXB6"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-EJX3FVJXB6');
</script>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./CSS/main.css">
<title>Isaac Samuel's portfolio</title>
</head>
<body>
<header id="header">
<div class="my-logo-container">
<a href="/">
<img class="my-logo" src="images/MyLogo.svg" alt="Portfolio logo">
</a>
</div>
<nav>
<div class="menu-container">
<img src="images/menu.svg" alt="menu" class="menu">
</div>
<ul class="nav-links">
<li class="nav-link"><a href="#portfolio">Portfolio</a></li>
<li class="nav-link"><a href="#about">About</a></li>
<li class="nav-link"><a href="#contact">Contact</a></li>
</ul>
</nav>
</header>
<main>
<section class="headline">
<h1 class="header-primary-text">I’m Isaac
Glad to see you!</h1>
<p class="para-primary-text">I’m a software developer! I can help you build a product , feature or website
Look through some of my work and
experience! If you like what you see and have a project you need coded, don’t hestiate to contact me.</p>
<h2 class="connect">LET'S CONNECT</h2>
<ul class="social-media-icons">
<li class="social-media-icon">
<a href="https://twitter.com/zieecodes" target="_blank" rel="noopener noreferrer">
<img class="s-m-icon" src="images/twitter.svg" alt="Isaac's Twitter">
</a>
</li>
<li class="social-media-icon">
<a href="https://www.linkedin.com/in/isaac-imaobong-samuel-a4849b1b8/" target="_blank"
rel="noopener noreferrer">
<img class="s-m-icon" src="images/Linkedin.svg" alt="Isaac's Linkedin">
</a>
</li>
<li class="social-media-icon">
<a href="#social-media-icon" target="_blank" rel="noopener noreferrer">
<img class="s-m-icon" src="images/Blog.svg" alt="Issac's Blog">
</a>
</li>
<li class="social-media-icon">
<a href="https://github.com/zieeco" target="_blank" rel="noopener noreferrer">
<img class="s-m-icon" src="images/github.svg" alt="">
</a>
</li>
<li class="social-media-icon">
<a href="#social-media-icon" target="_blank" rel="noopener noreferrer">
<img class="s-m-icon" src="images/angelist.svg" alt="Isaac's Angelist">
</a>
</li>
</ul>
</section>
<section id="portfolio" class="works">
<ul class="project-works">
<li class="project-image-container">
<img src="./images/SnapshootPortfolioA.svg" alt="Tonic" class="mobile-image">
<img src="./images/SnapshootDesktopPortfolioA.svg" alt="Tonic" class="desktop-image">
</li>
<li class="project-body-block">
<h2 class="project-title">Tonic</h2>
<div class="project-info">
<span class="project-info-items canopy">CANOPY</span>
<img src="./images/Counter.svg" alt="counter">
<span class="project-info-items dsk-fw">Back End Dev</span>
<img src="./images/Counter.svg" alt="counter">
<span class="project-info-items">2015</span>
</div>
<p class="project-primary-text">A daily selection of privately personalized reads; no accounts or sign-ups
required.</p>
<ul class="tags">
<li class="tag">html</li>
<li class="tag">css</li>
<li class="tag">javaScript</li>
</ul>
<button class="button see-project" type="button">See Project</button>
</li>
</ul>
<ul class="project-works row-reverse-desktop">
<li class="project-image-container">
<img src="./images/SnapshootPortfolioB.svg" alt="Tonic" class="mobile-image">
<img src="./images/SnapshootDesktopPortfolioB.svg" alt="Tonic" class="desktop-image">
</li>
<li class="project-body-block">
<h2 class="project-title">Multi-Post Stories</h2>
<div class="project-info">
<span class="project-info-items canopy hide-for-desktop">CANOPY</span>
<span class="project-info-items canopy hide-for-mobile">FACEBOOK</span>
<img src="./images/Counter.svg" alt="counter">
<span class="project-info-items hide-for-desktop">Back End Dev</span>
<span class="project-info-items hide-for-mobile dsk-fw">Full Stack Dev</span>
<img src="./images/Counter.svg" alt="counter">
<span class="project-info-items">2015</span>
</div>
<p class="project-primary-text hide-for-desktop">A daily selection of privately personalized reads; no
accounts or sign-ups
required.</p>
<p class="project-primary-text hide-for-mobile">Experimental content creation feature that allows users to add
to an existing story over the course of a day without
spamming their friends.</p>
<ul class="tags">
<li class="tag">html</li>
<li class="tag hide-for-mobile">Ruby on rails</li>
<li class="tag">css</li>
<li class="tag">javaScript</li>
</ul>
<button class="button see-project" type="button">See Project</button>
</li>
</ul>
<ul class="project-works">
<li class="project-image-container">
<img src="./images/SnapshootPortfolioC.svg" alt="Tonic" class="mobile-image">
<img src="./images/SnapshootDesktopPortfolioC.svg" alt="Tonic" class="desktop-image">
</li>
<li class="project-body-block">
<h2 class="project-title hide-for-desktop">Tonic</h2>
<h2 class="project-title hide-for-mobile">Facebook 360</h2>
<div class="project-info">
<span class="project-info-items canopy hide-for-desktop">CANOPY</span>
<span class="project-info-items canopy hide-for-mobile">FACEBOOK</span>
<img src="./images/Counter.svg" alt="counter">
<span class="project-info-items hide-for-desktop">Back End Dev</span>
<span class="project-info-items hide-for-mobile dsk-fw">Full Stack Dev</span>
<img src="./images/Counter.svg" alt="counter">
<span class="project-info-items">2015</span>
</div>
<p class="project-primary-text hide-for-desktop">A daily selection of privately personalized reads; no
accounts or sign-ups
required.</p>
<p class="project-primary-text hide-for-mobile">Exploring the future of media in Facebook's first Virtual
Reality app; a place to discover and enjoy 360 photos and
videos on Gear VR.</p>
<ul class="tags">
<li class="tag">html</li>
<li class="tag hide-for-mobile">Ruby on rails</li>
<li class="tag">css</li>
<li class="tag">javaScript</li>
</ul>
<button class="button see-project" type="button">See Project</button>
</li>
</ul>
<ul class="project-works row-reverse-desktop">
<li class="project-image-container">
<img src="./images/SnapshootPortfolioD.svg" alt="Tonic" class="mobile-image">
<img src="./images/SnapshootDesktopPortfolioD.svg" alt="Tonic" class="desktop-image">
</li>
<li class="project-body-block">
<h2 class="project-title hide-for-desktop">Multi-Post Stories</h2>
<h2 class="project-title hide-for-mobile">Uber Navigation</h2>
<div class="project-info">
<span class="project-info-items canopy hide-for-desktop">CANOPY</span>
<span class="project-info-items canopy hide-for-mobile">FACEBOOK</span>
<img src="./images/Counter.svg" alt="counter">
<span class="project-info-items hide-for-desktop">Back End Dev</span>
<span class="project-info-items hide-for-mobile dsk-fw">Lead Developer</span>
<img src="./images/Counter.svg" alt="counter">
<span class="project-info-items hide-for-desktop">2015</span>
<span class="project-info-items hide-for-mobile dsk-fw">2018</span>
</div>
<p class="project-primary-text hide-for-desktop">A daily selection of privately personalized reads; no
accounts or sign-ups
required.</p>
<p class="project-primary-text hide-for-mobile">
A smart assistant to make driving more safe, efficient, and fun by unlocking your most expensive computer:
your car.
</p>
<ul class="tags">
<li class="tag">html</li>
<li class="tag hide-for-mobile">Ruby on rails</li>
<li class="tag">css</li>
<li class="tag">javaScript</li>
</ul>
<button class="button see-project" type="button">See Project</button>
</li>
</ul>
</section>
<section id="about" class="about-myself headline">
<div class="top-container">
<h2 class="about-myself-header header-primary-text">About Myself</h2>
<p class="para-primary-text">Hello I’m a software developer! I can help you build a product , feature or
website
Look through some of my work and
experience! If you like what you see and have a project you need coded, don’t hestiate to contact me.</p>
<h2 class="connect">LET'S CONNECT</h2>
<ul class="about-myself-sm-icons social-media-icons">
<li class="social-media-icon">
<a href="https://github.com/zieeco" target="_blank" rel="noopener noreferrer">
<img class="s-m-icon" src="images/github.svg" alt="Isac's Github">
</a>
</li>
<li class="social-media-icon">
<a href="https://www.linkedin.com/in/isaac-imaobong-samuel-a4849b1b8/" target="_blank"
rel="noopener noreferrer">
<img class="s-m-icon" src="images/Linkedin.svg" alt="Isaac's Linkedin">
</a>
</li>
<li class="social-media-icon">
<a href="#social-media-icon" target="_blank" rel="noopener noreferrer">
<img class="s-m-icon" src="images/angelist.svg" alt="Isaac's Angelist">
</a>
</li>
<li class="social-media-icon">
<a href="https://twitter.com/zieecodes" target="_blank" rel="noopener noreferrer">
<img class="s-m-icon" src="images/twitter.svg" alt="Isaac's Twitter">
</a>
</li>
<li class="social-media-icon">
<a href="#social-media-icon" target="_blank" rel="noopener noreferrer">
<img class="s-m-icon" src="images/Blog.svg" alt="Isaac's Blog">
</a>
</li>
</ul>
<button class="about-myself-btn button" type="button">Get my resume</button>
</div>
<ul class="skill-lists">
<li class="frames-lang-lists-container">
<div class="frames-lfs">
<h2 class="skill-title">Languages</h2>
<img src="./images/arrowdown.svg" alt="arow-dropdown-button">
</div>
<ul class="language-list">
<li class="language">
<img src="./images/JS.svg" alt="JS">
<h2 class="lang-name">JavaScript</h2>
</li>
<li class="language">
<img src="./images/HTML.svg" alt="HTML">
<h2 class="lang-name">HTML</h2>
</li>
<li class="language">
<img src="./images/CSS.svg" alt="CSS">
<h2 class="lang-name">CSS</h2>
</li>
</ul>
</li>
<li class="frames-lfs">
<h2 class="skill-title">Frameworks</h2>
<img src="./images/arrowright.svg" alt="arow-dropdown-button">
</li>
<li class="line"></li>
<li class="frames-lfs">
<h2 class="skill-title">Skills</h2>
<img src="./images/arrowright.svg" alt="arow-dropdown-button">
</li>
<li class="line"></li>
</ul>
</section>
<section id="contact" class="contact-sect">
<h2 class="header-primary-text">contact me</h2>
<p class="para-primary-text">If you have an application you are interested in developing, a feature that you need
built or a project that
needs
coding. I’d love to help with it</p>
<form action="https://formspree.io/f/xjvjagad" class="contact-form" id="contact-form" method="POST">
<label for="username">
<input type="text" name="username" id="username" maxlength="30" placeholder="username" required>
</label>
<label for="email">
<input type="email" name="email" id="email" placeholder="[email protected]" required>
</label>
<label for="message">
<textarea name="message" id="message" rows="5" maxlength="500" placeholder="Write your message here!"
required></textarea>
</label>
<span class="error-message"></span>
<div class="button-container">
<button class="button" type="submit">Get In Touch</button>
</div>
</form>
<div class="bottom-line"></div>
</section>
<div class="modal-container">
<ul class="modal-card">
<li class="modal-header-and-img">
<h2 class="modal-card-title">Tonic</h2>
<img class="modal-cancel-image" src="./images/Icon-Cancel.svg" alt="cancel image">
</li>
<li class="modal-info">
<span class="modal-info-items modal-canopy">CANOPY</span>
<img src="./images/Counter.svg" alt="counter">
<span class="modal-info-items dsk-fw">Back End Dev</span>
<img src="./images/Counter.svg" alt="counter">
<span class="modal-info-items">2015</span>
</li>
<li class="modal-image-container">
<img src="./images/SnapshootPortfolioA.svg" alt="Tonic" class="mobile-image">
<img src="./images/SnapshootDesktopPortfolioA.svg" alt="Tonic" class="desktop-image">
</li>
<li class="modal-body-block modal-margin">
<div class="dsk-wrap">
<p class="modal-primary-text hide-for-desktop">Lorem Ipsum is simply dummy text of the printing
and
typesetting industry. Lorem Ipsum has been the industry's standard
dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a
type
specimen
book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining
essent
</p>
<p class="modal-primary-text hide-for-mobile">
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the
industry's standard
dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it 1960s with
the
releaLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the
industry's
standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it
1960s with the
releorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum han printer took
a galley of
type and scrambled it 1960s with the releawn printer took a galley of type and scrambled it 1960s with the
releaLorem
Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's
standard dummy
text ever since the 1500s, when an unknown printer took a galley of type and scrambled it 1960s with the
relea
</p>
</div>
<div class="wrap-2">
<div class="wrap-3">
<ul class="modal-tags">
<li class="modal-tag">html</li>
<li class="modal-tag">css</li>
<li class="modal-tag">javaScript</li>
<li class="modal-tag hide-for-mobile">github</li>
<li class="modal-tag hide-for-mobile">ruby</li>
<li class="modal-tag hide-for-mobile">bootstrap</li>
</ul>
<div class="modal-btn-container">
<a href="" target="_blank" rel="noopener noreferrer" class="modal-btn live-link">see live<img
src="./images/Icon-Export.svg" alt=""></a>
<a href="" target="_blank" rel="noopener noreferrer" class="modal-btn source-code">see source<img
src="./images/Vector.svg" alt=""></a>
</div>
</div>
</div>
</li>
</ul>
</div>
</main>
<script src="main.js"></script>
</body>
</html>