-
Notifications
You must be signed in to change notification settings - Fork 65
/
Copy pathindex.html
109 lines (90 loc) · 5.2 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
<!DOCTYPE html>
<!-- Animations v1.4, Copyright 2014, Joe Mottershaw, https://github.com/joemottershaw/ -->
<!--[if lt IE 7 ]><html class="no-js ie ie6" lang="en"><![endif]-->
<!--[if IE 7 ]><html class="no-js ie ie7" lang="en"><![endif]-->
<!--[if IE 8 ]><html class="no-js ie ie8" lang="en"><![endif]-->
<!--[if IE 9 ]><html class="no-js ie ie9" lang="en"><![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html lang="en" class="no-js"><!--<![endif]-->
<head>
<!-- Meta Data -->
<title>Animations</title>
<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, maximum-scale=1, user-scalable=no">
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="author" content="" />
<meta name="HandheldFriendly" content="True" />
<meta name="MobileOptimized" content="320" />
<!-- Stylesheets -->
<link href="http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet" type="text/css" media="all" />
<link href="http://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" type="text/css" media="all" />
<link href="assets/css/normalize.css" rel="stylesheet" type="text/css" media="all" />
<link href="assets/css/animations.min.css" rel="stylesheet" type="text/css" media="all" />
<link href="assets/css/style.min.css" rel="stylesheet" type="text/css" media="all" />
<!-- HTML5 SHIV -->
<!--[if lt IE 9]>
<script src="http://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="http://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Header -->
<header id="header">
<div class="container">
<div class="animate" data-anim-type="bounceIn" data-anim-delay="200"><a href="index.html" target="_self" id="logo"><img src="http://luvuu.com/wp-content/uploads/2013/10/Mila-Kunis-300x300.png" alt="Animations Logo" /></a></div>
<p class="animate bm-remove" data-anim-type="bounceIn" data-anim-delay="400"><a href="index.html" target="_blank" id="logo-title">Animations</a></p>
<p class="animate" data-anim-type="bounceIn" data-anim-delay="600" id="description"><a href="https://github.com/joemottershaw/animations/" target="_self">View On GitHub</a></p>
<span id="facebook" class="social-icon animate" data-anim-type="zoomIn" data-anim-delay="800"><a href="#" target="_self"><i class="fa fa-facebook fa-fw"></i></a></span>
<span id="twitter" class="social-icon animate" data-anim-type="zoomIn" data-anim-delay="900"><a href="#" target="_self"><i class="fa fa-twitter fa-fw"></i></a></span>
<span id="google-plus" class="social-icon animate" data-anim-type="zoomIn" data-anim-delay="1000"><a href="#" target="_self"><i class="fa fa-google-plus fa-fw"></i></a></span>
<span id="pinterest" class="social-icon animate" data-anim-type="zoomIn" data-anim-delay="1100"><a href="#" target="_self"><i class="fa fa-pinterest fa-fw"></i></a></span>
<span id="rss" class="social-icon animate" data-anim-type="zoomIn" data-anim-delay="1200"><a href="#" target="_self"><i class="fa fa-rss fa-fw"></i></a></span>
</div>
</header>
<!-- No JavaScript -->
<noscript>
<div class="container text-center">
<div id="no-script">
<p class="bm-smaller"><strong>JavaScript Disabled</strong></p>
<p class="bm-smaller">Certain features of this site may not function correctly without JavaScript enabled</p>
<p class="bm-remove"><a href="http://enable-javascript.com/" target="_blank">Find out how to enable JavaScript in your browser</a></p>
</div>
</div>
</noscript>
<!-- Content -->
<main class="clearfix" role="main">
<article class="content odd first">
<div class="container bm-remove text-center">
<h1><a href="animate.html" target="_self">Animate</a></h1>
<p>Example of animations which are fired when the element enters the viewport</p>
<a href="animate.html" target="_self" class="button">View Demo</a>
</div>
</article>
<article class="content even">
<div class="container bm-remove text-center">
<h1><a href="click-hover.html" target="_self">Click and Hover</a></h1>
<p>Example of animations which are fired when a click event or hover event is triggered</p>
<a href="click-hover.html" target="_self" class="button">View Demo</a>
</div>
</article>
</main>
<!-- Footer -->
<section class="content">
<div class="container bm-remove text-right">
<p>
Animations, Copyright 2014<br>
<a href="https://github.com/joemottershaw/" target="_blank">https://github.com/joemottershaw/</a>
</p>
<p><a href="#" target="_self" class="scroll-to-top">SCROLL TO TOP</a></p>
</div>
</section>
<!-- JavaScript -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/jquery-ui.min.js"></script>
<script src="assets/js/smoothscroll.js" type="text/javascript"></script>
<script src="assets/js/visible.min.js" type="text/javascript"></script>
<script src="assets/js/animations.min.js" type="text/javascript"></script>
<script src="assets/js/backbone.js" type="text/javascript"></script>
</body>
</html>