-
Notifications
You must be signed in to change notification settings - Fork 1
/
fake_index.html
598 lines (555 loc) · 29 KB
/
fake_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
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>DevHouseATX</title>
<!-- normalizar -->
<link href="css/normalize.css" rel="stylesheet">
<!-- Fonts -->
<link href='http://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Cabin:400,500,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Lato:300,400,700' rel='stylesheet' type='text/css'>
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!--fontawesome-->
<link href="css/font-awesome.min.css" rel="stylesheet">
<!--animation-->
<link href="css/animate.min.css" rel="stylesheet">
<!--main css-->
<link href="css/style.css" rel="stylesheet">
<!--main css-->
<link href="css/responsive.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div id="preloader">
<i class="fa fa-spinner fa-pulse fa-3x fa-fw margin-bottom"></i>
</div>
<header id="header_area">
<div class="container">
<div class="row">
<!-- <div class="col-sm-8"> </div> -->
<div class="col-sm-4">
<div class="logo">
<h1><a href="#inquiries">DevHouseATX</a></h1>
</div>
</div>
<div class="col-sm-8">
<div class="mainmenu">
<div class="navbar navbar-nobg">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="#features_area">The How</a>
</li>
<li><a href="#story_area">My Story</a>
</li>
<li><a href="#Experience_area">The What</a>
</li>
<li><a href="#clients_say_area">Rent a Room</a>
</li>
<li><a href="#inquiries">Contact</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="header_area_text">
<h2 class="wow slideInDown" data-wow-duration="2s">Rent a Room, Learn to Code</h2>
<p class="wow slideInUp">Learn web development where you live without quitting your job.<br>Take the risk out of learning web development. Rent a room in my house and I'll act as your mentor, guiding your learning until you've reached your goals, whether that be employment or bringing an idea to life.</p>
<a class="wow slideInUp" data-wow-duration="2s" href="#inquiries">Email Me for Availability</a>
</div>
</div>
</div>
</div>
</header>
<!-- end header top area -->
<section id="features_area" class="section_padding text-center">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<h2>Collaborative Learning Environment</h2>
</div>
</div>
<div class="row">
<div class="col-sm-4">
<div class="single_feature wow slideInUp" data-wow-duration="1s">
<i class="fa fa-user"></i>
<h3>Guided Learning</h3>
<p>Studying web development is hard when you're alone. Enjoy the journey with a mentor that'll remove much of the uncertainty and confusion that comes from learning in isolation.
</p>
</div>
</div>
<div class="col-sm-4">
<div class="single_feature wow slideInUp" data-wow-duration="2s">
<i class="fa fa-flag"></i>
<h3>No More Frustration</h3>
<p>
Getting stuck usually means posting to a forum and waiting days or weeks for a response. Remove these roadblocks and accelerate your learning by living in a house full of programmers.
</p>
</div>
</div>
<div class="col-sm-4">
<div class="single_feature wow slideInUp" data-wow-duration="3s">
<i class="fa fa-paint-brush"></i>
<h3>Transition To a New Career</h3>
<p>Take the guess work out of your path to that entry level job and move forward with the confidence that all your efforts are contributing to your development and employability.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- end features area -->
<section id="story_area" class="section_padding">
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="story_image wow slideInLeft" data-wow-duration="2s">
<img src="images/IMG_0990.jpg" alt="">
</div>
</div>
<div class="col-md-6">
<div class="story_text wow slideInRight" data-wow-duration="2s">
<h2>My Story</h2>
<p>I'm an application engineer for a late stage healthcare start up here in Austin, TX. I build daily in Ruby on Rails, Javascript and Ember. I trouble shoot application errors and create high use public features as well as key internal tools. But just 3 short years ago I was a pedicabber with no clear career path or marketable skill set.</p>
<p>I began learning to code online through codecademy and with the encouragement of my roommate who had a C.S. degree I decided to change my future and become a developer.</p>
<p>After 9 months of individual study and a 3 month bootcamp I made the transition from aspirant to junior developer. This accomplishment is one of the most pivotal and important of my life and now I'd like to help others do the same!</p>
<!-- <a href="">More about our team</a> -->
<div class="" id="skilled">
</div>
</div>
</div>
</div>
</div>
</section>
<!-- end of story area -->
<section id="Experience_area" class="section_padding">
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="experience wow slideInLeft">
<h2>What You'll Learn</h2>
<p>We'll sit down together to discuss your goals and create a road map with a timetable to accomplish them.</p>
<p>I will direct you towards relevant study material and then act as your tutor helping you progress towards your objectives.</p>
<p>The house is structured so that there will be a study period in the evenings where I'll explicitly make myself available to all housemates for tutoring and then I'll schedule one hour a week with each roommate for one on one mentoring.</p>
<p>As you advance we'll pair program together on your projects as well as mine so you get exposure to production level code complexity.</p>
<!-- <a href="">View case studies</a> -->
</div>
</div>
<div class="col-md-6">
<div class="skills">
<h2>Skills</h2>
<div class="skill_right">
<p>Ruby on Rails</p>
<div class="maintainer progress wow slideInUp">
<div class="bar progress-bar" role="progressbar" aria-valuenow="90" aria-valuemin="0" aria-valuemax="100" style="width: 0%;">
</div>
</div>
<p>Javascript</p>
<div class="maintainer progress wow slideInUp">
<div class="bar progress-bar" role="progressbar" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100" style="width: 0%;">
</div>
</div>
<p>Github</p>
<div class="maintainer progress wow slideInUp">
<div class="bar progress-bar" role="progressbar" aria-valuenow="90" aria-valuemin="0" aria-valuemax="100" style="width: 0%;">
</div>
</div>
<p>SQL Databases</p>
<div class="maintainer progress wow slideInUp">
<div class="bar progress-bar" role="progressbar" aria-valuenow="70" aria-valuemin="0" aria-valuemax="100" style="width: 0%;">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- end experience area -->
<section id="clients_say_area" class="section_padding">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<h2>The House</h2>
</div>
</div>
<div class="row">
<div class="col-sm-6">
<div class="clients_say wow slideInUp" style="margin: auto;">
<p class="wowBlack"><img class="img-responsive" src="http://cdn.lennar.net/~/media/Com/Images/New-Homes/18/64/1443/COI/Mission%20Del%20Lago%20-%20Sunset%20Ridge-13.ashx?d=20150731T171107" alt=""></p>
<!-- <p class="wowBlack"><img class="img-responsive" src="http://cdn.lennar.net/~/media/Com/Images/New-Homes/18/1/2079/17255/GAI/EBF_6003And4more%20copy.jpg?d=20150924T182620" alt=""></p> -->
<!-- <p class="wowBlack"><img class="img-responsive" src="http://cdn.lennar.net/~/media/Com/Images/New-Homes/18/1/2079/17255/GAI/EBF_6093And4more%20copy.jpg?d=20150924T182618" alt=""></p> -->
<div class="clients_say_list fix">
<div class="say">
<!-- <h5>5 common Areas</h5> -->
</div>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="clients_say wow slideInUp" style="margin: auto;">
<p class="wowBlack"><img class="img-responsive" src="http://cdn.lennar.net/~/media/Com/Images/New-Homes/18/1/1992/16464/GAI/722%20x%20460%20Falcon%20Pointe%2018.jpg?d=20150202T175556" alt=""></p>
<!-- <p class="wowBlack"><img class="img-responsive" src="http://cdn.lennar.net/~/media/Com/Images/New-Homes/18/1/2079/17255/GAI/EBF_6003And4more%20copy.jpg?d=20150924T182620" alt=""></p> -->
<!-- <p class="wowBlack"><img class="img-responsive" src="http://cdn.lennar.net/~/media/Com/Images/New-Homes/18/1/2079/17255/GAI/EBF_6093And4more%20copy.jpg?d=20150924T182618" alt=""></p> -->
<div class="clients_say_list fix">
<div class="say">
<!-- <h5>5 common Areas</h5> -->
</div>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="clients_say wow slideInUp" style="margin: auto;">
<!-- <p class="wowBlack"><img class="img-responsive" src="http://cdn.lennar.net/~/media/Com/Images/New-Homes/18/1/1992/16464/GAI/722%20x%20460%20Falcon%20Pointe%2018.jpg?d=20150202T175556" alt=""></p> -->
<p class="wowBlack"><img class="img-responsive" src="http://cdn.lennar.net/~/media/Com/Images/New-Homes/18/1/2079/17255/GAI/EBF_6003And4more%20copy.jpg?d=20150924T182620" alt=""></p>
<!-- <p class="wowBlack"><img class="img-responsive" src="http://cdn.lennar.net/~/media/Com/Images/New-Homes/18/1/2079/17255/GAI/EBF_6093And4more%20copy.jpg?d=20150924T182618" alt=""></p> -->
<div class="clients_say_list fix">
</div>
</div>
</div>
<div class="col-sm-6">
<div class="clients_say wow slideInUp" style="margin: auto;">
<!-- <p class="wowBlack"><img class="img-responsive" src="http://cdn.lennar.net/~/media/Com/Images/New-Homes/18/1/1992/16464/GAI/722%20x%20460%20Falcon%20Pointe%2018.jpg?d=20150202T175556" alt=""></p> -->
<!-- <p class="wowBlack"><img class="img-responsive" src="http://cdn.lennar.net/~/media/Com/Images/New-Homes/18/1/2079/17255/GAI/EBF_6003And4more%20copy.jpg?d=20150924T182620" alt=""></p> -->
<p class="wowBlack"><img class="img-responsive" src="http://cdn.lennar.net/~/media/Com/Images/New-Homes/18/1/2079/17255/GAI/EBF_6093And4more%20copy.jpg?d=20150924T182618" alt=""></p>
<div class="clients_say_list fix">
<div class="say">
<!-- <h5>5 common Areas</h5> -->
</div>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="clients_say wow slideInUp">
<p class="wowBlack"><img class="img-responsive" style="margin: auto;" src="https://s-media-cache-ak0.pinimg.com/736x/b7/97/cc/b797cc0bfa5235eb5260a8465de090f3.jpg" alt=""></p>
<div class="clients_say_list fix">
<div class="say">
<h5 class="text-center">2 Bedrooms with shared Bath</h5>
</div>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="clients_say wow slideInUp">
<p class="wowBlack"><img class="img-responsive" style="margin: auto;" src="http://812.mlsimages.movoto.com/016/15018416_13.jpg" alt=""></p>
<div class="clients_say_list fix">
<div class="say">
<h5 class="text-center">1 Bedroom with private Bath</h5>
</div>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="clients_say wow slideInUp">
<p class="wowBlack"><img class="img-responsive" style="margin: auto;" src="http://tours.tourfactory.com/tours/media/scene/big2/00/05/27/12/5271265.jpg" alt=""></p>
<div class="clients_say_list fix">
<div class="say">
<h5 class="text-center">Community Pool</h5>
</div>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="clients_say wow slideInUp">
<p class="wowBlack"><img class="img-responsive" style="margin: auto; max-height: 371px" src="https://s-media-cache-ak0.pinimg.com/736x/45/9b/ff/459bff65f1459f83da2cfedcc107bf45.jpg" alt=""></p>
<div class="clients_say_list fix">
<div class="say">
<h5 class="text-center">Close to McKinney Falls</h5>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- end clients say area -->
<hr>
<section id="blog_area" class="section_padding">
<div class="container" style='border-right:solid; border-left:solid'>
<div class="row">
<div class="col-md-12 text-center">
<h2>The Cost</h2>
<hr>
<h4>Rent: Month to Month with no Long Term Obligation.</h4>
<hr>
<h4>Deposit: One Months Rent as Deposit.</h4>
<hr>
<h4>Commitment: 30 days notice before moving. Once you land that job you're after feel free to move out or stay a couple months and recieve support as you adjust to the life of a professional developer.</h4>
<hr>
</div>
</div>
<div class="row">
<div class="col-sm-6 aligncenter text-center">
<div class="single_blog wow slideInUp" data-wow-duration="1s">
<!-- <img class="img-responsive-big aligncenter" src="images/1.jpg" alt=""> -->
<h2>Private Room with a Shared Bath: $1000/month</h2>
<!-- <div class="comment_area fix">
<div class="date floatleft">
<p><span><i class="fa fa-calendar-o"></i></span> March 4, 2014</p>
</div>
<div class="comment floatright">
<p><span><i class="fa fa-comments"></i></span>2 comments</p>
</div>
</div>
<p>Shortly thereafter, I was working with RetailMeNot, tasked with designing its iOS and Android app tutorial. The product team wanted to make sure hat users were clear about the value</p> -->
</div>
</div>
<div class="col-sm-6 aligncenter text-center">
<div class="single_blog wow slideInUp" data-wow-duration="2s">
<!-- <img class="img-responsive aligncenter" src="images/2.jpg" alt=""> -->
<h2>Private Room with a Private Bath: $1200/month</h2>
<!-- <h2>Cache Invalidation StrategiesWith Varnish Cache</h2>
<div class="comment_area fix">
<div class="date floatleft">
<p><span><i class="fa fa-calendar-o"></i></span> March 4, 2014</p>
</div>
<div class="comment floatright">
<p><span><i class="fa fa-comments"></i></span>2 comments</p>
</div>
</div>
<p>Shortly thereafter, I was working with RetailMeNot, tasked with designing its iOS and Android app tutorial. The product team wanted to make sure hat users were clear about the value</p> -->
</div>
</div>
<!-- <div class="col-sm-4">
<div class="single_blog wow slideInUp" data-wow-duration="3s">
<img class="img-responsive" src="images/3.jpg" alt="">
<h2>Cache Invalidation StrategiesWith Varnish Cache</h2>
<div class="comment_area fix">
<div class="date floatleft">
<p><span><i class="fa fa-calendar-o"></i></span> March 4, 2014</p>
</div>
<div class="comment floatright">
<p><span><i class="fa fa-comments"></i></span>2 comments</p>
</div>
</div>
<p>Shortly thereafter, I was working with RetailMeNot, tasked with designing its iOS and Android app tutorial. The product team wanted to make sure hat users were clear about the value</p>
</div>
</div> -->
</div>
</div>
</section>
<!-- end blog area -->
<section id="caal_to_action_area">
<div class="container">
<div class="row">
<div class="col-sm-8">
<div class="call_to_action_text wow slideInLeft" data-wow-duration="2s">
<h2>Are you ready to move into DevHouseATX?</h2>
<p>Send me an email telling me a little bit about your background in programming and why you think you'd be a good fit. <br> From there we can chat over the phone or meet up for coffee and see if we'd enjoy being roommates and working together.</p>
</div>
</div>
<div class="col-sm-4">
<div class="call_project text-right wow slideInRight" data-wow-duration="2s">
<a href="#inquiries">Email</a>
</div>
</div>
</div>
</div>
</section>
<!-- end call to action area -->
<footer id="footer_area">
<div class="container">
<div class="row">
<div class="col-sm-6 text-center">
<div class="company_logo wow slideInDown">
<h2>DevHouseATX</h2>
</div>
</div>
<div class="col-sm-6 text-center">
<div class="company_address wow slideInDown">
<h2>Austin Texas</h2>
<p>6820 Vail Ridge St <br>
Colorado Crossing
</p>
<h3>
(512) 522-3710 <br>
[email protected] </h3>
</div>
</div>
<!-- <div class="col-sm-3">
<div class="company_address wow slideInDown">
<h2>london</h2>
<p>Address goes here in a one or two lines, maybe lorem ipsum
</p>
<h3>
+44 800 800 90
[email protected] </h3>
</div>
</div>
<div class="col-sm-3">
<div class="company_address wow slideInDown">
<h2>madrid</h2>
<p>Address goes here in a one or two lines, maybe lorem ipsum
</p>
<h3>
+44 800 800 90
[email protected] </h3>
</div>
</div> -->
</div>
</div>
<div class="bottom-bar">
<div class='embed-container maps'>
<div class="col-sm-2 text-center"> </div>
<div class="col-sm-8 text-center">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3448.326906173928!2d-97.70088501799704!3d30.199215832228806!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8644b1582684b625%3A0xc176c8750878e3e9!2sColorado+Crossing%2C+Austin%2C+TX+78744!5e0!3m2!1sen!2sus!4v1452197985583" width="100%" align="center" height="350px" frameborder="0" style="border: 0"></iframe>
</div>
<div class="col-sm-2 text-center"> </div>
</div>
</div>
</div>
</footer>
<div class="container">
<br>
<br>
<br>
<div class="row">
<div class="col-md-12 text-center email-div">
<div class="text-center" id="inquiries" style="margin-top:75px;">
<hr>
<h2>Inquiries:</h2>
<textarea style="width: 300px; height:40px;" input type="email" required class="text-center email" placeholder="your email address" value=yourEmail></textarea>
<br>
<br>
</div>
<br>
<textarea style="width: 800px; height:250px;" input type="text" required class="text-center email-message" placeholder="Have a question or want to check availability? Send me a message!" value=newEmail></textarea>
<br>
<button class="btn btn-primary btn-sm new-email-button">Send</button>
</div>
</div>
<br>
<br>
<br>
</div>
</body>
<!-- main jQuery-->
<script src="js/jquery-1.11.3.min.js"></script>
<script src="js/noframework.waypoints.min.js"></script>
<script src="js/email.js"></script>
<!-- bootstrap js -->
<script src="js/bootstrap.min.js"></script>
<!-- wow js -->
<script src="js/wow.min.js"></script>
<script>
new WOW().init();
</script>
<!-- main js -->
<script src="js/main.js"></script>
<!-- Google Map -->
<script>
$('.maps').click(function () {
$('.maps iframe').css("pointer-events", "auto");
});
$( ".maps" ).mouseleave(function() {
$('.maps iframe').css("pointer-events", "none");
});
</script>
<script type="text/javascript">
var waypoint = new Waypoint({
element: document.getElementById('skilled'),
handler: function(direction) {
console.log('activated');
var progress = setInterval(function () {
var $bar = $('.bar');
console.log($bar.width());
if (($(window).width() > 650 && $(window).width() < 1000) || $(window).width() > 1250) {
if ($bar.width() >= 600) {
clearInterval(progress);
$('.progress').removeClass('active');
} else {
$bar.width($bar.width() + 60);
}
if (($bar.width() / 6) > 100) {
$bar.text(100 + "%");
} else {
$bar.text(Math.round($bar.width() / 6) + "%");
};
} else {
$('.maintainer').width(300);
if ($bar.width() >= 300) {
clearInterval(progress);
$('.progress').removeClass('active');
} else {
$bar.width($bar.width() + 30);
}
if (($bar.width() / 3) > 100) {
$bar.text(100 + "%");
} else {
$bar.text(Math.round($bar.width() / 3) + "%");
};
};
}, 600);
offset: 5500
}
});
$(window).resize(function() {
if (($(window).width() > 650 && $(window).width() < 1000) || $(window).width() > 1250) {
$('.maintainer').width(600);
} else {
$('.maintainer').width(300);
};
var $bar = $('.bar');
$bar.width(0);
var waypoint = new Waypoint({
element: document.getElementById('skilled'),
handler: function(direction) {
console.log('activated');
var progress = setInterval(function () {
var $bar = $('.bar');
console.log($bar.width());
if (($(window).width() > 650 && $(window).width() < 1000) || $(window).width() > 1250) {
if ($bar.width() >= 600) {
clearInterval(progress);
$('.progress').removeClass('active');
} else {
$bar.width($bar.width() + 120);
}
if (($bar.width() / 6) > 100) {
$bar.text(100 + "%");
} else {
$bar.text(Math.round($bar.width() / 6) + "%");
};
} else {
$('.maintainer').width(300);
if ($bar.width() >= 300) {
clearInterval(progress);
$('.progress').removeClass('active');
} else {
$bar.width($bar.width() + 60);
}
if (($bar.width() / 3) > 100) {
$bar.text(100 + "%");
} else {
$bar.text(Math.round($bar.width() / 3) + "%");
};
};
}, 600);
offset: 5500
}
});
console.log('resized');
});
</script>
</html>