-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
373 lines (332 loc) · 16 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
<!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">
<title>Eric Atallah</title>
<link href="css/styles.css" rel="Stylesheet" type="text/css" />
</head>
<body>
<div id="wrapper">
<header>
<div class="container flex">
<a id="logo" href="/">E. Atallah</a>
<nav>
<ul>
<li><a href="#home">Home</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#portfolio">Portfolio</a></li>
<li><a href="#resume">Resume</a></li>
<li><a href="https://www.linkedin.com/in/ericatallah/" target="_blank">Contact</a></li>
</ul>
</nav>
</div>
</header>
<section id="hero">
<div class="container">
<h1>
Eric Atallah<br/>
<span>Web Development Engineer</span>
</h1>
<h3>Specializing in</h3>
<div class="flex">
<h3 class="hero-skill">
<span class="fab fa-react"></span>
React.js
</h3>
<h3 class="hero-skill">
<span class="fab fa-js"></span>
JavaScript/ES6+
</h3>
<h3 class="hero-skill">
<span class="fab fa-node-js"></span>
Node.js
</h3>
</div>
</div>
<div class="hero-wrapper"></div>
</section>
<section id="my-skills">
<div class="container">
<h2>My skills</h2>
<p class="headline-p">I have a strong passion for coding, building applications, and learning new technologies. Below are some of my skills and areas of expertise.</p>
<div class="flex">
<div class="skill-container left">
<h3>Languages</h3>
<div class="skill-item">
<label>JavaScript</label>
<div class="progress-bar pct-90">
<div style="width:10%;"></div>
<div style="width:90%;"></div>
</div>
</div>
<div class="skill-item">
<label>HTML5</label>
<div class="progress-bar pct-90">
<div style="width:10%;"></div>
<div style="width:90%;"></div>
</div>
</div>
<div class="skill-item">
<label>CSS3</label>
<div class="progress-bar pct-90">
<div style="width:10%;"></div>
<div style="width:90%;"></div>
</div>
</div>
<div class="skill-item">
<label>Node</label>
<div class="progress-bar pct-80">
<div style="width:20%;"></div>
<div style="width:80%;"></div>
</div>
</div>
<div class="skill-item">
<label>Java</label>
<div class="progress-bar pct-60">
<div style="width:40%;"></div>
<div style="width:60%;"></div>
</div>
</div>
<div class="skill-item">
<label>SQL</label>
<div class="progress-bar">
<div style="width:50%;"></div>
<div style="width:50%;"></div>
</div>
</div>
<div class="skill-item">
<label>NoSQL</label>
<div class="progress-bar">
<div style="width:50%;"></div>
<div style="width:50%;"></div>
</div>
</div>
<h3>Libraries</h3>
<div class="skill-item">
<label>jQuery</label>
<div class="progress-bar">
<div style="width:10%;"></div>
<div style="width:90%;"></div>
</div>
</div>
<div class="skill-item">
<label>Font Awesome</label>
<div class="progress-bar">
<div style="width:10%;"></div>
<div style="width:90%;"></div>
</div>
</div>
<div class="skill-item">
<label>Data-Driven Documents (D3.js)</label>
<div class="progress-bar">
<div style="width:80%;"></div>
<div style="width:20%;"></div>
</div>
</div>
</div>
<div class="skill-container right">
<h3>Frameworks</h3>
<div class="skill-item">
<label>React</label>
<div class="progress-bar">
<div style="width:80%;"></div>
<div style="width:20%;"></div>
</div>
</div>
<div class="skill-item">
<label>Jest</label>
<div class="progress-bar">
<div style="width:40%;"></div>
<div style="width:60%;"></div>
</div>
</div>
<div class="skill-item">
<label>Mocha/Chai</label>
<div class="progress-bar">
<div style="width:40%;"></div>
<div style="width:60%;"></div>
</div>
</div>
<div class="skill-item">
<label>Express</label>
<div class="progress-bar">
<div style="width:80%;"></div>
<div style="width:20%;"></div>
</div>
</div>
<div class="skill-item">
<label>Webpack</label>
<div class="progress-bar">
<div style="width:70%;"></div>
<div style="width:30%;"></div>
</div>
</div>
<h3>ORMS</h3>
<div class="skill-item">
<label>Mongoose</label>
<div class="progress-bar">
<div style="width:60%;"></div>
<div style="width:40%;"></div>
</div>
</div>
<div class="skill-item">
<label>Sequelize</label>
<div class="progress-bar">
<div style="width:60%;"></div>
<div style="width:40%;"></div>
</div>
</div>
<h3>Test</h3>
<div class="skill-item">
<label>Unit Tests</label>
<div class="progress-bar">
<div style="width:50%;"></div>
<div style="width:50%;"></div>
</div>
</div>
<div class="skill-item">
<label>Integration Tests</label>
<div class="progress-bar">
<div style="width:40%;"></div>
<div style="width:60%;"></div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="latest-projects">
<h2>Some of my latest work and pet projects</h2>
<p class="headline-p">Below are some of my latest work as well as some apps I've built in my spare time to both learn new technologies, and keep my coding skills sharp.</p>
<div class="flex">
<div id="yapper" class="project-item">
<div class="fade"></div>
<div class="project-hover-container">
<h3>Yapper</h3>
<p>A social media app I built on the MERN stack. Functionality-wise, it is very similar to Twitter.</p>
<a class="rounded-button" href="#yapper-url" target="_blank">See project</a>
</div>
</div>
<div id="collections" class="project-item">
<div class="fade"></div>
<div class="project-hover-container">
<h3>Collection Organizer</h3>
<p>A very simple CRUD application to help organize a list of collections. In this instance, I used books in a personal library.</p>
<a class="rounded-button" href="https://collections-organizer.herokuapp.com/books" target="_blank">See project</a>
</div>
</div>
<div id="flashcards" class="project-item">
<div class="fade"></div>
<div class="project-hover-container">
<h3>FlashCards</h3>
<p>A simple Node/Express flashcards application to assist with studying. This was from an online tutorial.</p>
<a class="rounded-button" href="https://fathomless-brushlands-14888.herokuapp.com/" target="_blank">See project</a>
</div>
</div>
<div id="upventur" class="project-item">
<div class="fade"></div>
<div class="project-hover-container">
<h3>Upventur</h3>
<p>An outdoors/hiking/adventure blog and social media company.</p>
<a class="rounded-button" href="https://www.upventur.com/" target="_blank">See project</a>
</div>
</div>
<div id="app-2" class="project-item">
<div class="fade"></div>
<div class="project-hover-container">
<h3>Yapper</h3>
<p>A simple Node/Express flashcards application to assist with studying. This was from an online tutorial.</p>
<a class="rounded-button" href="#yapper-url" target="_blank">See project</a>
</div>
</div>
</div>
</section>
<section id="my-resume">
<div class="container">
<h2>My Work Experience</h2>
<p class="headline-p" style="max-width:767px;">With close to a decade of experience in web development, I've worked for enterprise level corporations such as 3M and Envestnet. I've consulted for large entertainment companies such as Disney, and real estate firms such as Xome, Long & Foster, and Berkshire Hathaway Home Services. I've freelanced for multiple clients in the hiking/outdoors space and education sector. I've worked at a very fast paced start-up, and more recently taught a full stack web development bootcamp through the University of Washington.</p>
<div class="flex">
<div class="work-experience-item align-right description">I teach HTML5, CSS3, JavaScript, ES6+, AJAX, React, Node, Express, MySQL, MongoDB. We also touch on Java and Algorithms.</div>
<div class="work-experience-item icon">
<img src="https://s3-us-west-2.amazonaws.com/uw-s3-cdn/wp-content/uploads/sites/98/2014/09/07214435/Signature_Stacked_Purple_Hex.png" alt="University of Washington" />
<div class="vertical-bar"></div>
</div>
<div class="work-experience-item align-left title">
<h3>2018 - Present</h3>
<h4>University of Washington: Lead Instructor</h4>
</div>
<div class="work-experience-item align-right title">
<h3>2018 - Present</h3>
<h4>OnClick Web Design: Founder</h4>
</div>
<div class="work-experience-item icon">
<img class="onclick" src="https://media.licdn.com/dms/image/C560BAQGM_BHTJvPjzw/company-logo_400_400/0?e=1579132800&v=beta&t=qK-nHhJUwEfxkbpRniuX9tI1m_bZcGgjblKo5VoY7cM" alt="OnClick Web Design" />
<div class="vertical-bar"></div>
</div>
<div class="work-experience-item align-left description">Web design and development consulting for various enterprise clients in the real estate sector. I have also consulted with start ups, smaller firms, and family run businesses.</div>
<div class="work-experience-item align-right description">JavaScript development on an industry leading FinTech client portal, and FinTech mobile application. Working with dev team to develop JSON contracts for our API end points, and wiring them up to the UI. I also lead internal dev coaching sessions showcasing newer UI technologies and guiding best practices.</div>
<div class="work-experience-item icon">
<img src="images/envestnet.png" alt="Envestnet" />
<div class="vertical-bar"></div>
</div>
<div class="work-experience-item align-left title">
<h3>2017 - 2018</h3>
<h4>Envestnet: Front-End Engineer</h4>
</div>
<div class="work-experience-item align-right title">
<h3>2014 - 2017</h3>
<h4>Xome: Front-End Engineer</h4>
</div>
<div class="work-experience-item icon">
<img src="images/xome.jpg" alt="Xome" />
<div class="vertical-bar"></div>
</div>
<div class="work-experience-item align-left description">Mainly worked to build the Xome.com web application. Also helped maintain a SaaS platform which hosted web applications for other large real estate firms.</div>
<div class="work-experience-item align-right description">Worked on a small team which built a web application platform used by Psychologists to create and administer online behavioral tests to patients. Also built new features and maintained the WPS E-commerce web application.</div>
<div class="work-experience-item icon">
<img src="https://content.wpspublish.com/images/thumbs/0008753.png" alt="Western Psychological Services" />
<div class="vertical-bar"></div>
</div>
<div class="work-experience-item align-left title">
<h3>2013 - 2014</h3>
<h4>Western Psychological Services: Front-End Engineer</h4>
</div>
<div class="work-experience-item align-right title">
<h3>2012 - 2013</h3>
<h4>PriceSpider: Software Engineer</h4>
</div>
<div class="work-experience-item icon">
<img class="price-spider" src="https://2fuwn52xitue3klkno29m1er-wpengine.netdna-ssl.com/wp-content/themes/pricespider/assets/img/logo/logo_pricespider.png" alt="PriceSpider" />
<div class="vertical-bar"></div>
</div>
<div class="work-experience-item align-left description">Worked to integrate custom styled PriceSpider "Where to Buy" web widgets into client web sites. Working closely with clients to customize the widgets to match their requirements.</div>
<div class="work-experience-item align-right description">Consulted for Walt Disney Studios ABC television. Maintained websites for nationally syndicated tv shows such as Live With Regis and Kelly, Who Wants to Be a Millionaire, and Disney Family Movies.</div>
<div class="work-experience-item icon">
<img src="images/accenture.jpg" alt="Accenture" />
<div class="vertical-bar"></div>
</div>
<div class="work-experience-item align-left title">
<h3>2011 - 2012</h3>
<h4>Accenture: Associate Software Engineer</h4>
</div>
<div class="work-experience-item align-right title">
<h3>2009 - 2011</h3>
<h4>3M: Manufacturing Process Engineer</h4>
</div>
<div class="work-experience-item icon">
<img class="3M" src="images/3M.jpg" alt="3M" />
</div>
<div class="work-experience-item align-left description">Worked on maintaining product quality and optimizing processes on multiple warehouse product lines. Implemented Lean Six Sigma projects for cost cutting initiatives and manufacturing process optimization.</div>
</div>
</div>
</section>
<footer>
<small>© 2019 Eric Atallah - All Rights Reserved</small>
<small><a href="https://www.linkedin.com/in/ericatallah/" target="_blank">Get in touch with me</a></small>
</footer>
</div>
<script src="https://kit.fontawesome.com/95dc93da07.js"></script>
</body>
</html>