-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
89 lines (76 loc) · 2.88 KB
/
index.html
File metadata and controls
89 lines (76 loc) · 2.88 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
---
layout: default
title: minuscode
description: It’s less about code and more about quality, a product, an idea, a vision. We can help you build it.
---
<div class="masthead masthead-home">
<div class="wrapper">
<h1>
<span>We’re minuscode,</span>
<span>let's work together.</span>
</h1>
<h2>
<span>If you have a product idea that you want to get off the ground,</span>
<span>or a brand activation, we can help you <strong>build it.</strong></span>
</h2>
<a href="/contact" class="btn btn--red link--arrow-end">Get a Quote</a>
</div>
</div><!-- /masthead -->
<div class="content marketing">
<div class="wrapper">
<div class="grid">
<div class="grid__item one-third portable-one-whole">
<h3><span>What </span><span>we do</span></h3>
</div><!--
--><div class="grid__item one-third portable-one-whole">
<div class="mkt-img">
<img src="public/images/misc/what-we-do.png" alt="What we do">
</div>
</div><!--
--><div class="grid__item one-third portable-one-whole">
<div class="description">
<h4>Consulting</h4>
<p>We want to help you build your product or brand whether it is a mobile application or a web site, we like to provide you with your own think tank.</p>
<a href="/consulting" class="link--arrow-end">Services</a>
</div>
</div>
</div>
<hr>
<div class="grid">
<div class="grid__item one-third portable-one-whole">
<h3><span>Who </span><span>we are</span></h3>
</div><!--
--><div class="grid__item one-third portable-one-whole">
<div class="mkt-img">
<img src="public/images/misc/who-we-are.png" alt="Who we are">
</div>
</div><!--
--><div class="grid__item one-third portable-one-whole">
<div class="description">
<h4>The team</h4>
<p>Between ourselves we span very different working experiences, from startups to big corporate and from state instutions to ad agencies.</p>
<a href="/about-us" class="link--arrow-end">Meet us</a>
</div>
</div>
</div>
<hr>
<div class="grid">
<div class="grid__item one-third portable-one-whole">
<h3><span>What </span><span>we've </span><span>done</span></h3>
</div><!--
--><div class="grid__item one-third portable-one-whole">
<div class="mkt-img">
<img src="public/images/misc/what-we-have-done.png" alt="What we've done">
</div>
</div><!--
--><div class="grid__item one-third portable-one-whole">
<div class="description">
<h4>Our Work</h4>
<p>We've done this and we've done that, why don't you see for yourself and click the link below?</p>
<a href="/work" class="link--arrow-end">Portfolio</a>
</div>
</div>
</div>
</div>
</div><!-- /marketing -->
{% include contact_us.html %}