-
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.
- Loading branch information
Showing
10 changed files
with
171 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,73 @@ | ||
:root { | ||
--head: 1; | ||
} | ||
|
||
@font-face { | ||
font-display: swap; | ||
font-family: 'PressStart2P'; | ||
font-weight: 400; | ||
src: url('/fonts/PressStart2P-Regular.woff2') format('woff2'); | ||
} | ||
|
||
:root { | ||
--content-width: 53rem; | ||
--light-green: hsl(106, 71%, 94%); | ||
} | ||
|
||
h1, | ||
h2, | ||
h3, | ||
h4 { | ||
font-family: PressStart2P, sans-serif; | ||
} | ||
|
||
h2 { | ||
margin-top: 2rem; | ||
} | ||
|
||
p { | ||
font-family: Avenir, sans-serif; | ||
} | ||
|
||
body { | ||
color: var(--light-green); | ||
background-color: hsl(102, 82%, 7%); | ||
} | ||
|
||
.header { | ||
margin: 0 auto; | ||
max-width: var(--content-width); | ||
text-align: center; | ||
margin-bottom: 5rem; | ||
} | ||
|
||
.nav { | ||
// outline: 1px solid yellow; | ||
margin: 2rem auto; | ||
ul { | ||
display: flex; | ||
gap: 2rem; | ||
margin: 0; | ||
padding: 0; | ||
list-style: none; | ||
justify-content: center; | ||
align-items: center; | ||
} | ||
|
||
a { | ||
font-family: PressStart2P, sans-serif; | ||
text-transform: uppercase; | ||
font-size: 1rem; | ||
color: var(--light-green); | ||
text-decoration: none; | ||
} | ||
|
||
.trail-link { | ||
font-size: 1.5rem; | ||
} | ||
} | ||
|
||
.main { | ||
margin: 0 auto; | ||
max-width: var(--content-width); | ||
} |
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,3 +1,3 @@ | ||
{{ define "main" }} | ||
<h1>Welcome to Amazing Oregon Trail</h1> | ||
{{ .Content }} | ||
{{ end }} |
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 +0,0 @@ | ||
<p>this is the footer</p> | ||
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
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
hugo/resources/_gen/assets/styles.scss_df532c9ac6a986c7617da40dcc903366.content
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 +1 @@ | ||
:root{--head: 1} | ||
:root{--head: 1}@font-face{font-display:swap;font-family:'PressStart2P';font-weight:400;src:url("/fonts/PressStart2P-Regular.woff2") format("woff2")}:root{--content-width: 53rem;--light-green: hsl(106, 71%, 94%)}h1,h2,h3,h4{font-family:PressStart2P, sans-serif}h2{margin-top:2rem}p{font-family:Avenir, sans-serif}body{color:var(--light-green);background-color:#0c2003}.header{margin:0 auto;max-width:var(--content-width);text-align:center;margin-bottom:5rem}.nav{margin:2rem auto}.nav ul{display:flex;gap:2rem;margin:0;padding:0;list-style:none;justify-content:center;align-items:center}.nav a{font-family:PressStart2P, sans-serif;text-transform:uppercase;font-size:1rem;color:var(--light-green);text-decoration:none}.nav .trail-link{font-size:1.5rem}.main{margin:0 auto;max-width:var(--content-width)} |
2 changes: 1 addition & 1 deletion
2
hugo/resources/_gen/assets/styles.scss_df532c9ac6a986c7617da40dcc903366.json
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 +1 @@ | ||
{"Target":"style.be34f8c5f8e8e36db5c323b7e228ce92be58ebd6101decbe92dab80174cbe7da.css","MediaType":"text/css","Data":{"Integrity":"sha256-vjT4xfjo4221wyO34ijOkr5Y69YQHey+ktq4AXTL59o="}} | ||
{"Target":"style.1c611318b8220b48ea6b53afacb11872e7352bb92aa9ef0af3734e6f8aaf2253.css","MediaType":"text/css","Data":{"Integrity":"sha256-HGETGLgiC0jqa1OvrLEYcuc1K7kqqe8K83NOb4qvIlM="}} |
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