Skip to content

Commit 560fbd8

Browse files
author
Gabriel Muñoz
committed
angularjscl 1
1 parent d2d0747 commit 560fbd8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+160
-880
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Created by .ignore support plugin (hsz.mobi)
2+
.sass-cache
3+
_site

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
mainsite
22
========
33

4-
Sitio principal de AngularJS México
4+
Sitio principal de AngularJS Chile

_config.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Site settings
2-
title: AngularJS México
3-
2+
title: AngularJS Chile
3+
44
description: "En AngularJS México encontrarás la información de todos los meetups del país. Actualmente en Ciudad de México, Guadalara y Querétaro."
55
baseurl: "" # the subpath of your site, e.g. /blog/
6-
url: "http://angularjsmexico.com" # the base hostname & protocol for your site
7-
twitter_username: angularjsmexico
8-
github_username: jekyll
6+
url: "http://angularjs.cl" # the base hostname & protocol for your site
7+
twitter_username: angularjschile
8+
github_username: angularjschile
99

1010
# Build settings
1111
markdown: kramdown

_data/current.json

-54
Original file line numberDiff line numberDiff line change
@@ -31,59 +31,5 @@
3131
"description" : "Descrubre el potencial de utilizar D3 y Angular al momento de graficar"
3232
},
3333
]
34-
},
35-
{
36-
"date":"Febrero 21",
37-
"full_date" : "21 de Febrero, 2015",
38-
"history" : "Febrero 2015",
39-
"hour" : "10:00",
40-
"icon" : "blue_gdl.png",
41-
"tickets" : "http://www.meetup.com/AngularJS-Mexico/events/220079806/",
42-
"address" : "Indatcom, Lope de Vega 217, Arcos Sur, Guadalajara",
43-
"map" : "https://goo.gl/maps/ikzoh",
44-
"location" : "Guadalajara",
45-
"location_min" : "GDL",
46-
"meetup" : "2do",
47-
"speakers" : [
48-
{
49-
"twitter" : "agnosticmusic",
50-
"name" : "Gilberto Avalos",
51-
"speak": "Aplicaciones móviles con Ionic",
52-
"description" : "Daremos un vistazo a ionic, un framework para realizar aplicaciones móviles que utiliza Angular."
53-
},
54-
]
55-
},
56-
{
57-
"date":"Febrero 28",
58-
"full_date" : "28 de Febrero, 2015",
59-
"history" : "Febrero 2015",
60-
"hour" : "10:00",
61-
"icon" : "blue_qro.png",
62-
"tickets" : "http://www.meetup.com/AngularJS-Mexico/events/220091911/",
63-
"address" : "Qroworking, Av. Hercules Pte. No. 219 - 13, Querétaro",
64-
"map" : "https://goo.gl/maps/LmH7u",
65-
"location" : "Querétaro",
66-
"location_min" : "QRO",
67-
"meetup" : "1er",
68-
"speakers" : [
69-
{
70-
"twitter" : "eusoj",
71-
"name" : "Josué G",
72-
"speak": "ng-community",
73-
"description" : "AngularJS es más que un framework, es una comunidad unida y comprometida.",
74-
},
75-
{
76-
"twitter" : "citlacom",
77-
"name" : "Pablo Cerda",
78-
"speak": "Angular + Drupal",
79-
"description" : "¿Drupal y Angular? Aquí te guiaremos como lograrlo."
80-
},
81-
{
82-
"twitter" : "ehobbsesquire",
83-
"name" : "Evan Hobbs",
84-
"speak": "Angular vs Backbone",
85-
"description" : "Evan nos mostrará lo valioso de cada tecnología"
86-
},
87-
]
8834
}
8935
]

_data/events.json

