-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
115 lines (112 loc) · 2.99 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
---
layout: default
---
<!-- Begin Main Content -->
<div class="main-content">
<!-- Begin About Me Section -->
<div class="section-light about-me" id="acerca-de">
<div class="container">
<div class="column is-12 about-me">
<h1 class="title has-text-centered section-title">Acerca de</h1>
</div>
<div class="columns is-multiline">
<div
class="column is-6 has-vertically-aligned-content"
data-aos="fade-right"
>
<p class="is-larger">
<strong>
El sitio oficial del grupo de TensorFlow en León (MX).
</strong>
</p>
<br />
<p>
Somos un grupo de personas con interés en aprender y compartir sobre <a href="https://www.tensorflow.org/" target="_blank">TensorFlow</a>, sus casos de uso y aplicaciones; en León, Guanajuato (<a href="https://goo.gl/maps/ZKZCAmAd1CT3vP237" target="_blank">ver mapa</a>).
</p>
<br />
<div class="is-divider"></div>
<div class="columns about-links">
<!-- <div class="column">
<p class="heading">
<strong>Give me a ring</strong>
</p>
<p class="subheading">
123-456-7890
</p>
</div> -->
<div class="column">
<p class="heading">
<strong>Escríbenos</strong>
</p>
<p class="subheading">
</p>
</div>
<!-- <div class="column">
<p class="heading">
<strong>View my portfolio</strong>
</p>
<p class="subheading">
example.com
</p>
</div> -->
</div>
</div>
<div class="column is-6 right-image " data-aos="fade-left">
<img
class="is-rounded"
src="assets/img/about.png"
alt=""
/>
</div>
</div>
</div>
</div>
<!-- End About Me Content -->
<!-- Begin Events Content -->
<div class="section-dark my-work" id="eventos">
<div class="container">
<div
class="columns is-multiline"
data-aos="fade-in"
data-aos-easing="linear"
>
<div class="column is-12">
<h1 class="title has-text-centered section-title">Eventos pasados</h1>
</div>
{% include carousel.html %}
<div class="column is-12 has-text-centered">
<h1 class="subtitle profession">¡Proximamente!</h1>
</div>
</div>
</div>
</div>
<!-- End Work Content -->
<!-- Begin Contact Content -->
<div class="section-light contact" id="participa">
<div class="container">
<div
class="columns is-multiline"
data-aos="fade-in-up"
data-aos-easing="linear"
>
<div class="column is-12 about-me">
<h1 class="title has-text-centered section-title">
¡Participa!
</h1>
</div>
<div class="column is-12 has-text-centered">
<h1 class="subtitle profession">Escríbenos a:</h1>
<h2 class="subtitle"><a href="mailto:[email protected]">[email protected]</a></h2>
<div class="column is-narrow has-text-centered">
<hr align="center">
</div>
<h1 class="subtitle profession">Próximo evento:</h1>
<h2 class="subtitle"><a href="#">TBA</a></h2>
</div>
</div>
</div>
</div>
<!-- End Contact Content -->
</div>
<!-- End Main Content -->