-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* styling: remove distracting background image * chore: Remove stalled projects from index * chore: Clean formatting * styling: Use local fonts * refactor: Add help txt+styling to scrolldown hint * feat: Index Redesign - Stage 1 * chore: Change blog post summary * chore: Rename modules and move to proper location * refactor: Clarify element classes * refactor: Add container to button element * build: Update react types
- Loading branch information
Showing
16 changed files
with
376 additions
and
251 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
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
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 |
---|---|---|
@@ -1,8 +1,10 @@ | ||
import styles from '@styles/modules/ScrollDown.module.scss'; | ||
import mouse from '@styles/modules/ScrollDown.module.scss'; | ||
|
||
export const ScrollDown = () => { | ||
return ( | ||
<div className={styles.field}> | ||
<div className={styles.mouse} /> | ||
</div> | ||
<div className={mouse.field}> | ||
<span className={mouse.label}>scroll down</span> | ||
<div className={mouse.mouse} /> | ||
</div> | ||
); | ||
}; |
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
Oops, something went wrong.