+4-158
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[
22
{
3-
"date":"Enero 24",
4-
"full_date" : "24 de Enero, 2015",
3+
"date":"Enero 19",
4+
"full_date" : "19 de Enero, 2015",
55
"history" : "Enero 2015",
6-
"hour" : "10:00",
6+
"hour" : "19:00",
77
"icon" : "gdl.png",
8-
"location" : "Guadalajara",
8+
"location" : "GDG",
99
"location_min" : "GDL",
1010
"meetup" : "1er",
1111
"speakers" : [
@@ -34,159 +34,5 @@
3434
"description" : "Israel nos dará una introducción de AngularJS y nos explicará los conceptos principales del Framework."
3535
},
3636
]
37-
},
38-
{
39-
"date":"Enero 22",
40-
"full_date" : "22 de Enero, 2015",
41-
"history" : "Enero 2015",
42-
"hour" : "10:00",
43-
"icon" : "cdmx.png",
44-
"location" : "Ciudad de México",
45-
"location_min" : "CDMX",
46-
"meetup" : "5to",
47-
"speakers" : [
48-
{
49-
"twitter" : "eusoj",
50-
"name" : "Josué G",
51-
"speak": "AngularFire.",
52-
"description" : "La magia de Angular y guardar datos en tiempo real, aquí te enseñamos como."
53-
},
54-
{
55-
"twitter" : "walmartmxycam",
56-
"name" : "Carlos González",
57-
"speak": "Angular en la vida real: Walmart México.",
58-
"description" : "Carlos nos platicará el como Walmart ha ido integrando AngularJS en el desarrollo de su sitio de e-commerce."
59-
},
60-
]
61-
},
62-
{
63-
"date":"Noviembre 22",
64-
"full_date" : "22 de Noviembre, 2014",
65-
"history" : "Noviembre 2014",
66-
"hour" : "10:00",
67-
"icon" : "cdmx.png",
68-
"location" : "Ciudad de México",
69-
"location_min" : "CDMX",
70-
"meetup" : "4to",
71-
"speakers" : [
72-
{
73-
"twitter" : "andresdom",
74-
"name" : "Andres Dominguez",
75-
"speak": "Testing a gran Escala",
76-
},
77-
{
78-
"twitter" : "js_dev",
79-
"name" : "Aaron Frost",
80-
"speak": "ng-perf",
81-
},
82-
]
83-
},
84-
{
85-
"date":"Octubre 25",
86-
"full_date" : "25 de Octubre, 2014",
87-
"history" : "Octubre 2014",
88-
"hour" : "10:00",
89-
"icon" : "cdmx.png",
90-
"location" : "Ciudad de México",
91-
"location_min" : "CDMX",
92-
"meetup" : "3er",
93-
"speakers" : [
94-
{
95-
"twitter" : "alevardi",
96-
"name" : "Amet Alevardi",
97-
"speak": "Provider, Service, Factory",
98-
"description" : "Amet nos explicará la diferencia entre cada uno de los diferentes Providers de AngularJS.",
99-
},
100-
{
101-
"twitter" : "ardroz",
102-
"name" : "Daniel Rodríguez",
103-
"speak": "Yo te espero Angular",
104-
"description" : "Quieres saber acerca de Promises en AngularJS?, está plática es para ti."
105-
},
106-
{
107-
"twitter" : "rodsilver83",
108-
"name" : "Rodrigo Soria",
109-
"speak": "Angular en la vida real: Trendyta",
110-
"description" : "Rodrigo nos platicará sobre Trendyta y el uso de AngularJS en el proyecto."
111-
},
112-
{
113-
"twitter" : "vampaynani",
114-
"name" : "Wenceslao Negrete",
115-
"speak": "Ionic 101",
116-
"description" : "Aprende a usar ionic, un framework para desarrollo de aplicaciones móviles hibridas que utilizar AngularJS."
117-
},
118-
]
119-
},
120-
{
121-
"date":"Septiembre 20",
122-
"full_date" : "20 de Septiembre, 2014",
123-
"history" : "Septiembre 2014",
124-
"hour" : "10:00",
125-
"icon" : "cdmx.png",
126-
"location" : "Ciudad de México",
127-
"location_min" : "CDMX",
128-
"meetup" : "2do",
129-
"speakers" : [
130-
{
131-
"twitter" : "alevardi",
132-
"name" : "Amet Alevardi",
133-
"speak": "Buenas prácticas con AngularJS",
134-
"description" : "Amet nos compartirá las buenas prácticas que se deben de tener con AngularJS en el mundo real.",
135-
},
136-
{
137-
"twitter" : "avillat",
138-
"name" : "Alberto V.",
139-
"speak": "Angular en la vida real: Comparateca",
140-
"description" : "Alberto Villa y Rodrigo Contreras nos platicarán sobre Comparateca, los retos técnicos y como AngularJS les fue de ayuda."
141-
},
142-
{
143-
"twitter" : "eusoj",
144-
"name" : "Josué G",
145-
"speak": "AngularJS + Monkeylearn",
146-
"description" : "Josué dará una plática del potencial de utilizar MonkeyLearn con AngularJS."
147-
},
148-
{
149-
"twitter" : "mishudark",
150-
"name" : "Mishel Vera",
151-
"speak": "jQuery vs AngularJS",
152-
"description" : "Mishel Vera nos ayudará a comparar y entender la diferencia entre AngularJS y jQuery."
153-
},
154-
]
155-
},
156-
{
157-
"date":"Agosto 30",
158-
"full_date" : "30 de Agosto, 2014",
159-
"history" : "Agosto 2014",
160-
"hour" : "10:00",
161-
"icon" : "cdmx.png",
162-
"location" : "Ciudad de México",
163-
"location_min" : "CDMX",
164-
"meetup" : "1er",
165-
"speakers" : [
166-
{
167-
"twitter" : "jeduan",
168-
"name" : "Jeduan",
169-
"speak": "Login con AngularJS + NodeJS",
170-
"description" : "Jeduan nos platicará su experiencia armando un sistema de Login con AngularJS y NodeJS en la parte del servidor.",
171-
},
172-
{
173-
"twitter" : "bul_ikana",
174-
"name" : "Hugo Aguirre",
175-
"speak": "Angular en la vida real: Ubicla",
176-
"description" : "Hugo nos presentará Ubicla, una aplicación móvil que permite visualizar rutas de bicicletas, construido con AngularJS y Phonegap."
177-
},
178-
{
179-
"twitter" : "eusoj",
180-
"name" : "Josué G",
181-
"speak": "Angular vs Backbone",
182-
"description" : "Josué dará una plática de que son las directivas, como se utilizan y para que nos serían utiles."
183-
},
184-
{
185-
"twitter" : "israelgp4",
186-
"name" : "Israel Guzmán",
187-
"speak": "Tutorial: Angular Phonecat",
188-
"description" : "Israel nos dará una introducción de AngularJS y nos explicará los conceptos principales del Framework."
189-
},
190-
]
19137
}
19238
]

