-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
105 lines (95 loc) · 2.98 KB
/
index.html
File metadata and controls
105 lines (95 loc) · 2.98 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
---
layout: default
---
<main class="container-fluid">
<section class="row">
<div class="col-sm-8 bg-lightgrey medium-row">
<div class="text-vertical-center">
<div>
<h2>Who we are</h2>
<p>
We are The Smiths, supplier of Titanium development. Have a
look at our work. We know how to fully leverage the power of
Appcelerator Titanium. Where others stop we move forward.
<br/> <br/>
Molding a great app with Appcelerator Titanium can be highly cost effective in
creation and maintenance. But only when the right craftsmen are at play. We are those
craftsmen.
</p>
</div>
</div>
</div>
<div class="col-sm-4 hidden-xs medium-row img-wrapper">
<img src="/media/coding.png" alt="Coding Session" />
</div>
</section>
<section class="row">
<div class="col-md-4 medium-row">
<div class="text-vertical-center">
<div>
<h2>What we do</h2>
<p>
We specialize in Appcelerator Titanium development. We help with getting your project started or get it back on track. We also develop native modules to make full use of the native API and available native components. We also provide consultancy services for work flow setup to optimize your development process with Appcelerator Titanium.
We promote open source. We develop open source components to be used freely and encourage our customers to do the same.
</p>
</div>
</div>
</div>
<div class="col-md-8 medium-row img-wrapper">
<img src="/media/ui.jpg" alt"User Interface"/>
</div>
</section>
<section class="row">
<div class="col-md-4 medium-row bg-bluegrey">
<div class="text-vertical-center">
<div>
<h2>Our Clients</h2>
<p>
A selection of the work we did.
</p>
</div>
</div>
</div>
<div class="col-md-8 medium-row bg-bluegrey">
<div class="text-vertical-center">
<div class="text-center">
<a class="client" href="http://www.kopenverkopen.nl">
<img src="/media/app1.png" alt="KopenVerkopen" />
</a>
<a class="client" href="http://www.penton.com">
<img src="/media/app3.png" alt="Penton" />
</a>
<!--a href="http://www.skoften.net"><div id="img-four"></div></a-->
</div>
</div>
</div>
</section>
<section class="row">
<div class="col-md-12 small-row">
<h3>OUR THOUGHTS</h3>
<!--p>
We share the lessons we have learned, open source code we have published and work we have done.
</p-->
</div>
<div class="col-md-12 articles text-center" id="articles">
{% for post in site.posts limit: 3 %}
<article class="article-excerpt">
<span class="text-meta">
{% if post.author %} {{ post.author }} - {% endif %}
{{ post.date | date_to_string }}
</span>
<h4>{{ post.title }}</h4>
{% if post.cover %}
<div class="img-wrapper">
<a href="{{ post.url }}">
<img src="{{post.cover}}" alt="{{post.title}}" />
</a>
</div>
{% endif %}
{{ post.excerpt }}
<a class="more" href="{{ post.url }}">Read more</a>
</article>
{% endfor %}
</div>
</section>
</main>