-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
222 lines (195 loc) · 7.65 KB
/
index.html
File metadata and controls
222 lines (195 loc) · 7.65 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
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
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
<!DOCTYPE html>
<head>
<!-- Meta -->
<meta charset="utf-8">
<title>Xpert Stack - We craft beautiful digital solutions</title>
<meta name="description" content="Another web startup from bangladesh.">
<meta name="author" content="Xpert Stack">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- CSS -->
<link rel="stylesheet" href="css/base.css"/>
<link rel="stylesheet" href="css/skeleton.css"/>
<link rel="stylesheet" href="css/layout.css"/>
<link rel="stylesheet" href="https://use.fontawesome.com/1652f679dc.css">
<link rel="stylesheet" href="css/retina.css"/>
<link rel="stylesheet" href="css/animsition.min.css"/>
<link rel="shortcut icon" href="favicon.png">
</head>
<body>
<div class="animsition">
<!-- Navbar -->
<div id="menu-wrap" class="menu-back cbp-af-header">
<div class="container">
<div class="sixteen columns">
<div class="logo"></div>
<ul class="slimmenu">
<li>
<a class="active-menu" href="#">Mainpage</a>
</li>
<li>
<a href="about.html" class="animsition-link">About</a>
</li>
<li>
<a href="#">Portfolio</a>
</li>
<li>
<a href="https://medium.com/XpertStack" target="_blank" class="animsition-link">Blog</a>
</li>
<li>
<a href="contact.html">Contact</a>
</li>
</ul>
</div>
</div>
</div>
<!-- Primary Page Layout -->
<section class="cd-section">
<div class="cd-block">
<div class="home-top">
<div class="big-text-top">
<div class="flippy">
<span class="rotate">We are Xpert Stack, Xpert Stack solves your problems, Focused On Strategy</span>
</div>
</div>
<div class="small-text">- specialized in web experience -</div>
<div class="social-top">
<ul class="list-social">
<li class="icon-soc tipped" data-title="facebook" data-tipper-options='{"direction":"top","follow":"true"}'>
<a href="https://www.facebook.com/XpertStack/"></a>
</li>
<li class="icon-soc tipped" data-title="twitter" data-tipper-options='{"direction":"top","follow":"true"}'>
<a href="https://twitter.com/XpertStack"></a>
</li>
<li class="icon-soc tipped" data-title="github" data-tipper-options='{"direction":"top","follow":"true"}'>
<a href="https://github.com/XpertStack"></a>
</li>
<li class="icon-soc tipped" data-title="google +" data-tipper-options='{"direction":"top","follow":"true"}'>
<a href="https://plus.google.com/u/0/114716719578841858509"></a>
</li>
<li class="icon-soc tipped" data-title="telegram" data-tipper-options='{"direction":"top","follow":"true"}'>
<a href="https://t.me/XpertStack"></a>
</li>
</ul>
</div>
<a href="#scroll-link" class="scroll scroll-down"></a>
</div>
</div>
</section> <!-- .cd-section -->
<section class="cd-section" id="scroll-link">
<div class="cd-block">
<div class="cd-half-block"></div>
<div class="cd-half-block">
<div class="block-text">
<h2>About Us<span>.</span></h2>
<p>We believe in coming up with original ideas and turning them into digital work that is both innovative and measurable. Taking on thought-provoking projects that challenge us creatively and make us go the extra mile is what we consider a way of life.</p>
<a href="about.html" class="btn animsition-link">find out more</a>
</div>
</div>
</div>
</section> <!-- .cd-section -->
<section class="cd-section">
<div class="cd-block">
<div class="cd-half-block"></div>
<div class="cd-half-block">
<div class="block-text">
<h2>Portfolio<span>.</span></h2>
<p>We are relentless in moving boundaries and carry out this spirited attitude into digital solutions. Digital solutions that engage, inspire and make you think. Make you curious.</p>
<a href="#" class="btn animsition-link">discover</a>
</div>
</div>
</div>
</section> <!-- .cd-section -->
<section class="cd-section">
<div class="cd-block">
<div class="cd-half-block"></div>
<div class="cd-half-block">
<div class="block-text">
<h2>Blog<span>.</span></h2>
<p>Real stories revealed for you, the reader.</p>
<a href="https://medium.com/XpertStack" class="btn animsition-link">read articles</a>
</div>
</div>
</div>
</section> <!-- .cd-section -->
<section class="cd-section">
<div class="cd-block">
<div class="cd-half-block"></div>
<div class="cd-half-block">
<div class="block-text">
<h2>Contact<span>.</span></h2>
<p>For projects, ideas, collaborations or anything else don’t hesitate to get in touch with us. Or just say hello.</p>
<a href="contact.html" class="btn animsition-link">get in touch</a>
</div>
</div>
</div>
</section> <!-- .cd-section -->
<nav>
<ul class="cd-vertical-nav">
<li><a href="#0" class="cd-prev inactive"></a></li>
<li><a href="#0" class="cd-next inactive1"></a></li>
</ul>
</nav> <!-- .cd-vertical-nav -->
<footer class="footer">
<div class="container">
<div class="sixteen columns">
<div class="footer-social">
<a href="https://www.facebook.com/XpertStack/">facebook</a>
<a href="https://twitter.com/XpertStack">twitter</a>
<a href="https://github.com/XpertStack">github</a>
<a href="https://plus.google.com/u/0/114716719578841858509">google +</a>
</div>
</div>
</div>
<div class="container">
<div class="sixteen columns">
<div class="footer-copy-text">
<p>© All rights reserved. 2018</p>
<p> Built with <span class="love">❤</span> by <a href="https://xpertstack.com/" target="_blank"><b> Xpert Stack</b></a></p>
</div>
</div>
</div>
</footer>
</div>
<!-- JAVASCRIPT -->
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/modernizr.custom.js"></script>
<script type="text/javascript" src="js/jquery.animsition.min.js"></script>
<script type="text/javascript">
(function($) { "use strict";
$(document).ready(function() {
$(".animsition").animsition({
inClass : 'zoom-in-sm',
outClass : 'zoom-out-sm',
inDuration : 800,
outDuration : 800,
linkElement : '.animsition-link',
// e.g. linkElement : 'a:not([target="_blank"]):not([href^=#])'
loading : true,
loadingParentElement : 'body', //animsition wrapper element
loadingClass : 'animsition-loading',
unSupportCss : [ 'animation-duration',
'-webkit-animation-duration',
'-o-animation-duration'
],
//"unSupportCss" option allows you to disable the "animsition" in case the css property in the array is not supported by your browser.
//The default setting is to disable the "animsition" in a browser that does not support "animation-duration".
overlay : false,
overlayClass : 'animsition-overlay-slide',
overlayParentElement : 'body'
});
});
})(jQuery);
</script>
<script type="text/javascript" src="js/jquery.easing.js"></script>
<script type="text/javascript" src="js/retina-1.1.0.min.js"></script>
<script type="text/javascript" src="js/classie.js"></script>
<script type="text/javascript" src="js/cbpAnimatedHeader.min.js"></script>
<script type="text/javascript" src="js/menu.js"></script>
<script type="text/javascript" src="js/scroll.js"></script>
<script type="text/javascript" src="js/animated-headline.js"></script>
<script type="text/javascript" src="js/jquery.fs.tipper.min.js"></script>
<script type="text/javascript" src="js/jquery.simple-text-rotator.js"></script>
<script type="text/javascript" src="js/custom-home.js"></script>
<!-- End Document -->
</body>
</html>