Skip to content

Commit

Permalink
add header and base styles
Browse files Browse the repository at this point in the history
  • Loading branch information
markgoho authored Mar 6, 2024
1 parent fcd6b55 commit 89d516c
Show file tree
Hide file tree
Showing 10 changed files with 171 additions and 7 deletions.
70 changes: 70 additions & 0 deletions hugo/assets/styles.scss
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);
}
39 changes: 39 additions & 0 deletions hugo/content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,42 @@
title: Gloria Deo Classical Cooperative
description: Gloria Deo Classical Cooperative is a Schole Community in the classical tradition.
---

# Welcome

Ladies and gentlemen, scouts of Seneca Waterways! Welcome to The Amazing
Oregon Trail! Your patrol will embark on an epic adventure, following in the
footsteps of the brave pioneers who journeyed westward in search of a better
life.

You and your patrol will face a series of thrilling challenges and stations
along the trail, testing your skills, teamwork, and resourcefulness. Each
station represents a vital aspect of life on the Oregon Trail - from fire
building and river crossing to hunting and cooking. You'll need to work
together to overcome these challenges and make your way safely to the
trail's end.

But beware, scouts! Bandits lurk in the shadows, ready to ambush and steal
your hard-earned Pioneer Tokens and supplies. You'll need to be vigilant,
resourceful, and quick on your feet to outsmart these cunning foes.

You can earn, buy, and trade Pioneer Tokens throughout the day at the
Trading Post. The more tokens you collect, your chances of winning the
ultimate prize at the trail's end are better. But remember, the journey will
be arduous, and you'll need to use your tokens wisely to gain advantages at
each station.

Now, gather around, patrol leaders! It's time to prepare your patrol for the
adventure that lies ahead. Take a moment to discuss your strategy and plan
your approach to tackling the challenges you'll face. Remember, teamwork and
communication are the keys to success on the Oregon Trail.

Are you ready to brave the Amazing Oregon Trail, scouts? Let's gear up and
embrace the spirit of adventure that awaits us! Good luck and may the best
patrol triumph! REMEMBER: You will not win if you do not spend tokens. You
will only win if you spend them wisely.

## Amazing Oregon Trail

The 2024 Glacier Lakes Spring Camporee, Amazing Oregon Trail, will be held
at Camp Cutler. The Camporee will run Friday, April 19 through Sunday, April 21. You can see a map of the camp here.
2 changes: 1 addition & 1 deletion hugo/layouts/index.html
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 }}
1 change: 0 additions & 1 deletion hugo/layouts/partials/footer.html
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
<p>this is the footer</p>
1 change: 0 additions & 1 deletion hugo/layouts/partials/head.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<!-- META TAGS -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>{{ .Title }}</title>
Expand Down
59 changes: 58 additions & 1 deletion hugo/layouts/partials/header.html

Large diffs are not rendered by default.

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)}
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 added hugo/static/fonts/PressStart2P-Regular.woff2
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"module": "index.ts",
"type": "module",
"scripts": {
"dev": "cd hugo && hugo server --disableFastRender",
"dev": "cd hugo && hugo server --disableFastRender --liveReloadPort 443",
"build": "cd hugo && hugo --minify",
"build:local": "rm -rf public && npm run build"
},
Expand Down

0 comments on commit 89d516c

Please sign in to comment.