-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
639 lines (612 loc) · 31.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1" />
<META NAME="ROBOTS" CONTENT="INDEX, FOLLOW">
<title>Nandana Babu - Resume / Personal Portfolio </title>
<link rel="shortcut icon" href="n1.jpg">
<!-- Google Font-->
<link
href='http://fonts.googleapis.com/css?family=Roboto:400,300italic,300,100italic,100,400italic,500,500italic,700,900,900italic,700italic%7COswald:400,300,700'
rel='stylesheet' type='text/css'>
<!-- Design Style -->
<link rel="stylesheet" type="text/css" href="css/scroll.css" />
<link rel="stylesheet" type="text/css" href="css/style.css" />
<!-- Icon -->
<link rel="stylesheet" type="text/css" href="css/font-awesome.css" />
<!-- Portfolio Thumbnail / Slider -->
<link rel="stylesheet" type="text/css" href="css/portfolio.css" />
<link rel="stylesheet" type="text/css" href="css/carousel.css">
<!-- Responsive -->
<link rel="stylesheet" type="text/css" href="css/responsive.css" />
<!-- Pie Chart / Skills -->
<script type="text/javascript" src="js/jquery-2.0.3.min.js"></script>
<!-- Send Email -->
<script type="text/javascript" src="js/sendemail.js"></script>
<!-- Progressbar / Skills-->
<script type="text/javascript" src="js/progressbar.js"></script>
<!-- Portfolio-->
<script src="js/modernizr.custom.js"></script>
</head>
<body>
<div id="container" class="container">
<!-- Left Menu / Logo-->
<aside class="menu" id="menu">
<div class="logo">
<!-- Logo image-->
<img src="images/logo3.jpg" width="140" height="140" alt="" />
<!-- Logo name-->
<span>Nandana Babu</span>
</div>
<!-- Mobile Navigation-->
<a href="#menu1" class="menu-link"></a>
<!-- Left Navigation-->
<nav id="menu1" role="navigation">
<a href="#chapterintroduction">
<span id="link_introduction" class="active">Home</span>
</a>
<a href="#chapterabout">
<span id="link_about">About</span>
</a>
<a href="#chapterskills">
<span id="link_skills">Skills</span>
</a>
<a href="#chapterexperience">
<span id="link_experience">Experience</span>
</a>
<a href="#chaptereducation">
<span id="link_education">Education</span>
</a>
<a href="#chapterportfolio">
<span id="link_portfolio">projects</span>
</a>
<a href="#chaptercontact">
<span id="link_contact">Contact</span>
</a>
</nav>
<div class="copyright"> © Nandana Babu.<br>
All Rights Reserved. </div>
</aside>
<!-- Go to top link for mobile device -->
<a href="#menu" class="totop-link">Go to the top</a>
<div class="content-scroller">
<div class="content-wrapper">
<!-- Introduction -->
<article class="content introduction noscroll" id="chapterintroduction">
<div class="inner">
<h2><span>HEllo, I'm</span><br>
Nandana Babu</h2>
<span class="title">MERN Stack Developer</span>
</div>
<div id="owl-demo" class="owl-carousel">
<div class="item"><img src="images/homepageimg.jpg" alt="" /></div>
</div>
</article>
<!-- About -->
<article class="content about white-bg" id="chapterabout">
<div class="inner">
<h2>About</h2>
<div class="title-divider"></div>
<div class="about-con">
<ul>
<li>Name: Nandana Babu</li>
<li>Email: <a href="mailto:[email protected]">[email protected]</a></li>
<li>Phone: 7907938286</li>
<li>Date of birth: 09 September 1999</li>
<li>Address: Nandanam, Pulimathu, Pulimathu(P.O), <br>Trivandrum.</li>
<li>Nationality: India</li>
</ul>
<h3>My Profile</h3>
<p>As a proficient MERN stack developer, I excel in crafting exceptional web applications and thrive in
dynamic work settings. With a strong backend focus, I've honed my <br>skills in Microsoft SQL Server over the past
few months. Committed to success within a globally esteemed <br>company, I contribute to achieving objectives with<br> integrity,
while consistently advancing my skills<br>
</p>
<a href="images/Nandana Babu-Resume.pdf" target="_blank" class="button">Here is My Resume</a> <img
src="images/sig.png" class="signature" alt="" width="227" height="50" />
</div>
</div>
</article>
<!-- Skills -->
<article class="content skills gray-bg" id="chapterskills">
<div class="inner">
<h2>Skills</h2>
<div class="title-divider"></div>
<h3>Just My Awesome Skills</h3>
<p>Passionate about learning new technologies and continuously enhancing my skill set.</p>
<div class="skills-con">
<div class="container-sub margin-top50">
<div class="row">
<div class="col-6 margin-bottom50">
<div class="col-6"><span class="chart" data-percent="90"><span class="percent"></span> </span></div>
<div class="col-6 chart-text">
<h4>front end</h4>
<!-- <p>Expert, 4 years</p> -->
</div>
</div>
<div class="col-6 margin-bottom50">
<div class="col-6"><span class="chart" data-percent="88"><span class="percent"></span> </span></div>
<div class="col-6 chart-text">
<h4>middleware</h4>
<!-- <p>Advanced, 2 years</p> -->
</div>
</div>
<div class="col-6">
<div class="col-6"><span class="chart" data-percent="90"><span class="percent"></span> </span></div>
<div class="col-6 chart-text">
<h4>backend</h4>
<!-- <p>Expert, 8 years</p> -->
</div>
</div>
</div>
</div>
<div class="full-divider"></div>
<div class="container-sub skill-list">
<div class="row">
<h3>Knowledge</h3>
<p></p>
<div class="col-4 margin-top10">
<ul>
<li>MongoDB</li>
<li>Express JS</li>
<li>React JS</li>
<li>Node JS</li>
</ul>
</div>
<div class="col-4 margin-top10">
<ul>
<li>Javascript</li>
<li>Redux</li>
<li>HTML5/CSS3</li>
<li>Git</li>
</ul>
</div>
<div class="col-4 margin-top10">
<ul>
<li>MSSQL</li>
<li>Firebase</li>
<li>Bootstrap</li>
<li>Figma</li>
</ul>
</div>
</div>
</div>
<div class="full-divider"></div>
<div class="container-sub">
<div class="row">
<h3>Language Skills</h3>
<p>Proficient in effective communication, fostering collaboration across diverse teams and cultures.
</p>
<div class="progressbar-main margin-top50">
<div class="progress-bar-description">English Experienced</div>
<div id="progressBar" class="progress">
<div class="progress-value"></div>
</div>
</div>
<div class="progressbar-main margin-top50">
<div class="progress-bar-description">Malayalam Experienced</div>
<div id="progressBar2" class="progress">
<div class="progress-value"></div>
</div>
</div>
<div class="progressbar-main margin-top40">
<div class="progress-bar-description">Tamil Average</div>
<div id="progressBar3" class="progress">
<div class="progress-value"></div>
</div>
</div>
<div class="progressbar-main margin-top40">
<div class="progress-bar-description">Hindi Basic</div>
<div id="progressBar4" class="progress">
<div class="progress-value"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</article>
<!-- Experience -->
<article class="content experience white-bg" id="chapterexperience">
<div class="inner">
<h2>Experience</h2>
<div class="title-divider"></div>
<h3>Crafting Growth Through Opportunities!</h3>
<div class="experience-con">
<div class="container-sub">
<div class="full-divider"></div>
<div class="row">
<div class="experience-details">
<div class="col-6 margin-bottom50 margin-top50">
<div class="col-3 icon-block"><i class="fa fa-send-o"></i></div>
<div class="flot-left">
<h5>TL TECHNOLOGIES PVT LTD</h5>
<h4>Backend Developer(MSSQL)</h4>
<span>Mar 2023 - Aug 2023</span>
</div>
</div>
<div class="col-6 margin-bottom50 margin-top50 no-margin-top"> Throughout my tenure, I predominantly
assumed the role of a proficient Backend Developer, with a strong emphasis on data
intricacies and optimization. My methodical approach to database design, maintenance, and
troubleshooting ensured
flawless operational efficiency. Furthermore, I actively participated in front-end development,
enhancing user
experiences and refining interfaces. </div>
</div>
<div class="full-divider"></div>
<div class="experience-details">
<div class="col-6 margin-bottom50 margin-top50">
<div class="col-3 icon-block"><i class="fa fa-briefcase"></i></div>
<div class="flot-left">
<h5>Brototype</h5>
<h4>Intern</h4>
<span>Sep 2023 - Apr 2023</span>
</div>
</div>
<div class="col-6 margin-bottom50 margin-top50 no-margin-top"> During the training, I embarked on a
transformative journey as a MERN Stack Developer, honing my skills while building
full-stack real-world applications from scratch. Throughout this experience, I adeptly navigated
the intricacies of
MongoDB, Node.js, Express.js, HTML, CSS, and React, making meaningful contributions to the
creation of robust and
comprehensive solutions. </div>
</div>
</div>
</div>
</div>
</div>
</article>
<!-- Education -->
<article class="content education gray-bg" id="chaptereducation">
<div class="inner">
<h2>Education</h2>
<div class="title-divider"></div>
<h3>Just My Education</h3>
<div class="education-con">
<div class="container-sub">
<div class="full-divider"></div>
<div class="row">
<div class="education-details">
<div class="col-6 margin-bottom50 margin-top50">
<div class="col-3 icon-block"><i class="fa fa-photo"></i></div>
<div class="flot-left">
<h5>Rajadhani Institute of Engineering and Technology</h5>
<h4>BTech</h4>
<span>2018 - 2022</span>
</div>
</div>
<div class="col-6 margin-bottom50 margin-top50 no-margin-top"> This educational experience has
nurtured my analytical thinking, teamwork, and problem-solving skills, effectively
preparing me for a successful career in the field of Computer Science and Engineering.
Specializing in Computer Science, I have gained
valuable insights through this journey that will undoubtedly contribute to my future endeavors.
</div>
</div>
<div class="full-divider"></div>
<div class="education-details">
<div class="col-6 margin-bottom50 margin-top50">
<div class="col-3 icon-block"><i class="fa fa-laptop"></i></div>
<div class="flot-left">
<h5>Raja Ravi Varma Girls Higher Secondary School</h5>
<h4>Computer Science</h4>
<span>2016 - 2017</span>
</div>
</div>
<div class="col-6 margin-bottom50 margin-top50 no-margin-top">My higher secondary education in
Computer Science has been a pivotal foundation, nurturing my passion for technology and
shaping my analytical and problem-solving abilities. Through this educational phase, I delved into
the core concepts of
Computer Science, enhancing my knowledge and setting the stage for a promising future in the
field. I'm equipped with a
strong foundation and a thirst for continuous learning.
</div>
</div>
<div class="full-divider"></div>
</div>
</div>
</div>
</div>
</article>
<!-- Pportfolio -->
<article class="content portfolio white-bg" id="chapterportfolio">
<div class="inner">
<h2>PROJECTS</h2>
<div class="title-divider"></div>
<p>A showcase of my hands-on experience and expertise in web development, demonstrating innovative solutions
and successful
implementations.</p>
<div class="portfolio-con">
<div class="container-sub margin-top50">
<div class="row">
<div id="grid-gallery" class="grid-gallery">
<section class="grid-wrap">
<ul class="grid">
<li>
<figure> <img src="images/pjct1.png" alt="" />
<figcaption>
<div class="figcaption-details"> <img src="images/icon-plus.png" height="82" width="82"
alt="" />
<h3>COZA STORE</h3>
<span>Project: Ecommerce Website<br>Client: Personal<br>Technologies: HTML, CSS,
Bootstrap, JS, MongoDB, Node.js,
Express.js, and EJS </span>
</div>
</figcaption>
</figure>
</li>
<li>
<figure> <img src="images/pjct2.png" alt="" />
<figcaption>
<div class="figcaption-details"> <img src="images/icon-plus.png" height="82" width="82"
alt="" />
<h3>TSO Champions</h3>
<span>Project: EYE CARE Website (TL technologies pvt ltd - Live Site)<br>Client: US
Client<br>Technologies: HTML5, CSS, JS, MSSQL, CONTABO and SMARTER ASP
</span>
</div>
</figcaption>
</figure>
</li>
<li>
<figure> <img src="images/pjct3.png" alt="" />
<figcaption>
<div class="figcaption-details"> <img src="images/icon-plus.png" height="82" width="82"
alt="" />
<h3>Kerala Drives</h3>
<span>Project: Tourist Website (TL technologies pvt ltd - Live Site)<br>Client:
Kerala-based client
<br>Technologies: HTML5, CSS, Bootstrap</span>
</div>
</figcaption>
</figure>
</li>
<li>
<figure> <img src="images/pjct4.png" alt="" />
<figcaption>
<div class="figcaption-details"> <img src="images/icon-plus.png" height="82" width="82"
alt="" />
<h3>CINEPICK</h3>
<span>Project: Movie Ticket Booking Website (Ongoing)<br>Client: Personal
<br>Technologies: HTML5, CSS, Bootstrap, JS, MongoDB, React, Node.js ,Redux and Redux
Toolkit</span>
</div>
</figcaption>
</figure>
</li>
</ul>
</section>
<!-- Lightbox Popup -->
<section class="slideshow">
<ul>
<li>
<figure>
<figcaption>
<h3>COZA STORE</h3>
<span>Ecommerce Website</span>
<p>I've successfully developed a feature-rich ecommerce site that caters to both users and
administrators. Users can securely sign up and
log in, use OTP login via Fast-2-sms, browse products by category, manage wishlists and
carts, access user profiles, and
handle orders with discount coupons, plus enjoy smooth Razorpay and COD payments.
Administrators benefit from secure
login, insightful charts, downloadable sales reports (PDF and Excel), product, order
status, coupon, and user management
capabilities. </p>
</figcaption>
<!-- <div id="owl-demo1" class="owl-carousel"> -->
<div id="owl-demo1" class="owl-carousel">
<div class="item"><a
href="https://www.linkedin.com/posts/nandana-babu-60302023b_javascript-ecommerce-mongodb-activity-7043661395883659264-eHxP/?utm_source=share&utm_medium=member_desktop"
target="_blank"><img src="images/pjct1.png" alt="" /></a></div>
<div class="item"><a
href="https://www.linkedin.com/posts/nandana-babu-60302023b_javascript-ecommerce-mongodb-activity-7043661395883659264-eHxP/?utm_source=share&utm_medium=member_desktop"
target="_blank"><img src="images/pjct11.png" alt="" /></a></div>
<div class="item"><a
href="https://www.linkedin.com/posts/nandana-babu-60302023b_javascript-ecommerce-mongodb-activity-7043661395883659264-eHxP/?utm_source=share&utm_medium=member_desktop"
target="_blank"><img src="images/pjct12.png" alt="" /></a></div>
<div class="item"><a
href="https://www.linkedin.com/posts/nandana-babu-60302023b_javascript-ecommerce-mongodb-activity-7043661395883659264-eHxP/?utm_source=share&utm_medium=member_desktop"
target="_blank"><img src="images/pjct13.png" alt="" /></a></div>
<div class="item"><a
href="https://www.linkedin.com/posts/nandana-babu-60302023b_javascript-ecommerce-mongodb-activity-7043661395883659264-eHxP/?utm_source=share&utm_medium=member_desktop"
target="_blank"><img src="images/pjct14.png" alt="" /></a></div>
</div>
</figure>
</li>
<li>
<figure>
<figcaption>
<h3>TSO Champions</h3>
<span>EYE CARE Website</span>
<p>Collaboratively designed and developed a visually captivating front-end for a website
project dedicated to an eye
hospital. My primary focus was on the back-end, ensuring seamless integration of
front-end design with essential
functionalities. Additionally, I made significant contributions to enhance the front-end
styling.</p>
</figcaption>
<div id="owl-demo2" class="owl-carousel">
<div class="item"><a href="https://completeeyecarechampions.com/" target="_blank"><img
src="images/pjct2.png" alt="" /></a></div>
<div class="item"><a href="https://completeeyecarechampions.com/" target="_blank"><img
src="images/pjct21.png" alt="" /></a></div>
<div class="item"><a href="https://completeeyecarechampions.com/" target="_blank"><img
src="images/pjct22.png" alt="" /></a></div>
<div class="item"><a href="https://completeeyecarechampions.com/" target="_blank"><img
src="images/pjct23.png" alt="" /></a></div>
<div class="item"><a href="https://completeeyecarechampions.com/" target="_blank"><img
src="images/pjct24.png" alt="" /></a></div>
</div>
</figure>
</li>
<li>
<figure>
<figcaption>
<h3>Kerala Drives</h3>
<span>Tourist Website</span>
<p>I played a pivotal role in our 5-member team, leading the front-end development
efforts. With my expertise in HTML, CSS,
and Bootstrap, I made significant contributions to the project's success. Alongside my
technical skills, I demonstrated
strong leadership by guiding the team and ensuring seamless progress during
development..</p>
</figcaption>
<div id="owl-demo2" class="owl-carousel">
<div class="item"><a href="https://www.keraladrives.com/" target="_blank"><img
src="images/pjct3.png" alt="" /></a></div>
<div class="item"><a href="https://www.keraladrives.com/" target="_blank"><img
src="images/pjct31.png" alt="" /></a></div>
<div class="item"><a href="https://www.keraladrives.com/" target="_blank"><img
src="images/pjct32.png" alt="" /></a></div>
<div class="item"><a href="https://www.keraladrives.com/" target="_blank"><img
src="images/pjct33.png" alt="" /></a></div>
<div class="item"><a href="https://www.keraladrives.com/" target="_blank"><img
src="images/pjct34.png" alt="" /></a></div>
</div>
</figure>
</li>
<li>
<figure>
<figcaption>
<h3>CINEPICK</h3>
<span>Movie Ticket Booking Website</span>
<p>Building full-stack real-world application from scratch Working with complex
MongoDB, queries, schemas, models Separate User Interfaces for Users, Admins,
and Theatre Owners,JWT Authentication and Password Hashing using
BCrypt,Antd Design Library for UI Components, Separate stylesheets overriding
ANTD Components, and reusable classes,Redux and Redux Toolkit for State
Management.</p>
</figcaption>
<div id="owl-demo2" class="owl-carousel">
<div class="item"><a href="https://github.com/NanduNanduz/CinePick_FinalProject"
target="_blank"><img src="images/pjct4.png" alt="" /></a></div>
</div>
</figure>
</li>
</ul>
<nav> <span class="fa nav-prev"></span> <span class="fa nav-next"></span> <span
class="fa nav-close"></span> </nav>
</section>
</div>
</div>
</div>
</div>
</div>
</article>
<!-- Contact -->
<article class="content contact gray-bg" id="chaptercontact">
<div class="inner">
<h2>Contact</h2>
<div class="title-divider"></div>
<h3>Let's Keep In Touch</h3>
<div class="full-divider"></div>
<div class="contact-con margin-top50">
<div class="container-sub">
<div class="row">
<div class="contact-details">
<div class="col-6">
<div class="contact-text">
<div class="col-2 icon-block address"><i class="fa fa-map-marker"></i></div>
<div class="flot-left"> <strong>Nandana Babu</strong><br>
Pulimathu, Pulimathu (p.o),
695612,<br>
Kilimanoor,Trivandrum. </div>
</div>
<div class="contact-text">
<div class="col-2 icon-block phone"><i class="fa fa-phone"></i></div>
<div class="flot-left"> <strong>Phone</strong><br>
+91 7907938286 </div>
</div>
<div class="contact-text">
<div class="col-2 icon-block email"><i class="fa fa-envelope"></i></div>
<div class="flot-left"> <strong>Email</strong><br>
<a href="mailto:[email protected]">[email protected]</a>
</div>
</div>
</div>
<div class="col-6 m-margin-top30">
<h3>I'm also on Social Networks</h3>
<div class="contact-social margin-top30">
<a href="https://github.com/NanduNanduz" target="_blank"><i class="fa fa-github"></i></a>
<a href="https://www.linkedin.com/in/nandana-babu-60302023b/" target="_blank"><i
class="fa fa-linkedin"></i></a>
<a href="https://www.instagram.com/nanduz__nandana/?utm_source=qr&igshid=ZDc4ODBmNjlmNQ%3D%3D"
target="_blank"><i class="fa fa-instagram"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="full-divider"></div>
<div class="container-sub">
<div class="row">
<div class="contact-form">
<h3>Drop Me a Line</h3>
<form id="form1" name="form1" method="post">
<input name="name" type="text" id="name" placeholder="Your Name..." />
<input name="email" type="text" id="email" placeholder="Your Email..." />
<textarea name="message" id="message" cols="45" rows="5" placeholder="Your Message..."></textarea>
<input type="submit" name="button" id="button" value="say hello!">
<div id="successmsg"></div>
</form>
</div>
</div>
</div>
</div>
</div>
</article>
<!-- Introduction -->
<article class="content introduction-end" id="chapterthankyou">
<div class="inner">
<div class="introduction-end-con margin-top50">
<h3><strong>Nandana Babu</strong></h3>
<div id="rotate" class="rotate">
<div><span>awesome.</span></div>
<div><span>invincible.</span></div>
<div><span>unbeatable.</span></div>
<div><span>indestructible.</span></div>
</div>
</div>
</div>
</article>
</div>
<!-- content-wrapper -->
</div>
<!-- content-scroller -->
</div>
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/head.min.js"></script>
<!-- Portfolio Thumbnail -->
<script type="text/javascript" src="js/imagesloaded.min.js"></script>
<script type="text/javascript" src="js/masonry.min.js"></script>
<script type="text/javascript" src="js/class_helper.js"></script>
<script type="text/javascript" src="js/grid_gallery.js"></script>
<!-- Portfolio Grid -->
<script>
new CBPGridGallery(document.getElementById('grid-gallery'));
</script>
<!-- Portfolio Slider-->
<script type="text/javascript" src="js/carousel.js"></script>
<script type="text/javascript" src="js/jquery.easypiechart.js"></script>
<script type="text/javascript" src="js/text.rotator.js"></script>
<!-- Page Scrolling -->
<script>
head.js(
{ mousewheel: "js/jquery.mousewheel.js" },
{ mwheelIntent: "js/mwheelIntent.js" },
{ jScrollPane: "js/jquery.jscrollpane.min.js" },
{ history: "js/jquery.history.js" },
{ stringLib: "js/core.string.js" },
{ easing: "js/jquery.easing.1.3.js" },
{ smartresize: "js/jquery.smartresize.js" },
{ page: "js/jquery.page.js" }
);
</script>
<!-- Fit Video -->
<script type="text/javascript" src="js/jquery.fitvids.js"></script>
<!-- All Javascript Component-->
<script src="js/settings.js"></script>
</body>
</html>