-
Notifications
You must be signed in to change notification settings - Fork 7
/
index.html
55 lines (52 loc) · 1.32 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
---
layout: default
---
<div class="hero" id="hero-home">
<div class="hero-content">
<div class="vertical-center">
<div class="inner">
<div class="container">
<h1>
The best list of coworking spaces in South Africa
</h1>
<div class="city-links">
{% for tag in site.tags %}
<a href="{{ site.baseurl }}/{{ tag | first | slugify }}/">
{{ tag | first }}
</a>
{% endfor %}
</div>
</div>
</div>
</div>
</div>
<div class="hero-image"></div>
</div>
<div class="offerzen-ad">
<div class="container">
<table>
<tbody>
<tr>
<td>
<a href="https://www.offerzen.com/?utm_source=coworking&utm_medium=banner&utm_campaign=built-by"> <img src="{{ "/images/built-by.png" | prepend: site.baseurl }}">
</a> </td>
</tr>
</tbody>
</table>
</div>
</div>
<div id="locations-showcase">
<div class="container">
<header class="text-xs-center m-b-lg">
<h5>Coworking spaces</h5>
<h3>See the amazing coworking spaces waiting for you</h3>
</header>
</div>
<div class="container">
<div class="row">
{% for post in site.posts %}
{% include post.html %}
{% endfor %}
</div>
</div>
</div>