-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththefunnel.html
87 lines (76 loc) · 4.55 KB
/
thefunnel.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
<!DOCTYPE html>
<html lang="es">
<head>
<link href='http://fonts.googleapis.com/css?family=Lato:300,400,700%7CMerriweather:400,300%7CRaleway:800,600,500,400,300%7CLibre+Baskerville:400,400italic%7CMontserrat%7CRoboto:300%7COpen+Sans:300' rel='stylesheet' type='text/css'>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>EPIC - HTML Template</title>
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="robots" content="index, follow" />
<link rel="stylesheet" href="css/bootstrap.min.css" />
<link rel="stylesheet" href="css/font-awesome.min.css" />
<link rel="stylesheet" href="css/isotope.css" />
<link rel="stylesheet" href="css/epic.css" />
<link href="js/owl-carousel/owl.carousel.css" rel="stylesheet">
<link href="js/owl-carousel/owl.theme.css" rel="stylesheet">
<link href="js/owl-carousel/owl.transitions.css" rel="stylesheet">
<link href="css/YTPlayer.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="./js/html5shiv.js"></script>
<script src="./js/respond.js"></script>
<![endif]-->
</head>
<body>
<header id="header">
<div class="jt_row container">
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-main-collapse">
<i class="fa fa-bars"></i>
</button>
<a class="navbar-brand normal" href="#home"><img src="images/logo/logo.png" alt="EPIC Theme"/></a>
<a class="navbar-brand mini" href="#home"><img src="images/logo/mini.png" alt="EPIC Theme"/></a>
<a class="navbar-brand mini darker" href="#home"><img src="images/" alt="EPIC Theme"/></a>
</div>
<nav class="collapse navbar-collapse navbar-right navbar-main-collapse">
<ul id="nav" class="nav navbar-nav navigation">
<li class="page-scroll menu-item2"><a href="#home-slider">Home</a></li>
<li class="page-scroll menu-item2"><a href="#about">About</a></li>
<li class="page-scroll menu-item2"><a href="#services">Services</a></li>
<li class="page-scroll menu-item2"><a href="#portfolio">Works</a></li>
<li class="page-scroll menu-item2"><a href="#clients">Clients</a></li>
<li class="page-scroll menu-item2"><a href="#contact">Contact</a></li>
</ul>
</nav>
</div>
</header>
<div class="project-single " style="margin-top:50px;">
<div class="project-info container">
<h4>The funnel</h4>
<p>A social networking site for Manga
The site was created for Japan market for their Manga enthusiasts to get together and share their comic creations. The sites uses MongoDB database, AWS, direct file upload, search API, with heavy JS scripts for processing images/videos.</p>
<a href="#" class="btn2"></a>
<a href="#" class="top"></a>
</div>
<div class="project-slide carousel-wrapper container with_pagination with_buttons">
<div id="owl-project-single" class="owl-carousel generic-carousel">
<center> <div class="item"><img src="images/portfolio/thefunnel.png" class="img-responsive" alt="" style="width:700px;" > </div></center>
</div>
</div>
</div>
<script src="js/modernizr.custom.js"></script>
<script src="js/jquery.js"></script>
<script src="js/classie.js"></script>
<script src="js/pathLoader.js"></script>
<script src="js/owl-carousel/owl.carousel.min.js"></script>
<script src="js/isotope.pkgd.min.js"></script>
<script src="js/jquery.inview.js"></script>
<script src="js/jquery.nav.js"></script>
<script src="js/jquery.mb.YTPlayer.js"></script>
<script src="js/jquery.form.js"></script>
<script src="js/jquery.validate.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/default.js"></script>
<!-- END Scripts -->
</body>
</html>