-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
44 lines (38 loc) · 1.21 KB
/
index.html
File metadata and controls
44 lines (38 loc) · 1.21 KB
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
---
layout: home
title: Ripeworks
---
<div class="container intro">
<h1 class="animate-bounce">Full service web studio, <span>ready to pick.</span></h1>
</div>
<section>
<div class="container">
<div class="col three animate-in-2"><h3>Latest</h3></div>
<div class="col seven animate-in-3">
<ul>
{% for post in site.posts limit:1 %}
<li><a class="latest" href="{{post.url}}"><span>Blog:</span> {{post.title}}</a></li>
{% endfor %}
</ul>
</div>
</div>
</section>
<section class="contact">
<div class="container buffer">
<div class="col three animate-in-2">
<h3>Contact</h3>
</div>
<div class="col seven animate-in-3">
<p>Get in touch to find out more about what we do, ask questions, talk about a project or just to say hi.</p>
<h5>Say hello</h5>
<p><a href="mailto:mike@ripeworks.com">mike@ripeworks.com</a></p>
<h5>Follow</h5>
<p><a href="https://twitter.com/ripeworks" target="_blank">@ripeworks</a>
<a href="https://github.com/ripeworks" target="_blank">github</a>
</p>
</div>
</div>
</section>
<footer>
<p>© 2013 - <span class="year">2015</span> Ripeworks LLC all rights reserved.</p>
</footer>