-
Notifications
You must be signed in to change notification settings - Fork 0
/
agency-carreer.html
319 lines (272 loc) · 14 KB
/
agency-carreer.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
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="materialize is a responsive creative agency template">
<meta name="keywords" content="material, corporate, business, parallax, creative, agency">
<meta name="author" content="trendytheme.net">
<title>materialize Digital Agency</title>
<!-- favicon -->
<link rel="shortcut icon" href="assets/img/ico/favicon.png">
<!-- apple-touch-icon -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="assets/img/ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="assets/img/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="assets/img/ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="assets/img/ico/apple-touch-icon-57-precomposed.png">
<link href='https://fonts.googleapis.com/css?family=Raleway:400,300,500,700,900' rel='stylesheet' type='text/css'>
<!-- Material Icons CSS -->
<link href="assets/fonts/iconfont/material-icons.css" rel="stylesheet">
<!-- FontAwesome CSS -->
<link href="assets/fonts/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<!-- magnific-popup -->
<link href="assets/magnific-popup/magnific-popup.css" rel="stylesheet">
<!-- owl.carousel -->
<link href="assets/owl.carousel/assets/owl.carousel.css" rel="stylesheet">
<link href="assets/owl.carousel/assets/owl.theme.default.min.css" rel="stylesheet">
<!-- flexslider -->
<link href="assets/flexSlider/flexslider.css" rel="stylesheet">
<!-- materialize -->
<link href="assets/materialize/css/materialize.min.css" rel="stylesheet">
<!-- Bootstrap -->
<link href="assets/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- shortcodes -->
<link href="assets/css/shortcodes/shortcodes.css" rel="stylesheet">
<!-- Main Style CSS -->
<link href="style.css" rel="stylesheet">
<!-- Agency CSS -->
<link href="assets/css/skins/agency.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<header>
<a class="tt-logo" href="index.html"><img src="assets/img/agency/logo.png" alt="Logo"></a>
<div class="nav-wrapper" id="toggle">
<span class="top"></span>
<span class="middle"></span>
<span class="bottom"></span>
</div>
<div class="nav-overlay" id="overlay">
<nav class="overlay-menu">
<ul>
<li><a href="agency-index.html">Home</a></li>
<li><a href="agency-about-us.html">About</a></li>
<li><a href="agency-service.html">Service</a></li>
<li><a href="agency-projects.html">Projects</a></li>
<li><a href="agency-carreer.html">Join In</a></li>
<li><a href="agency-apply-form.html">Apply Now</a></li>
<li><a href="agency-contact.html">Contact</a></li>
</ul>
</nav>
</div>
</header>
<!-- Hero Section -->
<section class="agency-banner-3 bg-fixed parallax-bg overlay dark-7 full-height" data-stellar-background-ratio="0.5">
<div class="container">
<div class="career-cover text-center padding-top-160">
<span class="reason">Three Reasons to work at materialize:</span>
<div class="career-carousel">
<div class="carousel-item">
<span class="number">No. 1</span>
<h2 class="text-bold white-text">Make something you love.</h2>
</div><!-- /.carousel-item -->
<div class="carousel-item">
<span class="number">No. 2</span>
<h2 class="text-bold white-text">Make something you love.</h2>
</div><!-- /.carousel-item -->
<div class="carousel-item">
<span class="number">No. 3</span>
<h2 class="text-bold white-text">Make something you love.</h2>
</div><!-- /.carousel-item -->
</div>
</div><!-- /.career-cover -->
</div><!-- /.container -->
</section>
<!-- Hero Section End -->
<section class="section-padding">
<div class="container">
<div class="row equal-height-row">
<div class="col-md-6">
<div class="valign-wrapper">
<div class="section-title valign-cell equal-height-column">
<h2 class="font-40 text-bold">We are 20, and 20 was great. But now we need our number 25 and beyond.</h2>
</div>
</div>
</div>
<div class="col-md-6">
<div class="equal-height-column">
<p class="no-margin">But we're looking for more than a number. We are on the hunt for the best and brightest product people, developers, designers and producers who want to challenge themselves and challenge us.
The successful candidate will join our team of creative, smart and fun individuals who are as passionate about the web and the latest technologies as they are about building products to be used by millions of people worldwide.</p>
</div>
</div>
</div>
</div>
</section>
<section class="section-padding gray-bg">
<div class="container">
<div class="text-center mb-80">
<h2 class="section-title">Opening position</h2>
<p class="section-sub">Quisque non erat mi. Etiam congue et augue sed tempus. Aenean sed ipsum luctus, scelerisque ipsum nec, iaculis justo. Sed at vestibulum purus, sit amet viverra diam nulla ac nisi rhoncus.</p>
</div>
<div class="row">
<div class="col-md-8 col-md-offset-2">
<ul class="job-menu">
<li>
<a href="#." class="waves-effect waves-light">
<div class="job-content">
<span class="category">Design</span>
<span class="designation">Senior UX/UI Designer</span>
</div>
</a>
</li>
<li>
<a href="#." class="waves-effect waves-light">
<div class="job-content">
<span class="category">Design</span>
<span class="designation">Visual Designer</span>
</div>
</a>
</li>
<li>
<a href="#." class="waves-effect waves-light">
<div class="job-content">
<span class="category">Animation</span>
<span class="designation">Senior Motion Desgner</span>
</div>
</a>
</li>
<li>
<a href="#." class="waves-effect waves-light">
<div class="job-content">
<span class="category">Development</span>
<span class="designation">Front End Engineer</span>
</div>
</a>
</li>
<li>
<a href="#." class="waves-effect waves-light">
<div class="job-content">
<span class="category">Marketing</span>
<span class="designation">Copywriter & Content Marketer</span>
</div>
</a>
</li>
</ul>
</div>
</div>
</div>
</section>
<!--footer 5 start -->
<footer class="footer footer-five">
<div class="primary-footer padding-bottom-100">
<div class="container">
<ul class="social-link text-center tt-animate ltr mt-20">
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-tumblr"></i></a></li>
<li><a href="#"><i class="fa fa-linkedin"></i></a></li>
<li><a href="#"><i class="fa fa-dribbble"></i></a></li>
<li><a href="#"><i class="fa fa-instagram"></i></a></li>
<li><a href="#"><i class="fa fa-rss"></i></a></li>
</ul>
<hr class="mt-10">
<div class="padding-top-70">
<div class="footer-logo text-center mb-80">
<a href="#">
<img src="assets/img/agency/logo.png" alt="">
<h2>materialize LLC</h2>
</a>
</div>
<div class="row">
<div class="col-md-4 col-sm-4 widget">
<h3>San Francisco</h3>
<address>
351 California Street, Suite 650 <br>
San Francisco, CA 94104, USA <br>
hello@materialize.com <br>
+123 456 789
</address>
</div><!-- /.col-md-4 -->
<div class="col-md-3 col-md-offset-1 col-sm-4 widget">
<h3>New York</h3>
<address>
80 Franklin Street, Suite 1 <br>
New York, NY 10013, USA <br>
hello@materialize.com <br>
+123 456 789
</address>
</div><!-- /.col-md-4 -->
<div class="col-md-3 col-md-offset-1 col-sm-4 widget">
<h3>Bangladesh</h3>
<address>
33/1 MI Street, Suite 4 <br>
Pallabi, Dhaka- 1216, BD <br>
hello@materialize.com <br>
+123 456 789
</address>
</div><!-- /.col-md-4 -->
</div><!-- /.row -->
</div>
</div><!-- /.container -->
</div><!-- /.primary-footer -->
<div class="secondary-footer grey lighten-4">
<div class="container">
<div class="row">
<div class="col-md-6">
<span class="copy-text">Powered by HTML5 and CSS3 | Designed By <a href="#">TrendyTheme</a></span>
</div>
<div class="col-md-6">
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">About us</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">Portfolio</a></li>
<li><a href="#">Contact us</a></li>
</ul>
</div>
</div>
</div><!-- /.container -->
</div><!-- /.secondary-footer -->
</footer>
<!--footer 5 end-->
<!-- Preloader -->
<div id="preloader">
<div class="preloader-position">
<img src="assets/img/logo-colored.png" alt="logo" >
<div class="progress">
<div class="indeterminate"></div>
</div>
</div>
</div>
<!-- End Preloader -->
<!-- jQuery -->
<script src="assets/js/jquery-2.1.3.min.js"></script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/materialize/js/materialize.min.js"></script>
<script src="assets/js/jquery.easing.min.js"></script>
<script src="assets/js/menuzord.js"></script>
<script src="assets/js/smoothscroll.min.js"></script>
<script src="assets/js/imagesloaded.js"></script>
<script src="assets/js/jquery.stellar.min.js"></script>
<script src="assets/js/jquery.inview.min.js"></script>
<script src="assets/owl.carousel/owl.carousel.min.js"></script>
<script src="assets/flexSlider/jquery.flexslider-min.js"></script>
<script src="assets/magnific-popup/jquery.magnific-popup.min.js"></script>
<script src="assets/js/equalheight.js"></script>
<script src="assets/js/ajaxchimp.js"></script>
<script src="assets/js/ajaxchimp-config.js"></script>
<script src="assets/js/scripts.js"></script>
<script>
$('#toggle').on('click', function() {
$(this).toggleClass('active');
$('#overlay').toggleClass('open');
});
</script>
</body>
</html>