-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
42 lines (39 loc) · 1.37 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
---
title: Games
---
<section class="hero diagonal">
<div class="container">
<h2 class="editable">We build fun stuff</h2>
<p class="subtext editable"><strong>Ponup</strong> is an indie development company looking to make different things differently.</p>
<p><a class="button alt" href="{{ site.baseurl }}/projects/">View our portfolio</a></p>
</div>
</section>
<section class="diagonal patterned">
<div class="container halves">
<div>
<h3 class="editable">Open source contributors</h3>
<p class="editable">We like to give back to the community and allow others to take our creations to the next levels.</p>
<p class="editable"><a href="{{ site.baseurl }}/projects/">View our project list →</a></p>
</div>
<div>
<ul class="image-grid">
{% for client in site.clients limit: 4 %}
<li><a href="{{ site.baseurl }}{{ client.url }}"><img src="{% include relative-src.html src=client.image_path %}"></a></li>
{% endfor %}
</ul>
</div>
</div>
</section>
<section class="diagonal alternate">
<div class="container halves">
<div>
<ul class="image-list">
<li><img src="{{ site.baseurl }}/images/software.png" width="300"></li>
</ul>
</div>
<div>
<h3 class="editable">Not only games</h3>
<p class="editable">We also develop professional apps for customers needing robust Web, mobile and desktop software.</p>
</div>
</div>
</section>