-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·390 lines (345 loc) · 15 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
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Ctrl Alt Tec Hack Club</title>
<meta content="width=device-width, initial-scale=0.75" name="viewport">
<meta content="" name="keywords">
<meta content="" name="description">
<!--Google-->
<meta name="google-site-verification" content="BweoTP5JyxT63VEU7UtffwxCAG-2aELL6Swe9dFtau4" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-131151219-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-131151219-2');
</script>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-9565405994206865",
enable_page_level_ads: true
});
</script>
<!-- Favicon -->
<link href="favicon.ico" rel="shortcut icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i|Raleway:300,400,500,700,800" rel="stylesheet">
<!-- Bootstrap CSS File -->
<link href="lib/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Libraries CSS Files -->
<link href="lib/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="lib/animate-css/animate.min.css" rel="stylesheet">
<!-- Main Stylesheet File -->
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<div id="preloader"></div>
<section id="hero">
<div class="hero-container">
<div class="wow fadeIn">
<div class="hero-logo">
<img class="" src="img/logo-block.png" alt="">
</div>
<!--<h1>Ctrl Alt Tec</h1>-->
<h2>We love <span class="rotating">Computer Science, Coding, Apps, Robots, Programming, Github, 01010101, Learning, Teaching</span></h2>
<div class="actions">
<a href="#about" class="btn-get-started">¿Qué es Ctrl+Alt+Tec?</a>
<a href="register" class="btn-services">Quiero unirme</a>
</div>
</div>
</div>
</section>
<!--==========================
Header Section
============================-->
<header id="header">
<div class="container">
<div id="logo" >
<a href="#hero"><img src="img/LOGO-INLINE.png" alt="" title="" /></img></a> <a href="#hero"><img src="img/hackclub.png" height="38" /></img></a>
</div>
<nav id="nav-menu-container">
<ul class="nav-menu">
<li><a href="#about">¿Qué es? </a></li>
<li><a href="#services">¿Qué hacemos? </a></li>
<li><a href="#team">Nosotros</a></li>
<li><a href="#store">Catálogo</a></li>
<li><a href="#contact">Contáctanos</a></li>
</ul>
</nav>
<!-- #nav-menu-container -->
</div>
</header>
<!-- #header -->
<!--==========================
About Section
============================-->
<section id="about">
<div class="container wow fadeInUp">
<div class="row">
<div class="col-md-12">
<center><img height="110" src="img/logo-block.png"></center><h3 class="section-title">¿Qué es Ctrl+Alt+Tec?</h3>
<h2 class="section-description">Ctrl+Alt+Tec es el club de programación donde aprendes a programar mientras realizas proyectos.</h2>
<h3 class="section-description">Ctrl+Alt+Tec es el Hack Club del Tec CSF</h3>
</div>
<center><a href="https://hackclub.com/" target="_blank"><img height="60" src="img/hackclub.png"></a>
</center><h3 class="section-title">¿Qué es Hack Club?</h3>
<h3 class="section-description">Es la red internacional de clubes sobre ciencias de la computación (Computer Science) más grande del mundo. </h3></div>
</div>
<!--==========================
Services Section
============================-->
<section id="services">
<div class="container wow fadeInUp">
<div class="row">
<div class="col-md-12">
<h3 class="section-title">¿Qué hacemos? </h3>
<div class="section-title-divider"></div>
<p class="section-description">Compartir lo que hemos aprendido para que otras personas se interesen en la computación como nosotros. </p>
</div>
</div>
<div id="projects">
<a class="project" href="bank/index.html"><img class="project-icon" src="https://ctrl-alt-tec.github.io/Bank/logo.png"/><span class="project-name">Bank</span></a>
<a class="project" href="lists/index.html"><img class="project-icon" src="https://ctrl-alt-tec.github.io/Lists/logo.png"/><span class="project-name">Lists</span></a>
<a class="project" href="puzzle/index.html"><img class="project-icon" src="https://ctrl-alt-tec.github.io/Puzzle/logo.png"/><span class="project-name">Puzzle</span></a>
<a class="project" href="https://mango-app.github.io/web"><img class="project-icon" src="https://mango-app.github.io/web/icon-app.png"/><span class="project-name">ManGo</span></a>
<a class="project" href="kiwi/index.html"><img class="project-icon" src="https://ctrl-alt-tec.github.io/Kiwi/logo.png"/><span class="project-name">Kiwi</span></a>
<a class="project" href="watermelon/index.html"><img class="project-icon" src="https://ctrl-alt-tec.hackclub.com/watermelon/logo.png"/><span class="project-name">Watermelon</span></a>
<a class="project" href="https://ctrl-alt-tec.github.io/CovidApp"><img class="project-icon" src="https://ctrl-alt-tec.github.io/CovidApp/icon.png"/><span class="project-name">CovidApp</span></a>
</div>
<div class="row">
<div class="col-md-4 service-item">
<div class="service-icon"><i class="fa fa-desktop"></i></div>
<h4 class="service-title"><a href="">Aprender </a></h4>
<p class="service-description">Clases teóricas sobre conceptos computacionales (Hardware, Software, lenguajes de programación --especialmente Java-- y más). </p>
</div>
<div class="col-md-4 service-item">
<div class="service-icon"><i class="fa fa-bar-chart"></i></div>
<h4 class="service-title"><a href="">Proyectos</a></h4>
<p class="service-description">Aprendizaje por medio de diferentes proyectos (Colaborativos e individuales). La mejor manera de aprender a programar es desarrollando.</p>
</div>
<div class="col-md-4 service-item">
<div class="service-icon"><i class="fa fa-paper-plane"></i></div>
<h4 class="service-title"><a href="">Comunidad</a></h4>
<p class="service-description">Al ser miembro de Ctrl+Alt+Tec se es parte fundamental de una comunidad con un ambiente positivo y divertido, de gente con intereses similares a los tuyos y que te apoyarán en tu camino como programador.</p>
</div>
</div>
</div>
</section>
<!--==========================
Mision Section
============================-->
<section id="mision">
<div class="container wow fadeInUp">
<div class="row">
<div class="col-md-12">
<h3 class="section-title">¿Por qué?</h3>
<div class="section-title-divider">
</div>
<h2 class="section-description">Aprender a programar puede cambiar tu vida.</h2>
<div id="video"><iframe width="100%" height="563vw" src="https://www.youtube.com/embed/nKIu9yen5nc?rel=0&showinfo=0" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
</div>
</section>
<br>
<!--==========================
Team Section
============================-->
<section id="team">
<div class="container wow fadeInUp">
<div class="row">
<div class="col-md-12">
<h3 class="section-title">Nosotros</h3>
<div class="section-title-divider"></div>
<p class="section-description"> Queríamos unirnos a un grupo de programación <br>
Al no encontrar uno, lo hicimos nosotros. </p>
</div>
</div>
<div class="col-md-3">
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="member">
<div class="pic"><img src="img/edvilme.JPG" alt=""></div>
<h4>Eduardo Villalpando</h4>
<p>Me gusta el diseño, la programación, y poner a prueba mi creatividad en diferentes proyectos. </p>
<div class="social">
<a href="https://github.com/eduardovillalpandomello" target="_blank"><i class="fa fa-github"></i></a>
<a href="https://www.instagram.com/edvilme.jpg/" target="_blank"><i class="fa fa-instagram"></i></a>
<a href="https://www.twitter.com/edvilme/" target="_blank"><i class="fa fa-twitter"></i></a>
<a href="https://www.youtube.com/channel/UC1E4zbr2sby4sLIYqI9IwQQ" target="_blank"><i class="fa fa-youtube"></i></a>
<div>
<div id="mailto_subject"lass="container">
<i class="fa fa-envelope"></i> <h4>
<a href="mailto:a01023646@itesm.mx?Subject=Solicitud%20Información" target="_top">
a01023646@itesm.mx
</h4></a>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="member">
<div class="pic"><img src="img/luluprofile.png" alt=""></div>
<h4>Lourdes Badillo</h4>
<p>Me gusta la programación, el emprendimiento, la robótica, la fotografía, el diseño y conocer gente. </p>
<div class="social">
<a href="https://github.com/louloubadillo/" target="_blank"><i class="fa fa-github"></i></a>
<a href="https://www.linkedin.com/in/lourdesbadillo/" target="_blank"><i class="fa fa-linkedin"></i> </a>
<div>
<div id="mailto_subject"lass="container">
<i class="fa fa-envelope"></i> <h4>
<a href="mailto:a01024232@itesm.mx?Subject=Solicitud%20Información" target="_top">
a01024232@itesm.mx
</h4></a>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="member">
<div class="pic"><img src="img/seawar.jpg" alt=""></div>
<h4>Juan Carlos Garfias</h4>
<p>Amante de la tecnología, la programación, Machine learning, cine y sobre todo enseñar a programar.</p>
<div class="social">
<a href="https://github.com/SeaWar741" target="_blank"><i class="fa fa-github"></i></a>
<a href="https://github.com/SeaWar741" target="_blank"><i class="fa fa-linkedin" ></i></a>
<a href="https://www.youtube.com/user/SeaWar741" target="_blank"><i class="fa fa-youtube"></i></a>
<div>
<div id="mailto_subject"lass="container">
<i class="fa fa-envelope"></i> <h4>
<a href="mailto:a01652138@itesm.mx?Subject=Solicitud%20Información" target="_top">
a01652138@itesm.mx
</h4></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--==========================
STORE Section
============================-->
<section id="store" style="padding-top: 16px">
<div class="container wow fadeInUp">
<div class="row">
<div class="col-md-12">
<h3 class="section-title">CATÁLOGO</h3>
<div class="section-title-divider"></div>
<p class="section-description">Compra mercancía exclusiva de Ctrl+Alt+Tec</p>
</div>
</div>
<div style="display: flex; flex-direction: flex-row; justify-content: space-around; flex-wrap: wrap; padding: 16px" id="shirstContainter">
</div>
</div>
</section>
<!--==========================
Contact Section
============================-->
<section id="contact">
<div class="container wow fadeInUp">
<div class="row">
<div class="col-md-12">
<h3 class="section-title">Contáctanos</h3>
<div class="section-title-divider"></div>
<p class="section-description">¿Te interesa unirte al equipo? Escríbenos.</p>
</div>
</div>
<div id="mailto_subject"lass="container">
<i class="fa fa-envelope"></i> <h4>
<a href="mailto:ctrlalttec@gmail.com?Subject=Solicitud%20Información" target="_top">
ctrlalttec@gmail.com
</h4></a>
</div>
<br>
<br>
<!--==========================
Footer
============================-->
<footer id="footer">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="copyright">
© Copyright <strong>Ctrl+Alt+Tec</strong>. All Rights Reserved
</div>
</div>
</div>
</div>
</footer>
<!-- #footer -->
<a href="#" class="back-to-top"><i class="fa fa-chevron-up"></i></a>
<!-- Required JavaScript Libraries -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="lib/bootstrap/js/bootstrap.min.js"></script>
<script src="lib/superfish/hoverIntent.js"></script>
<script src="lib/superfish/superfish.min.js"></script>
<script src="lib/morphext/morphext.min.js"></script>
<script src="lib/wow/wow.min.js"></script>
<script src="lib/stickyjs/sticky.js"></script>
<script src="lib/easing/easing.js"></script>
<!-- Template Specisifc Custom Javascript File -->
<script src="js/custom.js"></script>
<script src="contactform/contactform.js"></script>
<script>
var tshirtsArray = [
'10 BINARY.png' ,
'2B OR NOT 2B.png' ,
'404 LIFE NOT FOUND.png' ,
'BLUE SCREEN OF DEATH.png' ,
'BREAK WEAK SWITCH.png' ,
'CMD QUIT I QUIT.png' ,
'COFFE INTO MAGIC.png' ,
'CTRL ALT TEC 0 CLUB.png' ,
'CTRL ALT TEC AWESOME.png' ,
'DO NOT PUSH ME IM A DEVELOPER.png' ,
'!FALSE TRUE.png' ,
'GIMME A BR.png' ,
'GIRLS CODE TOO.png' ,
'GIT BEST FEELING EVER.png' ,
'HIP HIP ARRAY.png' ,
'IB PROCRASTINATE SLEEP CRY.png' ,
'I CODE SUPERPOWER.png' ,
'IMPORT FROM CTRL ALT TEC.png' ,
'INCREDIBLES ++.png' ,
'JAVA PROGRAMMERS WEAR GLASSES.png' ,
'JAVASCRIPT SUCKS.png' ,
'MACINTOSH HELLO.png' ,
'MADE U2665.png' ,
'QR CODE NO PICTURES.png' ,
'RETURN HELLO WORLD.png' ,
'SECONDS SINCE UTC.png' ,
'SEMICOLON HIDE AND SEEK.png' ,
'SHIRT SIZE MEDIUM COLOR BLACK.png' ,
'SQL SHIRT.png' ,
'SWITCH I NEED A BREAK.png' ,
'TERMINAL DONT TELL ME WHAT TO DO.png' ,
'THERE IS NO PLACE LIKE 127 0 0 1.png' ,
'THIS IS A PROMISE.png' ,
'WE ARE ONE.png' ,
'WORLDS 0 PROGRAMMER.png' ,
'YOU ARE THE HTML TO MY CSS.png' ,
'YOU CAN TALK TO ME.png' ,
'YUP, IM A MACHINE LEARNING.png'
];
$(function(){
$.each(tshirtsArray, function(l,i){
$("#shirstContainter").append($('<div class="shirt_item">').css({
'background-image': 'url("shirts/'+i+'")',
}))
});
//alert('this is a Test')
})
</script>
</body>
</html>