-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathindex.html
263 lines (231 loc) · 12.5 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
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
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
<!doctype html>
<html lang="en">
<head>
<!-- meta data & title -->
<meta charset="utf-8">
<title>Office</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!-- Favicon and touch icons -->
<link rel="shortcut icon" href="assets/ico/favicon.ico">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="assets/ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="assets/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="assets/ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="assets/ico/apple-touch-icon-57-precomposed.png">
<!-- CSS -->
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans:400,300">
<link href='http://fonts.googleapis.com/css?family=PT+Sans' rel='stylesheet' type='text/css'>
<link href="http://fonts.googleapis.com/css?family=Raleway" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.css">
<link rel="stylesheet" href="assets/css/font-awesome.min.css">
<link rel="stylesheet" href="assets/css/animate.min.css">
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<!-- Header -->
<nav id="navbar-section" class="navbar navbar-default navbar-static-top navbar-sticky" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-responsive-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand wow fadeInDownBig" href="index.html"><img class="office-logo" src="assets/img/slider/Office.png" alt="Office"></a>
</div>
<div id="navbar-spy" class="collapse navbar-collapse navbar-responsive-collapse">
<ul class="nav navbar-nav pull-right">
<li class="active">
<a href="index.html">Home</a>
</li>
<li>
<a href="about.html">About</a>
</li>
<li>
<a href="blog.html">Blog</a>
</li>
<li>
<a href="team.html">Team</a>
</li>
<li>
<a href="contact.html"><span>Contact</span></a>
</li>
</ul>
</div>
</div>
</nav>
<!-- End Header -->
<!-- Begin #carousel-section -->
<section id="carousel-section" class="section-global-wrapper">
<div class="container-fluid-kamn">
<div class="row">
<div id="carousel-1" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators visible-lg">
<li data-target="#carousel-1" data-slide-to="0" class="active"></li>
<li data-target="#carousel-1" data-slide-to="1"></li>
<li data-target="#carousel-1" data-slide-to="2"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<!-- Begin Slide 1 -->
<div class="item active">
<img src="assets/img/slider/slide2.jpg" height="400" alt="Image of first carousel">
<div class="carousel-caption">
<h3 class="carousel-title hidden-xs">Office BOOTSTRAP TEMPLATE</h3>
<p class="carousel-body">RESPONSIVE \ MULTI PAGE</p>
</div>
</div>
<!-- End Slide 1 -->
<!-- Begin Slide 2 -->
<div class="item">
<img src="assets/img/slider/slide4.jpg" height="400" alt="Image of second carousel">
<div class="carousel-caption">
<h3 class="carousel-title hidden-xs">EASY TO CUSTOMIZE</h3>
<p class="carousel-body">BEAUTIFUL \ CLEAN \ MINIMAL</p>
</div>
</div>
<!-- End Slide 2 -->
<!-- Begin Slide 3 -->
<div class="item">
<img src="assets/img/slider/slide2.jpg" height="400" alt="Image of third carousel">
<div class="carousel-caption">
<h3 class="carousel-title hidden-xs">MULTI-PURPOSE TEMPLATE</h3>
<p class="carousel-body">PORTFOLIO \ CORPORATE \ CREATIVE</p>
</div>
</div>
<!-- End Slide 3 -->
</div>
<!-- Controls -->
<a class="left carousel-control" href="#carousel-1" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left"></span>
</a>
<a class="right carousel-control" href="#carousel-1" data-slide="next">
<span class="glyphicon glyphicon-chevron-right"></span>
</a>
</div>
</div>
</div>
</section>
<!-- End #carousel-section -->
<!-- Begin #services-section -->
<section id="services" class="services-section section-global-wrapper">
<div class="container">
<div class="row">
<div class="services-header">
<h3 class="services-header-title">Our Mission</h3>
<p class="services-header-body"><em> Things we provide in Office </em> </p><hr>
</div>
</div>
<!-- Begin Services Row 1 -->
<div class="row services-row services-row-head services-row-1">
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-12">
<div class="services-group wow animated fadeInLeft" data-wow-offset="40">
<p class="services-icon"><span class="fa fa-android fa-5x"></span></p>
<h4 class="services-title">Android</h4>
<p class="services-body">Cras interdum placerat libero vel tempor. Curabitur gravida iaculis erat quis dignissim.</p>
<p class="services-more"><a href="#">Find Out More</a></p>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-12">
<div class="services-group wow animated zoomIn" data-wow-offset="40">
<p class="services-icon"><i class="fa fa-apple fa-5x"></i></p>
<h4 class="services-title">Apple</h4>
<p class="services-body">Cras interdum placerat libero vel tempor. Curabitur gravida iaculis erat quis dignissim.</p>
<p class="services-more"><a href="#">Find Out More</a></p>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-12">
<div class="services-group wow animated fadeInRight" data-wow-offset="40">
<p class="services-icon"><i class="fa fa-thumbs-o-up fa-5x"></i></p>
<h4 class="services-title">EASY TO USE</h4>
<p class="services-body">Cras interdum placerat libero vel tempor. Curabitur gravida iaculis erat quis dignissim.</p>
<p class="services-more"><a href="#">Find Out More</a></p>
</div>
</div>
</div>
<!-- End Serivces Row 1 -->
<!-- Begin Services Row 2 -->
<div class="row services-row services-row-tail services-row-2">
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-12">
<div class="services-group wow animated fadeInLeft" data-wow-offset="40">
<p class="services-icon"><span class="fa fa-windows fa-5x"></span></p>
<h4 class="services-title">Windows</h4>
<p class="services-body">Cras interdum placerat libero vel tempor. Curabitur gravida iaculis erat quis dignissim.</p>
<p class="services-more"><a href="#">Find Out More</a></p>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-12">
<div class="services-group wow animated zoomIn" data-wow-offset="40">
<p class="services-icon"><i class="fa fa-eye fa-5x"></i></p>
<h4 class="services-title">RETINA READY</h4>
<p class="services-body">Cras interdum placerat libero vel tempor. Curabitur gravida iaculis erat quis dignissim.</p>
<p class="services-more"><a href="#">Find Out More</a></p>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-12">
<div class="services-group wow animated fadeInRight" data-wow-offset="40">
<p class="services-icon"><i class="fa fa-cube fa-5x"></i></p>
<h4 class="services-title">Cubic</h4>
<p class="services-body">Cras interdum placerat libero vel tempor. Curabitur gravida iaculis erat quis dignissim.</p>
<p class="services-more"><a href="#">Find Out More</a></p>
</div>
</div>
</div>
<!-- End Serivces Row 2 -->
</div>
</section>
<!-- End #services-section -->
<!-- Footer -->
<footer>
<div class="container">
<div class="row">
<div class="col-md-4">
<h3><i class="fa fa-map-marker"></i> Contact:</h3>
<p class="footer-contact">
Via Ludovisi 39-45, Rome, 54267, Italy<br>
Phone: 1.800.245.356 Fax: 1.800.245.357<br>
Email: hello@LawOffice.org<br>
</p>
</div>
<div class="col-md-4">
<h3><i class="fa fa-external-link"></i> Links</h3>
<p> <a href="#"> About ( Who we are )</a></p>
<p> <a href="#"> Services ( What we do )</a></p>
<p> <a href="#"> Contact ( Feel free to contact )</a></p>
<p> <a href="#"> Blog ( Write to us )</a></p>
<p> <a href="#"> Team ( Meet the Team )</a></p>
</div>
<div class="col-md-4">
<h3><i class="fa fa-heart"></i> Socialize</h3>
<div id="social-icons">
<a href="#" class="btn-group google-plus">
<i class="fa fa-google-plus"></i>
</a>
<a href="#" class="btn-group linkedin">
<i class="fa fa-linkedin-square"></i>
</a>
<a href="#" class="btn-group twitter">
<i class="fa fa-twitter"></i>
</a>
<a href="#" class="btn-group facebook">
<i class="fa fa-facebook"></i>
</a>
</div>
</div>
</div>
</div>
</footer>
<div class="copyright text center">
<p>© Copyright 2014, <a href="#">Your Website Link</a>. Theme by <a href="https://themewagon.com/" target="_blank">ThemeWagon</a></p>
</div>
<script type="text/javascript" src="js/jquery-1.10.2.min.js"></script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<script src="js/wow.min.js"></script>
<script>
new WOW().init();
</script>
</body>
</html>