Skip to content

Commit

Permalink
#38 add upcoming event
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugene Krevenets committed Mar 6, 2016
1 parent e57f989 commit 4c5dbcb
Show file tree
Hide file tree
Showing 3 changed files with 81 additions and 42 deletions.
14 changes: 9 additions & 5 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,17 @@ menus:

# next event

# TODO: should put to /page/next.hbs
# but need to find a way how go get info from next page
# in /page/index.hbs page

next:
when: 28th february, 14:00
when: 10th april, 12:00
loc:
name: Kulturni centar Gavroche / Podgorica / Montenegro
lat: '42.4443534'
lng: '19.2650669'
zoom: '16'
name: Дом Художника "Dukley art center / Kotor" (<a href="http://dukleyart.me/" target="_blank">dukleyart.me</a>)
lat: '42.4222'
lng: '18.7687'
zoom: 15

# Disqus configuration, comment these lines to disable it
# Services
Expand Down
54 changes: 54 additions & 0 deletions events/2016-02-28.hbs
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
---
layout: event.hbs
section: event
title: "Monte Developers Meetup #06"
description: "Let's get together to talk about mobile apps"
date: 2016-02-28
image: "/events/2016-02-28.jpg"
loc:
name: Kulturni centar Gavroche / Podgorica / Montenegro
lat: '42.4443534'
lng: '19.2650669'
zoom: '16'
when: 28th february, 14:00
speakers:
- id: dmitry-sher
name: Dmitry&nbsp;Sher
title:
description:
- text: Creating hybrid reactive mobile apps with Meteor.js and React
locale: en
- text: Опыт создания гибридных реактивных мобильных приложений на meteor+react
locale: ru
- id: eugene-potapenko
name: Eugene&nbsp;Potapenko
title:
contacts:
site: http://playphrase.me
twitter: potapenko
description: React-Native
- id: konstantin-kovalev
name: Konstantin&nbsp;Kovalev
description:
- text: Responsive design in existing one page web application
locale: en
- text: Опыт создания responsive design в существующем one page web application
locale: ru
- id: sreten-madzgalj
name: Sreten&nbsp;Madzgalj
title: React JS for the mobile web
contacts:
facebook: sreten.madzgalj
description:
- text: How we developed, deployed and maintained a React JS UI for the mobile web - advantages,
obstacles and lessons learned from a large scale news portal UI.
locale: en
facebook:
image: "/assets/images/screenshots/event-2016-02-28.jpg"
is_next_item_active: true
---
55 changes: 18 additions & 37 deletions pages/next.hbs
Original file line number Diff line number Diff line change
@@ -1,48 +1,29 @@
---
layout: next.hbs
title: "Monte Developers Meetup #06"
description: "Let's get together to talk about mobile apps"
image: "/events/2016-02-28.jpg"
title: "Monte Developers Meetup #07"
description: "DIY and IoT"
date: 2016-04-10
image: "/events/2016-04-10.jpg"
speakers:
- id: dmitry-sher
name: Dmitry&nbsp;Sher
title:
description:
- text: Creating hybrid reactive mobile apps with Meteor.js and React
locale: en
- text: Опыт создания гибридных реактивных мобильных приложений на meteor+react
locale: ru
- id: eugene-potapenko
name: Eugene&nbsp;Potapenko
title:
- id: eugene-krevenets
name: Eugene Krevenets
title: undefined yet
contacts:
site: http://playphrase.me
twitter: potapenko
description: React-Native
- id: konstantin-kovalev
name: Konstantin&nbsp;Kovalev
description:
- text: Responsive design in existing one page web application
locale: en
- text: Опыт создания responsive design в существующем one page web application
locale: ru
- id: sreten-madzgalj
name: Sreten&nbsp;Madzgalj
title: React JS for the mobile web
contacts:
facebook: sreten.madzgalj
description:
- text: How we developed, deployed and maintained a React JS UI for the mobile web - advantages,
obstacles and lessons learned from a large scale news portal UI.
locale: en
github: hyzhak
facebook: hyzhak
linkedin: in/eugenekrevenets
site: http://hyzhak.github.io
slideshare: EugeneKrevenets
stackoverflow: 1324730/eugene-krevenets
twitter: hyzhak_en
joinon:
facebook: 999143396846603
lanyrd: lanyrd
meetup: 229076609
facebook: 1
lanyrd: 2
meetup: 3
facebook:
image: "/assets/images/screenshots/event-2016-02-28.jpg"
image: "/assets/images/screenshots/event-2016-04-10.jpg"
---

0 comments on commit 4c5dbcb

Please sign in to comment.