forked from gdg-x/zeppelin
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
67 changed files
with
1,384 additions
and
11,890 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
_site | ||
_sass/.sass-cache |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,7 +60,7 @@ And for prefixing css3 properties use [Autoprefixer](https://github.com/ai/autop | |
|
||
To watch changes in `.sass` files and compile it to the `.css` on a fly, run this command from `\_sass\` folder | ||
```bash | ||
compass watch | ||
compass watch -c config.rb -e production | ||
``` | ||
|
||
Learn more about Sass development from [documentation](https://github.com/gdg-x/zeppelin/wiki/Sass-development). | ||
|
@@ -99,6 +99,7 @@ Quick-start guide is not enough? Checkout [full documentation](https://github.co | |
* [jquery.appear](https://github.com/bas2k/jquery.appear) | ||
* [jQuery countTo Plugin](https://github.com/mhuggins/jquery-countTo) | ||
* [Typed.js](https://github.com/mattboldt/typed.js) | ||
* [Sticky-kit](https://github.com/leafo/sticky-kit) | ||
|
||
### Who is using template? | ||
Going to use template? Go on! The only thing we ask - let us know at [*[email protected]*](mailto:[email protected]) so we can include you to this list, or make a pull request. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
- | ||
group: 'Main organizer' | ||
elements: | ||
- {name: 'GDG Lviv', description: 'GDG Lviv - Open and volunteer geek community', link: 'http://lviv.gdg.org.ua', imageUrl: 'gdg-lviv.svg'} | ||
- | ||
group: 'Co-organizers' | ||
elements: | ||
- {name: 'GDG Lviv', description: 'GDG Kyiv - Open and volunteer geek community', link: 'http://kyiv.gdg.org.ua', imageUrl: 'gdg-kyiv.png'} | ||
- {name: 'GDG Cherkassy', description: 'GDG Cherkassy - Open and volunteer geek community', link: 'http://cherkassy.gdg.org.ua', imageUrl: 'gdg-cherkassy.png'} | ||
- {name: 'GDG Dnipropetrovsk', description: 'GDG Dnipropetrovsk - Open and volunteer geek community', link: 'http://dnipro.gdg.org.ua', imageUrl: 'gdg-dnipropetrovsk.png'} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
- | ||
date: "2014-10-24" | ||
dateReadable: "October 24" | ||
tracks: | ||
- {title: "Android"} | ||
- {title: "Web & Cloud"} | ||
- {title: "Community"} | ||
timeslots: | ||
- { | ||
startTime: "09:00", | ||
endTime: "10:00", | ||
slots: [001] | ||
} | ||
- { | ||
startTime: "10:00", | ||
endTime: "10:45", | ||
slots: [002, 003, 004] | ||
} | ||
- { | ||
startTime: "11:00", | ||
endTime: "11:45", | ||
slots: [003, 004] | ||
} | ||
- | ||
date: "2014-10-25" | ||
dateReadable: "October 25" | ||
tracks: | ||
- {title: "Android"} | ||
- {title: "Web & Cloud"} | ||
- {title: "Community"} | ||
timeslots: | ||
- { | ||
startTime: "10:00", | ||
endTime: "10:45", | ||
slots: [001, 002, 003] | ||
} | ||
- { | ||
startTime: "11:00", | ||
endTime: "11:45", | ||
slots: [002, 003] | ||
} | ||
- { | ||
startTime: "13:00", | ||
endTime: "13:45", | ||
slots: [003] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
<!-- Begin Sponsors Section --> | ||
<section id="partners" class="partners"> | ||
<div class="content-wrapper"> | ||
<div class="col-lg-10 col-lg-offset-1"> | ||
{% for organizer in site.data.organizers %} | ||
<h3>{{ organizer.group }}</h3> | ||
<ul class="list-inline"> | ||
{% for element in organizer.elements %} | ||
<li> | ||
<a href="{{ element.link }}" target="_blank"> | ||
<img src="{{ site.baseurl }}/img/organizers/{{ element.imageUrl }}" title="{{ element.description }}" alt="{{ element.name }}"> | ||
</a> | ||
</li> | ||
{% endfor %} | ||
</ul> | ||
{% endfor %} | ||
<h3>Partners</h3> | ||
{% for partner in site.data.partners %} | ||
<h5>{{ partner.group }}</h5> | ||
<ul class="list-inline"> | ||
{% for element in partner.elements %} | ||
<li> | ||
<a href="{{ element.link }}" target="_blank"> | ||
<img src="{{ site.baseurl }}/img/partners/{{ element.imageUrl }}" title="{{ element.description }}" alt="{{ element.name }}"> | ||
</a> | ||
</li> | ||
{% endfor %} | ||
</ul> | ||
{% endfor %} | ||
<a href="{{ site.baseurl | append: site.c4sponsorsUrl }}" class="btn btn-primary waves-effect waves-button waves-light waves-float">Become a sponsor</a> | ||
</div> | ||
</div> | ||
</section> | ||
<!-- End Sponsors Section --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
<!-- Begin Schedule Section --> | ||
<section id="schedule" class="schedule"> | ||
<div class="content-wrapper"> | ||
{% for day in site.data.schedule %} | ||
<div class="schedule-table col-lg-8 col-md-10 col-md-offset-1"> | ||
<h4 class="schedule-table-heading">{{ day.dateReadable }}</h4> | ||
<div class="timeslot stream-header stick-header"> | ||
<div class="stream-header-label">Day {{ forloop.index }}</div> | ||
<div class="timeslot-elements flexbox-wrapper"> | ||
{% for track in day.tracks %} | ||
{% assign trackColWidth = 12 | divided_by: forloop.length %} | ||
<div class="stream-header-slot col-md-{{ trackColWidth }} flexbox-item-height hidden-xs"> | ||
<h5 class="stream-header-title">{{ track.title }}</h5> | ||
</div> | ||
{% endfor %} | ||
<div class="stream-header-slot col-xs-12 visible-xs"> | ||
<h5 class="slot-detail stream-header-title"></h5> | ||
</div> | ||
</div> | ||
</div> | ||
{% for timeslot in day.timeslots %} | ||
<div class="timeslot" itemtype="http://schema.org/subEvent"> | ||
<div class="timeslot-label"> | ||
<time class="start-time" itemprop="startDate" datetime="{{ day.dateReadable }}T{{ timeslot.startTime }}"> | ||
{% assign startTime = timeslot.startTime | split:":" %} | ||
{{ startTime[0] }}<span>{{ startTime[1] }}</span> | ||
</time> | ||
<time class="end-time" itemprop="endDate" datetime="{{ day.dateReadable }}T{{ timeslot.endTime }}"> | ||
{% assign endTime = timeslot.endTime | split:":" %} | ||
{{ endTime[0] }}<span>{{ endTime[1] }}</span> | ||
</time> | ||
</div> | ||
<div class="timeslot-elements flexbox-wrapper"> | ||
{% for slot in timeslot.slots %} | ||
{% assign slotColWidth = 12 | divided_by: forloop.length %} | ||
{% for session in site.data.sessions %} | ||
{% if slot == session.id %} | ||
<div class="slot col-md-{{ slotColWidth }} col-xs-12 flexbox-item-height" data-slot-detail="{{ session.track }}" data-toggle="modal" data-target="#sessionDetail-{{ session.id }}" style="border-top-color: {{ session.color }}"> | ||
<div class="slot-content" style="border-right-color: {{ session.color }}"> | ||
<h5 class="slot-title" itemprop="name">{{ session.title }}</h5> | ||
<span class="slot-language">{{session.language | upcase}}</span> | ||
<ul class="slot-speakers"> | ||
{% for speaker in site.data.speakers %} | ||
{% for session_speaker in session.speakers %} | ||
{% if session_speaker == speaker.id %} | ||
<li itemprop="performer"><div class="speaker-img flow-img img-circle" style="background-image: url({{ site.baseurl | append: site.thumbnailsFolder | append: speaker.thumbnailUrl }})"></div> | ||
<p class="speaker-name">{{ speaker.name }} {{ speaker.surname }} | ||
<span class="speaker-position">{{ speaker.company }}</span> | ||
</p> | ||
</li> | ||
{% endif %} | ||
{% endfor %} | ||
{% endfor %} | ||
</ul> | ||
</div> | ||
</div> | ||
{% endif %} | ||
{% endfor %} | ||
{% endfor %} | ||
</div> | ||
</div> | ||
{% endfor %} | ||
</div> | ||
{% endfor %} | ||
</div> | ||
</section> | ||
<!-- End Schedule Section --> |
Oops, something went wrong.