-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·60 lines (56 loc) · 2.08 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
56
57
58
59
60
---
layout: landing
---
<!-- Banner -->
<section id="banner">
<div class="inner">
<h2>{{ site.title }}</h2>
<p>{{ site.description | markdownify }}</p>
<ul class="actions">
<li><a href="#contact" class="button special scrolly">Contact Us</a></li>
</ul>
</div>
<a href="#one" class="more scrolly">Learn More</a>
</section>
<!-- One -->
<section id="one" class="wrapper style1 special">
<div class="inner">
<header class="major">
<h2>We specialize in building complex, performant, scalable<br />
web applications</h2>
<p>Our framworks of choice<br />
Django (python), Express.js (node.js) and ruby on rails.</p>
</header>
<ul class="icons major">
<li><span class="icon fa-diamond major style1"><span class="label">Ruby</span></span></li>
<li><span class="icon fa-heart-o major style2"><span class="label">Python</span></span></li>
<li><span class="icon fa-code major style3"><span class="label">Node</span></span></li>
</ul>
</div>
</section>
<!-- Contact -->
<section id="contact" class="wrapper style4">
<div class="inner">
<section class="8u">
<h2>Contact us for a quote</h2>
<form action="https://formspree.io/{{ site.email }}" method="POST">
<div class="field half first">
<label for="name">Name</label>
<input type="text" name="name" id="name" />
</div>
<div class="field half">
<label for="email">Email</label>
<input type="text" name="_replyto" id="email" />
</div>
<div class="field">
<label for="message">Message</label>
<textarea name="message" id="message" rows="6"></textarea>
</div>
<ul class="actions" style='margin-top: 30px;'>
<li><input class="button fit" type="reset" value="Clear" /></li>
<li><input type="submit" value="Send Message" class="button fit special" /></li>
</ul>
</form>
</section>
</div>
</section>