-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjoinus.html
185 lines (159 loc) · 7.5 KB
/
joinus.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
<!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.0,maximum-scale=1">
<title>Movie Review | Join Us</title>
<!-- Loading third party fonts -->
<link href="http://fonts.googleapis.com/css?family=Roboto:300,400,700|" rel="stylesheet" type="text/css">
<link href="fonts/font-awesome.min.css" rel="stylesheet" type="text/css">
<!-- Loading main css file -->
<link rel="stylesheet" href="style.css">
<!--[if lt IE 9]>
<script src="js/ie-support/html5.js"></script>
<script src="js/ie-support/respond.js"></script>
<![endif]-->
</head>
<body>
<div id="site-content">
<header class="site-header">
<div class="container">
<a href="index.html" id="branding">
<img src="images/logo.png" alt="" class="logo">
<div class="logo-copy">
<h1 class="site-title">Ripe Cucumbers</h1>
<small class="site-description">Smell What is Being Cooked</small>
</div>
</a> <!-- #branding -->
<div class="main-navigation">
<button type="button" class="menu-toggle"><i class="fa fa-bars"></i></button>
<ul class="menu">
<li class="menu-item"><a href="index.html">Home</a></li>
<li class="menu-item"><a href="about.html">About</a></li>
<li class="menu-item"><a href="review.html">Review for us</a></li>
<li class="menu-item current-menu-item"><a href="joinus.html">Join us</a></li>
<li class="menu-item"><a href="contact.html">Contact</a></li>
</ul> <!-- .menu -->
</div> <!-- .main-navigation -->
<div class="mobile-navigation"></div>
</div>
</header>
<main class="main-content">
<div class="container">
<div class="page">
<div class="breadcrumbs">
<a href="index.html">Home</a>
<span>Join Us</span>
</div>
<div class="content">
<h2 class="section-title">The Perks of Joining Us</h2>
<p>First of all, you will be working with the company that won the best debut award at Forbes'. Second of all, you will be the fourth person of the crew and if you deserve, on basis of your personal conduct, you may become a co-founder. Moreover you will get a salary in the form of good thoughts, excellent philosophy and false hopes and once in a while some money too. So cheerio. </p>
<h2 class="section-title">Essentials to join us.</h2>
<p>You must not express your views without being asked before. Non-compliance with whatever we tell you to do will be unbearable to a punitive extent of exile. You must publicly express hate against whatever we hate. Lastly you must use your blood instead of ink on every official document. The posts open are:- </p>
<div class="row">
<div class="col-md-4">
<div class="feature">
<h3 class="feature-title">A Polylinguist</h3>
<small class="feature-subtitle">Who knows many languages.</small>
<p>To gather information,reviews and judge the relevance of movies of all languages to help us expand our network. (S)He must know atleast 18 languages except Hindi,English and Maithili.</p>
<form action="mailto:[email protected]" method="post" enctype="text/plain">
<input type="submit" value="Send a request" class="button">
</form>
</div>
</div>
<div class="col-md-4">
<div class="feature">
<h3 class="feature-title">A Logistician</h3>
<small class="feature-subtitle">The guy with the odd-jobs</small>
<p>We may seem extra-ordinarily excellent but still we are human beings and have humane needs of food, water, transportation, etc. We need you to make this stuff easy for us.</p>
<form action="mailto:[email protected]" method="post" enctype="text/plain">
<input type="submit" value="Send a request" class="button">
</form>
</div>
</div>
<div class="col-md-4">
<div class="feature">
<h3 class="feature-title">A Court Jester</h3>
<small class="feature-subtitle">Good sense of humour</small>
<p>The office is getting boring day-by-day. The employees need some fun from time to time. We don't recommend popular modes like substance abuse. Thus you will be the most important part of the team.</p>
<form action="mailto:[email protected]" method="post" enctype="text/plain">
<input type="submit" value="Send a request" class="button">
</form>
</div>
</div>
</div>
</div>
</div>
</div> <!-- .container -->
</main>
<footer class="site-footer">
<div class="container">
<div class="row">
<div class="col-md-2">
<div class="widget">
<h3 class="widget-title">About Us</h3>
<p>We are the newest idea in the cinema bizz and you have to visit us. That is all.</p>
</div>
</div>
<div class="col-md-2">
<div class="widget">
<h3 class="widget-title">Recent Review</h3>
<ul class="no-bullet">
<li>The use of the word</li>
<li>'Recent' is redundant</li>
<li>We always have an</li>
<li>awesome review.</li>
</ul>
</div>
</div>
<div class="col-md-2">
<div class="widget">
<h3 class="widget-title">Help Center</h3>
<ul class="no-bullet">
<li>You don't actually</li>
<li>need our help. This</li>
<li>site is more friendly</li>
<li>than your friend.</li>
</ul>
</div>
</div>
<div class="col-md-2">
<div class="widget">
<h3 class="widget-title">Join Us</h3>
<ul class="no-bullet">
<li>You don't know the</li>
<li>best feeling ever;</li>
<li>to be a part of</li>
<li>Ripe Cucumbers.</li>
</ul>
</div>
</div>
<div class="col-md-2">
<div class="widget">
<h3 class="widget-title">Social Media</h3>
<ul class="no-bullet">
<li><a href="https://www.facebook.com/Ripe-Cucumbers-1758567827538415/">Facebook</a></li>
<li><a href="https://twitter.com/RipeCucumbers?ref_src=twsrc%5Etfw" >Twitter</a><script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script></li>
<li><a href="https://plus.google.com/u/0/117180253117941301641">Google+</a></li>
<li><a href="https://www.pinterest.com/ripecucumbers/pins/">Pinterest</a></li>
</ul>
</div>
</div>
<div class="col-md-2">
<div class="widget">
<h3 class="widget-title">Newsletter</h3><div class="createsend-button" style="height:27px;display:inline-block;" data-listid="j/B5/B7F/351/0C5F2C3AF92E32D9">
</div><script type="text/javascript">(function () { var e = document.createElement('script'); e.type = 'text/javascript'; e.async = true; e.src = ('https:' == document.location.protocol ? 'https' : 'http') + '://btn.createsend1.com/js/sb.min.js?v=3'; e.className = 'createsend-script'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(e, s); })();</script>
</div>
</div>
</div> <!-- .row -->
<div class="colophon"><center>This was tough to design and hence <br>Copyright © Ripe Cucumbers 2018 | All rights reserved </center></div>
</div> <!-- .container -->
</footer>
</div>
<!-- Default snippet for navigation -->
<script src="js/jquery-1.11.1.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/app.js"></script>
</body>
</html>