ozasadnyy
released this
- Fixed modal background
- Pull Request #59
- Pull Request #61
- Pull Request #62
- Pull Request #63
- Pull Request #64
Big thanks to @tasomaniac for contribution.
Assets
2
ozasadnyy
released this
- Easier installation of dependencies for local depelopment;
- Fixed typed text in hero section;
- Updated css/js libraries:
- sticky-kit to v1.1.1
- Waves to v0.6.0
- Bootstrap-sass to v3.3.3
Assets
2
- Compressed html file. File sizes reduced on average by 40%
- To make Jekyll watch your
Sass
files and compiles them intomain.css
change propertysafe: true
tosafe: false
in_config.yml
. Note: It works only on local machine, because GitHub runs Jekyll in--save
mode - Sitemap now generates by jekyll-sitemap. Yeap, GitHub can run some Jekyll plugins
- Improved performance
- Embed video and link to presentation into session modals. Just add
presentation
andvideo
property to sessions insessions.yml
- Open session modal by url on schedule page. For example http://gdg-x.github.io/zeppelin/schedule#session-4 where 4 is session's id
- Waves updated to v0.5.4
- Sticky-kit updated to v1.1.0
Assets
2
ozasadnyy
released this
- Fixed ribbon url in session-modals bug #26
- Added webmaster tools verification
- View-on-map bug fix
- Sold out tickets label
- Fixed schema.org speaker's image url
Assets
2
- Added hackathon page
- Performance optimization
- You can change top-section's color or image of pages simply by adding, for example,
image: blog.jpg
orcolor: "#00bcd4"
into page setup - Ability to set width of some partner's/organizer's logos by adding
width
property to appropriate element intopartners.yml
/organizers.yml
file Bug: Different logo sizes in partners #14 - Added 'View on Google Maps' link in
find-way
section - Grouped images into folders
- Fixed ribbon on simple columns into
tickets
sections - Fixed displaying of
tickets-2
sections on medium screens - Fixed slider's next toggle in
lily-effect
(speakers-list.html
)
Assets
2
- New tickets section
- Twitter stream without yahoo query
- Updated explore icon animation
- Merged js plugins into one file
- Refactored scripts.js
- Minor style fixes
Assets
2
- Added schedule page: http://gdg-x.github.io/zeppelin/schedule/ . Read documentation
- Improved knowledge graph support
- Most of texts are now in
_config.yml
, so with new updated you don't need to replace text in_includes
files, only_config.yml
- Changed loader with more stable version
- Waves updated to v0.5.1
- Improved rockstar speakers generation on page
- Organizers added to partners block
- Style fixes