Skip to content
This repository has been archived by the owner on Jul 20, 2018. It is now read-only.

Commit

Permalink
Added Meetup 5
Browse files Browse the repository at this point in the history
  • Loading branch information
arendondiosa committed Jun 28, 2018
1 parent 33280c5 commit 998e042
Show file tree
Hide file tree
Showing 20 changed files with 1,341 additions and 125 deletions.
515 changes: 494 additions & 21 deletions eventos/index.html

Large diffs are not rendered by default.

539 changes: 450 additions & 89 deletions index.html

Large diffs are not rendered by default.

File renamed without changes.
21 changes: 10 additions & 11 deletions web/data/reunion.json → static/data/reunion.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"proximo": [
"proximo": [],
"anterior": [
{
"id": "5",
"portada": "portada.png",
Expand All @@ -13,13 +14,13 @@
"url_reservas": "https://www.meetup.com/es/pythonpereira/",
"speaker": [
{
"nombre": "",
"ocupacion": "Ingeniero de Sistemas y Computación",
"nombre": "Jonatan Gutierrez ",
"ocupacion": "Ingeniero de Desarrollo",
"email": "",
"linkedin": "",
"twitter": "",
"github": "",
"foto": "john.jpg"
"twitter": "jotangutierrez",
"github": "jotangutierrez",
"foto": "profile.jpg"
},
{
"nombre": "",
Expand All @@ -28,12 +29,12 @@
"linkedin": "",
"twitter": "",
"github": "",
"foto": ""
"foto": "profile.jpg"
}
],
"recurso": [
{
"titulo": "",
"titulo": "Optimización Mediante Algoritmos genéticos",
"slide": "",
"repositorio": ""
},
Expand All @@ -43,9 +44,7 @@
"repositorio": ""
}
]
}
],
"anterior": [
},
{
"id": "4",
"portada": "portada.jpg",
Expand Down
File renamed without changes.
Binary file added static/img/meetup/1-workshop/flyer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/meetup/1-workshop/portada.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/meetup/3/portada.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/meetup/4/portada.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/meetup/5/portada.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/meetup/django-girls-2017/portada.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/perfil/ellaquimica.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/perfil/gonzalo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/perfil/johnroa.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion web/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,7 @@ def parent_dir(path):
# we need to set the BASE_URL to the correct url as per GH Pages' standards
FREEZER_BASE_URL = "http://pypereira.co/{0}".format(REPO_NAME)
FREEZER_REMOVE_EXTRA_FILES = False # IMPORTANT: If this is True, all app files
# will be deleted when you run the freezer
# will be deleted when you run the freezer

APP_ROOT = os.path.dirname(os.path.abspath(__file__)) # refers to application_top
APP_DATA = os.path.join(APP_ROOT, 'static/data')
47 changes: 47 additions & 0 deletions web/static/data/organizador.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
[
{
"nombre": "Angélica Aguirre Castro",
"ocupacion": "Ingeniera de Sistemas y Computación",
"email": "",
"linkedin": "angelica-aguirre-castro-50abb5110",
"twitter": "angelicaaguicas",
"github": "anaguicas",
"foto": "anaguirre.jpg"
},
{
"nombre": "Carolina Gómez Trejos",
"ocupacion": "Ingeniera de Sistemas y Computación",
"email": "[email protected]",
"linkedin": "carolinagomezt",
"twitter": "caro_gomezt",
"github": "carogomezt",
"foto": "caro.jpg"
},
{
"nombre": "Alejandro E. Rendon",
"ocupacion": "Ingeniero de Sistemas y Computación",
"email": "[email protected]",
"linkedin": "aerendon",
"twitter": "alejoerendon",
"github": "aerendon",
"foto": "arendon.jpg"
},
{
"nombre": "Jonatan Gutierrez",
"ocupacion": "Estudiante, Ing. Sistemas y Computación",
"email": "",
"linkedin": "jonatan-gutierrez",
"twitter": "jotangutierrez",
"github": "jonatan6",
"foto": "genio.jpg"
},
{
"nombre": "Leiver Andrés Campeón",
"ocupacion": "Ingeniero de Sistemas y Computación",
"email": "",
"facebook": "leiverandres04",
"twitter": "leiverandres",
"github": "leiverandres",
"foto": "leiver.jpg"
}
]
Loading

0 comments on commit 998e042

Please sign in to comment.