-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
151 lines (118 loc) · 5.94 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
<!--<?php
include_once 'common.php';
?>-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="Face.AI - Reveal Personality Instantly">
<meta name="author" content="Benny Chan @ 30/3/2016">
<link rel="icon" href="img/favicon.ico">
<title>Face.AI - Reveal Personality Instantly</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<link href="assets/css/ie10-viewport-bug-workaround.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" type="text/css">
<!-- Custom styles for this template -->
<link href="css/cover.css" rel="stylesheet">
<!-- Custom lightbox style @ http://bootsnipp.com/snippets/featured/bootstrap-lightbox -->
<link href="css/lightbox.css" rel="stylesheet">
<link href="http://cdn-images.mailchimp.com/embedcode/horizontal-slim-10_7.css" rel="stylesheet" type="text/css">
<style type="text/css">
#mc_embed_signup{
background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; width:100%;}
/* Add your own MailChimp form style overrides in your site stylesheet or in this style block.
We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
</style>
<!-- Google Font -->
<!--<link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>-->
<link href="http://fonts.googleapis.com/css?family=Roboto:100,300,100italic,400,300italic" rel="stylesheet" type="text/css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="site-wrapper">
<div class="site-wrapper-inner">
<div class="cover-container">
<div class="masthead clearfix inner">
<div class="col-xs-6 col-md-4" style="padding-left:0px">
<h3 ><a href="../faceai"><img class="logo" src="img/logo_small.png"/></a></h3>
</div>
<div class="col-xs-12 col-sm-6 col-md-8">
<nav>
</nav>
</div>
<!-- <nav>
<ul class="nav masthead-nav">
<li class="active"><a href="#">Home</a></li>
<li><a href="#">Features</a></li>
<li><a href="#">Contact</a></li>
</ul>
</nav>-->
</div>
<div class="home-content cover container">
<!-- <div class="inner cover"> -->
<div class="col-md-6">
<h1 class="cover-heading hiddenArea">Reveal Personality With Face Instantly</h1>
<p class="cover-content hiddenArea">FaceAI offers computer vision technology in APIs and SDKs, including facial recognition to show personality</p>
<p class="cover-content">
<!--<a href="#" class="btn btn-lg btn-default" data-toggle="modal" data-target="#lightbox"><?php echo $lang['BTN_SIGNUP']; ?></a>-->
<a href="#demoArea" class="btn btn-lg btn-default">Try Now!</a>
<a href="javascript:;" class="btn btn-lg btn-default btn-green" onclick="update_page()" id="hiddenBtn">Check Personality</a>
</p>
</div>
<div id="lightbox" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="myLargeModalLabel" aria-hidden="true">
<div class="modal-dialog">
<button type="button" class="close hidden" data-dismiss="modal" aria-hidden="true">×</button>
<div class="modal-content">
<div class="modal-body">
<div id="mc_embed_signup">
<form action="http://sillycube.us8.list-manage.com/subscribe/post?u=e5f1e717c1aa6c78d87eed4f9&id=f61bf50403" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<label for="mce-EMAIL">Subscribe to our mailing list</label>
<input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="email address" required>
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_e5f1e717c1aa6c78d87eed4f9_f61bf50403" tabindex="-1" value=""></div>
<div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"></div>
</div>
</form>
</div>
<!--End mc_embed_signup-->
</div>
</div>
</div>
</div>
</div>
<!--<div class="mastfoot">
<div class="inner">
<p>2016 © Built by <a href="http://en.bennychan.me">Benny Chan</a></p>
</div>
</div> -->
</div>
</div>
</div>
<div class="demoArea">
<a name="demoArea">
<iframe src="container.html" height="660px" width="100%"></iframe>
</a>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script>
<script src="js/bootstrap.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="assets/js/ie10-viewport-bug-workaround.js"></script>
<!-- Custom lightbox js plugin -->
<script src="js/lightbox.js"></script>
<script src="js/refreshPage.js"></script>
</body>
</html>