-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: copy update and tablet design implementation (#576)
* update mobile view and copys * add correct font * fix spaces in sections * fix: spaces on mobile * add footer * add tablet changes without hero change * update hero to match tablet design * removed accordion related code * fix: text-align on desktop --------- Co-authored-by: Jaime <52668514+jsgalarraga@users.noreply.github.com>
- Loading branch information
1 parent
78363ee
commit 3c4d577
Showing
19 changed files
with
305 additions
and
220 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file added
BIN
+160 KB
landing/assets/fonts/GoogleSansDisplay/GoogleSansDisplay-BoldItalic.ttf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+160 KB
landing/assets/fonts/GoogleSansDisplay/GoogleSansDisplay-MediumItalic.ttf
Binary file not shown.
Binary file not shown.
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 |
---|---|---|
@@ -0,0 +1,48 @@ | ||
@font-face { | ||
font-family: 'Google Sans Display'; | ||
src: url('GoogleSansDisplay/GoogleSansDisplay-Regular.ttf') format('truetype'); | ||
font-weight: 400; | ||
font-style: normal; | ||
} | ||
|
||
@font-face { | ||
font-family: 'Google Sans Display'; | ||
src: url('GoogleSansDisplay/GoogleSansDisplay-Medium.ttf') format('truetype'); | ||
font-weight: 500; | ||
font-style: normal; | ||
} | ||
|
||
@font-face { | ||
font-family: 'Google Sans Display'; | ||
src: url('GoogleSansDisplay/GoogleSansDisplay-Bold.ttf') format('truetype'); | ||
font-weight: 700; | ||
font-style: normal; | ||
} | ||
|
||
@font-face { | ||
font-family: 'Google Sans Display'; | ||
src: url('GoogleSansDisplay/GoogleSansDisplay-Black.ttf') format('truetype'); | ||
font-weight: 900; | ||
font-style: normal; | ||
} | ||
|
||
@font-face { | ||
font-family: 'Google Sans Display'; | ||
src: url('GoogleSansDisplay/GoogleSansDisplay-Italic.ttf') format('truetype'); | ||
font-weight: 400; | ||
font-style: italic; | ||
} | ||
|
||
@font-face { | ||
font-family: 'Google Sans Display'; | ||
src: url('GoogleSansDisplay/GoogleSansDisplay-MediumItalic.ttf') format('truetype'); | ||
font-weight: 500; | ||
font-style: italic; | ||
} | ||
|
||
@font-face { | ||
font-family: 'Google Sans Display'; | ||
src: url('GoogleSansDisplay/GoogleSansDisplay-BoldItalic.ttf') format('truetype'); | ||
font-weight: 700; | ||
font-style: italic; | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.