-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
34 lines (29 loc) · 988 Bytes
/
index.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
---
layout: default
meta_description: "We are looking for enthusiastic Ruby and Frontend developers. Experienced senior and talented junior professionals are also welcome."
---
<div class="header">
<a href="{{ site.homepage }}"><img src="/assets/images/{{ site.author.logo }}" alt="{{ site.author.name }} logo"/></a>
<h1>We. Are. Hiring.</h1>
</div>
<h2>Open positions</h2>
<div class="job-list text-left">
{% for post in site.posts %}
<div class="media">
<a href="{{ post.url }}">
<div class="media-left">
<img class="small-image media-object" src="/assets/images/{{post.logo}}" alt="{{ post.title }} Logo" />
</div>
<div class="media-body">
<h4 class="media-heading">
<b>{{ post.title }}</b>
</h4>
<p>{{ post.location }}</p>
</div>
<div class="media-right text-nowrap">
<p>{{ post.employment_type }}</p>
</div>
</a>
</div>
{% endfor %}
</div>