-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
76 lines (76 loc) · 3.89 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
<!DOCTYPE html>
<html>
<head>
<!-- FAST FORK FROM... https://bootsnipp.com/snippets/featured/zigzag-timeline-layout-->
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<link rel="stylesheet" href="style.css" type="text/css" />
<title>Async Await Challenge!</title>
<meta charset="utf-8" />
</head>
<body>
<div class="container">
<div class="row">
<div class="col-lg-12">
<h1 class="text-center">Async Await Challenge!</h1>
<h3 class="text-center">
Participa en este reto usando el hashtag #AsynAwaitChallenge en Twitter y sumaté a esta landing haciendo un PR
</h3>
<ul class="timeline">
<li>
<div class="timeline-image">
<a href="https://twitter.com/os_weekends/status/911166912603856896" target="_blank"><img class="img-circle img-responsive" src="https://pbs.twimg.com/ext_tw_video_thumb/911166721033195520/pu/img/BMCuXeGXkA2JNHZ8.jpg" alt=""></a>
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>22 sept. 2017</h4>
<h4 class="subheading">Open Source Weekends (@os_weekends)</h4>
</div>
<div class="timeline-body">
<p class="text-muted">
#socorro tres locos en un coche buscan profesor de canto. #asyncAwait #GDGSummitES #js
</p>
</div>
</div>
<div class="line"></div>
</li>
<li class="timeline-inverted">
<div class="timeline-image">
<a href="https://twitter.com/manufosela/status/1063141471329681408/video/1" target="_blank"><img class="img-circle img-responsive" src="https://pbs.twimg.com/ext_tw_video_thumb/1063140940704071682/pu/img/Lh418yh24euBwCFr.jpg" alt=""></a>
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>15 nov. 2018</h4>
<h4 class="subheading">Mánu Fosela (@manufosela)</h4>
</div>
<div class="timeline-body">
<p class="text-muted">
@Josheriff @kom_256 aquí tenéis el #challenge #asyncawait @JSDayES
</p>
</div>
</div>
<div class="line"></div>
</li>
<li>
<div class="timeline-image">
<a href="https://twitter.com/home?status=%23challenge%20%23asyncawait%20" target="_blank"><img class="img-circle img-responsive" src="https://cdn.shopify.com/s/files/1/1061/1924/files/Rocket_Emoji.png?9898922749706957214" alt=""></a>
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>¡Ahora Mismo!</h4>
<h4 class="subheading">¡Tu mism@!</h4>
</div>
<div class="timeline-body">
<p class="text-muted">
Te estamos esperando... ¡Únete!
</p>
</div>
</div>
</li>
</ul>
</div>
</div>
</div>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
</body>
</html>