_data/jobs.json

+1-18
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,3 @@
11
[
2-
{
3-
"company" : "Vinco Orbis",
4-
"position": "Front-End Developer",
5-
"url" : "http://vincoorbis.com/#!/jobs/frontend-developer",
6-
"location" : "Ciudad de México"
7-
},
8-
{
9-
"company" : "Vinco Orbis",
10-
"position": "Python Developer",
11-
"url" : "http://vincoorbis.com/#!/jobs/python-developer",
12-
"location" : "Ciudad de México"
13-
},
14-
{
15-
"company" : "Xpertys",
16-
"position": "Web Developer para Training en AngularJs",
17-
"url" : "http://xpertys.com.mx/#contact",
18-
"location" : "Toluca"
19-
},
2+
203
]

_data/organization.json

+7-12
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,12 @@
11
[
22
{
3-
"twitter" : "eusoj",
4-
"name" : "Josué G",
5-
"description" : "<b>Organizador Principal</b> y de los meetups en la Ciudad de México"
3+
"twitter" : "gbelmm",
4+
"name" : "Gabriel Muñoz",
5+
"description" : "<b>Organizador</b>"
66
},
77
{
8-
"twitter" : "vgarcmr",
9-
"name" : "Valeria García",
10-
"description" : "Organizadora de los Meetups en Querétaro"
11-
},
12-
{
13-
"twitter" : "h1pp1e",
14-
"name" : "Jorge Medrano",
15-
"description" : "Organizador de los Meetups en Guadalajara"
16-
},
8+
"twitter" : "saidGeeK",
9+
"name" : "Andres Said Espinance",
10+
"description" : "<b>Organizador</b>"
11+
}
1712
]

_data/sponsors.json

