-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
83 lines (59 loc) · 2.67 KB
/
index.html
File metadata and controls
83 lines (59 loc) · 2.67 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
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
<!--
*
* Overload Lightbox v1.1
* Copyright 2014, Overload - Web & Graphic design -
* overloadesign.com
* Free to use for web designers and web developers.
* Enjoy!
*
-->
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="UTF-8" />
<!-- Meta tag for responsive - we are pro mobile first -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<!-- This is the main grid stylesheet -->
<link rel="stylesheet" type="text/css" href="css/ovr-slider.css">
<link rel="stylesheet" type="text/css" href="css/normalize.css">
<link href='http://fonts.googleapis.com/css?family=Raleway:400,800' rel='stylesheet' type='text/css'>
<title>Overload Slider</title>
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<h1>Overload Slider</h1>
<p>Hey Web designers, now we want share with you this <span class="bold">Simple and functional Slider</span>. You can use this for your personal proyects, it's really easy to use. Enjoy it!</p>
<!-- SLIDER -->
<section>
<div id="ovr-slider">
<a class="arrows arrow-left" href="#">
<img src="img/arrow-left.png" alt="">
</a>
<ul>
<li><img src="img/slider1.png" alt=""></li>
<li><img src="img/slider1.png" alt=""></li>
<li><img src="img/slider1.png" alt=""></li>
<li><img src="img/slider1.png" alt=""></li>
</ul>
<a class="arrows arrow-right" href="#">
<img src="img/arrow-right.png" alt="">
</a>
</div>
</section>
<!-- FOOTER -->
<footer>
<a href="http://overloadesign.com/" target="_blank">© 2014 OVERLOAD</a>
<img src="img/footer-logo.png" alt="">
<a href="http://luischiappe.com.ar/" target="_blank">luischiappe.com.ar</a>
</footer>
</div>
<!-- jquery -->
<script src="js/jquery.js"></script>
<!-- js Lightbox -->
<script src="js/ovr-slider.js"></script>
</body>
</html>