-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex-en.html
298 lines (265 loc) · 13.3 KB
/
index-en.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Because code might change realities!">
<meta name="author" content="CodeFTW">
<title>CodeFTW - English</title>
<!-- Twitter tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="http://codeftw.com/index-en.html">
<meta name="twitter:creator" content="@FTW_Code">
<meta name="twitter:title" content="CodeFTW">
<meta name="twitter:description" content="Because code might change realities!">
<meta name="twitter:image" content="http://codeftw.com/ms-icon-310x310.png">
<!-- Facebook Tags -->
<meta property="og:description" content="Because code might change realities!">
<meta property="og:image" content="ms-icon-310x310.png">
<meta property="og:site_name" content="CodeFTW">
<meta property="og:title" content="CodeFTW">
<meta property="og:type" content="website">
<meta property="og:url" content="http://codeftw.com/ms-icon-310x310.png">
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'>
<!-- Plugin CSS -->
<link href="vendor/magnific-popup/magnific-popup.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/creative.min.css" rel="stylesheet">
<link href="css/app.css" rel="stylesheet">
<link rel="apple-touch-icon" sizes="57x57" href="/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<!-- Favicon -->
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="manifest" href="/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<!-- Temporary navbar container fix -->
<style>
.navbar-toggler {
z-index: 1;
}
@media (max-width: 576px) {
nav>.container {
width: 100%;
}
}
</style>
</head>
<body id="page-top">
<!-- Navigation -->
<nav class="navbar fixed-top navbar-toggleable-md navbar-light" id="mainNav">
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarExample" aria-controls="navbarExample" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="container">
<a class="navbar-brand" href="#page-top">CodeFTW</a>
<div class="collapse navbar-collapse" id="navbarExample">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#meetings">Meetings</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://medium.com/codeftw">Blog</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Contact</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://slackincodeftw.herokuapp.com" target="_blank">Chat Online (Slack)</a>
</li>
<li class="nav-item">
<a href="index.html"> <img src="img/pt-br.png" alt="Versão em Portugês"></a>
</li>
</ul>
</div>
</div>
</nav>
<header class="masthead">
<div class="header-content">
<div class="header-content-inner">
<h1 id="homeHeading">Because code might change realities</h1>
<hr>
<p>Our mission is to bring together people who love to program (or want to learn) to build new products using technology! As a result we hope to have the best technology professionals who can create their companies (or work) wherever they
want.
</p>
<a class="btn btn-primary btn-xl" href="#about">More</a>
</div>
</div>
</header>
<section class="bg-primary" id="about">
<div class="container">
<div class="row">
<div class="col-lg-8 offset-lg-2 text-center">
<div class="youtube">
<iframe width="420" height="280" src="https://www.youtube.com/embed/2t2Bjf5sxVM?rel=0" frameborder="0" allowfullscreen></iframe>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12 text-center">
<hr class="primary">
</div>
</div>
<div class="row">
<div class="col-lg-8 offset-lg-2 text-center">
<h2 class="section-heading text-white">We believe in you!</h2>
<hr class="light">
<p class="text-faded">Imagine ... when we can all live wherever we want, with enough money to have a good quality of life and be happy in our daily activities.</p>
<a class="btn btn-default btn-xl sr-button" href="#meetings">Let's make it possible together!</a>
</div>
</div>
</div>
</section>
<section id="meetings">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Our Meetings</h2>
<hr class="primary">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box">
<i class="fa fa-4x fa-diamond text-primary sr-icons"></i>
<h3>Code</h3>
<p class="text-muted">We code, as much as we can, cause we love code.</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box">
<i class="fa fa-4x fa-paper-plane text-primary sr-icons"></i>
<h3>Product</h3>
<p class="text-muted">We create, think and change together. We want to generate products that add value to our day-to-day.
</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box">
<i class="fa fa-4x fa-newspaper-o text-primary sr-icons"></i>
<h3>English</h3>
<p class="text-muted">We believe that English is important, and we Brazilians from this community are learning and practicing, maybe you help us!</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box">
<i class="fa fa-4x fa-heart text-primary sr-icons"></i>
<h3>Fun</h3>
<p class="text-muted">We always learn and try to do it in a fun way!</p>
</div>
</div>
</div>
<hr class="light">
<div class="row">
<div class="col-lg-12 text-center">
<h5>How a meeting works</h5>
<p class="text-muted">We start by chatting about what's going on in CodeFTW, then from time to time we have a talk from someone in the group. Those first two parts are pretty fast. After that each one will act on your CodeFTW project of interest.</p>
<a href="http://codeftw.com/calendar.html" target="_blank">Add our Schedule to your Google Calendar</a>
</div>
</div>
</div>
</section>
<div class="call-to-action bg-dark">
<div class="container text-center">
<h2>Be part of CodeFTW, it's free!</h2>
<a class="btn btn-default btn-xl sr-button" href="https://slackincodeftw.herokuapp.com" target="_blank">Chat Online
(Slack)</a>
<script async defer src="https://slackincodeftw.herokuapp.com/slackin.js?"></script>
</div>
</div>
<section id="contact">
<div class="container">
<div class="row">
<div class="col-lg-8 offset-lg-2 text-center">
<h2 class="section-heading">Let's talk!</h2>
<hr class="primary">
<p>Did not you understand something? Have doubts? Send us a WhatsApp or Email</p>
</div>
<div class="col-lg-4 offset-lg-2 text-center">
<i class="fa fa-phone fa-3x sr-contact"></i>
<p>+55 (67) 99244 9937</p>
</div>
<div class="col-lg-4 text-center">
<i class="fa fa-envelope-o fa-3x sr-contact"></i>
<p><a href="mailto:[email protected]">[email protected]</a></p>
</div>
</div>
<div class="row">
<div class="col-lg-12 text-center">
<hr class="primary">
</div>
</div>
<div class="row">
<div class="col-lg-2 text-center">
<a href="https://twitter.com/FTW_Code" target="_blank">
<img class="img-fluid" src="img/twitter.png" width="64" alt="Twitter">
</a>
</div>
<div class="col-lg-2 text-center">
<a href="https://www.facebook.com/CodeFTW/" target="_blank">
<img class="img-fluid" src="img/facebook.png" width="68" alt="Facebook">
</a>
</div>
<div class="col-lg-2 text-center">
<a href="https://github.com/CodeFTW" target="_blank">
<img class="img-fluid" src="img/github.png" width="64" alt="Github">
</a>
</div>
<div class="col-lg-2 text-center">
<a href="https://www.youtube.com/codeftw" target="_blank">
<img class="img-fluid" src="img/youtube.png" width="64" alt="Youtube">
</a>
</div>
<div class="col-lg-2 text-center">
<a href="https://medium.com/codeftw" target="_blank">
<img class="img-fluid" src="img/medium.png" width="64" alt="Medium">
</a>
</div>
</div>
</div>
</section>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/tether/tether.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<script src="vendor/scrollreveal/scrollreveal.min.js"></script>
<script src="vendor/magnific-popup/jquery.magnific-popup.min.js"></script>
<!-- Custom scripts for this template -->
<script src="js/creative.min.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-101624339-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('set', 'linker', {'domains': ['agenda.staging.pathable.com']});
gtag('js', new Date());
gtag('config', 'UA-101624339-1');
</script>
</body>
</html>