-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
gh_action
committed
Nov 14, 2023
1 parent
1cc12b0
commit 2af7a27
Showing
362 changed files
with
73,341 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
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,63 @@ | ||
body { | ||
background-image: url("../images/home.png"); | ||
-webkit-background-size: cover; | ||
-moz-background-size: cover; | ||
background-size: cover; | ||
-o-background-size: cover; | ||
background-repeat: no-repeat; | ||
background-position: center center; | ||
background-attachment: scroll; | ||
} | ||
|
||
.navbar { | ||
background-color: transparent !important; | ||
} | ||
|
||
.nav-footer { | ||
background-color: transparent !important; | ||
} | ||
|
||
.home-grid-parent { | ||
display: grid; | ||
margin: auto; | ||
max-width: 1200px; | ||
padding-left: 2em; | ||
padding-right: 2em; | ||
align-items: center; | ||
grid-template-columns: repeat(2, 1fr); | ||
grid-column-gap: 2em; | ||
grid-template-areas: "text hero"; | ||
/*grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));*/ | ||
} | ||
|
||
.home-grid-child-left { | ||
grid-area: text; | ||
} | ||
|
||
.home-grid-child-right { | ||
grid-area: hero; | ||
} | ||
|
||
@media only screen and (max-width: 576px) { | ||
.home-grid-parent { | ||
grid-template-columns: 1fr; | ||
grid-column-gap: 0; | ||
grid-template-areas: | ||
"hero" | ||
"text"; | ||
} | ||
} | ||
|
||
@media only screen and (min-width: 576px) { | ||
.home-grid-parent { | ||
margin: 0; | ||
position: absolute; | ||
top: 50%; | ||
-ms-transform: translateY(-50%); | ||
transform: translateY(-50%); | ||
} | ||
} | ||
|
||
.home-grid-child-left h2 { | ||
margin-top: 0.5em; | ||
} |
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.
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.
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.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.