-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
257 lines (245 loc) · 11.3 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
<!DOCTYPE html>
<html manifest="wecodeio.appcache">
<head>
<meta charset="UTF-8"/>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<script src="vendor/jquery/jquery.js" type="text/javascript"></script>
<script src="scripts/wecodeio.js" type="text/javascript"></script>
<script src="vendor/jquery-mobile-bower/jquery.mobile-1.4.2.js" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="vendor/jquery-mobile-bower/jquery.mobile-1.4.2.css"/>
<link rel="stylesheet" type="text/css" href="stylesheets/wecodeio.min.css"/>
<link rel="stylesheet" type="text/css" href="stylesheets/wecodeio.css"/>
<title>wecode.io</title>
</head>
<body>
<div data-role="page" data-theme="a" id="home">
<div data-role="header">
<h1>
<span class="highlight">we</span> code
</h1>
</div>
<div data-role="content">
<ul data-role="listview" data-inset="true">
<li data-role="list-divider">Main menu</li>
<li><a class="ui-btn ui-icon-user ui-btn-icon-left" href="#team">Team</a></li>
<li><a class="ui-btn ui-icon-heart ui-btn-icon-left" href="#motto">Motto</a></li>
<li><a class="ui-btn ui-icon-calendar ui-btn-icon-left" href="#events">Events</a></li>
<li><a class="ui-btn ui-icon-star ui-btn-icon-left" href="#join">Join Us</a></li>
<li><a class="ui-btn ui-icon-comment ui-btn-icon-left" href="#contact">Contact</a></li>
</ul>
</div>
<div class="footer" data-role="footer" data-position="fixed">
<a class="phone ui-btn ui-icon-phone ui-btn-icon-left ui-btn-corner-all" href="tel:541153680424">+54 11 5368 0424</a>
<a class="site ui-btn ui-icon-action ui-btn-icon-left ui-btn-corner-all" href="http://wecode.io">Full Site</a>
</div>
</div>
<div data-role="page" data-theme="a" id="team">
<div data-role="header">
<h1>
<span class="highlight">we</span> code
</h1>
<a href="#home" data-role="button" data-icon="home" class="ui-btn-left">
Home
</a>
</div>
<div data-role="content">
<ul data-role="listview" data-inset="true">
<li data-role="list-divider">The Team</li>
<li>
<img src="images/team/ceneon.jpg" alt="Nicolás" height="80" width="80"/>
<h2>Nicolás Cerrini</h2>
<span class="small">problem solver</span>
</li>
<li>
<img src="images/team/cristianrasch.jpg" alt="Cristian" height="80" width="80"/>
<h2>Cristian Rasch</h2>
<span class="small">foss evangelist</span>
</li>
<li class="do-redirect" data-target="#delucas">
<img src="images/team/luke_ar.jpg" alt="Lucas" height="80" width="80"/>
<h2>Lucas Videla</h2>
<span class="small">code nerd</span>
</li>
<li>
<img src="images/team/nadia_romano.jpg" alt="Nadia" height="80" width="80"/>
<h2>Nadia Romano</h2>
<span class="small">cx ops</span>
</li>
<li>
<img src="images/team/tiagox.jpg" alt="Santiago" height="80" width="80"/>
<h2>Santiago Rojo</h2>
<span class="small">code inquisitor</span>
</li>
<li>
<img src="images/team/will_dsrs.jpg" alt="Willian" height="80" width="80"/>
<h2>Willian Dos Reis</h2>
<span class="small">ui wizard</span>
</li>
</ul>
</div>
<div class="footer" data-role="footer" data-position="fixed">
<a class="phone ui-btn ui-icon-phone ui-btn-icon-left ui-btn-corner-all" href="tel:541153680424">+54 11 5368 0424</a>
<a class="site ui-btn ui-icon-action ui-btn-icon-left ui-btn-corner-all" href="http://wecode.io">Full Site</a>
</div>
</div>
<div data-role="page" data-theme="a" id="delucas">
<div data-role="header">
<h1>
<span class="highlight">we</span> code
</h1>
<div class="navbar" data-role="controlgroup" data-mini="true" data-type="horizontal">
<a href="#home" data-role="button" data-icon="home">
Home
</a>
<a href="#team" data-role="button" data-icon="user">
The Team
</a>
</div>
</div>
<div data-role="content">
<h2>
Lucas Videla <span class="small">code nerd</span>
</h2>
<p><span class="highlight">Lucas</span> is a tireless
apprentice and practitioner of
the art of software construction. He lectures at
two universities and loves talking and guiding
workshops to share and improve his knowledge.</p>
</div>
<div class="footer" data-role="footer" data-position="fixed">
<a class="phone ui-btn ui-icon-phone ui-btn-icon-left ui-btn-corner-all" href="tel:541153680424">+54 11 5368 0424</a>
<a class="site ui-btn ui-icon-action ui-btn-icon-left ui-btn-corner-all" href="http://wecode.io">Full Site</a>
</div>
</div>
<div data-role="page" data-theme="a" id="motto">
<div data-role="header">
<h1><span class="highlight">we</span> think</h1>
<a href="#home" data-role="button" data-icon="home" class="ui-btn-left">
Home
</a>
</div>
<div data-role="content">
<h1>Our motto</h1>
<p><span class="highlight">We</span> are a passionate group of software professionals who take great pride in helping our partners grow their businesses, maximize profits and stay competitive.</p>
<p><span class="highlight">We</span>'d love to hear about your next project.</p>
<a href="#contact" class="ui-btn ui-icon-comment ui-btn-corner-all">Contact us!</a>
</div>
<div class="footer" data-role="footer" data-position="fixed">
<a class="phone ui-btn ui-icon-phone ui-btn-icon-left ui-btn-corner-all" href="tel:541153680424">+54 11 5368 0424</a>
<a class="site ui-btn ui-icon-action ui-btn-icon-left ui-btn-corner-all" href="http://wecode.io">Full Site</a>
</div>
</div>
<div data-role="page" data-theme="a" id="events">
<div data-role="header">
<h1><span class="highlight">we</span> code</h1>
<a href="#home" data-role="button" data-icon="home" class="ui-btn-left">
Home
</a>
</div>
<div data-role="content">
<div data-role="collapsible">
<h4>Conferences</h4>
<ul data-role="listview" data-inset="true">
<li><a href="#">RubyConf Uruguay 2014</a></li>
<li><a href="#">RubyConf Argentina 2014</a></li>
<li><a href="#">PHPConference Argentina 2014</a></li>
</ul>
</div>
<div data-role="collapsible">
<h4>Workshops</h4>
<ul data-role="listview" data-inset="true">
<li><a href="#">TDD IRL (reloaded)</a></li>
<li><a href="#">A one on one date with vim</a></li>
<li><a href="#">git and Github: first steps</a></li>
</ul>
</div>
<div data-role="collapsible">
<h4>Talks</h4>
<ul data-role="listview" data-inset="true">
<li><a href="#">Blue pill or red pill? The path of a bossless mind</a></li>
<li><a href="#">You already <em>git</em> started. Now, what?</a></li>
<li><a href="#">Rack and Roll</a></li>
</ul>
</div>
</div>
<div class="footer" data-role="footer" data-position="fixed">
<a class="phone ui-btn ui-icon-phone ui-btn-icon-left ui-btn-corner-all" href="tel:541153680424">+54 11 5368 0424</a>
<a class="site ui-btn ui-icon-action ui-btn-icon-left ui-btn-corner-all" href="http://wecode.io">Full Site</a>
</div>
</div>
<div data-role="page" data-theme="a" id="join">
<div data-role="header">
<h1><span class="highlight">we</span> code</h1>
<a href="#home" data-role="button" data-icon="home" class="ui-btn-left">
Home
</a>
</div>
<div data-role="content">
<h2>Join Us</h2>
<p>
<span class="highlight">We</span> build a community of software professionals, based on trust and free and open source software. Whenever <span class="highlight">we</span> find someone who may join us, <span class="highlight">we</span> share an open project with her to test drive how <span class="highlight">we</span> work together. If the experience is good enough, she can consider herself part of <span class="highlight">we</span>code.
</p>
<ul class="values">
<li>
<span class="highlight">we</span> code; we build solid yet flexible solutions to maximize the delivered value.
</li>
<li>
<span class="highlight">we</span> learn; our hands-on approach differentiates us in this industry.
</li>
<li>
<span class="highlight">we</span> share; through events we explore and then bring back knowledge towards the community.
</li>
</ul>
<a href="#contact" class="ui-btn ui-btn-corner-all">Drop us a line</a>
</div>
<div class="footer" data-role="footer" data-position="fixed">
<a class="phone ui-btn ui-icon-phone ui-btn-icon-left ui-btn-corner-all" href="tel:541153680424">+54 11 5368 0424</a>
<a class="site ui-btn ui-icon-action ui-btn-icon-left ui-btn-corner-all" href="http://wecode.io">Full Site</a>
</div>
</div>
<div data-role="page" data-theme="a" id="contact">
<div data-role="header">
<h1><span class="highlight">we</span> code</h1>
<a href="#home" data-role="button" data-icon="home" class="ui-btn-left">
Home
</a>
<a href="#storage" data-role="button" data-icon="cloud" class="ui-btn-right">
Storage
</a>
</div>
<div data-role="content">
<h2>Contact Us</h2>
<form action="encuesta.htm" method ="post">
<div class="field">
<label for="name">Name:</label>
<input type="text" id="name" value=""/>
</div>
<div class="field">
<label for="email">Mail:</label>
<input type="email" id="email" value=""/>
</div>
<div class="field">
<label for="comment">Comment:</label>
<textarea id="comment" rows="3" cols="50"></textarea>
</div>
<div class="field">
<input class="do-submit" type="button" value="Send" data-icon="action" data-iconpos="right" />
</div>
</form>
</div>
<div class="footer" data-role="footer" data-position="fixed">
<a class="phone ui-btn ui-icon-phone ui-btn-icon-left ui-btn-corner-all" href="tel:541153680424">+54 11 5368 0424</a>
<a class="site ui-btn ui-icon-action ui-btn-icon-left ui-btn-corner-all" href="http://wecode.io">Full Site</a>
</div>
<div data-role="panel" id="storage" data-position="right">
<h2>Previous message</h2>
<div class="previous">
<p>No previous messages to load</p>
</div>
<input class="do-load" type="button" value="Load form"/>
<input class="do-flush" type="button" value="Remove saved values"/>
</div>
</div>
</body>
</html>