-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
831 lines (784 loc) · 31.5 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
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
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
<!DOCTYPE html>
<html lang="en">
<head>
<title>Mildred</title>
<meta charset="utf-8">
<meta name = "format-detection" content = "telephone=no" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<link rel="icon" href="images/favicon.ico">
<link rel="shortcut icon" href="images/favicon3.png" />
<link rel="stylesheet" href="css/animation.css">
<link rel="stylesheet" href="css/camera.css">
<link rel="stylesheet" href="css/contact-form.css">
<link rel="stylesheet" href="css/touchTouch.css">
<link rel="stylesheet" href="css/style.css">
<script src='//maps.googleapis.com/maps/api/js?v=3.exp&sensor=false'></script>
<script src="js/jquery.js"></script>
<script src="js/jquery-migrate-1.1.1.js"></script>
<script src="js/jquery.easing.1.3.js"></script>
<script src="js/script.js"></script>
<script src="js/jquery.ui.totop.js"></script>
<script src="js/touchTouch.jquery.js"></script>
<script src="js/isotope.pkgd.js"></script>
<script src="js/TMForm.js"></script>
<script src="js/modal.js"></script>
<script src="js/camera.js"></script>
<!--<![if (gt IE 9)|!(IE)]><!-->
<script src="js/jquery.mobile.customized.min.js"></script>
<!--<![endif]-->
<script>
$(window).load(function(){
$().UItoTop({ easingType: 'easeOutQuart' });
$('.gallery .gall_item').touchTouch();
});
$(document).ready(function(){
jQuery('#camera_wrap').camera({
loader: false,
pagination: true ,
minHeight: '500',
thumbnails: false,
height: '44.42708333333333%',
caption: true,
navigation: false,
fx: 'mosaic'
});
$('.gallery .gall-item').touchTouch();
});
</script>
</head>
<body>
<div class="texture">
<!--==============================
header
=================================-->
<header id="home" class="page">
<div class="navigation single-page-nav">
<div class="container_12">
<div class="grid_12">
<h1 class="logo">
<!--<img src="images/favicon (1).png">-->
<a href="index.html">Mily</a>
<!--<a href="index.html">Ms. Milly</a>-->
<nav>
<ul>
<li><a href="#home" class="current">Home</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#experience">Experience</a></li>
<li><a href="#contacts">Contacts</a></li>
</ul>
</nav>
</div>
</div>
</div>
<div id="camera_wrap">
<div data-src="images/slide-1.jpg">
<div class="caption fadeIn">Web Developer and<br><span class="bull"></span>Designer <span class="bull"></span> </div>
</div>
<div data-src="images/lap.jpg">
<div class="caption fadeIn">Based in Nairobi <br>Kenya</div>
</div>
<div data-src="images/slide-1.jpg">
<div class="caption fadeIn"> </div>
</div>
</div>
</header>
<!--=====================
Content
======================-->
<section class="content">
<div class="ic"></div>
<div class="pad-1">
<div class="container_12">
<div class="grid_12">
<h2 style="color: #b45dbb;">About Me
<span></span>
</h2>
<p class="offset__1">
Experienced Software Engineer Graduate with a strong focus on front-end web development, I am passionate, honest, and highly motivated to continuously learn and embrace new challenges. My goal is to secure a position where I can leverage and enhance my skills in a dynamic and fast-paced environment.
Throughout my career, I have successfully employed tactical and team-focused approaches to lead and inspire individuals towards project completion. With five years of hands-on experience in UX/UI, I possess a deep understanding of user-centric design principles and have consistently delivered intuitive and visually appealing solutions.
Driven by a genuine love for coding and a natural curiosity, I thrive in collaborative settings that foster creativity and innovation. I am dedicated to staying up-to-date with industry trends and emerging technologies, ensuring that my work remains cutting-edge and impactful.
As a software engineer, I am committed to delivering high-quality products that not only meet but exceed user expectations. I am excited to contribute my expertise, passion, and problem-solving skills to a forward-thinking organization that values growth and embraces a culture of continuous improvement.
Let's connect and explore how we can create transformative digital experiences together.
</p>
<img src="images/1559287377329.jpeg" alt="" class="fleft">
<div class="extra_wrapper">
<div class="text-1">
Mildred Makori
</div>
<div class="text-2 color1">
<a href="#">I am a web Developer</a> •
<a href="#"> </a> •
<a href="#">and a Designer</a>
</div>
I am a Tech Freak, A part from coding and design I like Travelling and Reading. <br>
<!-- <a href="images/Mildred cv .pdf" class="btn">DOWNLOAD CV</a> -->
</div>
</div>
<div class="clear"></div>
</div>
</div>
<!==========================================================================================================================
SKILLS
========================================================================================================================-->
<section id="skills" class="page">
<div class="container_12">
<div class="grid_12">
<h2>Skills</h2>
</div>
<div class="grid_3">
<div class="circle">
<input class="knob" data-angleOffset="0" value="67" data-fgColor="#e8e6b9" data-bgColor="#b45dbb" data-width="200" data-height="200" data-thickness=.2>
</div>
<div class="text-3"><a href="#">REACT js</a></div>
</div>
<div class="grid_3">
<div class="circle">
<input class="knob" data-angleOffset="0" value="99" data-fgColor="#e8e6b9" data-bgColor="#b45dbb" data-width="200" data-height="200" data-thickness=.2>
</div>
<div class="text-3"><a href="#">HTML5/CSS</a></div>
</div>
<div class="grid_3">
<div class="circle">
<input class="knob" data-angleOffset="0" value="85" data-fgColor="#e8e6b9" data-bgColor="#b45dbb" data-width="200" data-height="200" data-thickness=.2>
</div>
<div class="text-3"><a href="#">Java Script</a></div>
</div>
<div class="grid_3">
<div class="circle">
<input class="knob" data-angleOffset="0" value="70" data-fgColor="#e8e6b9" data-bgColor="#b45dbb" data-width="200" data-height="200" data-thickness=.2>
</div>
<div class="text-3"><a href="#">Python</a></div>
</div>
<div class="grid_3">
<div class="circle">
<input class="knob" data-angleOffset="0" value="95" data-fgColor="#e8e6b9" data-bgColor="#b45dbb" data-width="200" data-height="200" data-thickness=.2>
</div>
<div class="text-3"><a href="#">Wordpress</a></div>
</div>
<div class="grid_3">
<div class="circle">
<input class="knob" data-angleOffset="0" value="80" data-fgColor="#e8e6b9" data-bgColor="#b45dbb" data-width="200" data-height="200" data-thickness=.2>
</div>
<div class="text-3"><a href="#">Adope Illustrator </a></div>
</div>
<div class="grid_3">
<div class="circle">
<input class="knob" data-angleOffset="0" value="80" data-fgColor="#e8e6b9" data-bgColor="#b45dbb" data-width="200" data-height="200" data-thickness=.2>
</div>
<div class="text-3"><a href="#">Indesign</a></div>
</div>
<div class="grid_3">
<div style="clear:both"></div>
<div class="circle">
<input class="knob" data-angleOffset="0" value="30" data-fgColor="#e8e6b9" data-bgColor="#b45dbb" data-width="200" data-height="200" data-thickness=.2>
</div>
<div class="text-3"><a href="#">Photoshop</a></div>
</div>
<div class="grid_3">
<div class="circle">
<input class="knob" data-angleOffset="0" value="30" data-fgColor="#e8e6b9" data-bgColor="#b45dbb" data-width="200" data-height="200" data-thickness=.2>
</div>
<div class="text-3"><a href="#">Flask</a></div>
</div>
<div class="grid_3">
<div class="circle">
<input class="knob" data-angleOffset="0" value="30" data-fgColor="#e8e6b9" data-bgColor="#b45dbb" data-width="200" data-height="200" data-thickness=.2>
</div>
<div class="text-3"><a href="#">MYSQL</a></div>
</div>
<div class="grid_3">
<div class="circle">
<input class="knob" data-angleOffset="0" value="50" data-fgColor="#e8e6b9" data-bgColor="#b45dbb" data-width="200" data-height="200" data-thickness=.2>
</div>
<div class="text-3"><a href="#">C</a></div>
</div>
<div class="clear"></div>
</div>
</section>
<!---- ==========================================================================================================================
WORK EXPERIENCE
======================================================================================================================== -->
<section id="experience" class="page">
<div class="container_12">
<div class="grid_12">
<h2>Work Experience</h2>
<!-- All in One Software ltd
==============================-->
<div class="block-1">
<div class="grid_4 alpha">
<div class="block-1__left">
<h3>2024</h3>
<time datetime="2018-03-07" class="text-2">January <span>to Present</span></time>
<div class="ta__right">
<div class="text-2 color1">All in One Software ltd</div>
</div>
</div>
</div>
<div class="grid_8 omega">
<div class="block-2__right">
<h3>Job Description</h3>
<div class="text-2">Software Developer and Designer</div>
I bring a unique blend of creative design and technical development
expertise to deliver impactful digital solutions. I specialize in
creating visually appealing user interfaces, employing UI/UX principles,
and ensuring responsive design across various platforms. Simultaneously,
my proficiency in front-end technologies, such as HTML, CSS, and JavaScript,
allows me to implement seamless and interactive web experiences. Collaborating
closely with cross-functional teams, I translate client requirements into
visually stunning and functionally robust websites. Committed to staying ahead
of industry trends.<br>
<strong>Here are some of my work that is affilliated to at All in One:</strong><br>
<p> <a style="text-decoration: underline;"href="https://kituieggs.com/">A chicken farm in Kitui</a></p>
<p> <a style="text-decoration: underline;"href="https://aio-eastafrica.com/">All in One Software website</a></p>
<p> <a style="text-decoration: underline;"href="https://krutec.de/">Sister company to All in one</a></p>
</div>
</div>
</div>
<!-- Seacrest Technology ltd
================================-->
<div class="block-1">
<div class="grid_4 alpha">
<div class="block-1__left">
<h3>2023</h3>
<time datetime="2018-03-07" class="text-2">March <span>to December 2024</span></time>
<div class="ta__right">
<div class="text-2 color1">SeaCrest Technology ltd</div>
</div>
</div>
</div>
<div class="grid_8 omega">
<div class="block-2__right">
<h3>Job Description</h3>
<div class="text-2">Software Engineer</div>
Effectively I fulfilled my responsibilities as a software engineer, my role revolves around designing,
developing, and maintaining cutting-edge software solutions. Providing ongoing support to clients,
identifying process improvements, offering technology guidance, and collaborating with teams to
develop go-to-market strategies.
</div>
</div>
</div>
<!--NETDOC
=================-->
<div class="block-1">
<div class="grid_4 alpha">
<div class="block-1__left">
<h3>2023</h3>
<time datetime="2018-03-07" class="text-2">May <span>to September,2023</span></time>
<div class="ta__right">
<div class="text-2 color1">NETDOC</div>
</div>
</div>
</div>
<div class="grid_8 omega">
<div class="block-2__right">
<h3>Job Description</h3>
<div class="text-2">Front-End Engineer Lead</div>
I successfully maintained and improved the website, collaborated effectively with the development team,
and ensured that user and customer needs are addressed, leading to a better overall website experience
<br>
</div>
</div>
</div>
<!-- UCESCO Africa
===================== -->
<div class="block-1">
<div class="grid_4 alpha">
<div class="block-1__left">
<h3>2022</h3>
<time datetime="2022-03-07" class="text-2">November <span>to March, 2023</span></time>
<div class="ta__right">
<div class="text-2 color1">UCESCO Africa</div>
</div>
</div>
</div>
<div class="grid_8 omega">
<div class="block-2__right">
<h3>Job Description</h3>
<div class="text-2">Lead Web Developer</div>
During my role as a web developer, I led a transformative project for Ucesco Africa. This included a comprehensive website redesign,
elevating its visual appeal and user experience. Moreover, I reactivated their dormant online donation link, enabling seamless
contributions directly through the site. This dual approach not only enhanced their online presence but also empowered Ucesco
Africa to drive vital support for their mission of positive change in the African community.
<br>
<p> <a style="text-decoration: underline;"href="https://ucesco.org/">UCESCO website</a></p>
</div>
</div>
</div>
<!-- MiRo Tech.
==================-->
<div class="block-1">
<div class="grid_4 alpha">
<div class="block-1__left">
<h3>2018</h3>
<time datetime="2018-03-07" class="text-2">March 1st<span>to Present(Part time)</span></time>
<div class="ta__right">
<div class="text-2 color1">MiRo Technologies</div>
</div>
</div>
</div>
<div class="grid_8 omega">
<div class="block-2__right">
<h3>Job Description</h3>
<div class="text-2">Co-founder and Team Lead</div>
Effectively leading the team in optimizing web deployments, troubleshooting website problems,
creating and testing applications, and ensuring clients receive proper training on software usage.
These accomplishments resulted in improved efficiency, reduced website issues, enhanced
functionality, and increased client satisfaction.
<br>
<p> <a style="text-decoration: underline;"href="https://kwamboka1.github.io/beula-general-supplies/">E-commerce Web design for beula biz supplies</a></p>
<p> <a style="text-decoration: underline;" href="https://aviationcollegekenya.co.ke/">web design for aviation college of Kenya</a></p>
<p> <a style="text-decoration: underline;"href="https://www.auntyjane.org/">A hotline website for women and girls seeking help and guidance</a></p>
<p> <a style="text-decoration: underline;"href="https://mirotechnologies.weebly.com/">my-website</a> </p>
<p> <a style="text-decoration: underline;" href="https://drive.google.com/file/d/1-c4KYU0cexIparQA4y2rGOrQjmjmpPVb">Design Work</a> </p>
</div>
</div>
</div>
<!-- BWC
============-->
<div class="block-1">
<div class="grid_4 alpha">
<div class="block-1__left">
<h3>2022</h3>
<time datetime="202-05-01" class="text-2">May 1st<span>to Present</span></time>
<div class="ta__right">
<div class="text-2 color1">Black Women Can & United States of Africa</div>
</div>
</div>
</div>
<div class="grid_8 omega">
<div class="block-2__right">
<h3>Job Description</h3>
<div class="text-2">Web Developer Volunteer</div>
• Create and test applications for websites <br>
• Troubleshoot website problems.<br>
• Maintain and update website <br>
• Monitor website traffic<br>
</div>
</div>
</div>
<!--Andela
===========-->
<div class="block-1">
<div class="grid_4 alpha">
<div class="block-1__left">
<h3>2021</h3>
<time datetime="2021-03-1" class="text-2">March 1st<span>to June 31</span></time>
<div class="ta__right">
<div class="text-2 color1">Andela</div>
</div>
</div>
</div>
<div class="grid_8 omega">
<div class="block-2__right">
<h3>Job Description</h3>
<div class="text-2">Software Engineer Intern(Remote)</div>
Successfully led update sync meetings, fostered effective communication within the team,
and ensured timely project updates. Additionally, as part of the team, we successfully
utilized various technologies and tools to build and deploy web applications, resulting
in functional and user-friendly websites. The effective use of tools enhanced project
management, collaboration, and productivity throughout the development process.
<br>
</div>
</div>
</div>
<!-- EldoHub
==============-->
<div class="block-1">
<div class="grid_4 alpha">
<div class="block-1__left">
<h3>2021</h3>
<time datetime="2021-03-1" class="text-2">March 1st<span>to June 31</span></time>
<div class="ta__right">
<div class="text-2 color1">EldoHub</div>
</div>
</div>
</div>
<div class="grid_8 omega">
<div class="block-2__right">
<h3>Job Description</h3>
<div class="text-2">Software Engineer Contract(Remote)</div>
Successfully Built an e-commerce website in WordPress to digitize the process of online shopping, Which in return generated a 7% profit margin.<br>
</div>
</div>
</div>
<!-- Deveint ltd
==================-->
<div class="block-1">
<div class="grid_4 alpha">
<div class="block-1__left">
<h3>2017</h3>
<time datetime="2017-01-01" class="text-2">January 1st<span>March 30th</span></time>
<div class="ta__right">
<div class="text-2 color1">Deveint Ltd.</div>
</div>
</div>
</div>
<div class="grid_8 omega">
<div class="block-2__right">
<h3>Job Description</h3>
<div class="text-2">Front-End Engineer</div>
Responsible for building websites and web applications
<p> <a style="text-decoration: underline;" href="http://flamingotowers.co.ke/"> Work</a></p>
</div>
</div>
</div>
<!--Pertech Solutions
======================-->
<div class="block-1">
<div class="grid_4 alpha">
<div class="block-1__left">
<h3>2016 - 2016</h3>
<time datetime="2016-08-01" class="text-2">August 1st<span>August 30th</span></time>
<div class="ta__right">
<div class="text-2 color1">pertech Solutions</div>
</div>
</div>
</div>
<div class="grid_8 omega">
<div class="block-2__right">
<h3>Job Description</h3>
<div class="text-2">Graphic Designer</div>
<p><a style="text-decoration: underline;" href="images/smarttab.png">Logo</a> </p>
</div>
</div>
</div>
<!--AkiraChix
==============-->
<div class="block-1">
<div class="grid_4 alpha">
<div class="block-1__left">
<h3>2016- 2016</h3>
<time datetime="2017-01-01" class="text-2">April 1st<span>April 30th</span></time>
<div class="ta__right">
<div class="text-2 color1">AkiraChix</div>
</div>
</div>
</div>
<div class="grid_8 omega">
<div class="block-2__right">
<h3>Job Description</h3>
<div class="text-2">Volunteer</div>
I volunteered for the kids' camp, where I assisted a number of kids in programming with Arduino and a bit of coding.
</div>
</div>
</div>
</div>
</div>
</div>
<div class="clear"></div>
</div>
</section>
<!---- =====================================================================================================================
TALK TO ME(CONTACT)
=====================================================================================================================-->
<div class="clear"></div>
</div>
</section>
<section id="contacts" class="page">
<div class="container_12">
<div class="grid_12">
<h2>Get in Touch</h2>
</div>
<div class="grid_6">
<form action="MailHandler.php" method="post" id="contact-form">
<div class="contact-form-loader"></div>
<fieldset>
<label class="name">
<input type="text" name="name" placeholder="Name*:" value="" data-constraints="@Required @JustLetters" />
<span class="empty-message">*This field is required.</span>
<span class="error-message">*This is not a valid name.</span>
</label>
<label class="email">
<input type="text" name="email" placeholder="Email*:" value="" data-constraints="@Required @Email" />
<span class="empty-message">*This field is required.</span>
<span class="error-message">*This is not a valid email.</span>
</label>
<label class="phone">
<input type="text" name="phone" placeholder="Phone no.:" value="" data-constraints="@Required @JustNumbers" />
<span class="empty-message">*This field is required.</span>
<span class="error-message">*This is not a valid phone.</span>
</label>
<label class="message">
<textarea name="message" placeholder="Message*:" data-constraints='@Required @Length(min=20,max=999999)'></textarea>
<span class="empty-message">*This field is required.</span>
<span class="error-message">*The message is too short.</span>
</label>
<div>
<a class="btn" data-type="submit">submit </a>
</div>
</fieldset>
<div class="modal fade response-message">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h4 class="modal-title">Modal title</h4>
</div>
<div class="modal-body">
You message has been sent! I will be in touch soon.
</div>
</div>
</div>
</div>
</form>
</div>
<div class="grid_6">
<p>Visit my Linkedln? <a href=" https://ke.linkedin.com/in/mildred-makori-892652120 " rel="follow" class="color1">linkedln </a>.</p>
Mildred Makori <br>
Po Box, 1754,<br>
Nairobi.<br>
Hope we can get in touch soon!<br>
</div>
<div class="clear"></div>
</div>
<div class="container_12">
<div class="grid_12">
<div class="social-icons">
<a href="https://twitter.com/makori_mildred" class="fa fa-twitter"></a>
<a href="https://makori-mildred.medium.com/" class="fa-brands fa-medium"></a>
<a href="https://github.com/kwamboka1" class="fa fa-github"></a>
</div>
</div>
<div class="clear"></div>
</div>
</section>
</section>
<!--==============================
footer
=================================-->
</div>
<footer id="footer">
<div class="container_12">
<div class="grid_12">
<div class="copyright"> © <span id="copyright-year">Mildred Makori</span>| All Rights Reserved <br>
Website designed by: <a href="https://kwamboka1.github.io/my-website/" rel="follow">Mildred Kwamboka</a>
</div>
</div>
</div>
<div class="clear"></div>
</footer>
<!--==========================================================================================================================
JS
=========================================================================================================================-->
<a href="#" id="toTop" class="fa fa-chevron-up"></a>
<script src="js/jquery.singlePageNav.min.js"></script>
<script>
// Prevent console.log from generating errors in IE for the purposes of the demo
if ( ! window.console ) console = { log: function(){} };
// The actual plugin
$('.single-page-nav').singlePageNav({
offset: $('.single-page-nav').outerHeight(),
filter: ':not(.external)',
updateHash: true,
beforeStart: function() {
console.log('begin scrolling');
},
onComplete: function() {
console.log('done scrolling');
}
});
</script>
<script type="text/javascript">
google_api_map_init();
function google_api_map_init(){
var map;
var coordData = new google.maps.LatLng(parseFloat(40.646197), parseFloat(-73.9724068,14));
var styleArray = [
{
"featureType": "water",
"elementType": "geometry",
"stylers": [
{
"color": "#193341"
}
]
},
{
"featureType": "landscape",
"elementType": "geometry",
"stylers": [
{
"color": "#2c5a71"
}
]
},
{
"featureType": "road",
"elementType": "geometry",
"stylers": [
{
"color": "#29768a"
},
{
"lightness": -37
}
]
},
{
"featureType": "poi",
"elementType": "geometry",
"stylers": [
{
"color": "#406d80"
}
]
},
{
"featureType": "transit",
"elementType": "geometry",
"stylers": [
{
"color": "#406d80"
}
]
},
{
"elementType": "labels.text.stroke",
"stylers": [
{
"visibility": "on"
},
{
"color": "#3e606f"
},
{
"weight": 2
},
{
"gamma": 0.84
}
]
},
{
"elementType": "labels.text.fill",
"stylers": [
{
"color": "#ffffff"
}
]
},
{
"featureType": "administrative",
"elementType": "geometry",
"stylers": [
{
"weight": 0.6
},
{
"color": "#1a3541"
}
]
},
{
"elementType": "labels.icon",
"stylers": [
{
"visibility": "off"
}
]
},
{
"featureType": "poi.park",
"elementType": "geometry",
"stylers": [
{
"color": "#2c5a71"
}
]
}
]
function initialize() {
var mapOptions = {
zoom: 13,
center: coordData,
scrollwheel: false,
styles: styleArray
}
var map = new google.maps.Map(document.getElementById("map-canvas"), mapOptions);
google.maps.event.addDomListener(window, 'resize', function() {
map.setCenter(coordData);
var center = map.getCenter();
});
}
google.maps.event.addDomListener(window, "load", initialize);
}
</script>
<!--[if IE]><script type="text/javascript" src="js/excanvas.js"></script><![endif]-->
<script src="js/jquery.knob.js"></script>
<script>
$(function($) {
$(".knob").knob({
change : function (value) {
//console.log("change : " + value);
},
release : function (value) {
//console.log(this.$.attr('value'));
console.log("release : " + value);
},
cancel : function () {
console.log("cancel : ", this);
},
/*format : function (value) {
return value + '%';
},*/
draw : function () {
// "tron" case
if(this.$.data('skin') == 'tron') {
this.cursorExt = 0.3;
var a = this.arc(this.cv) // Arc
, pa // Previous arc
, r = 1;
this.g.lineWidth = this.lineWidth;
if (this.o.displayPrevious) {
pa = this.arc(this.v);
this.g.beginPath();
this.g.strokeStyle = this.pColor;
this.g.arc(this.xy, this.xy, this.radius - this.lineWidth, pa.s, pa.e, pa.d);
this.g.stroke();
}
this.g.beginPath();
this.g.strokeStyle = r ? this.o.fgColor : this.fgColor ;
this.g.arc(this.xy, this.xy, this.radius - this.lineWidth, a.s, a.e, a.d);
this.g.stroke();
this.g.lineWidth = 0.01; //CHECK LATER
this.g.beginPath();
this.g.strokeStyle = this.o.fgColor;
this.g.arc( this.xy, this.xy, this.radius - this.lineWidth + 1 + this.lineWidth * 2 / 3, 0, 2 * Math.PI, false);
this.g.stroke();
return false;
}
}
});
// Example of infinite knob, iPod click wheel
var v, up=0,down=0,i=0
,$idir = $("div.idir")
,$ival = $("div.ival")
,incr = function() { i++; $idir.show().html("+").fadeOut(); $ival.html(i); }
,decr = function() { i--; $idir.show().html("-").fadeOut(); $ival.html(i); };
$("input.infinite").knob(
{
min : 0
, max : 1 //CHECK LATER
, stopper : false
, change : function () {
if(v > this.cv){
if(up){
decr();
up=0;
}else{up=1;down=0;}
} else {
if(v < this.cv){
if(down){
incr();
down=0;
}else{down=1;up=0;}
}
}
v = this.cv;
}
});
});
</script>
<script src="js/isotop_ini.js"></script>
</body>
</html>