-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
50 lines (49 loc) · 3.34 KB
/
index.html
File metadata and controls
50 lines (49 loc) · 3.34 KB
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
<head prefix="og: http://ogp.me/ns#">
<title>Gllass · Home</title>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css">
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/wow/1.1.2/wow.min.js"></script>
<script type="text/javascript">
new WOW().init();
</script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
<link href="http://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.6/css/materialize.min.css">
<!-- Compiled and minified JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.6/js/materialize.min.js"></script>
<meta charset="utf-8">
<meta prefix="og: http://ogp.me/ns#" property="og:title" content="Gllass" />
<meta prefix="og: http://ogp.me/ns#" property="og:type" content="Instagram" />
<meta prefix="og: http://ogp.me/ns#" property="og:image" content="http://gllass.com/img/whoweare.png" />
<meta prefix="og: http://ogp.me/ns#" property="og:url" content="http://gllass.com" />
<meta prefix="og: http://ogp.me/ns#" property="og:description" content="Gllass tells you what's popular in your Instagram pictures. Try it now." />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="mobile-web-app-capable" content="yes">
<meta property="og:url" content="http://gllass.com" />
<meta property="og:title" content="Gllass" />
</head>
<body>
<div class="hero" id="hero" style="height: 100%;background: url(img/bg.jpg);background-size:cover;background-attachment:fixed">
<div id="heroc" style="width: 100%;height: 100%;background: rgba(0,0,0,0.7)" class="wow fadeIn">
<div class="element" align="center">
<div class="container">
<h1 font="Bold" class="fonttest wow fadeInUp" data-wow-delay="250ms" style="color: #FFF">G L L A S S</h1>
<h3 class="fonttest animated fadeInUp" style="-webkit-animation-delay: 500ms; animation-delay: 500ms; text-transform: uppercase;color: #FFF" font="Light"><a style="color: #FFF" href="https://instagram.com/oauth/authorize/?client_id=b16c495d71ae4e079105cd632d6ed22d&redirect_uri=http://gllassapp.github.io/training.html&response_type=token">Analyze your Instagram <i class="fa fa-angle-right"></i></a></h3>
<h1><a href="http://facebook.com/gllassapp" style="color: #FFF" class="fa fa-facebook wow fadeInUp" data-wow-delay="1s"></a> <a href="http://everipedia.com/gllass" class="fa fa-book wow fadeInUp white-text" data-wow-delay="750ms"></a> <a href="https://angel.co/gllass" class="wow fadeInUp white-text fa fa-angellist" data-wow-delay="1s"></a></h1>
</div>
</div>
</div>
</div>
<script type="text/javascript">
$(".fonttest").click(function() {
$(this).css('font-family', $(this).attr('font'));
});
$(".fonttest").click();
$(document).ready(function() {
$("#heroc").show();
});
$(".button-collapse").sideNav();
</script>
</body>