diff --git a/README.md b/README.md index 102fcfc..237f8ed 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,34 @@ Site will be available at http://127.0.0.1:4000/zeppelin/ **NOTE:** in this mode all changes to html and data files will be automatically regenerated, but after changing ```_config.yml``` you have to restart server. +### Sass support +Install Sass. Ruby uses Gems to manage its various packages of code like Sass. In your open terminal window type: +```bash + gem install sass +``` + +Also you need to install the latest version of [Compass](http://compass-style.org/) with command +```bash + gem install compass --pre +``` + +Then for combining media queries you can use [Sass::MediaQueryCombiner](https://github.com/aaronjensen/sass-media_query_combiner) plugin. Install with command +```bash + gem install sass-media_query_combiner +``` + +And for prefixing css3 properties use [Autoprefixer](https://github.com/ai/autoprefixer) +```bash + gem install autoprefixer-rails +``` + +To watch changes in `.sass` files and compile it to the `.css` on a fly, run this command from `\_sass\` folder +```bash + compass watch +``` + +Learn more about Sass development from [documentation](https://github.com/gdg-x/zeppelin/wiki/Sass-development). + ### Resource optimizations (optional) diff --git a/_data/partners.yml b/_data/partners.yml new file mode 100644 index 0000000..61cd303 --- /dev/null +++ b/_data/partners.yml @@ -0,0 +1,23 @@ +- + group: 'General sponsor' + elements: + - {name: 'Google', description: 'Google', link: 'https://www.google.com.ua/intl/en/about/', imageUrl: 'google.svg'} + - {name: 'GDG Lviv', description: 'GDG Lviv - Open and volunteer geek community', link: 'http://lviv.gdg.org.ua', imageUrl: 'gdg-lviv.svg'} +- + group: 'With support of' + elements: + - {name: 'Google', description: 'Google', link: 'https://www.google.com.ua/intl/en/about/', imageUrl: 'google.svg'} + - {name: 'GDG Lviv', description: 'GDG Lviv - Open and volunteer geek community', link: 'http://lviv.gdg.org.ua', imageUrl: 'gdg-lviv.svg'} + - {name: 'GDG[x]', description: 'GDG[x] - Yeah, we can fix that', link: 'https://github.com/gdg-x', imageUrl: 'gdg-x.svg'} +- + group: 'Information partners' + elements: + - {name: 'Google', description: 'Google', link: 'https://www.google.com.ua/intl/en/about/', imageUrl: 'google.svg'} + - {name: 'GDG Lviv', description: 'GDG Lviv - Open and volunteer geek community', link: 'http://lviv.gdg.org.ua', imageUrl: 'gdg-lviv.svg'} + - {name: 'GDG[x]', description: 'GDG[x] - Yeah, we can fix that', link: 'https://github.com/gdg-x', imageUrl: 'gdg-x.svg'} + - {name: 'Google', description: 'Google', link: 'https://www.google.com.ua/intl/en/about/', imageUrl: 'google.svg'} + - {name: 'GDG Lviv', description: 'GDG Lviv - Open and volunteer geek community', link: 'http://lviv.gdg.org.ua', imageUrl: 'gdg-lviv.svg'} + - {name: 'GDG[x]', description: 'GDG[x] - Yeah, we can fix that', link: 'https://github.com/gdg-x', imageUrl: 'gdg-x.svg'} + - {name: 'Google', description: 'Google', link: 'https://www.google.com.ua/intl/en/about/', imageUrl: 'google.svg'} + - {name: 'GDG Lviv', description: 'GDG Lviv - Open and volunteer geek community', link: 'http://lviv.gdg.org.ua', imageUrl: 'gdg-lviv.svg'} + - {name: 'GDG[x]', description: 'GDG[x] - Yeah, we can fix that', link: 'https://github.com/gdg-x', imageUrl: 'gdg-x.svg'} \ No newline at end of file diff --git a/_includes/about.html b/_includes/about.html index 743349e..dfb4d4e 100644 --- a/_includes/about.html +++ b/_includes/about.html @@ -1,5 +1,5 @@ -
+

About {{site.eventName}}

diff --git a/_includes/blog.html b/_includes/blog.html index af29a67..443eb71 100644 --- a/_includes/blog.html +++ b/_includes/blog.html @@ -1,5 +1,5 @@ -
+

Latest news

diff --git a/_includes/buy-tickets.html b/_includes/buy-tickets.html index 12ac470..b871658 100644 --- a/_includes/buy-tickets.html +++ b/_includes/buy-tickets.html @@ -1,5 +1,5 @@ -
+

Pricetable

diff --git a/_includes/direction-details.html b/_includes/direction-details.html index 450540d..e66dd33 100644 --- a/_includes/direction-details.html +++ b/_includes/direction-details.html @@ -1,7 +1,7 @@ -
+
-
+

Get around Lviv

diff --git a/_includes/find-way.html b/_includes/find-way.html index 972c181..b50b694 100644 --- a/_includes/find-way.html +++ b/_includes/find-way.html @@ -1,7 +1,6 @@ - -
-
+
+

Find your way here

@@ -12,7 +11,7 @@
- + to DevFest @@ -26,7 +25,7 @@ Distance - +
  • @@ -39,7 +38,7 @@ - +
  • diff --git a/_includes/footer.html b/_includes/footer.html index f835535..3e26366 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,15 +1,15 @@ -