-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
536 lines (471 loc) · 19.5 KB
/
index.html
File metadata and controls
536 lines (471 loc) · 19.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
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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<title>LANJr4D</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="descriptiion" content="">
<meta name="author" content="">
<link href="./assets/style.css" rel="stylesheet" type="text/css">
<!-- GOOGLE WEB FONTS -->
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,700,600,300,800' rel='stylesheet' type='text/css'>
</head>
<body style="">
<!-- #page -->
<div id="page">
<div class="sidebar_btn"></div>
<!-- header section -->
<section id="sidebar">
<div class="container">
<!-- Menu -->
<nav class="navmenu">
<ul>
<li>
<div class="bullet-menu bgyellow"></div>
<a class="yellow" href="#home">Home</a>
</li>
<li>
<div class="bullet-menu bggreen"></div>
<a class="green" href="#about">About</a>
</li>
<li>
<div class="bullet-menu bgorange"></div>
<a class="orange" href="#portfolio">Portfolio</a>
</li>
<li>
<div class="bullet-menu bgblue"></div>
<a class="blue" href="#blog">blog</a>
</li>
<li>
<div class="bullet-menu bgwhite"></div>
<a class="white" href="#contact">Contacts</a>
</li>
</ul>
</nav><!-- //Menu -->
<div id="social">
<p class="white">Find Us
<a href="https://plus.google.com/u/0/101684925947246790238"><img src="images/si1.png" class="social-img"/></a>
<a href="https://www.facebook.com/lanjr4d"><img src="images/si2.png" class="social-img"/></a>
<a href="https://twitter.com/LANJr4D"><img src="images/si3.png" class="social-img"/></a>
<a href="#"><img src="images/si4.png" class="social-img"/></a>
<a href="https://dribbble.com/LANJr4D"><img src="images/si5.png" class="social-img"/></a>
<a href="https://www.linkedin.com/in/lanjr4d"><img src="images/si6.png" class="social-img"/></a>
<a href="https://www.behance.net/LANJr4D"><img src="images/si7.png" class="social-img"/></a>
<a href="#"><img src="images/si8.png" class="social-img"/></a>
</p>
</div>
</div>
</section><!-- //header section -->
<!-- home content -->
<section id="home">
<div class="container">
<div class="welcome_block">
<h1 class="opacity">
<a href="#"> <img src="./images/logo_480x160.png"></a>
</h1>
<h1 id="slogan white" style="display:none"><span class="Gray">Engineering That Matters</span></h1>
</div>
</div>
<div class="home_bg"></div>
</section><!-- //home content -->
<!-- about content-->
<section id="about" class="page_section">
<!-- section header -->
<div class="container">
<h2 class="opacity">About</h2>
</div><!-- //section header -->
<div class="container">
<div class="row">
<div class="span9 left_effect opacity">
<h3><u>HOW WE DO WHAT WE DO.</u></h3>
</div>
</div>
</div>
<!-- section content -->
<div class="container">
<div class="row">
<div class="span9 left_effect opacity ">
<p>(<strong>We</strong>) Do something Well, not just Different – <strong><u>Define It.</u></strong></p>
</div>
<div class="span3 right_effect opacity">
<img src="images/Define_2.png" alt="" class="size69">
</div>
<div class="clear"></div>
</div>
<div class="row">
<div class="span9 left_effect opacity">
<p>(<strong>We</strong>) Focus on the Idea – <strong><u>Design It.</u></strong></p>
</div>
<div class="span3 right_effect opacity">
<img src="images/Design_1.png" alt="" class="size69">
</div>
<div class="clear"></div>
</div>
<div class="row">
<div class="span9 left_effect opacity " >
<p>(<strong>We</strong>) Remember the What If – <strong><u>Develop It.</u></strong></p>
</div>
</div>
<div class="span3 right_effect opacity">
<img src="images/Develop_1.png" alt="" class="size69">
<div class="clear"></div>
</div>
<div class="row">
<div class="span9 left_effect opacity ">
<p>(<strong>We</strong>) Put in the Time - <strong><u>Deploy It.</u></strong></p>
</div>
<div class="span3 right_effect opacity">
<img src="images/Deploy_1.png" alt="" class="size69">
</div>
<div class="clear"></div>
</div>
<!--statistics-->
<div class="clear"></div>
<div id="skills" >
<div class="row skills">
<div class="span3">
<h2 class="text-center"><strong>Hardware</strong>: C.O.T.S.</h2>
<span class="chart" data-percent="80">
<span class="percent">80</span></span>
</div>
<div class="span3">
<h2 class="text-center"><strong>Firmware</strong>: RealTime.OS</h2>
<span class="chart" data-percent="90">
<span class="percent">90
</span>
</span>
</div>
<div class="cspan3">
<h2 class="text-center"><strong>Software</strong>: Linux, MAC, & Windows</h2>
<span class="chart" data-percent="70">
<span class="percent">75</span>
</span>
</div>
</div>
</div><!--End row -->
</div><!-- //section content -->
</section><!-- //about content-->
<!-- Testimonials content -->
<section id="testimonials">
<!-- section header -->
<div class="container">
<div class="testimonials_block">
<div class="bullet-menu bgyellow" onclick="changeTestim('testim_item1');" onmouseover="changeTestim('testim_item1');"></div>
<div class="bullet-menu bggreen" style="margin-left:20px; " onclick="changeTestim('testim_item2');" onmouseover="changeTestim('testim_item2');"></div>
<div class="bullet-menu bgorange" onclick="changeTestim('testim_item3');" onmouseover="changeTestim('testim_item3');"></div>
<div class="left_effect opacity">
<div class="testim_item" id="testim_item1">
<div class="testimonial">“ No problem can be solved from the same level of consciousness that created it.”</div>
<div class="author_inf"><span>Albert Einstein</span></div>
<div class="clear"></div>
</div>
</div>
<div>
<div class="testim_item" id="testim_item2" style="display:none;">
<div class="testimonial">“ No sensible decision can be made any longer without taking into account not only the world as it is, but the world as it will be.”</div>
<div class="author_inf"><span>Isaac Asimov</span></div>
<div class="clear"></div>
</div>
</div>
<div>
<div class="testim_item" id="testim_item3" style="display:none;">
<div class="testimonial">“ Failed plans should not be interpreted as a failed vision. Visions don't change, they are only refined. Plans rarely stay the same, and are scrapped or adjusted as needed. Be stubborn about the vision, but flexible with your plan. ”</div>
<div class="author_inf"><span>John C. Maxwell</span></div>
<div class="clear"></div>
</div>
</div>
</div>
</div><!-- end .container -->
<div class="testimonials_bg"></div><!-- //section header -->
</section><!-- //Testimonials content -->
<!-- Portfoilo content -->
<section id="portfolio" class="page_section">
<!-- section header -->
<div class="container">
<h2>Portfolio</h2>
<div class="author_inf"><span>Retinal 3-D, L.L.C., Patent project: Lighting Systems</span></div>
<div class="row">
<div class="span6">
<img class="selected-project" id="selected-project-preview" src="./images/project1.png"/>
<div id="selected-project-description">
Prov.Pat.61/225689-Fig.13 Pwr.Sup.Switcher Proto
</div>
</div>
<div class="span2" style="margin-left:60px;" onmouseout="resetProject(); return false;">
<a href="#" onclick="selectProject(1);return false;" onmouseover="selectProject(1);return false;">
<img id="1" class="selected-project" src="./images/project1.png" data-description="Prov.Pat.61/225689-Fig.13 Pwr.Sup.Switcher Proto."/>
</a>
<a href="#" onclick="selectProject(2);return false;" onmouseover="selectProject(2);return false;">
<img id="2" src="./images/project2.png" data-description="Prov.Pat.61/225689-Fig.6 Pwr.Sup.Switcher Proto"/>
</a>
<a href="#" onclick="selectProject(3); return false;" onmouseover="selectProject(3);return false;">
<img id="3" src="./images/project3.png" data-description="Prov.Pat.61/225689-Fig.8 E-Core Xfmr"/>
</a>
</div>
<div class="span2">
<a href="#" onclick="selectProject(4);return false;" onmouseover="selectProject(4);return false;">
<img id="4" src="./images/project4.png" data-description="Prov.Pat.61/225689-Fig.14 Pwr.Sup.Switcher Assy"/>
</a>
<a href="#" onclick="selectProject(5);return false;" onmouseover="selectProject(5);return false;">
<img id="5" src="./images/project5.png" data-description="Prov.Pat.61/225689-Fig.15 Pwr.Sup.Switcher Rack"/>
</a>
<a href="#" onclick="selectProject(6);return false;" onmouseover="selectProject(6);return false;">
<img id="6" src="./images/project6.png" data-description="Prov.Pat.61/225689-Fig.16 Pwr.Sup.Switcher Preliminary.Engineering Design.Notes"/>
</a>
</div>
</div>
</div><!-- end .container -->
</section><!-- //Portfoilo content -->
<!-- nulla content-->
<section id="blog">
<!-- section header -->
<div class="container">
<div class="blog_block opacity">Integer sit amet enim mollis, varius urna ut, sollicitudin arcu. Vestibulum vehicula justo sit amet dignissim malesuada. Praesent ullamcorper euismod metus, venenatis mollis eros semper non. Curabitur nulla elit, hendrerit ut diam non</div>
<div class="row">
<div class="span4">
<div class="blog-post">
<div class="blog-post-title"> 5 Examples of Creative Vector Badges</div>
<div class="blog-post-date">February 10, 2014</div>
<div class="blog-post-description">
Today, we’re bringing you some creative examples of beautiful vector badges for your inspiration. Badges are distinctive emblems worn as a mark of office, company, membership, achievement, licensed employment, etc. Badges are a great form of advertising and presenting important information, as well as conveying emotions to your audience. You have already noticed that there are thousands of websites which are using badges as a logo type.
</div>
</div>
</div>
<div class="span8">
<div class="blog-post">
<div class="blog-post-title"> Bea Modal – create beautiful modals</div>
<div class="blog-post-date">January 21, 2014</div>
<div class="blog-post-description">
</div>
<img src="./images/blog-post.png" class="blog-post-image" />
</div>
</div>
</div>
<div class="row" id="hidden_posts">
<div class="clear"></div>
<div class="span8">
<div class="blog-post">
<div class="blog-post-title"> Bea Modal – create beautiful modals</div>
<div class="blog-post-date">January 21, 2014</div>
<div class="blog-post-description">
</div>
<img src="./images/blog-post.png" class="blog-post-image" />
</div>
</div>
<div class="span4">
<div class="blog-post">
<div class="blog-post-title"> 5 Examples of Creative Vector Badges</div>
<div class="blog-post-date">February 10, 2014</div>
<div class="blog-post-description">
Today, we’re bringing you some creative examples of beautiful vector badges for your inspiration. Badges are distinctive emblems worn as a mark of office, company, membership, achievement, licensed employment, etc. Badges are a great form of advertising and presenting important information, as well as conveying emotions to your audience. You have already noticed that there are thousands of websites which are using badges as a logo type.
</div>
</div>
</div>
</div>
<div class="clear"></div>
<div class="row">
<div class="span2">
<a class="more_posts_btn" href="#" onclick="showHiddenPosts(); return false;">more posts</a>
</div>
<div class="span4"> </div>
</div>
</div><!-- //section header -->
<div class="blog_fill"></div>
</section><!-- //nulla content-->
<section id="contact_info">
<div class="container">
<div class="row">
<div class="span4 contact_info opacity">
<h3 class="green">Email</h3>
<p class="green"> lawrence_neal@lanjr4d.com</p>
</div>
<div class="span4 contact_info opacity">
<h3 class="yellow">Our Location</h3>
<p class="yellow">Phoenix, Arizona USA</p>
</div>
<div class="span4 contact_info opacity">
<h3 class="orange">Phone</h3>
<p ><a class="orange">+1-480-414-7075</a></p>
</div>
<div class="clear"></div>
</div>
</div>
</section>
<!-- Contact content -->
<section id="contact" style="height: 600px;">
<div class="container">
<div class="contact_form center">
<div id="note"></div>
<div id="fields">
<form id="ajax-contact-form" action="">
<input class="input_wt opacity" type="text" name="name" value="Name" >
<input class="input_wt opacity" type="text" name="email" value="Email" >
<textarea class="input_wt opacity" name="message" id="message">Message</textarea>
<input type="submit" class="send_email" value="send message" >
<div class="clear"></div>
</form>
</div>
</div><!-- //contact form -->
<div class="copyright">LANJr4D © 2015 All Rights Reserved</div>
</div><!-- //section content -->
<div class="contact_bg"></div>
</section><!-- //contact content -->
</div><!-- end #page -->
<script src="./assets/jquery.min.js" type="text/javascript"></script>
<script src="./assets/jquery.stellar.min.js" type="text/javascript"></script>
<script src="./assets/waypoints.js" type="text/javascript"></script>
<script src="./assets/animate.js" type="text/javascript"></script>
<script src="./assets/jquery.nicescroll.min.js"></script>
<script src="./assets/jquery.easypiechart.js"></script>
<script src="assets/jquery.fittext.js.js" type="text/javascript"></script>
<script>
var fixed_menu = true;
window.jQuery = window.$ = jQuery;
function calculateScroll() {
var contentTop = [];
var contentBottom = [];
var winTop = $(window).scrollTop();
var rangeTop = 200;
var rangeBottom = 500;
$('.navmenu').find('a').each(function(){
contentTop.push( $( $(this).attr('href') ).offset().top );
contentBottom.push( $( $(this).attr('href') ).offset().top + $( $(this).attr('href') ).height() );
})
};
jQuery(document).ready(function() {
//Menu Sidebar
setTimeout(function() {
$('#sidebar').animate({bottom: '-104px'}, 800);
}, 3500);
jQuery('.sidebar_btn').click(function(){
var sidebar = $('#sidebar');
if (sidebar.css('bottom') === '-104px') {
$('#sidebar').animate({bottom: '0px'});
$('.sidebar_btn').css('background-image', 'url(images/x.png)');
} else {
$('#sidebar').animate({bottom: '-104px'});
$('.sidebar_btn').css('background-image', 'url(images/menu.png)');
}
});
// if single_page
if (jQuery("#page").hasClass("single_page")) {
}
else {
$(window).scroll(function(event) {
calculateScroll();
});
$('.navmenu ul li a, .down_btn, .home_btn').click(function() {
$('html, body').animate({scrollTop: $(this.hash).offset().top}, 1000);
var sidebar = $('#sidebar');
if (sidebar.css('bottom') === '-104px') {
$('#sidebar').animate({bottom: '0px'});
$('.sidebar_btn').css('background-image', 'url(images/x.png)');
} else {
$('#sidebar').animate({bottom: '-104px'});
$('.sidebar_btn').css('background-image', 'url(images/menu.png)');
}
return false;
});
};
/* Nice Scroll */
$("html").niceScroll({zindex:99999,cursorborder:"2px solid #f9b233"});
//Home Height
sliderHeight();
//Welcome Block Vertical Align
mymargtop();
//Contact Height
contactHeight();
});
jQuery(window).load(function(){
//Parallax Effect
$(window).stellar();
});
jQuery(window).resize(function(){
//Home Height
sliderHeight();
//Welcome Block Vertical Align
mymargtop();
//Parallax Effect
$(window).stellar();
//Contact Height
contactHeight();
});
//Home Height
function sliderHeight(){
wh = $(window).height();
$('#home').css({height:wh});
}
//Welcome Block Vertical Align
function mymargtop() {
var body_h = $(window).height();
var container_h = $('.welcome_block').height();
var marg_top = Math.abs((body_h - container_h)/2);
$('.welcome_block').css('padding-top', marg_top);
}
//Contact Height
function contactHeight(){
var wh = $(window).height();
var container_h = $('#contact .container').height();
var padding_top = Math.abs((wh - container_h)/2);
$('#contact').css('height', wh);
$('#contact .container').css('padding-top', padding_top);
}
function resetProject(){
$('#portfolio').css("background-color", "#FFF");
$('#selected-project-description').css("color", "#797979");
}
function selectProject(id){
var bgColors = new Array();
//you can add another color values putting rgb values
bgColors[0] = "233, 75, 75"; //Very Bright Red
bgColors[1] = "255, 202, 17"; //Vibrant Orange
bgColors[2] = '188, 223, 229'; //Washed-Out Cyan
bgColors[3] = '78, 198, 240'; //Very Bright Cyan
bgColors[4] = '41, 166, 178'; //Bright Cyan
$('#selected-project-preview').attr('src', $('#'+id).attr("src"));
$( ".span2 img" ).removeClass( "selected-project" );
$('#'+id).addClass("selected-project");
$('#selected-project-description').html($('#'+id).attr('data-description'));
//get section background color and replace it with color from the array
var rand = bgColors[Math.floor(Math.random() * bgColors.length)];
$('#portfolio').css("background-color", "rgb(" + rand + ")");
$('#selected-project-description').css("color", "#FFF");
}
function changeTestim(id){
$('div.testim_item').hide();
$('#'+ id ).fadeIn(500);
}
$("#slogan").fitText(
1.1,
{
minFontSize: '75px',
maxFontSize: '128px'
}
);
$('#skills').waypoint(function(){
$('.chart').each(function(){
$(this).easyPieChart({
size:170,
animate: 2000,
lineCap:'butt',
scaleColor: false,
barColor: '#f9b233',
lineWidth: 10
});
});
},{offset:'80%'});
function showHiddenPosts(){
if($('#hidden_posts').css('display') == 'none'){
$('#hidden_posts').fadeIn();
$('.more_posts_btn').text('HIDE POSTS');
}else{
$('#hidden_posts').fadeOut();
$('.more_posts_btn').text('MORE POSTS');
}
}
</script>
</body>
</html>