Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Map block #1

Open
wants to merge 60 commits into
base: master
Choose a base branch
from
Open

Map block #1

wants to merge 60 commits into from

Commits on Mar 3, 2017

  1. Configuration menu
    Copy the full SHA
    443dbb7 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2017

  1. Add app layout

    ozasadnyy committed Mar 5, 2017
    Configuration menu
    Copy the full SHA
    1e7c075 View commit details
    Browse the repository at this point in the history
  2. Add common styles

    ozasadnyy committed Mar 5, 2017
    Configuration menu
    Copy the full SHA
    cd2673e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #239 from ozasadnyy/initial-styles

    Add common styles
    ozasadnyy authored Mar 5, 2017
    Configuration menu
    Copy the full SHA
    c225b0f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    97c3a77 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2017

  1. Configuration menu
    Copy the full SHA
    f57bcd5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c75d029 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2017

  1. Add Redux. Close #174 (#246)

    * Add polymer-redux
    
    * Add polymer-redux to the build
    ozasadnyy authored Mar 10, 2017
    Configuration menu
    Copy the full SHA
    69a305a View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2017

  1. Implement footer block

    sophieH29 committed Mar 18, 2017
    Configuration menu
    Copy the full SHA
    8d723ff View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2017

  1. Improve CR comments

    sophieH29 committed Mar 19, 2017
    Configuration menu
    Copy the full SHA
    a21a3cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00a7ba6 View commit details
    Browse the repository at this point in the history
  3. Improve

    sophieH29 committed Mar 19, 2017
    Configuration menu
    Copy the full SHA
    ec0de69 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2017

  1. Configuration menu
    Copy the full SHA
    97e0dd2 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2017

  1. Small improvements after CR

    sophieH29 committed Apr 25, 2017
    Configuration menu
    Copy the full SHA
    8666db2 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2017

  1. Small improvements after CR

    sophieH29 committed Apr 27, 2017
    Configuration menu
    Copy the full SHA
    e9ef23e View commit details
    Browse the repository at this point in the history

Commits on May 3, 2017

  1. Merge pull request #248 from gdg-x/footer-v2

    Implement footer block
    sophieH29 authored May 3, 2017
    Configuration menu
    Copy the full SHA
    113af9d View commit details
    Browse the repository at this point in the history

