-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
109 lines (100 loc) · 8.23 KB
/
index.html
File metadata and controls
109 lines (100 loc) · 8.23 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
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>
<html class="no-js" lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Animated services section concept</title>
<link rel="shortcut icon" type="image/png" href="img/favicon.png"/>
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/foundation.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/foundicons/3.0.0/foundation-icons.min.css" />
<link href="https://fonts.googleapis.com/css?family=Inconsolata" rel="stylesheet">
</head>
<body>
<div class="row">
<div style="text-align:center;" class="large-12 columns">
<h1 class="site-title">Animated services section JS</h1>
<a href="https://github.com/DenislavPopov/animated-services-concept" class="button download" download><i class="fi-download"></i> Download</a>
</div>
</div>
<div class="row" data-equalizer>
<div class="large-6 columns">
<div class="callout" data-equalizer-watch>
<h3 class="box-headings">Select Service</h3>
<ul class="service-list">
<li class="interactive-service-list hidden animated flipInY" data-service="1"><i class="fi-check styled-icons"></i><br /> Service 1</li>
<li class="interactive-service-list hidden animated flipInY" data-service="2"><i class="fi-star styled-icons"></i><br /> Service 2</li>
<li class="interactive-service-list hidden animated flipInY" data-service="3"><i class="fi-calendar styled-icons"></i><br /> Service 3</li>
<li class="interactive-service-list hidden animated flipInY" data-service="4"><i class="fi-clock styled-icons"></i><br /> Service 4</li>
<li class="interactive-service-list hidden animated flipInY" data-service="5"><i class="fi-lock styled-icons"></i><br /> Service 5</li>
<li class="interactive-service-list hidden animated flipInY" data-service="6"><i class="fi-wrench styled-icons"></i><br /> Service 6</li>
</ul>
</div>
</div>
<div class="large-6 columns">
<div class="callout" data-equalizer-watch>
<h3 class="box-headings">Service description</h3>
<div id="1" class="interactive-service-content animated zoomIn">
<h3 class="service-title">Service 1</h3>
<div class="img-holder"><img class="service-img" src="https://unsplash.it/450/250?image=0"/></div>
<h5 class="subheading">Sub headings</h5><hr />
<p class="content">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
</div>
<div id="2" class="interactive-service-content removed animated zoomIn">
<h3 class="service-title">Service 2</h3>
<div class="img-holder"><img class="service-img" src="https://unsplash.it/450/250?image=1"/></div>
<h5 class="subheading">Sub headings</h5><hr />
<p class="content">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
</div>
<div id="3" class="interactive-service-content removed animated zoomIn">
<h3 class="service-title">Service 3</h3>
<div class="img-holder"><img class="service-img" src="https://unsplash.it/450/250?image=2"/></div>
<h5 class="subheading">Sub headings</h5><hr />
<p class="content">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
</div>
<div id="4" class="interactive-service-content removed animated zoomIn">
<h3 class="service-title">Service 4</h3>
<div class="img-holder"><img class="service-img" src="https://unsplash.it/450/250?image=3"/></div>
<h5 class="subheading">Sub headings</h5><hr />
<p class="content">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
</div>
<div id="5" class="interactive-service-content removed animated zoomIn">
<h3 class="service-title">Service 5</h3>
<div class="img-holder"><img class="service-img" src="https://unsplash.it/450/250?image=4"/></div>
<h5 class="subheading">Sub headings</h5><hr />
<p class="content">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
</div>
<div id="6" class="interactive-service-content removed animated zoomIn">
<h3 class="service-title">Service 6</h3>
<div class="img-holder"><img class="service-img" src="https://unsplash.it/450/250?image=5"/></div>
<h5 class="subheading">Sub headings</h5><hr />
<p class="content">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
</div>
</div>
</div>
</div> <!-- end of content row -->
<!-- Footer -->
<footer class="footer">
<div class="row full-width">
<div class="small-12 medium-4 large-4 columns">
<i class="fi-social-zurb"></i>
<p>Made with<br /> Zurb Foundation Grid system, jQuery, Animate.css, Unsplash It</p>
</div>
<div class="small-12 medium-4 large-4 columns">
<i class="fi-widget"></i>
<p>Easy<br /> integration and modification</p>
</div>
<div class="small-12 medium-4 large-4 columns">
<i class="fi-css3"></i>
<p>CSS3<br /> animations and transitions, Sass ready</p>
</div>
</div>
</footer>
<script src="js/vendor/jquery.js"></script>
<script src="js/vendor/foundation.js"></script>
<script src="js/jquery.hoverIntent.js"></script>
<script src="js/app.js"></script>
</body>
</html>