-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
62 lines (62 loc) · 4.32 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
<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css" />
<link href="http://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700&subset=latin,cyrillic" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Raleway:100" rel="stylesheet" type="text/css">
<link href='http://fonts.googleapis.com/css?family=Francois+One|Abel|Ubuntu+Condensed' rel='stylesheet' type='text/css'>
<title>Arepa Development</title>
</head>
<body>
<div id="container">
<div id="title"><h1>Arepa Development</h1></div>
<div id="columns">
<div class="column">
<h2>Who we are?</h2>
<p>We are geeks/tech-lovers that enjoy everything they do. We dont work, simply because we feel
passion and love for these things, so what you call work we prefer call it life. If you hear some people
in a bar talking about technology and stuffs like Django, Rails, Economy or Cloud Computing
that's probably us. If they are eating "Arepas", then certainly that's us.</p>
</div>
<div class="column">
<h2>What we do?</h2>
<p>We develop tools and products to improve people's life, from web apps to complex electronic equipments.
We believe that people shoud enjoy each day of their lives, so we focus on doing good
and elegant solutions to help others achieve theirs goals. Helping others generates great satisfaction to us. </p>
</div>
<div class="column">
<h2>How we do it?</h2>
<p>Every success we achieve has solid bases on the open source comunity. We, as part of that community,
try to give back as much as possible. For us, that is the best way to make technology,
not only for ourself but for human kind. Knowledge should not depend on anybody else be adquired and used by anyone who is interested</p>
</div>
<div class="clearfix"></div>
</div>
<div id="title"><h2>What technologies do we use?</h2></div>
<div id="technologies">
<div class="tech"><img height="32" width="32" src="images/tux.png"/><span>GNU/Linux</span></div>
<div class="tech"><img height="32" width="32" src="images/python.png"/><span> Python</span></div>
<div class="tech"><img height="32" width="32" src="images/ruby.png"/><span> Ruby</span></div>
<div class="tech"><img height="32" width="32" src="images/django.png"/><span> Django</span></div>
<div class="tech"><img height="32" width="32" src="images/rails.png"/><span> Rails</span></div>
<div class="tech"><img height="32" width="32" src="images/gtk.png"/><span> PyGTK</span></div>
<div class="tech"><img height="32" width="32" src="images/qt.png"/><span> PyQt</span></div>
<div class="tech"><img height="32" width="32" src="images/html5.png"/><span> HTML5</span></div>
<div class="tech"><img height="32" width="32" src="images/jquery.png"/><span> jQuery</span></div>
<div class="tech"><img height="32" width="32" src="images/twitter.png"/><span> Twitter API</span></div>
<div class="tech"><img height="32" width="32" src="images/facebook.png"/><span> Facebook API</span></div>
<div class="tech"><img height="32" width="32" src="images/turpial.png"/><span> Turpial</span></div>
<div class="tech"><img height="32" width="32" src="images/pinguinove.png"/><span> PingûinoVE</span></div>
<div class="tech"><img height="32" width="32" src="images/android.png"/><span> Android</span></div>
<div class="tech"><img height="32" width="32" src="images/blender.png"/><span> Blender</span></div>
<div class="clearfix"></div>
</div>
<div id="contact">
<span><a href="http://github.com/arepadev">github</a></span>
<span><a href="mailto:[email protected]">[email protected]</a></span>
<span><a href="mailto:[email protected]">[email protected]</a></span>
<span><a href="http://twitter.com/satanas82">@satanas82</a></span>
<span><a href="http://twitter.com/guerrerocarlos">@guerrerocarlos</a></span>
</div>
</div>
</body>
</html>