Commits on May 27, 2017

  1. Update dependencies

    ozasadnyy committed May 27, 2017
    Configuration menu
    Copy the full SHA
    4c953f4 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2017

  1. Minor updates

    ozasadnyy committed May 29, 2017
    Configuration menu
    Copy the full SHA
    29b9f0c View commit details
    Browse the repository at this point in the history
  2. Add better minification

    ozasadnyy committed May 29, 2017
    Configuration menu
    Copy the full SHA
    c6f3f63 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2017

  1. WIP

    sophieH29 committed Jun 9, 2017
    Configuration menu
    Copy the full SHA
    435a892 View commit details
    Browse the repository at this point in the history
  2. WIP

    sophieH29 committed Jun 9, 2017
    Configuration menu
    Copy the full SHA
    39a2c30 View commit details
    Browse the repository at this point in the history
  3. WIP

    sophieH29 committed Jun 9, 2017
    Configuration menu
    Copy the full SHA
    b7a249e View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2017

  1. Update styles / markup

    sophieH29 committed Jun 12, 2017
    Configuration menu
    Copy the full SHA
    a84e731 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2017

  1. WIP

    sophieH29 committed Jun 21, 2017
    Configuration menu
    Copy the full SHA
    cf81b51 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2017

  1. Update dependency

    sophieH29 committed Jun 23, 2017
    Configuration menu
    Copy the full SHA
    f98ef6c View commit details
    Browse the repository at this point in the history
  2. WIP

    sophieH29 committed Jun 23, 2017
    Configuration menu
    Copy the full SHA
    ac5137d View commit details
    Browse the repository at this point in the history
  3. Improved

    sophieH29 committed Jun 23, 2017
    Configuration menu
    Copy the full SHA
    75383f7 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2017

  1. Configuration menu
    Copy the full SHA
    b887bee View commit details
    Browse the repository at this point in the history
  2. Add Hero block (#262)

    * Add initial code for hero block
    
    * Add hero reducer
    
    * Remove .vscode settings
    
    * Add .vscode folder to .gitignore
    
    * Replace bower and npm with yarn for travis
    
    * Fix route reducer
    
    * Update header
    
    * Add hero reducer
    
    * Update hero
    
    * Add support of gradient for hero background. Make adaptive height of a hero
    
    * Add missing files to previous commit
    
    * Try to fix travis build
    
    * One more try on travis
    
    * Add one more try
    
    * Fix uiReducer. Update header layout on hero change
    ozasadnyy authored Jun 25, 2017
    Configuration menu
    Copy the full SHA
    2bb3d87 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2017

  1. Improve after CR

    sophieH29 committed Jun 26, 2017
    Configuration menu
    Copy the full SHA
    4ae0507 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2017

  1. Refactor styles after CR

    sophieH29 committed Jun 27, 2017
    Configuration menu
    Copy the full SHA
    4db95f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    433b9b6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #263 from gdg-x/v2-about-block

    Implement about block
    sophieH29 authored Jun 27, 2017
    Configuration menu
    Copy the full SHA
    83a789a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ec7a3fe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eb321fb View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2017

  1. Implement Tickets block (#265)

    * Implement tickets block
    
    * Remove unnecessary css block. Load firebase library asynchronously
    ozasadnyy authored Jun 28, 2017
    Configuration menu
    Copy the full SHA
    1029d6d View commit details
    Browse the repository at this point in the history
  2. Implement Partners block. Define fragments in build (#266)

    * Implement Logos block. Define fragments in build
    
    * Remove commented css class
    
    * Remove undefined event
    
    * Rename logos-block to partners-block
    
    * Rename logosBlock in resources
    ozasadnyy authored Jun 28, 2017
    Configuration menu
    Copy the full SHA
    d55f0be View commit details
    Browse the repository at this point in the history
  3. Merge branch 'hoverboard-v2' into video-block-v2

    # Conflicts:
    #	src/pages/home-page.html
    sophieH29 committed Jun 28, 2017
    Configuration menu
    Copy the full SHA
    ef0507c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1769d88 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2017

  1. Configuration menu
    Copy the full SHA
    33f453f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dcf2272 View commit details
    Browse the repository at this point in the history
  3. Increase opaccity

    sophieH29 committed Jun 29, 2017
    Configuration menu
    Copy the full SHA
    8dd939b View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2017

  1. Configuration menu
    Copy the full SHA
    a3efa0e View commit details
    Browse the repository at this point in the history
  2. Update styles

    sophieH29 committed Jun 30, 2017
    Configuration menu
    Copy the full SHA
    4badc1e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3941340 View commit details
    Browse the repository at this point in the history
  4. Small improvements

    sophieH29 committed Jun 30, 2017
    Configuration menu
    Copy the full SHA
    0433672 View commit details
    Browse the repository at this point in the history
  5. Remove donuts :)

    sophieH29 committed Jun 30, 2017
    Configuration menu
    Copy the full SHA
    c1aaaeb View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2017

  1. Configuration menu
    Copy the full SHA
    16d2ca6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3aa54a2 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2017

  1. Merge pull request #268 from gdg-x/video-block-v2

    Video block v2
    sophieH29 authored Jul 4, 2017
    Configuration menu
    Copy the full SHA
    a51b4f6 View commit details
    Browse the repository at this point in the history
  2. Blog (#270)

    * Initial commit for the blog page
    
    * Add blog list page. Add test data
    
    * Add scope for footer resources
    
    * Add post about Lviv. Add styles for images in posts
    
    * Remove unused images and add missed for posts
    
    * Define header styles for the blog post. Add loading of Product Sans font
    
    * Add latest posts block on the home page. Add animation on partners block in hover state
    
    * Reduce space between date and description
    
    * Add minor changes
    ozasadnyy authored Jul 4, 2017
    Configuration menu
    Copy the full SHA
    d229061 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2017

  1. Fix path to mixin

    ozasadnyy committed Jul 5, 2017
    Configuration menu
    Copy the full SHA
    95ffa07 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2017

  1. Add improvements to featured-videos block (#271)

    * Improvements to featured-videos
    
    * Add CR changes
    sophieH29 authored and ozasadnyy committed Jul 6, 2017
    Configuration menu
    Copy the full SHA
    3f15e20 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2017

  1. Configuration menu
    Copy the full SHA
    40667e1 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2017

  1. Faq page (#272)

    * Empty faq page, add navgation to footer
    
    * Get md file from storage, create cors.json
    
    * Add content before markdown text
    
    * WIP
    
    * Final improvements, scroll to chapter
    
    * Overflow hidden for about block
    
    * Improve about block view for mobile
    
    * Fixed remarks after CR
    
    * Fixed remarks after CR, fix video animation, add slide icons to mobile view
    sophieH29 authored Jul 9, 2017
    Configuration menu
    Copy the full SHA
    d72fe80 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2017

  1. Draft map-block

    sophieH29 committed Jul 11, 2017
    Configuration menu
    Copy the full SHA
    c61f41d View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2017

  1. Add draft card

    sophieH29 committed Jul 14, 2017
    Configuration menu
    Copy the full SHA
    f3a77f4 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2017

  1. Configuration menu
    Copy the full SHA
    d3aaebd View commit details
    Browse the repository at this point in the history
  2. Add map-color

    sophieH29 committed Jul 15, 2017
    Configuration menu
    Copy the full SHA
    12148ce View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2017

  1. WIP

    sophieH29 committed Jul 17, 2017
    Configuration menu
    Copy the full SHA
    8f4a624 View commit details
    Browse the repository at this point in the history