-
Notifications
You must be signed in to change notification settings - Fork 3.9k
add home page structure to Help Site #10117
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
Merged
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
177e074
add html structure for home page
marcochavezf a7c26ca
add icons
marcochavezf 3a966d2
add icons to home page and change color
marcochavezf eea4fbf
add styles to homepage
marcochavezf fa4f9e6
restructure html in homepage
marcochavezf f935943
set color and border styles to cards in main page
marcochavezf 00e5855
center the content area for bigger screens
marcochavezf 8a9d1d7
fix title for main page
marcochavezf f4ddf53
fix margin for title h1
marcochavezf 3f20e81
fix selected home link
marcochavezf df39738
remove underling for hover
marcochavezf 99705d8
use default font for strong
marcochavezf b6a1d2b
add onclick events to home page cards
marcochavezf 2281ec1
change card border color for hover
marcochavezf c7c6328
use font-weight: bold for strong tag
marcochavezf 93a1a85
replace divs by a with href
marcochavezf 72a71b4
set original color for a tags with card class
marcochavezf 8fa30a4
change remaining card divs to a tags
marcochavezf 30de7bb
update instructions that use card div
marcochavezf 88aeb6f
replace navigateTo with anchore with href
marcochavezf d89c7f6
change navigateToHome with anchor with href
marcochavezf fcee8e6
add click event to header-button
marcochavezf 6757edc
attach back button logic in js
marcochavezf bf96ccd
remove unnecessary div in home lhn
marcochavezf 57cc4a8
move event listeners and tocbot.init to DOMContentLoaded event
marcochavezf 1a0f9bc
add comment to back button
marcochavezf File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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,17 +1,17 @@ | ||
| <ul class="lhn-items"> | ||
| <li class="home-link"> | ||
| <div class="link" onclick="navigateToHome()">Home</div> | ||
| <div class="selected">Home</div> | ||
| </li> | ||
| <li> | ||
| <div onclick="navigateTo('/hubs/send-money')" class="icon-with-link"> | ||
| <a href="/hubs/send-money" class="icon-with-link"> | ||
| <i class="fa-solid fa-angle-right icon"></i> | ||
| <div class="link">Send money</div> | ||
| </div> | ||
| Send money | ||
| </a> | ||
| </li> | ||
| <li> | ||
| <div onclick="navigateTo('/hubs/request-money')" class="icon-with-link"> | ||
| <a href="/hubs/request-money" class="icon-with-link"> | ||
| <i class="fa-solid fa-angle-right icon"></i> | ||
| <div class="link">Request money</div> | ||
| </div> | ||
| Request money | ||
| </a> | ||
| </li> | ||
| </ul> | ||
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 |
|---|---|---|
|
|
@@ -93,7 +93,3 @@ | |
| -webkit-font-smoothing: antialiased; | ||
| -moz-osx-font-smoothing: grayscale; | ||
| } | ||
|
|
||
| strong { | ||
| font-weight: 600; | ||
| } | ||
This file contains hidden or 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
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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.