-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcareers.html
88 lines (75 loc) · 3.92 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
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no" />
<title>Wheels On Roll - Careers</title>
<meta name="description" content="Careers at Wheels On Roll">
<meta name="keywords" content="Wheels On Roll, Cycle, Rental, Cycle Services, Digital, WOR,campus,demand,affordable, Careers, Jobs">
<link rel="shortcut icon" rel="nofollow" href="../favicon.ico">
<!-- CSS -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" rel="nofollow">
<link rel="stylesheet" rel="nofollow" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.5/css/materialize.min.css">
<link href="css/timeline.css" rel="stylesheet">
<link href="stylesheet.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="shortcut icon" rel="nofollow" href="favicon.ico">
<script
src="https://code.jquery.com/jquery-3.1.1.min.js"
integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8="
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.8/js/materialize.min.js"></script>
<script type="text/javascript" src="js/script.js"></script>
</head>
<body onload="init()">
<div class="header"></div>
<center>
<div class="card container left-align">
<div class="card-content">
<h4>Why should you join Wheels On Roll?</h4>
<div class="row">
<span class="col s12" >
<i>"What you think, you create. What you feel, you attract. What you imagine, you become."</i><br>
We are looking for a dedicated and passionate individual who is a good team-player. We believe in our philosophy, that an organisation is made by people not by the money in it.
</span>
</div>
</div>
</div>
<div class = "card container left-align">
<div class = "card-content">
<div class="row">
<span class="col s12 m6 l6" style="padding-left: 25px;">
<h5><b>Change the World </b></h5><br/>
We work to make the world a better place. However it's not possible to change alone and we are looking for torchbearers to help us take this mission forward and fight for our planet.
</span>
<span class="col s12 m6 l6" style="padding-left: 25px;">
<h5><b>Fight Climate Change</b></h5><br/>
Climate change has a profound impact on survival and development of mankind. The world needs WORroirs and we at WOR make sure we leave a better planet than the one that we came in!
</span>
</div>
<div class="row">
<span class="col s12 m6 l6" style="padding-left: 25px;">
<h5><b>Work freely</b></h5><br/>
We believe that an informal network is more efficient as people tend to work in collaborative ways. We at WOR have a very informal work culture with no fixed timings and an informal dress code at work.
</span>
<span class="col s12 m6 l6" style="padding-left: 25px;">
<h5><b>Learn and Teach</b></h5><br/>
<blockquote style="margin:0px;">“Learn to light a candle in the darkest moments of someone’s life. Be the light that helps others see; it is what gives life its deepest significance.”
― Roy T. Bennett.</blockquote><br>
</span>
</div>
</div>
</div>
<div class="card container left-align">
<div class="card-content">
<h4>Open Positions</h4>
<div class="row">
<span class="col s12" >
If you love our work and are interested in contributing towards the same, please feel free to drop a mail at [email protected].
</span>
</div>
</div>
</div>
</center>
<footer class="page-footer green white-text footer">
</footer>
</body>