forked from dragdropsite/mPurpose
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpage-job-details.html
executable file
·263 lines (252 loc) · 11.2 KB
/
page-job-details.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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>mPurpose - Multipurpose Feature Rich Bootstrap Template</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/icomoon-social.css">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700,600,800' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/leaflet.css" />
<!--[if lte IE 8]>
<link rel="stylesheet" href="css/leaflet.ie.css" />
<![endif]-->
<link rel="stylesheet" href="css/main.css">
<script src="js/modernizr-2.6.2-respond-1.1.0.min.js"></script>
</head>
<body>
<!--[if lt IE 7]>
<p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p>
<![endif]-->
<!-- Navigation & Logo-->
<div class="mainmenu-wrapper">
<div class="container">
<div class="menuextras">
<div class="extras">
<ul>
<li class="shopping-cart-items"><i class="glyphicon glyphicon-shopping-cart icon-white"></i> <a href="page-shopping-cart.html"><b>3 items</b></a></li>
<li>
<div class="dropdown choose-country">
<a class="#" data-toggle="dropdown" href="#"><img src="img/flags/gb.png" alt="Great Britain"> UK</a>
<ul class="dropdown-menu" role="menu">
<li role="menuitem"><a href="#"><img src="img/flags/us.png" alt="United States"> US</a></li>
<li role="menuitem"><a href="#"><img src="img/flags/de.png" alt="Germany"> DE</a></li>
<li role="menuitem"><a href="#"><img src="img/flags/es.png" alt="Spain"> ES</a></li>
</ul>
</div>
</li>
<li><a href="page-login.html">Login</a></li>
</ul>
</div>
</div>
<nav id="mainmenu" class="mainmenu">
<ul>
<li class="logo-wrapper"><a href="index.html"><img src="img/mPurpose-logo.png" alt="Multipurpose Twitter Bootstrap Template"></a></li>
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="features.html">Features</a>
</li>
<li class="has-submenu active">
<a href="#">Pages +</a>
<div class="mainmenu-submenu">
<div class="mainmenu-submenu-inner">
<div>
<h4>Homepage</h4>
<ul>
<li><a href="index.html">Homepage (Sample 1)</a></li>
<li><a href="page-homepage-sample.html">Homepage (Sample 2)</a></li>
</ul>
<h4>Services & Pricing</h4>
<ul>
<li><a href="page-services-1-column.html">Services/Features (Rows)</a></li>
<li><a href="page-services-3-columns.html">Services/Features (3 Columns)</a></li>
<li><a href="page-services-4-columns.html">Services/Features (4 Columns)</a></li>
<li><a href="page-pricing.html">Pricing Table</a></li>
</ul>
<h4>Team & Open Vacancies</h4>
<ul>
<li><a href="page-team.html">Our Team</a></li>
<li><a href="page-vacancies.html">Open Vacancies (List)</a></li>
<li><a href="page-job-details.html">Open Vacancies (Job Details)</a></li>
</ul>
</div>
<div>
<h4>Our Work (Portfolio)</h4>
<ul>
<li><a href="page-portfolio-2-columns-1.html">Portfolio (2 Columns, Option 1)</a></li>
<li><a href="page-portfolio-2-columns-2.html">Portfolio (2 Columns, Option 2)</a></li>
<li><a href="page-portfolio-3-columns-1.html">Portfolio (3 Columns, Option 1)</a></li>
<li><a href="page-portfolio-3-columns-2.html">Portfolio (3 Columns, Option 2)</a></li>
<li><a href="page-portfolio-item.html">Portfolio Item (Project) Description</a></li>
</ul>
<h4>General Pages</h4>
<ul>
<li><a href="page-about-us.html">About Us</a></li>
<li><a href="page-contact-us.html">Contact Us</a></li>
<li><a href="page-faq.html">Frequently Asked Questions</a></li>
<li><a href="page-testimonials-clients.html">Testimonials & Clients</a></li>
<li><a href="page-events.html">Events</a></li>
<li><a href="page-404.html">404 Page</a></li>
<li><a href="page-sitemap.html">Sitemap</a></li>
<li><a href="page-login.html">Login</a></li>
<li><a href="page-register.html">Register</a></li>
<li><a href="page-password-reset.html">Password Reset</a></li>
<li><a href="page-terms-privacy.html">Terms & Privacy</a></li>
<li><a href="page-coming-soon.html">Coming Soon</a></li>
</ul>
</div>
<div>
<h4>eShop</h4>
<ul>
<li><a href="page-products-3-columns.html">Products listing (3 Columns)</a></li>
<li><a href="page-products-4-columns.html">Products listing (4 Columns)</a></li>
<li><a href="page-products-slider.html">Products Slider</a></li>
<li><a href="page-product-details.html">Product Details</a></li>
<li><a href="page-shopping-cart.html">Shopping Cart</a></li>
</ul>
<h4>Blog</h4>
<ul>
<li><a href="page-blog-posts.html">Blog Posts (List)</a></li>
<li><a href="page-blog-post-right-sidebar.html">Blog Single Post (Right Sidebar)</a></li>
<li><a href="page-blog-post-left-sidebar.html">Blog Single Post (Left Sidebar)</a></li>
<li><a href="page-news.html">Latest & Featured News</a></li>
</ul>
</div>
</div><!-- /mainmenu-submenu-inner -->
</div><!-- /mainmenu-submenu -->
</li>
<li>
<a href="credits.html">Credits</a>
</li>
</ul>
</nav>
</div>
</div>
<!-- Page Title -->
<div class="section section-breadcrumbs">
<div class="container">
<div class="row">
<div class="col-md-12">
<h1>Job Details</h1>
</div>
</div>
</div>
</div>
<div class="section">
<div class="container">
<div class="row">
<div class="col-md-7">
<!-- Job Description -->
<div class="job-details-wrapper">
<h3>Ruby on Rails Developer</h3>
<p>
Donec hendrerit massa metus, a ultrices elit iaculis eu. Pellentesque ullamcorper augue lacus. Phasellus et est quis diam iaculis fringilla id nec sapien. Sed tempor ornare felis, non vulputate dolor. Etiam ornare diam vitae ligula malesuada tempor. Vestibulum nec odio vel libero ullamcorper euismod et in sapien. Suspendisse potenti.
</p>
<h4>Skills required for the Ruby on Rails Developer</h4>
<ul>
<li>Nullam dictum augue nec iaculis rhoncus. Aenean lobortis fringilla orci, vitae varius purus eleifend vitae.</li>
<li>Nunc ornare, dolor a ultrices ultricies, magna dolor convallis enim, sed volutpat quam sem sed tellus.</li>
<li>Aliquam malesuada cursus urna a rutrum. Ut ultricies facilisis suscipit.</li>
<li>Duis a magna iaculis, aliquam metus in, luctus eros.</li>
<li>Aenean nisi nibh, imperdiet sit amet eleifend et, gravida vitae sem.</li>
<li>Donec quis nisi congue, ultricies massa ut, bibendum velit.</li>
</ul>
<h4>How to apply?</h4>
<p>
Please email your CV and a portfolio to: <a href="mailto:getintouch@yourcompanydomain.com">getintouch@yourcompanydomain.com</a> with RUBY ON RAILS DEVELOPER as the subject.
</p>
</div>
<!-- End Job Description -->
</div>
<!-- Sidebar -->
<div class="col-md-4 col-md-offset-1">
<h4>You may also be interested in</h4>
<table class="jobs-list">
<tr>
<td class="job-position">
<a href="#">Front End Developer</a> <span class="label label-danger">New</span>
</td>
</tr>
<tr>
<td class="job-position">
<a href="#">Back-end Developer</a> <span class="label label-danger">New</span>
</td>
</tr>
<tr>
<td class="job-position">
<a href="#">Creative Director</a>
</td>
</tr>
</table>
</div>
<!-- End Sidebar -->
</div>
</div>
</div>
<!-- Footer -->
<div class="footer">
<div class="container">
<div class="row">
<div class="col-footer col-md-3 col-xs-6">
<h3>Our Latest Work</h3>
<div class="portfolio-item">
<div class="portfolio-image">
<a href="page-portfolio-item.html"><img src="img/portfolio6.jpg" alt="Project Name"></a>
</div>
</div>
</div>
<div class="col-footer col-md-3 col-xs-6">
<h3>Navigate</h3>
<ul class="no-list-style footer-navigate-section">
<li><a href="page-blog-posts.html">Blog</a></li>
<li><a href="page-portfolio-3-columns-2.html">Portfolio</a></li>
<li><a href="page-products-3-columns.html">eShop</a></li>
<li><a href="page-services-3-columns.html">Services</a></li>
<li><a href="page-pricing.html">Pricing</a></li>
<li><a href="page-faq.html">FAQ</a></li>
</ul>
</div>
<div class="col-footer col-md-4 col-xs-6">
<h3>Contacts</h3>
<p class="contact-us-details">
<b>Address:</b> 123 Fake Street, LN1 2ST, London, United Kingdom<br/>
<b>Phone:</b> +44 123 654321<br/>
<b>Fax:</b> +44 123 654321<br/>
<b>Email:</b> <a href="mailto:getintoutch@yourcompanydomain.com">getintoutch@yourcompanydomain.com</a>
</p>
</div>
<div class="col-footer col-md-2 col-xs-6">
<h3>Stay Connected</h3>
<ul class="footer-stay-connected no-list-style">
<li><a href="#" class="facebook"></a></li>
<li><a href="#" class="twitter"></a></li>
<li><a href="#" class="googleplus"></a></li>
</ul>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="footer-copyright">© 2013 mPurpose. All rights reserved.</div>
</div>
</div>
</div>
</div>
<!-- Javascripts -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/jquery-1.9.1.min.js"><\/script>')</script>
<script src="js/bootstrap.min.js"></script>
<script src="http://cdn.leafletjs.com/leaflet-0.5.1/leaflet.js"></script>
<script src="js/jquery.fitvids.js"></script>
<script src="js/jquery.sequence-min.js"></script>
<script src="js/jquery.bxslider.js"></script>
<script src="js/main-menu.js"></script>
<script src="js/template.js"></script>
</body>
</html>