-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.php
800 lines (605 loc) · 25.1 KB
/
index.php
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
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>Transparent Collective // Accelerating Minority Founders, Connecting Progressive Investors</title>
<?php include "meta-head.php" ?>
<!-- Page Fonts / Pacifico-->
<link href='http://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'>
<!-- Raleway-->
<link href='http://fonts.googleapis.com/css?family=Raleway:400,100,,200,300,600,700' rel='stylesheet' type='text/css'>
<!-- End CSS Files -->
</head>
<!-- Body Start -->
<body class="parallax">
<!-- Page Loader -->
<article id="pageloader" class="white-loader">
<div class="spinner">
<div class="bounce1"></div>
<div class="bounce2"></div>
<div class="bounce3"></div>
</div>
</article>
<!-- Navigation - select your nav color - dark-nav or white-nav -->
<?php include "nav.php" ?>
<!-- End Nav -->
<!-- Home Section -->
<section id="home" class="home rev-slider container">
<!-- Container -->
<div class="tp-banner-container">
<!-- Banner -->
<div class="revslider-standart-small t-center" >
<ul>
<!-- Slide -->
<li data-transition="fade" data-slotamount="1" data-masterspeed="1500" data-thumb="images/background43.jpg" data-delay="13000" data-saveperformance="off" data-title="Winter and Sun">
<!-- Background Image -->
<img src="images/backgrounds/meetupPitchdark.jpg" alt="slidebg" data-bgfit="cover" data-bgposition="center center" data-bgrepeat="no-repeat">
<!-- LAYER NR. 3 -->
<div class="tp-caption customin customout normal oswald white uppercase h3"
data-x="right" data-hoffset="0"
data-y="center" data-voffset="-80"
data-customin="x:0;y:-600;z:0;rotationX:0;rotationY:0;rotationZ:0;scaleX:1;scaleY:1;skewX:0;skewY:0;opacity:0;transformPerspective:600;transformOrigin:50% 50%%;"
data-customout="x:0;y:0;z:0;rotationX:0;rotationY:0;rotationZ:0;scaleX:1;scaleY:1;skewX:0;skewY:0;opacity:0;transformPerspective:600;transformOrigin:50% 50%;"
data-speed="900"
data-start="1600"
data-easing="Power4.easeOut"
data-elementdelay="0.1"
data-endelementdelay="0.1"
style="z-index: 2; max-width: auto; max-height: auto; white-space: nowrap;text-shadow: 0 1px 2px rgba(0, 0, 0, 0.48);">
<!-- Layer Item -->
Join The Collective
</div>
<!-- LAYER NR. 4 -->
<div class="tp-caption customin customout normal big oswald white uppercase"
data-x="right" data-hoffset="0"
data-y="center" data-voffset="-27"
data-customin="x:700;y:0;z:0;rotationX:0;rotationY:0;rotationZ:0;scaleX:1;scaleY:1;skewX:0;skewY:0;opacity:0;transformPerspective:600;transformOrigin:50% 50%%;"
data-customout="x:0;y:0;z:0;rotationX:0;rotationY:0;rotationZ:0;scaleX:1;scaleY:1;skewX:0;skewY:0;opacity:0;transformPerspective:600;transformOrigin:50% 50%;"
data-speed="900"
data-start="2200"
data-easing="Power4.easeOut"
data-elementdelay="0.1"
data-endelementdelay="0.1"
style="z-index: 2; max-width: auto; max-height: auto; white-space: nowrap;text-shadow: 0 1px 2px rgba(0, 0, 0, 0.48);">
<!-- Layer Item -->
Accelerate Your <span class="colored">Start-up</span>
</div>
<!-- LAYER NR. 5 -->
<div class="tp-caption customin customout normal t-right white uppercase"
data-x="right" data-hoffset="0"
data-y="center" data-voffset="36"
data-customin="x:0;y:100;z:0;rotationX:0;rotationY:0;rotationZ:0;scaleX:1;scaleY:1;skewX:0;skewY:0;opacity:0;transformPerspective:600;transformOrigin:50% 50%%;"
data-customout="x:0;y:0;z:0;rotationX:0;rotationY:0;rotationZ:0;scaleX:1;scaleY:1;skewX:0;skewY:0;opacity:0;transformPerspective:600;transformOrigin:50% 50%;"
data-speed="900"
data-start="2500"
data-easing="Power4.easeOut"
data-elementdelay="0.1"
data-endelementdelay="0.1"
style="z-index: 2; max-width: auto; max-height: auto; white-space: nowrap;">
<!-- Layer Item -->
<p class="m-width no-margin">
Connecting African American, Hispanic and Women founders to the resources they need to help their companies succeed.
</p>
</div>
<!-- LAYER NR. 7 -->
<div class="tp-caption customin customout colored-bg mini-text uppercase normal t-center home-button dark-button"
data-x="right" data-hoffset="0"
data-y="center" data-voffset="84"
data-customin="x:0;y:100;z:0;rotationX:0;rotationY:0;rotationZ:0;scaleX:1;scaleY:1;skewX:0;skewY:0;opacity:0;transformPerspective:600;transformOrigin:50% 50%%;"
data-customout="x:0;y:0;z:0;rotationX:0;rotationY:0;rotationZ:0;scaleX:1;scaleY:1;skewX:0;skewY:0;opacity:0;transformPerspective:600;transformOrigin:50% 50%;"
data-speed="900"
data-start="2800"
data-easing="Power4.easeOut"
data-elementdelay="0.1"
data-endelementdelay="0.1"
style="z-index: 3; max-width: auto; max-height: auto; white-space: nowrap;">
<!-- Layer Item -->
<a href="join.php" class="white">
Join Us
</a>
</div>
</li>
<!-- End Slide -->
</ul>
</div>
<!-- End Slider -->
</div>
<!-- End Container -->
</section>
<!-- End Home Section -->
<!-- Features Section -->
<section id="about" class="container gray-bg">
<!-- Features Inner -->
<div class="inner t-center">
<!-- Header -->
<h1 class="header header-style-1 dark normal uppercase oswald animated" data-animation="fadeIn" data-animation-delay="200">
<span class="colored">EMPOWERING </span> AFRICAN-AMERICAN, HISPANIC & WOMEN FOUNDERS
</h1>
<!-- Header Text -->
<p class="light animated" data-animation="fadeIn" data-animation-delay="200">
Make History By Helping Unite Our Brightest Minds in Support of Minorities in Tech
</p>
<!-- Boxes and Box Type -->
<div class="boxes boxes-type-2 box-carousel three-items clearfix">
<!-- Box -->
<div class="box animated" data-animation="fadeIn" data-animation-delay="400">
<!-- Box Icon -->
<div class="box-icon fullwidth t-center normal">
<!-- Icon -->
<a href="" class="changeable-icon">
<!-- Icon Selector -->
<i class="fa fa-group"></i>
</a>
</div>
<!-- End Box Icon -->
<!-- Box Header -->
<h4 class="box-header no-padding">
Connect With Like-Minded Founders
</h4>
<!-- Box Description -->
<p class="no-padding no-margin">
Building a start-up is a challenge for anyone, there's always ups and downs, but having support from fellow founders who have gone through similar experiences can really help.
</p>
</div>
<!-- End Box -->
<!-- Box -->
<div class="box animated" data-animation="fadeIn" data-animation-delay="600">
<!-- Box Icon -->
<div class="box-icon fullwidth t-center normal">
<!-- Icon -->
<a href="" class="changeable-icon">
<!-- Icon Selector -->
<i class="fa fa-mortar-board"></i>
</a>
</div>
<!-- End Box Icon -->
<!-- Box Header -->
<h4 class="box-header no-padding">
Learn From Experienced Mentors
</h4>
<!-- Box Description -->
<p class="no-padding no-margin">
Meet successful entrepreneurs and seasoned investors to learn not only how to better grow your business but how to get it funded as well.
</p>
</div>
<!-- End Box -->
<!-- Box -->
<div class="box animated" data-animation="fadeIn" data-animation-delay="800">
<!-- Box Icon -->
<div class="box-icon fullwidth t-center normal">
<!-- Icon -->
<a href="" class="changeable-icon">
<!-- Icon Selector -->
<i class="fa fa-hand-rock-o"></i>
</a>
</div>
<!-- End Box Icon -->
<!-- Box Header -->
<h4 class="box-header no-padding">
Impact Diversity in Tech
</h4>
<!-- Box Description -->
<p class="no-padding no-margin">
By joining the collective, you're helping to break the mold. Together we hope our actions will articulate a voice in our communities that inspires more minorities to pursue tech entrepreneurship.
</p>
</div>
<!-- End Box -->
</div>
<!-- End Boxes -->
</div>
<!-- End Features Inner -->
</section>
<!-- End Features Section -->
<!-- Testimonials -->
<section class="testimonials type-1 background39 parallax3 xdark-bg">
<!-- Inner -->
<div class="inner">
<!-- Quote -->
<div class="quote white t-center circle light">
<i class="fa fa-quote-left"></i>
</div>
<!-- Slider -->
<div class="testimonial-slide">
<!-- Item -->
<div class="cbp-item">
<!-- Item Header -->
<h2 class="t-center light">
"Only 1% of Seed or Series A funding is invested in Black Founders"
</h2>
<!-- Item Description -->
<p class="uppercase light white t-center">CB Insights</p>
</div>
<!-- Item -->
<div class="cbp-item">
<!-- Item Header -->
<h2 class="t-center light">
"Two experiences I believe most successful tech founders share are exposure to Silicon Valley and access to resources from family or friends"
</h2>
<!-- Item Description -->
<p class="uppercase light white t-center">James Norman, Founder of Pilotly</p>
</div>
<!-- Item -->
<div class="cbp-item">
<!-- Item Header -->
<h2 class="t-center light">
"Only 2% of Venture Capitalist are African-American or Hispanic"
</h2>
<!-- Item Description -->
<p class="uppercase light white t-center">National Venture Assocation</p>
</div>
</div>
<!-- End Slider -->
</div>
<!-- End Inner -->
</section>
<!-- End Testimonials -->
<!-- Portfolio Section -->
<section id="portfolio" class="container 4-columns">
<!-- Portfolio Inner -->
<div class="inner t-center animated" data-animation="fadeIn" data-animation-delay="100">
<!-- Header -->
<h2 class="header header-style-1 dark normal oswald uppercase">
Mentors / Advisors
</h2>
<!-- Header Text -->
<p class="light">
Here are some of the great minds you can expect to meet at a Collective event
</p>
</div>
<!-- End Inner -->
<!-- Filters -->
<div id="portfolio-filters" class="cbp-l-filters-alignCenter normal uppercase">
<!-- Filter -->
<div data-filter="*" class="cbp-filter-item-active cbp-filter-item oswald antialiased">
ALL
<!-- Filter Counter -->
<div class="cbp-filter-counter"></div>
</div>
<!-- Filter -->
<div data-filter=".founder" class="cbp-filter-item oswald antialiased">
Founders
<!-- Filter Counter -->
<div class="cbp-filter-counter"></div>
</div>
<!-- Filter -->
<div data-filter=".investor" class="cbp-filter-item oswald antialiased">
Investors
<!-- Filter Counter -->
<div class="cbp-filter-counter"></div>
</div>
<!-- Filter -->
<div data-filter=".operator" class="cbp-filter-item oswald antialiased">
Operators
<!-- Filter Counter -->
<div class="cbp-filter-counter"></div>
</div>
</div>
<!-- End Filters -->
<!-- Portfolio Items -->
<div id="portfolio-items" class="antialiased">
<!-- Item -->
<div class="cbp-item item investor">
<!-- Item Link -->
<a href="#" class="cbp-caption ex-link">
<!-- Item Image -->
<div class="cbp-caption-defaultWrap">
<!-- Image Src -->
<img src="images/people/mike_seibel.png" alt="mike_seibel">
</div>
<!-- End Item Image -->
<!-- Item Details -->
<div class="cbp-caption-activeWrap">
<!-- Centered Details -->
<div class="center-details">
<div class="details oswald uppercase">
<!-- Item Name -->
<h2 class="name ">
Mike Seibel
</h2>
<!-- Tags -->
<p class="tags raleway">
Founder Mentor
</p>
</div>
</div>
<!-- End Center Details Div -->
</div>
<!-- End Item Details -->
</a>
</div>
<!-- End Item -->
<!-- Item -->
<div class="cbp-item item investor">
<a href="projects/project_01.html" class="cbp-caption ex-link">
<div class="cbp-caption-defaultWrap">
<img src="images/people/marcos_gonzales.png" alt="marcos_gonzales">
</div>
<div class="cbp-caption-activeWrap">
<div class="center-details">
<div class="details oswald uppercase">
<h2 class="name ">
Marcos Gonzales
</h2>
<p class="tags raleway">
Investor
</p>
</div>
</div>
</div>
</a>
</div>
<!-- End Item -->
<!-- Item -->
<div class="cbp-item item founder">
<!-- Item Link -->
<a href="#" class="cbp-caption ex-link">
<!-- Item Image -->
<div class="cbp-caption-defaultWrap">
<!-- Image Src -->
<img src="images/people/wayne_sutton.png" alt="wayne_sutton">
</div>
<!-- End Item Image -->
<!-- Item Details -->
<div class="cbp-caption-activeWrap">
<!-- Centered Details -->
<div class="center-details">
<div class="details oswald uppercase">
<!-- Item Name -->
<h2 class="name ">
Wayne Sutton
</h2>
<!-- Tags -->
<p class="tags raleway">
Founder @ Tech Inclusion
</p>
</div>
</div>
<!-- End Center Details Div -->
</div>
<!-- End Item Details -->
</a>
<!-- End Item Link -->
</div>
<!-- End Item -->
<!-- Item -->
<div class="cbp-item item investor">
<!-- Item Link -->
<a href="#" class="cbp-caption ex-link">
<!-- Item Image -->
<div class="cbp-caption-defaultWrap">
<!-- Image Src -->
<img src="images/people/kevin_spain.png" alt="Kevin Spain">
</div>
<!-- End Item Image -->
<!-- Item Details -->
<div class="cbp-caption-activeWrap">
<!-- Centered Details -->
<div class="center-details">
<div class="details oswald uppercase">
<!-- Item Name -->
<h2 class="name">
Kevin Spain
</h2>
<!-- Tags -->
<p class="tags raleway">
Partner @ Emergence Capital
</p>
</div>
</div>
<!-- End Center Details Div -->
</div>
<!-- End Item Details -->
</a>
<!-- End Item Link -->
</div>
<!-- End Item -->
<!-- Item -->
<div class="cbp-item item founder">
<!-- Item Link -->
<a href="#" class="cbp-caption ex-link">
<!-- Item Image -->
<div class="cbp-caption-defaultWrap">
<!-- Image Src -->
<img src="images/people/hector_osorio.png" alt="hector">
</div>
<!-- End Item Image -->
<!-- Item Details -->
<div class="cbp-caption-activeWrap">
<!-- Centered Details -->
<div class="center-details">
<div class="details oswald uppercase">
<!-- Item Name -->
<h2 class="name ">
Hector Osorio
</h2>
<!-- Tags -->
<p class="tags raleway">
CTO @ Pilotly
</p>
</div>
</div>
<!-- End Center Details Div -->
</div>
<!-- End Item Details -->
</a>
<!-- End Item Link -->
</div>
<!-- End Item -->
<!-- Item -->
<div class="cbp-item item photography design graphic">
<!-- Item Link -->
<a href="#" class="cbp-caption ex-link">
<!-- Item Image -->
<div class="cbp-caption-defaultWrap">
<!-- Image Src -->
<img src="images/people/chris_lyons.png" alt="chris_lyons">
</div>
<!-- End Item Image -->
<!-- Item Details -->
<div class="cbp-caption-activeWrap">
<!-- Centered Details -->
<div class="center-details">
<div class="details oswald uppercase">
<!-- Item Name -->
<h2 class="name ">
Chris Lyons
</h2>
<!-- Tags -->
<p class="tags raleway">
Founder Mentor
</p>
</div>
</div>
<!-- End Center Details Div -->
</div>
<!-- End Item Details -->
</a>
<!-- End Item Link -->
</div>
<!-- End Item -->
<!-- Item -->
<div class="cbp-item item founder">
<a href="projects/project_01.html" class="cbp-caption ex-link">
<div class="cbp-caption-defaultWrap">
<img src="images/people/brian_brackeen.png" alt="brian_brackeen">
</div>
<div class="cbp-caption-activeWrap">
<div class="center-details">
<div class="details oswald uppercase">
<h2 class="name ">
Brian Brackeen
</h2>
<p class="tags raleway">
Founder @ Kairos
</p>
</div>
</div>
</div>
</a>
</div>
<!-- End Item -->
<!-- Item -->
<div class="cbp-item item graphic">
<!-- Item Link -->
<a href="#" class="cbp-caption ex-link">
<!-- Item Image -->
<div class="cbp-caption-defaultWrap">
<!-- Image Src -->
<img src="images/people/brian_dixon.png" alt="brian_dixon">
</div>
<!-- End Item Image -->
<!-- Item Details -->
<div class="cbp-caption-activeWrap">
<!-- Centered Details -->
<div class="center-details">
<div class="details oswald uppercase">
<!-- Item Name -->
<h2 class="name ">
Brian Dixon
</h2>
<!-- Tags -->
<p class="tags raleway">
Parnter @ Kapor Capital
</p>
</div>
</div>
<!-- End Center Details Div -->
</div>
<!-- End Item Details -->
</a>
<!-- End Item Link -->
</div>
<!-- End Item -->
</div>
<!-- End Portfolio Items -->
<!-- Load More
<div id="loadMore-container" class="loadmore">
<a href="assets/loadMore.html" class="load-more-button cbp-l-loadMore-link oswald uppercase t-center light-type antialiased">
<span class="cbp-l-loadMore-defaultText">LOAD MORE</span>
<span class="cbp-l-loadMore-loadingText">LOADING...</span>
<span class="cbp-l-loadMore-noMoreLoading"></span>
</a>
</div>
<!-- End Load More -->
</section>
<!-- End Portfolio Section -->
<!-- Client Logos Section -->
<section id="partners" class="client-logos gray-bg" style="border: 1px #efefef solid;">
<div class="inner t-center animated" data-animation="fadeIn" data-animation-delay="100" style="padding:30px 0 20px 0">
<!-- Header -->
<h2 class="header dark normal oswald uppercase">
Partners
</h2>
</div>
<!-- Partner Logos -->
<div class="client-logos box-carousel three-items">
<div class="client-logo">
<!-- Logo Link -->
<a href="http://business.pilot.ly">
<!-- Logo Image SRC -->
<img src="images/partners/pilotly_silver.png" alt="pilotly_silver">
</a>
</div>
<!-- End Client Logo Div -->
<!-- Client Logo Div -->
<div class="client-logo">
<!-- Logo Link -->
<a href="http://www.wsgr.com">
<!-- Logo Image SRC -->
<img src="images/partners/wsgr_gold.png" alt="wilson sonsini">
</a>
</div>
<!-- End Client Logo Div -->
<!-- Client Logo Div -->
<div class="client-logo">
<!-- Logo Link -->
<a href="http://senetur.com/">
<!-- Logo Image SRC -->
<img src="images/partners/senetur_silver.png" alt="senetur_silver">
</a>
</div>
<!-- End Client Logo Div -->
</div>
<!-- End Partner Logos -->
</section>
<!-- End Client Logos Section -->
<!-- Footer -->
<?php include "footer.php" ?>
<!-- JS Files -->
<script type="text/javascript" src="js/jquery-2.1.3.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/jquery.appear.js"></script>
<script type="text/javascript" src="js/waypoint.js"></script>
<script type="text/javascript" src="js/modernizr-latest.js"></script>
<script type="text/javascript" src="js/jquery.easing.1.3.js"></script>
<script type="text/javascript" src="js/SmoothScroll.js"></script>
<script type="text/javascript" src="js/jquery.magnific-popup.min.js"></script>
<script type="text/javascript" src="js/jquery.superslides.js"></script>
<script type="text/javascript" src="js/jquery.flexslider.js"></script>
<script type="text/javascript" src="js/jquery.simple-text-rotator.js"></script>
<script type="text/javascript" src="js/jquery.cubeportfolio.js"></script>
<script type="text/javascript" src="js/owl.carousel.min.js"></script>
<script type="text/javascript" src="js/jquery.parallax-1.1.3.js"></script>
<!--<script type="text/javascript" src="js/jquery.timeline.js"></script>-->
<script type="text/javascript" src="js/skrollr.min.js"></script>
<script type="text/javascript" src="js/jquery.fitvids.js"></script>
<script type="text/javascript" src="js/jquery.mb.YTPlayer.js"></script>
<!-- Revolution Slider -->
<script type="text/javascript" src="js/rev_slider/jquery.themepunch.revolution.min.js"></script>
<script type="text/javascript" src="js/rev_slider/jquery.themepunch.tools.min.js"></script>
<script type="text/javascript" src="js/rev_slider/rev_plugins.js"></script>
<!-- Page Plugins -->
<script type="text/javascript" src="js/plugins.js"></script>
<!-- Portfolio Plugins -->
<script type="text/javascript" src="js/portfolio.js"></script>
<!-- Twitter -->
<script type="text/javascript" src="js/tweecool.min.js"></script>
<script type="text/javascript" src="js/tweecool.js"></script>
<script>
$(document).ready(function() {
});
</script>
<!-- End JS Files -->
</body>
<!-- Body End -->
</html>