-
Notifications
You must be signed in to change notification settings - Fork 22
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
add icons, minify images #465
Conversation
Codecov Report
@@ Coverage Diff @@
## ch/images-fontColor #465 +/- ##
=======================================================
+ Coverage 93.8% 94.92% +1.12%
=======================================================
Files 29 30 +1
Lines 1033 1065 +32
Branches 195 199 +4
=======================================================
+ Hits 969 1011 +42
+ Misses 54 47 -7
+ Partials 10 7 -3
Continue to review full report at Codecov.
|
|
||
&.-top { | ||
&::after { | ||
content: ' Microcosm'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
now this text switching is all happening inside pages/index.js
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Question about images in general. Since this is so image heavy how are you handling preloading or lazy loading or anything like that? |
@leobauza yes very good thought, I will think about and find a solution for that |
* added intro and conclusion sections, refactored some color and naming conventions * ran yarn format * tweaked json
* refactored how we pull in images using gatsby docs * color for text and buttons change on scroll * added all dummy text. refactored how colors change * refactored color loops in scss * small tweaks * ran yarn format * add icons, minify images (#465) * add intro and conclusion sections (#466) * add browser graphic (#467)
ToggleContainer
into it's own React component