-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
408 lines (368 loc) · 20 KB
/
index.html
File metadata and controls
408 lines (368 loc) · 20 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
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
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
<!DOCTYPE html>
<!--[if lt IE 7 ]> <html class="ie ie6 no-js" lang="en"> <![endif]-->
<!--[if IE 7 ]> <html class="ie ie7 no-js" lang="en"> <![endif]-->
<!--[if IE 8 ]> <html class="ie ie8 no-js" lang="en"> <![endif]-->
<!--[if IE 9 ]> <html class="ie ie9 no-js" lang="en"> <![endif]-->
<!--[if gt IE 9]><!--><html class="no-js" lang="en"><!--<![endif]-->
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<!-- Metas Page details-->
<title>JP Engstrom | Portfolio</title>
<meta name="description" content="OnePage Resume Portfolio">
<meta name="author" content="">
<!-- Mobile Specific Metas-->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--main style-->
<link rel="stylesheet" type="text/css" media="screen" href="css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" media="screen" href="css/main.css">
<!--google font style-->
<link href='http://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<!--font-family: 'Metrophobic', serif;-->
<link href='http://fonts.googleapis.com/css?family=Crimson+Text:400,600,400italic,600italic' rel='stylesheet' type='text/css'>
<!--font-family: 'Open Sans', sans-serif;-->
<!-- font icon css style-->
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="icon" type="image/png" href="fav.png">
</head>
<body onLoad="load()" onUnload="GUnload()">
<!-- Preloader -->
<div id="preloader">
<div id="status"></div>
</div>
<!--wrapper start-->
<div class="wrapper noGap" id="wrapper">
<!--Header start -->
<header>
<!--menu start-->
<div class="menu">
<a href="#" class="nav-icon" id="nav-show"><i class="fa fa-bars"></i></a>
<div class="navbar-wrapper">
<div class="container">
<div class="navwrapper">
<div class="navbar navbar-inverse navbar-static-top">
<div class="container">
<!--<div class="logo">logo</div> -->
<div class="navArea"><a href="#" class="closeMenu"><i class="fa fa-times"></i></a>
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button>
<!-- <a class="navbar-brand" href="#">Menu</a> --></div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li class="menuItem active"><a href="#wrapper">Home</a></li>
<li class="menuItem"><a href="#aboutus">About Me</a></li>
<li class="menuItem"><a href="#skillset">Skills</a></li>
<li class="menuItem"><a href="#experience">Experience</a></li>
<li class="menuItem"><a href="#education">Education</a></li>
<li class="menuItem"><a href="#ourwork">Portfolio</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- End Navbar -->
</div>
</div>
</div>
<!--menu end-->
<!--banner start-->
<div class="banner row" id="banner">
<div class="bannerText">
<h1>I'm JP Engstrom</h1>
<h3>Welcome</h3>
<h3>jpengst@gmail.com | 208.869.9027</h3>
</div>
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12 noPadd slides-container" style="height:100%">
<!--background slide show start-->
<div class="slide">
<img src="images/header-image/backg.jpeg" alt="image01"> </div>
<div class="slide">
<img src="images/header-image/bg2.jpeg" alt="image02"> </div>
<!--background slide show end-->
</div>
</div>
<!--banner end-->
</header>
<!--Header end -->
<!--about us start-->
<section class="aboutus" id="aboutus">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="heading">
<h2>About me</h2>
</div>
</div>
</div>
<div class="row">
<div class=" col-lg-4 col-md-4 col-sm-4 col-xs-12 pull-right media"><img src="images/jengstrom.jpg" alt="Picture of Me"></div>
<div class=" col-lg-7 col-md-7 col-sm-7 col-xs-12 pull-left media">
<h4>Full-Stack Web Developer from San Diego, CA</h4>
<p>I've been interested in computers for most of my life. I started learning about computers at a young age by installing PC hardware components for friends and family. Soon after, I started to build complete PC's and found a passion for building them from scratch. I became more interested in learning how computers work and process information and started to teach myself how to code.
</p>
<p>Prior to learning how to code, I was a Social Worker at the state and local levels. However, I found myself wanting to pursue a more technical career path. I knew I wanted to work with computers and I already had experience coding, so I decided to pursue web development full-time by attending LEARN Academy in March 2018. At LEARN, I learned valuable MVC architecture and object oriented programing concepts while employing test-driven development and version control. </p>
<p><a href="images/JP Engstrom Resume.pdf" target="_blank" role="button" class="btn btn-primary btn-lg">Download Printable Resume</a></p>
</div>
</div>
</div>
</section>
<!--about me end-->
<!--Skillset start -->
<section id="skillset" class="skillset">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="heading">
<h2>Skills & Expertise</h2>
</div>
</div>
<div class="col-md-12">
<div class="col-md-6 col-sm-12 media">
<p>At LEARN Academy, I created full-stack web applications using the React framework with a Ruby on Rails backend. I recently completed an internship as a Jr. Developer with The5thIngredient.com, where I used the MAMP stack with PHP, CodeIgniter, HTML, and CSS to create full-stack SaaS modules.</p>
</div>
<div class="col-md-6 col-sm-12">
<div class="skillbar clearfix " data-percent="85%">
<div class="skillbar-title"><span>HTML / CSS</span></div>
<div class="skillbar-bar"></div>
<div class="skill-bar-percent"></div>
</div>
<div class="skillbar clearfix " data-percent="80%">
<div class="skillbar-title"><span>JavaScript</span></div>
<div class="skillbar-bar"></div>
<div class="skill-bar-percent"></div>
</div>
<div class="skillbar clearfix " data-percent="70%">
<div class="skillbar-title"><span>React</span></div>
<div class="skillbar-bar"></div>
<div class="skill-bar-percent"></div>
</div>
<div class="skillbar clearfix " data-percent="70%">
<div class="skillbar-title"><span>Ruby on Rails</span></div>
<div class="skillbar-bar"></div>
<div class="skill-bar-percent"></div>
</div>
<div class="skillbar clearfix " data-percent="65%">
<div class="skillbar-title"><span>PHP</span></div>
<div class="skillbar-bar"></div>
<div class="skill-bar-percent"></div>
</div>
<div class="skillbar clearfix " data-percent="65%">
<div class="skillbar-title"><span>CodeIgniter</span></div>
<div class="skillbar-bar"></div>
<div class="skill-bar-percent"></div>
</div>
<!-- End Skill Bar -->
</div>
</div>
</div>
</div>
</section>
<!--Skillset end -->
<!--Work Experties start -->
<section id="experience" class="myexperties">
<div class="container">
<div class="heading">
<h2>Work Experience</h2>
</div>
<div class="row media">
<div class="col-xs-12 col-sm-3 col-md-3 col-lg-3">
<div class="expertiesico">
June 2018<br>August 2018
</div>
</div>
<div class="expertiesdesc col-xs-12 col-sm-9 col-md-9 col-lg-9">
<h4>The 5th Ingredient, LLC</h4>
<h5>Jr. Web Developer Intern</h5>
<p>At The 5th Ingredient, LLC, I developed SaaS modules of MVC brewery software, "Beer30".
I gained extensive and valuable full-stack experience with PHP, MySQL, JavaScript (ES6), HTML5, CSS3, and CodeIgniter (MAMP).
I met weekly deadlines for deployable modules and I was
directly involved in module planning, designing, and implementation. The module provides real-time value by user inputted statistical data throughout the brewing process. Users can rate and view all inputted data, while also creating an external way for customers to rate the beer. The module is actively being used by numerous breweries throughout the United States.
</p>
</div>
</div>
<div class="row media">
<div class="col-xs-12 col-sm-3 col-md-3 col-lg-3">
<div class="expertiesico">
March 2017<br>March 2018
</div>
</div>
<div class="expertiesdesc col-xs-12 col-sm-9 col-md-9 col-lg-9">
<h4>San Diego Regional Center</h4>
<h5>Social Work Counselor</h5>
<p>As a Social Work Counselor, I created and implemented unique annual program plans for families with developmentally disabled children. I researched and secured community and educational services and supports related to each clients unique needs and provided counseling and training to families on how to manage complex behavioral needs of their children.</p>
</div>
</div>
<div class="row media">
<div class="col-xs-12 col-sm-3 col-md-3 col-lg-3">
<div class="expertiesico">
December 2011<br>March 2017
</div>
</div>
<div class="expertiesdesc col-xs-12 col-sm-9 col-md-9 col-lg-9">
<h4>LIFE, Inc.</h4>
<h5>Program Coordinator</h5>
<p>As a Program Coordinator, I prepared annual written Summary of Services, Services and Supports, Implementation Plans, Behavioral Plans, and Transition Plans to the Department of Health and Welfare. Experience creating and implementing yearly proactive program goals that help clients improve their daily
living, behavioral, community, and social skills to become further independent. 24/7 monitoring with first-line care providers, including primary care physicians, medication management, counseling services, family support, and other community agencies. </p>
</div>
</div>
</div>
</section>
<!--Work Experties end -->
<!--Education & diploma start -->
<section id="education" class="educationdiploma">
<div class="container">
<div class="heading">
<h2>Education</h2>
</div>
<div class="row media">
<div class="col-xs-12 col-sm-3 col-md-3 col-lg-3">
<div class="expertiesico">
March 2018<br>July 2018
</div>
</div>
<div class="expertiesdesc col-xs-12 col-sm-9 col-md-9 col-lg-9">
<h4>Full-Stack Web Development Bootcamp</h4>
<h5>LEARN Academy, San Diego, CA</h5>
<p>Over 40 hours per week of programming and classroom instruction.
Built web applications using ReactJS, Ruby on Rails, HTML, CSS and vanilla JavaScript.
Developed RESTful APIs and integrated applications with external APIs.
Utilized Postgres, Active Record, and SQL for backend.
Behavior driven development using RSpec, Cabybara, and Enzyme.
</p>
</div>
</div>
<div class="row media">
<div class="col-xs-12 col-sm-3 col-md-3 col-lg-3">
<div class="expertiesico">
August 2005<br>December 2010
</div>
</div>
<div class="expertiesdesc col-xs-12 col-sm-9 col-md-9 col-lg-9">
<h4>Organizational Communication, BA</h4>
<h5>Boise State University, Boise, ID</h5>
<p>Significant Coursework: Organizational Communication, Interpersonal Communication, Small Group Communication, Theory and Philosophy of Communication, Conflict Management, Public Speaking. </p>
</div>
</div>
</div>
</section>
<!--Education & diploma end -->
<!--portfolio start-->
<section class="protfolio" id="ourwork">
<div class="container">
<div class="heading">
<h2>Portfolio</h2>
</div>
</div>
<div class="row">
<div class="portfolioFilter">
<ul>
<li><a href="#" data-filter="*" class="current">All</a></li>
<li><a href="#" data-filter=".react">Fitology</a></li>
<li><a href="#" data-filter=".php">Beer30</a></li>
<li><a href="#" data-filter=".react2">TODO App</a></li>
</ul>
</div>
<ul class="portfolioContainer row">
<li class="react col-xs-6 col-sm-4 col-md-3 col-lg-3">
<div class="lightCon"> <span class="hoverBox"> <span class="smallIcon"> <a rel="lightbox-demo" href="images/projects/big-images/ss1.jpg" title="Users can create a movement that will be saved for future workouts." class="zoom lb lb_warsaw1"><i class="fa fa-plus fa-2x"></i></a> </span> </span> <img src="images/projects/thumb-images/ss1.jpg" alt="" > </div>
</li>
<li class="react col-xs-6 col-sm-4 col-md-3 col-lg-3">
<div class="lightCon"> <span class="hoverBox"> <span class="smallIcon"> <a rel="lightbox-demo" href="images/projects/big-images/SS2.png" title="Home screen that new users are greeted with" class="zoom lb lb_warsaw1"><i class="fa fa-search fa-2x"></i></a> </span> </span> <img src="images/projects/thumb-images/SS2.png" alt="" > </div>
</li>
<li class="react col-xs-6 col-sm-4 col-md-3 col-lg-3">
<div class="lightCon"> <span class="hoverBox"> <span class="smallIcon"> <a rel="lightbox-demo" href="images/projects/big-images/SS6.png" title="Users can create a new workout with several parameters, including custom movements they have created" class="zoom lb lb_warsaw1"><i class="fa fa-search fa-2x"></i></a> </span> </span> <img src="images/projects/thumb-images/SS6.png" alt="" > </div>
</li>
<li class="react col-xs-6 col-sm-4 col-md-3 col-lg-3">
<div class="lightCon"> <span class="hoverBox"> <span class="smallIcon"> <a rel="lightbox-demo" href="images/projects/big-images/SS4.png" title="Registration Form. Users workouts, movements, and stats are be specific to that user. " class="zoom lb lb_warsaw1"><i class="fa fa-search fa-2x"></i></a> </span> </span> <img src="images/projects/thumb-images/SS4.png" alt="" > </div>
</li>
<li class="php col-xs-6 col-sm-4 col-md-3 col-lg-3">
<div class="lightCon"> <span class="hoverBox"> <span class="smallIcon"> <a rel="lightbox-demo" href="images/projects/big-images/b30.png" title="List of modules for Beer30 software. I developed the Sensory module. Cannot show module, due to NDA." class="zoom lb lb_warsaw1"><i class="fa fa-search fa-2x"></i></a> </span> </span> <img src="images/projects/thumb-images/b30.png" alt="" > </div>
</li>
<li class="react col-xs-6 col-sm-4 col-md-3 col-lg-3">
<div class="lightCon"> <span class="hoverBox"> <span class="smallIcon"> <a rel="lightbox-demo" href="images/projects/big-images/SS5.png" title="Fitology Dashboard" class="zoom lb lb_warsaw1"><i class="fa fa-search fa-2x"></i></a> </span> </span> <img src="images/projects/thumb-images/SS5.png" alt="" > </div>
</li>
<li class="react2 col-xs-6 col-sm-4 col-md-3 col-lg-3">
<div class="lightCon"> <span class="hoverBox"> <span class="smallIcon"> <a rel="lightbox-demo" href="images/projects/big-images/SS15.png" title="Users can enter a TODO item or note. Item will be auto-populated below." class="zoom lb lb_warsaw1"><i class="fa fa-search fa-2x"></i></a> </span> </span> <img src="images/projects/thumb-images/SS15.png" alt="" > </div>
</li>
<li class="react2 col-xs-6 col-sm-4 col-md-3 col-lg-3">
<div class="lightCon"> <span class="hoverBox"> <span class="smallIcon"> <a rel="lightbox-demo" href="images/projects/big-images/SS14.png" title="Item is highlighted when cursor is hovering." class="zoom lb lb_warsaw1"><i class="fa fa-search fa-2x"></i></a> </span> </span> <img src="images/projects/thumb-images/SS14.png" alt="" > </div>
</li>
<li class="react2 col-xs-6 col-sm-4 col-md-3 col-lg-3">
<div class="lightCon"> <span class="hoverBox"> <span class="smallIcon"> <a rel="lightbox-demo" href="images/projects/big-images/SS18.png" title="Item will be deleted when user clicks an item." class="zoom lb lb_warsaw1"><i class="fa fa-search fa-2x"></i></a> </span> </span> <img src="images/projects/thumb-images/SS18.png" alt="" > </div>
</li>
<li class="react2 col-xs-6 col-sm-4 col-md-3 col-lg-3">
<div class="lightCon"> <span class="hoverBox"> <span class="smallIcon"> <a rel="lightbox-demo" href="images/projects/big-images/SS16.png" title="TODO App in REACT" class="zoom lb lb_warsaw1"><i class="fa fa-search fa-2x"></i></a> </span> </span> <img src="images/projects/thumb-images/SS16.png" alt="" > </div>
</li>
<li class="react2 col-xs-6 col-sm-4 col-md-3 col-lg-3">
<div class="lightCon"> <span class="hoverBox"> <span class="smallIcon"> <a rel="lightbox-demo" href="images/projects/big-images/SS17.png" title="TODO App in REACT" class="zoom lb lb_warsaw1"><i class="fa fa-search fa-2x"></i></a> </span> </span> <img src="images/projects/thumb-images/SS17.png" alt="" > </div>
</li>
</ul>
</div>
</section>
<!--portfolio end-->
<!--footer start-->
<section class="footer" id="footer">
<div class="container">
<ul>
<li><a href="https://www.linkedin.com/in/jp-engstrom/"><i class="fa fa-linkedin fa-2x"></i></a></li>
<li><a href="https://github.com/jpengst"><i class="fa fa-github fa-2x"></i></a></li>
</ul>
</div>
<p class="text-center"><a href="#wrapper" class="gototop"><i class="fa fa-chevron-up fa-2"></i></a></p>
</section>
<!--footer end-->
</div>
<!--wrapper end-->
<!--modernizr js-->
<script type="text/javascript" src="js/modernizr.custom.26633.js"></script>
<!--jquary min js-->
<script type="text/javascript" src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<!--for placeholder jquery-->
<script type="text/javascript" src="js/jquery.placeholder.js"></script>
<!--for header jquery-->
<script type="text/javascript" src="js/stickUp.js"></script>
<script src="js/jquery.superslides.js" type="text/javascript" charset="utf-8"></script>
<script type="text/javascript">
jQuery(function($) {
$(document).ready( function() {
//enabling stickUp on the '.navbar-wrapper' class
$('.navbar-wrapper').stickUp({
parts: {
0: 'banner',
1: 'aboutus',
2: 'skillset',
3: 'experience',
4: 'education',
5: 'ourwork',
6: 'contact'
},
itemClass: 'menuItem',
itemHover: 'active',
topMargin: 'auto'
});
});
});
</script>
<script>
$('#banner').superslides({
animation: 'fade',
play: 5000
});
</script>
<!--for portfolio jquery-->
<script src="js/jquery.isotope.js" type="text/javascript"></script>
<link type="text/css" rel="stylesheet" id="theme" href="css/jquery-ui-1.8.16.custom.css">
<link type="text/css" rel="stylesheet" href="css/lightbox.min.css">
<script type="text/javascript" src="js/jquery.ui.widget.min.js"></script>
<script type="text/javascript" src="js/jquery.ui.rlightbox.js"></script>
<!--contact form js-->
<script type="text/javascript" src="js/jquery.contact.js"></script>
<script src="js/jquery.easing.js"></script>
<script src="js/jquery.mousewheel.js"></script>
<script defer src="js/slideroption.js"></script>
<!--for theme custom jquery-->
<script src="js/custom.js"></script>
</body>
</html>