-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcareers.html
341 lines (323 loc) · 16.9 KB
/
careers.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
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Root -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="robots" content="index,follow">
<!-- Meta -->
<title>Careers WriteLN</title>
<meta name="description" content="WriteLN HTML Cloud Theme">
<meta name="keywords" content="WriteLN, Theme"/>
<meta name="copyright" content="WriteLN">
<!-- Icons -->
<link rel="icon" href="assets/static/favicon.png">
<!-- Assets -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.1/css/all.css">
<link rel="stylesheet" href="assets/dist/bootstrap.css">
<link rel="stylesheet" href="assets/dist/app.css">
<script src="assets/dist/jquery.min.js"></script>
<script src="assets/dist/bootstrap.min.js"></script>
<script src="assets/dist/app.js"></script>
</head>
<body>
<!--
Head Nav
-->
<nav class="navbar navbar-expand-md">
<div class="container">
<!-- Logo -->
<a class="navbar-brand logo" href="index.html"><img src="assets/static/logo.svg" alt="WriteLN"></a>
<!-- End Logo -->
<!-- Navbar Toggler -->
<button class="navbar-toggler collapsed" data-toggle="collapse" data-target="#navigation">
<i class="fas fa-bars"></i>
</button>
<!-- End Navbar Toggler -->
<!-- Navigation -->
<div id="navigation" class="navbar-collapse collapse">
<div class="content d-md-flex">
<!--Left Menu Section-->
<ul class="navbar-nav ml-md-5 mr-auto">
<li class="nav-item"><a class="nav-link" href="cloud.html">Features</a></li>
<li class="nav-item"><a class="nav-link" href="pricing.html">Pricing</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" data-toggle="dropdown">Resources</a>
<div class="dropdown-menu">
<a class="dropdown-item media" href="faq.html">
<i class="far fa-question-circle"></i>
<span class="media-body align-self-center">FAQ</span>
</a>
<a class="dropdown-item media" href="refferer.html">
<i class="fas fa-hand-holding-usd"></i>
<span class="media-body align-self-center">Support Programs</span>
</a>
<a class="dropdown-item media" href="api.html">
<i class="fas fa-code"></i>
<span class="media-body align-self-center">Api Documentation</span>
</a>
<a class="dropdown-item media" href="network-status.html">
<i class="fas fa-server"></i>
<span class="media-body align-self-center">Network Status</span>
</a>
</div>
</li>
</ul>
<!-- End Left Menu Section -->
<!-- Right Menu Section -->
<ul class="navbar-nav">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" data-toggle="dropdown">Company</a>
<div class="dropdown-menu">
<a class="dropdown-item media" href="about.html">About</a>
<a class="dropdown-item media" href="teams.html">Teams</a>
<a class="dropdown-item media" href="careers.html">Careers</a>
<a class="dropdown-item media" href="news.html">News</a>
<a class="dropdown-item media" href="legal.html">Legal</a>
<a class="dropdown-item media" href="contact.html">Contact</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" data-toggle="dropdown">
<i class="fas fa-globe"></i>
<span class="text">Language</span>
</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="#!">Deutsche</a>
<a class="dropdown-item" href="#!">English</a>
</div>
</li>
<li class="nav-item"><a class="nav-link" href="#!">Login</a></li>
<li class="nav-item hrbottom">
<hr>
<a class="btn btn-success btnregister" href="#!">Register</a>
</li>
</ul>
<!-- End Right Menu Section -->
</div>
</div>
<!-- End Navigation -->
</div>
</nav>
<!--
Container
-->
<main>
<!--Hero Section-->
<div class="d-flex align-items-center section-main">
<div class="back-gradient">
<span></span><span></span><span></span><span></span><span></span>
<span></span><span></span><span></span><span></span><span></span>
</div>
<div class="container title text-white">
<h1 class="display-4">Career Opportunities</h1>
<p class="description mb-0 mt-4">We build a high-performance cloud system with our talented team and we need talented developers like you. Don't you think about working with us?</p>
</div>
</div>
<!--End Hero Section-->
<!--Team Section-->
<div class="section">
<div class="container text-center">
<h2 class="mb-4">Join Our Team</h2>
<p class="mb-4">We primarily think of our employees and make flexible plans for them. Flexible work hours and large office facilities are available for all our employees. Free meals, gym membership, health insurance, education support in their field is available. Here you will work with smart and interesting friends in the area. If you think of us, we'd like to talk to you.</p>
</div>
</div>
<!--End Team Section-->
<!--Culture Section-->
<div class="section section-color">
<div class="container">
<h2 class="text-center mb-5">Our Company Culture</h2>
<ul class="list-unstyled mb-0">
<li class="mb-4">
<h5 class="mb-3">Perfect Approach</h5>
<div class="ml-4">There may be many solutions to a problem, but it is important for us to find and implement the simplest and most flexible solution to the problem. Every problem should be solved by thinking about the future.</div>
</li>
<li class="mb-4">
<h5 class="mb-3">Working with Love</h5>
<div class="ml-4">We are doing our job with love as we did the first day without feeling tired, fatigue. Every employee should do his / her best-known job and support other jobs in order to improve herself.</div>
</li>
<li class="mb-4">
<h5 class="mb-3">We Produce and Develop</h5>
<div class="ml-4">We are always open to new ideas. Sharing ideas, thinking and seeing is our business and we love it very much. We recommend this culture to all our friends.</div>
</li>
<li>
<h5 class="mb-3">We Trust Each Other</h5>
<div class="ml-4">We stand behind what we say and do as a team and we compete with each other for new developments. Removing errors and issues is part of our opinion.</div>
</li>
</ul>
</div>
</div>
<!--End Culture Section-->
<!--JOBS Section-->
<div class="section section">
<div class="container">
<h2 class="text-center mb-5">Open Positions</h2>
<ul class="accordion list-unstyled jobs-list mb-0" id="accordionJob">
<!--Job-->
<li class="carpos">
<h5><a href="#" data-toggle="collapse" data-target="#collapseOne" aria-expanded="true">PHP/Symfony Developer</a></h5>
<div id="collapseOne" class="collapse body" data-parent="#accordionJob">
<p class="pt-4">
As part of the WriteLN software development team, you will work with friends who are experts
in their fields. You will be involved in developing forward-looking cloud software
architectures, working for websites and other automation systems.
</p>
<p>We are looking for friends who can develop flexible architectures that trust themselves and the code they write.</p>
<h6>Qualifications</h6>
<ul class="list-bullet mb-4">
<li></li>
<li>Advanced object-oriented programming knowledge</li>
<li>Worked with PHP software architectures</li>
<li>Linux management information for infrastructure</li>
<li>Git version control system</li>
<li>Approaching problems with innovative solutions</li>
<li>Experienced with HTML, CSS, JavaScript</li>
</ul>
<div class="m-t-30 text-center">
<a class="btn btn-block btn-primary btn-lg" href="mailto:careers@example.com">Send CV</a>
</div>
</div>
</li>
<!--End Job-->
<!--Job-->
<li class="carpos">
<h5><a href="#" data-toggle="collapse" data-target="#collapseTwo" aria-expanded="false">Linux System Administrator</a></h5>
<div id="collapseTwo" class="collapse body" data-parent="#accordionJob">
<p class="pt-4">As a WriteLN system administrator, you will work on infrastructure scaling and
solving problems. For the continuity and security of the system, some of our system
administrators are evaluated according to the shift work system.
</p>
<h6>Qualifications</h6>
<ul class="list-bullet mb-4">
<li>Experienced in advanced CentOS/RedHat</li>
<li>Experienced in Python or Shell</li>
<li>Experienced in server security</li>
<li>
Able to make application server institutions or open to learning
<ul>
<li>Apache/Nginx, PHP7</li>
<li>Mysql/PostgreSql</li>
<li>Redis/MemCache</li>
</ul>
</li>
<li>
Experienced or willing to learn about server virtualization functions
<ul>
<li>Server Virtualization solutions</li>
<li>Server Scaling Architectures</li>
<li>KVM, Libvirt</li>
<li>Storage Systems (iSCSI, GlusterFS, Qcow2 vs.)</li>
<li>Load Balancing</li>
</ul>
</li>
</ul>
<div class="m-t-30 text-center">
<a class="btn btn-block btn-primary btn-lg" href="mailto:careers@example.com">Send CV</a>
</div>
</div>
</li>
<!--End Job-->
<!--Job-->
<li class="carpos">
<h5><a href="#" data-toggle="collapse" data-target="#collapseThree" aria-expanded="false">Customer Service Team</a></h5>
<div id="collapseThree" class="collapse body" data-parent="#accordionJob">
<p class="pt-4">We need a friendly, well-spoken teammate with entry-level programming skills who
can provide technical support for WriteLN products. Some of our team members are evaluated
according to the shift system.</p>
<ul class="mb-4">
<li>Meeting customer support requests (Phone, Mail, Support Request)</li>
<li>Identifying general and specific issues</li>
<li>To be able to follow up for Support Programs</li>
</ul>
<h6>Qualifications</h6>
<ul class="list-bullet mb-4">
<li>Entry level programming knowledge</li>
<li>Basic accounting knowledge</li>
<li>Strong communication skills</li>
<li>Open to continuous learning</li>
</ul>
<div class="m-t-30 text-center">
<a class="btn btn-block btn-primary btn-lg" href="mailto:careers@example.com">Send CV</a>
</div>
</div>
</li>
<!--End Job-->
</ul>
</div>
</div>
<!--End JOBS Section-->
</main>
<!--
Footer
-->
<footer class="footer">
<!--Footer Background Section-->
<div class="back-footer">
<span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span>
</div>
<!--End Footer Background Section-->
<!--Footer Links Section-->
<div class="footersub">
<div class="container">
<div class="row">
<div class="col-md col-sm-3 col-6 mb-4 collogo">
<ul class="list-unstyled colinfo">
<li>
<a class="logo d-block mb-4" href="index.html"><img src="assets/static/logo.svg" alt="WriteLN"></a>
</li>
</ul>
</div>
<div class="col-md col-sm-3 col-6 mb-sm-0 mb-4">
<h4>Support</h4>
<ul class="list-unstyled mb-0">
<li><a href="contact.html">Support Ticket</a></li>
<li><a href="mailto:example@example.com">example@example.com</a></li>
<li><a href="contact.html"></a></li>
</ul>
</div>
<div class="col-md col-sm-3 col-6 mb-sm-0 mb-4">
<h4>Product</h4>
<ul class="list-unstyled mb-0">
<li><a href="cloud.html">Cloud Server</a></li>
<li><a href="pricing.html">Pricing</a></li>
<li><a href="api.html">API Documentation</a></li>
<li><a href="api.html">API Library</a></li>
</ul>
</div>
<div class="col-md col-sm-3 col-6 mb-sm-0 mb-4">
<h4>Resources</h4>
<ul class="list-unstyled mb-0">
<li><a href="faq.html">FAQ</a></li>
<li><a href="network-status.html">Network Status</a></li>
<li><a href="refferer.html">Support Programs</a></li>
<li><a href="operating-system.html">Operating System</a></li>
<li><a href="applications.html">Applications</a></li>
<li><a href="datacenters.html">Datacenter</a></li>
</ul>
</div>
<div class="col-md col-sm-3 col-6 mb-sm-0 mb-4">
<h4>Company</h4>
<ul class="list-unstyled mb-0">
<li><a href="about.html">About</a></li>
<li><a href="teams.html">Teams</a></li>
<li><a href="careers.html">Carrers</a></li>
<li><a href="news.html">News</a></li>
<li><a href="legal.html">Legal</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
</div>
</div>
<!--End Footer Links Section-->
<!--Copyright Section-->
<div class="container">
<div class="pt-4 pb-4 d-flex copyright">
<div class="text-white mr-auto align-self-center">© Copyright 2021 WriteLN. All Right Reserved.
</div>
</div>
</div>
<!--End Copyright Section-->
</footer>
</body>
</html>