Skip to content

Commit

Permalink
Backport staging to main (#29)
Browse files Browse the repository at this point in the history
* Add first section of new landing page (#1) (#2)

* Merge main to staging (#6)

* Add first section of new landing page (#1)

* Add the pillars section (#3)

* Move cover section to new component

* Fix imports

* Add three pillars section

* Use classnames package

* Move header to new component

* Remove duplicate footer css import

* Make photo credits glow on hover

* Change photo credit on-hover transition timing

* Add logo and animations to header (#4)

* Move cover section to new component

* Fix imports

* Add three pillars section

* Use classnames package

* Move header to new component

* Remove duplicate footer css import

* Make photo credits glow on hover

* Change photo credit on-hover transition timing

* Update header

* Recalculate header layout on resize

* Resolve conflicts (#7)

* Add first section of new landing page (#1)

* Add the pillars section (#3)

* Move cover section to new component

* Fix imports

* Add three pillars section

* Use classnames package

* Move header to new component

* Remove duplicate footer css import

* Make photo credits glow on hover

* Change photo credit on-hover transition timing

* Add logo and animations to header (#4)

* Move cover section to new component

* Fix imports

* Add three pillars section

* Use classnames package

* Move header to new component

* Remove duplicate footer css import

* Make photo credits glow on hover

* Change photo credit on-hover transition timing

* Update header

* Recalculate header layout on resize

* Remove unused css

* Merge main to staging (#22)

* Add first section of new landing page (#1)

* Add the pillars section (#3)

* Move cover section to new component

* Fix imports

* Add three pillars section

* Use classnames package

* Move header to new component

* Remove duplicate footer css import

* Make photo credits glow on hover

* Change photo credit on-hover transition timing

* Add logo and animations to header (#4)

* Move cover section to new component

* Fix imports

* Add three pillars section

* Use classnames package

* Move header to new component

* Remove duplicate footer css import

* Make photo credits glow on hover

* Change photo credit on-hover transition timing

* Update header

* Recalculate header layout on resize

* ci(Mergify): configuration update (#8)

Signed-off-by: Keith Manaloto <keithliamm@gmail.com>

* Make PillarsSection vertical position-agnostic (#9)

* Add the imagine section (#10)

* Make PillarsSection vertical position-agnostic

* Add imagine section

* Fix image fade

* Combine css properties

* Remove unused css

* Fix background image transition

* Reset background image scale on every photo

* Hide elements when part of section leaves viewport

* Fix scaling issue when section leaves viewport

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>

* Use CSSTransition package in pillars section (#11)

* Make PillarsSection vertical position-agnostic

* Add imagine section

* Fix image fade

* Combine css properties

* Remove unused css

* Fix background image transition

* Reset background image scale on every photo

* Hide elements when part of section leaves viewport

* Fix scaling issue when section leaves viewport

* Use CSSTransition package in pillars section

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>

* Hide pillars section when scrolled past (#12)

* Make PillarsSection vertical position-agnostic

* Add imagine section

* Fix image fade

* Combine css properties

* Remove unused css

* Fix background image transition

* Reset background image scale on every photo

* Hide elements when part of section leaves viewport

* Fix scaling issue when section leaves viewport

* Use CSSTransition package in pillars section

* Hide pillars section when scrolled past

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>

* Reduce motion in header transitions (#13)

* Use CSSTransition package in header

* Add fade transition to static header

* Show header earlier

* Use SCSS instead of CSS (#14)

* Add linters (#15)

* Add linters

* Add eslintcache to gitignore

* Fix stylelint issue

* Address styelint errors

* Address eslint errors

* Fix dependencies issue (#16)

* Fix eslint issue

* Remove style linter

* Revert "Remove style linter"

This reverts commit d2b5f10.

* Fix stylelint issue

* Use SASS color variables (#17)

* Use SASS color variables

* Fix SASS variable imports

* Use SASS spacing variables (#18)

* Use SASS typography variables (#19)

* Use SASS spacing variables

* Use SASS typography variables

* Fix incorrect imports

* Add quote section to landing page (#20)

* Use SASS spacing variables

* Use SASS typography variables

* Fix incorrect imports

* Add quote section to landing page

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>

* Use measure hook (#21)

* Use SASS spacing variables

* Use SASS typography variables

* Fix incorrect imports

* Add quote section to landing page

* Use measure hook

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>

* Merge main to staging (#27)

* Add first section of new landing page (#1)

* Add the pillars section (#3)

* Move cover section to new component

* Fix imports

* Add three pillars section

* Use classnames package

* Move header to new component

* Remove duplicate footer css import

* Make photo credits glow on hover

* Change photo credit on-hover transition timing

* Add logo and animations to header (#4)

* Move cover section to new component

* Fix imports

* Add three pillars section

* Use classnames package

* Move header to new component

* Remove duplicate footer css import

* Make photo credits glow on hover

* Change photo credit on-hover transition timing

* Update header

* Recalculate header layout on resize

* ci(Mergify): configuration update (#8)

Signed-off-by: Keith Manaloto <keithliamm@gmail.com>

* Make PillarsSection vertical position-agnostic (#9)

* Add the imagine section (#10)

* Make PillarsSection vertical position-agnostic

* Add imagine section

* Fix image fade

* Combine css properties

* Remove unused css

* Fix background image transition

* Reset background image scale on every photo

* Hide elements when part of section leaves viewport

* Fix scaling issue when section leaves viewport

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>

* Use CSSTransition package in pillars section (#11)

* Make PillarsSection vertical position-agnostic

* Add imagine section

* Fix image fade

* Combine css properties

* Remove unused css

* Fix background image transition

* Reset background image scale on every photo

* Hide elements when part of section leaves viewport

* Fix scaling issue when section leaves viewport

* Use CSSTransition package in pillars section

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>

* Hide pillars section when scrolled past (#12)

* Make PillarsSection vertical position-agnostic

* Add imagine section

* Fix image fade

* Combine css properties

* Remove unused css

* Fix background image transition

* Reset background image scale on every photo

* Hide elements when part of section leaves viewport

* Fix scaling issue when section leaves viewport

* Use CSSTransition package in pillars section

* Hide pillars section when scrolled past

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>

* Reduce motion in header transitions (#13)

* Use CSSTransition package in header

* Add fade transition to static header

* Show header earlier

* Use SCSS instead of CSS (#14)

* Add linters (#15)

* Add linters

* Add eslintcache to gitignore

* Fix stylelint issue

* Address styelint errors

* Address eslint errors

* Fix dependencies issue (#16)

* Fix eslint issue

* Remove style linter

* Revert "Remove style linter"

This reverts commit d2b5f10.

* Fix stylelint issue

* Use SASS color variables (#17)

* Use SASS color variables

* Fix SASS variable imports

* Use SASS spacing variables (#18)

* Use SASS typography variables (#19)

* Use SASS spacing variables

* Use SASS typography variables

* Fix incorrect imports

* Add quote section to landing page (#20)

* Use SASS spacing variables

* Use SASS typography variables

* Fix incorrect imports

* Add quote section to landing page

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>

* Use measure hook (#21)

* Use SASS spacing variables

* Use SASS typography variables

* Fix incorrect imports

* Add quote section to landing page

* Use measure hook

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>

* Warn on no-unused-vars instead of error (#26)

* Make text with wing icon reusable (#23)

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>

* Add the team section (#24)

* Make text with wing icon reusable

* Add initial layout

* Stop subtracting header height from section

* Fix incorrect header spacing

* Speed up card transition

* Fix cards autoplay

* Fix autoplay restarting on scroll

* Update markdown styles

* Divide section parts into components

* FIx incorrect destructuring

* Add missing keys

* Destructure swiper object

* Fix missing member cards

* Move team data to new file

* Remove bulk exports to avoid variable name conflicts

* Disable right card nav button when at end of list

* Remove unnecessary forwardRef in Header component

* Move configurable site data to data directory (#25)

* Make text with wing icon reusable

* Add initial layout

* Stop subtracting header height from section

* Fix incorrect header spacing

* Speed up card transition

* Fix cards autoplay

* Fix autoplay restarting on scroll

* Update markdown styles

* Divide section parts into components

* FIx incorrect destructuring

* Add missing keys

* Destructure swiper object

* Fix missing member cards

* Move team data to new file

* Remove bulk exports to avoid variable name conflicts

* Move topics data to new file

* Move imagine section data to new file

* Disable right card nav button when at end of list

* Remove unnecessary forwardRef in Header component

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>

* Update header buttons (#28)

* Link meet our team button to appropriate section

* Remove unnecessary logging

* Link logo button to cover section

* Fix logo padding

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
keithliam and mergify[bot] committed Dec 18, 2021
1 parent c2dfa56 commit 0874911
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 0874911

Please sign in to comment.