-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
302 lines (265 loc) · 13.1 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
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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
---
layout: default
title: Home
menu: Home
---
<!--hero section-->
<div id="fullscreen-banner" class="full-banner text-center vertical-align banner-borbit">
<div class="container-mid container-mid-lg">
<div class="container">
<div class="banner-title">
<h1 class="text-uppercase b-lg-txt big-title-mt title-no-letter-spacing" >Would you like to have an iPhone app?</h1>
<div class="m-top-subtitle">
<h3 class="text-uppercase title-no-letter-spacing">Let's make one, it's super easy </h3>
</div>
<div class="m-top-button">
<a href="#our-services" class="btn btn-medium btn-dark-solid btn-rounded text-uppercase button-without-margin-right background-black" data-scroll>Let's get started</a>
</div>
</div>
</div>
</div>
</div>
<!--hero section-->
<section class="body-content ">
<!--feature -->
<div id="our-services" class="page-content">
<div class="container">
<div class="row">
<!--title-->
<div class="heading-title border-short-bottom text-center">
<h3 class="text-uppercase">our services</h3>
</div>
<!--title-->
<!--feature border box start-->
<div class="feature-box-grid">
<div class="col-md-4">
<div class="featured-item border-box text-center featured-item-fixed-height">
<div class="icon">
<i class="icon-basic_bolt"></i>
</div>
<div class="title text-uppercase">
<h4>Fast Delivery</h4>
</div>
<div class="desc">
The App Store makes it simple for users around the world to discover, download and enjoy your apps.
</div>
</div>
</div>
<div class="col-md-4">
<div class="featured-item border-box text-center featured-item-fixed-height">
<div class="icon">
<i class=" icon-basic_pencil_ruler"></i>
</div>
<div class="title text-uppercase">
<h4>professional code</h4>
</div>
<div class="desc">
We support both languages, Objective C and Swift. Swift is the result of the latest research on programming languages, combined with decades of experience building Apple platforms.
</div>
</div>
</div>
<div class="col-md-4">
<div class="featured-item border-box text-center featured-item-fixed-height">
<div class="icon">
<i class="icon-mobile"></i>
</div>
<div class="title text-uppercase">
<h4>easy customize</h4>
</div>
<div class="desc">
Include the new APIs and services that enable new categories of apps and features. In-app purchases, push notifications, login with Facebook, Google, and much more.
</div>
</div>
</div>
<div class="col-md-4">
<div class="featured-item border-box text-center featured-item-fixed-height">
<div class="icon">
<i class="icon-basic_gear"></i>
</div>
<div class="title text-uppercase">
<h4>24/7 support</h4>
</div>
<div class="desc">
Our team is available for any questions you may have regarding our work.
Feel free to drop us a line at any time. We are open 24/7.
</div>
</div>
</div>
<div class="col-md-4">
<div class="featured-item border-box text-center featured-item-fixed-height">
<div class="icon">
<i class="icon-device_iphone"></i>
</div>
<div class="title text-uppercase">
<h4>Cutting-Edge Technology</h4>
</div>
<div class="desc">
We exploit all the power of new technologies and employ the most current and high-level IT developments.
</div>
</div>
</div>
<div class="col-md-4">
<div class="featured-item border-box text-center featured-item-fixed-height">
<div class="icon">
<i class="icon-basic_todolist_pencil"></i>
</div>
<div class="title text-uppercase">
<h4>clean code</h4>
</div>
<div class="desc">
Bad code can bring a development organization to its knees. But it doesn’t have to be that way. We use best coding practices.
</div>
</div>
</div>
</div>
<!--feature border box end-->
</div>
</div>
</div>
<!--feature -->
<div class="page-content">
<div class="container">
<div class="row">
<!--title-->
<div class="heading-title border-short-bottom text-center">
<h3 class="text-uppercase">Recent Work</h3>
</div>
<!--title-->
<div class="col-md-12">
<!--filter start-->
<div class="text-center">
<ul class="portfolio-filter">
<li class="active"><a href="#" data-filter="*"> All</a>
</li>
<li><a href="#" data-filter=".cat_ios">iOS</a>
</li>
</ul>
</div>
<!--filter end-->
<div class="portfolio col-2 gutter ">
{% for project in site.projects %}
<div class="portfolio-item {{ project.categories | join: ' ' }}">
<div class="thumb">
<img src="{{ project.image }}" alt="">
<div class="portfolio-hover">
<div class="action-btn">
<a href="{{project.url}}"> <i class="icon-basic_magnifier"></i>
</a>
</div>
<div class="portfolio-description">
<h4><a href="{{project.url}}">{{project.title}}</a></h4>
</div>
</div>
</div>
</div>
{% endfor %}
</div>
</div>
</div>
</div>
</div>
<div class="page-content">
<div class="container">
<div class="row">
<!--title-->
<div class="heading-title border-short-bottom text-center">
<h3 class="text-uppercase">Latest blog entry</h3>
</div>
<!--title-->
<div class="col-md-12">
{% assign post = site.posts.first %}
<!--classic text post-->
<div class="blog-classic m-bottom-zero">
<div class="date">
{{ post.date | date: "%-d" }}
<span class="text-uppercase">{{ post.date | date: "%b %Y" }}</span>
</div>
<div class="blog-post">
{% if post.image %}
<div class="full-width">
<a href="{{ post.url | relative_url }}">
<img src="{{ post.image }}" alt="" />
</a>
</div>
{% endif %}
<h4 class="text-uppercase"><a href="{{ post.url | relative_url }}">{{ post.title }}</a></h4>
<ul class="post-meta">
<li><i class="fa fa-user"></i>posted by <a href="#">{{ post.author }}</a>
</li>
<li>
<i class="fa fa-folder-open"></i>
{% for category in post.categories %}
<a href="{{ site.baseurl }}/blog/categories.html#{{ category }}" >{{ category }} {% if category != post.categories.last %}, {% endif %}</a>
{% endfor %}
</li>
{% if post.comments != false %}
<li><i class="fa fa-comments"></i><a href="{{ post.url }}#disqus_thread">0 Comments</a>
</li>
{% endif %}
</ul>
{{ post.excerpt }}
<a href="{{ post.url | relative_url }}" class="btn btn-small btn-dark-solid "> Continue Reading</a>
</div>
</div>
<!--classic text post-->
</div>
</div>
</div>
</div>
<div class="page-content">
<div class="container">
<div class="row">
<div class="heading-title border-short-bottom text-center">
<h3 class="text-uppercase">Testimonials</h3>
</div>
<div class="col-md-12">
<!--testimonial start-->
<div id="testimonial-2" class="outer-border">
<div class="item">
<div class="icon">
<i class="fa fa-quote-left"></i>
</div>
<div class="content">
<p>
Gastón was an extremely valuable development resource to create Vive Uy. He made the experience of building the iOS version of my app much easier. </br>
With hard work, sense of responsability, skillness and great disposition he built exactly what i was looking to.
</p>
<div class="testimonial-meta">
- Cecilia Pérez -
<span>Founder at Vive Uy</span>
</div>
</div>
</div>
<div class="item">
<div class="icon">
<i class="fa fa-quote-left"></i>
</div>
<div class="content">
<p>
Gastón has added immense value to our tech team. </br>
His iOS development and critical thinking skills have allowed us to efficiently achieve key milestones.
</p>
<div class="testimonial-meta">
- Ricardo Buitrago -
<span>Co-Founder at ¿A qué hora juega?</span>
</div>
</div>
</div>
</div>
<!--testimonial end-->
</div>
</div>
</div>
</div>
<div class="page-content">
<div class="container">
<div class="row">
<div class="heading-title border-short-bottom text-center">
<h3 class="text-uppercase">Contact Us</h3>
</div>
{% include contact.html %}
</div>
</div>
</div>
</div>
</section>