+2-26
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,8 @@
11
[
2-
{
3-
"name" : "Centraal",
4-
"img" : "centraal.png",
5-
"url" : "http://centraal.com/",
6-
},
2+
73
{
84
"name" : "Google Developers",
95
"img" : "gd.png",
106
"url" : "#",
11-
},
12-
{
13-
"name" : "Vinco Orbis",
14-
"img" : "vincoorbis.png",
15-
"url" : "http://vincoorbis.com/",
16-
},
17-
{
18-
"name" : "Xpertys",
19-
"img" : "xpertys.png",
20-
"url" : "http://xpertys.com.mx/",
21-
},
22-
{
23-
"name" : "Indatcom",
24-
"img" : "indatcom.png",
25-
"url" : "http://indatcom.mx",
26-
},
27-
{
28-
"name" : "Qroworking",
29-
"img" : "qroworking.png",
30-
"url" : "http://qroworking.mx",
31-
},
7+
}
328
]

_includes/header.html

+7-7
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626

2727
<li><a class="inner-link" href="#platicas" target="default">pláticas</a></li><li><a class="inner-link" href="#galeria" target="default">galería</a></li><li><a class="inner-link" href="#sponsors" target="default">patrocinadores</a></li><li><a class="inner-link" href="#historico" target="default">histórico</a></li><li><a class="inner-link" href="#organization" target="default">Orgnizadores</a></li>
2828

29-
<li class="social-link"><a target="_blank" href="http://twitter.com/angularjsmx"><i class="icon social_twitter"></i></a></li>
30-
<li class="social-link"><a target="_blank" href="https://www.facebook.com/angularjsmexico"><i class="icon social_facebook"></i></a></li>
29+
<li class="social-link"><a target="_blank" href="http://twitter.com/angularjschile"><i class="icon social_twitter"></i></a></li>
30+
<li class="social-link"><a target="_blank" href="https://www.facebook.com/angularjschile"><i class="icon social_facebook"></i></a></li>
3131

32-
<li class="social-link"><a target="_blank" href="https://plus.google.com/communities/114446089413012775146"><i class="icon social_googleplus"></i></a></li>
32+
<li class="social-link"><a target="_blank" href="https://plus.google.com/u/0/communities/115823399984742959232"><i class="icon social_googleplus"></i></a></li>
3333
</ul>
3434
<div class="sidebar-menu-toggle"><i class="icon icon_menu"></i></div>
3535
<div class="mobile-menu-toggle"><i class="icon icon_menu"></i></div>
@@ -50,15 +50,15 @@
5050

5151
<li><a class="inner-link" href="#platicas" target="default">pláticas</a></li><li><a class="inner-link" href="#galeria" target="default">galería</a></li><li><a class="inner-link" href="#sponsors" target="default">patrocinadores</a></li><li><a class="inner-link" href="#historico" target="default">histórico</a></li><li><a class="inner-link" href="#organization" target="default">organizadores</a></li>
5252

53-
<li class="social-link"><a href="http://twitter.com/angularjsmx"><i class="icon social_twitter"></i></a></li>
54-
<li class="social-link"><a href="https://plus.google.com/communities/114446089413012775146"><i class="icon social_googleplus"></i></a></li>
53+
<li class="social-link"><a href="http://twitter.com/angularjschile"><i class="icon social_twitter"></i></a></li>
54+
<li class="social-link"><a href="https://plus.google.com/communities/115823399984742959232"><i class="icon social_googleplus"></i></a></li>
5555
</ul>
5656
</div>
5757

5858
<div class="widget">
5959
<ul class="social-profiles">
60-
<li><a href="https://twitter.com/angularjsmx"><i class="icon social_twitter"></i></a></li>
61-
<li><a href="https://plus.google.com/communities/114446089413012775146"><i class="icon social_googleplus"></i></a></li>
60+
<li><a href="https://twitter.com/angularjschile"><i class="icon social_twitter"></i></a></li>
61+
<li><a href="https://plus.google.com/communities/115823399984742959232"><i class="icon social_googleplus"></i></a></li>
6262
</ul>
6363
</div>
6464

0 commit comments

Comments
 (0)