Skip to content

Commit

Permalink
feat(docs): Improved landing page.
Browse files Browse the repository at this point in the history
Signed-off-by: Axel Nana <[email protected]>
  • Loading branch information
na2axl committed Sep 26, 2024
1 parent bfd4e1d commit 4028cf9
Show file tree
Hide file tree
Showing 26 changed files with 460 additions and 49 deletions.
37 changes: 37 additions & 0 deletions docs/assets/scss/common/_custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,43 @@
color: inherit;
}

.section {
padding-block: 6rem;

.section-header {
padding-bottom: 4rem;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;

.section-header-title {
margin: 0;
letter-spacing: 1rem;
margin-right: -1rem;
text-transform: uppercase;
}

.meta {
margin-top: 0.75rem;
margin-bottom: 0.75rem;
}
}

.section-item-icon {
display: inline-block;
border-radius: 50%;

img {
width: 48px;
}
}

.section-item-description {
font-size: $font-size-base * 0.9;
}
}

/* Background */ .bg { color: #272822; background-color: #fafafa; }
/* PreWrapper */ .chroma { color: #272822; background-color: #fafafa; }
/* Other */ .chroma .x { }
Expand Down
17 changes: 17 additions & 0 deletions docs/assets/svgs/android_logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/assets/svgs/ios_logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions docs/assets/svgs/linux_logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions docs/assets/svgs/macos_logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/assets/svgs/windows_logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 4028cf9

Please sign in to comment.