-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWorkCela2.html
268 lines (256 loc) · 13.6 KB
/
WorkCela2.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
264
265
266
267
268
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link href="https://fonts.googleapis.com/css?family=Quicksand" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="bootstrap/css/bootstrap.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.js"></script>
<script src="bootstrap/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="work.css">
<link rel="stylesheet" href="style.css">
<title>Work</title>
<link rel="icon" type="image/png" href="https://cdn.brainster.co/assets/images/favicon_dark/favicon-32x32.png" sizes="32x32">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css" integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ" crossorigin="anonymous">
<style>
.navbar-brand {
color: black;
}
.navbar-brand:hover {
color: black;
}
.menu-a {
color: black;
}
.nav-button {
color: white;
background-color: #37afd4;
background-image: none;
}
.nav ul li a:hover,
.nav ul li a:active,
.nav ul li a:focus {
color: black;
background-color: transparent;
border-top: 2px solid #37afd4;
}
.hamburger {
color: black;
}
.footer-btn2 {
color: white;
background-color: #37afd4;
background-image: none;
}
.hours-hand,
.hours-hand1,
.hours-hand2,
.hours-hand3,
.hours-hand4,
.hours-hand5{
background-color: #37afd4;
}
.minutes-hand,
.minutes-hand1,
.minutes-hand2,
.minutes-hand3,
.minutes-hand4,
.minutes-hand5{
background-color: #37afd4;
}
</style>
</head>
<body>
<nav class="nav navbar-fixed-top" id="navbar">
<div class="container-fluid">
<div class="row">
<div class="col-md-11 col-sm-12 col-xs-12 ">
<div class="navbar-header">
<a href="index.html" class="navbar-brand m-top-10">Logo</a>
<span class="hamburger">☰</span>
</div>
<ul class="nav navbar-nav navbar-right m-top-10" id="nav-pc">
<li><a href="Services.html" class="menu-a">SERVICE</a></li>
<li><a href="team.html" class="menu-a">TEAM</a></li>
<li><a href="Work.html" class="menu-a">WORK</a></li>
<li><a href="hireus.html" class="nav-button">HIRE US</a></li>
</ul>
<div id="myNav" class="overlay">
<a href="index.html" class="navBrand-media">Logo</a>
<a href="javascript:void(0)" class="closebtn">×</a>
<div class="overlay-content">
<ul class="overlay-menu f-family-quicksand">
<li><a href="Services.html">SERVICE</a></li>
<li><a href="team.html">TEAM</a></li>
<li><a href="Work.html">WORK</a></li>
<li><a href="hireus.html" class="nav-button media-overlay-button">HIRE US</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</nav>
<div class="container-fluid">
<div class="row prvRow_work2">
<div class="col-lg-10 col-lg-offset-1 col-md-10 col-md-offset-1 col-sm-12 col-xs-12 prvCol_work2">
<div class="row vtorRow_work2">
<div class="col-lg-6 col-md-6 col-sm-12 col-xs12 vtorCol_work2">
<h4 class="vtorColNaslovPrv_work2">Find the Right Form for the Function</h4>
<h1 class="vtorColNaslovVtor_work2">Forma Structure</h1>
<p class="vtorColBody_work2">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est.</p>
</div>
</div>
<div class="row tretRow_work2">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 tretCol_work2"></div>
</div>
<div class="row cetvrtRow_work2">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 cetvrtCol_work2">
<h2 class="pettiCol1Naslov_work2">A place to feel celebrated</h2>
<div class="row pettiRow_work2">
<div class="col-lg-3 col-md-3 col-sm-12 col-xs-12 pettiCol1_work2">
<h4 class="pettiCol1Naslov1_work2">Challenge</h4>
<p class="pettiCol1Body_work2">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. In pellentesque massa placerat duis ultricies.</p>
</div>
<div class="col-lg-3 col-md-3 col-sm-12 col-xs-12 pettiCol2_work2">
<h4 class="pettiCol2Naslov_work2">Insight</h4>
<p class="pettiCol2Body_work2">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. In pellentesque massa placerat duis ultricies.</p>
</div>
<div class="col-lg-3 col-md-3 col-sm-12 col-xs-12 pettiCol3_work2">
<h4 class="pettiCol3Naslov_work2">Idea</h4>
<p class="pettiCol3Body_work2">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. In pellentesque massa placerat duis ultricies.</p>
</div>
<div class="col-lg-3 col-md-3 col-sm-12 col-xs-12 pettiCol4_work2">
<h4 class="pettiCol4Naslov_work2">Results</h4>
<p class="pettiCol4Body_work2">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. In pellentesque massa placerat duis ultricies.</p>
</div>
</div>
<div class="row shestiRow_work2">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 shestiCol_work2 text-center">
<a class="case-study f-family-quicksand">SEE THE CASE STUDY</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- SixthHolder - footer -->
<div class="row bg-image-footer m-bottom-40">
<div class="footer-overlay text-center flex m-bottom-40">
<div class="col-md-12 col-sm-12 col-xs-8">
<div class="row">
<div class="col-md-12 media-text-center m-bottom-40 footer-txt" data-aos="fade-down" data-aos-duration="1200">
<h2 class="c-white f-family-quicksand l-spacing-1 m-top-0">Global Expansion. Reimagined.</h2>
</div>
</div>
<div class="row footer-btn">
<div class="col-md-4 col-md-offset-4 col-sm-6 col-sm-offset-3">
<div class="row">
<div class="col-md-5 col-md-offset-1 col-sm-6 media-m-bottom-40" data-aos="fade-right" data-aos-duration="1200">
<a href="#" type="button" class="footer-btn1 f-family-quicksand media-padding-btn">JOIN US</a>
</div>
<div class="col-md-5 col-sm-6" data-aos="fade-left" data-aos-duration="1200">
<a href="#" type="button" class="footer-btn2 f-family-quicksand media-padding-btn">HIRE US</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- SeventhHolder -->
<div class="row m-bottom-40">
<div class="col-md-10 col-md-offset-1">
<div class="row">
<div class="col-md-12 flex text-center media-m-bottom-30" style="height: 10vh;">
<img src="images/localised-logo2.png" width="35px">
<h4 class="f-family-quicksand">localised</h4>
</div>
</div>
<div class="row hidden-xs p-bottom-25">
<div class="col-md-2 col-sm-4">
<div class="clock">
<div class="clock-face">
<div class="hand seconds-hand"></div>
<div class="hand minutes-hand"></div>
<div class="hand hours-hand"></div>
</div>
</div>
<h5 class="f-family-quicksand text-center">New York</h5>
</div>
<div class="col-md-2 col-sm-4">
<div class="clock">
<div class="clock-face">
<div class="hand seconds-hand1"></div>
<div class="hand minutes-hand1"></div>
<div class="hand hours-hand1"></div>
</div>
</div>
<h5 class="f-family-quicksand text-center">London</h5>
</div>
<div class="col-md-2 col-sm-4">
<div class="clock">
<div class="clock-face">
<div class="hand seconds-hand2"></div>
<div class="hand minutes-hand2"></div>
<div class="hand hours-hand2"></div>
</div>
</div>
<h5 class="f-family-quicksand text-center">Toronto</h5>
</div>
<div class="col-md-2 col-sm-4">
<div class="clock">
<div class="clock-face">
<div class="hand seconds-hand3"></div>
<div class="hand minutes-hand3"></div>
<div class="hand hours-hand3"></div>
</div>
</div>
<h5 class="f-family-quicksand text-center">Hong Kong</h5>
</div>
<div class="col-md-2 col-sm-4">
<div class="clock">
<div class="clock-face">
<div class="hand seconds-hand4"></div>
<div class="hand minutes-hand4"></div>
<div class="hand hours-hand4"></div>
</div>
</div>
<h5 class="f-family-quicksand text-center">Bucharest</h5>
</div>
<div class="col-md-2 col-sm-4">
<div class="clock">
<div class="clock-face">
<div class="hand seconds-hand5"></div>
<div class="hand minutes-hand5"></div>
<div class="hand hours-hand5"></div>
</div>
</div>
<h5 class="f-family-quicksand text-center">Warsaw</h5>
</div>
</div>
<div class="row b-bottom-1"></div>
</div>
</div>
<!-- EightHolder -->
<div class="row m-bottom-40">
<div class="col-md-10 col-md-offset-1 col-sm-10 col-sm-offset-1">
<div class="row">
<div class="col-md-4 col-sm-6 hidden-xs">
<h5 class="f-family-quicksand l-spacing-1">© 2018 Localised. All rights reserved.</h5>
</div>
<div class="col-md-2 col-md-offset-6 col-sm-4 col-sm-offset-2 media-text-center text-right">
<a href="#" class="m-right-10 f-family-quicksand l-spacing-1 footer-txt">Privacy</a>
<a href="#" class="m-right-10 f-family-quicksand l-spacing-1 footer-txt">Legal</a>
<a href="https://www.linkedin.com/" target="_blank"><i class="fab fa-linkedin-in fa-2x footer-txt" style=""></i></a>
</div>
</div>
</div>
</div>
</div>
<script src="nav-modify.js"></script>
<script src="clocks.js"></script>
</body>
</html>