diff --git a/farm.html b/farm.html new file mode 100644 index 0000000..2c46476 --- /dev/null +++ b/farm.html @@ -0,0 +1,39 @@ + + + + + + + + Bellsworne - Farm + + + + + + + +
+
+ +
+

Bellsworne Farm

+

Dedicated to creating the best hand-crafted artisanal goods and raising a herd of happy goats.

+ +
+
+
+ + + + + \ No newline at end of file diff --git a/games.html b/games.html new file mode 100644 index 0000000..aeb4570 --- /dev/null +++ b/games.html @@ -0,0 +1,39 @@ + + + + + + + + Bellsworne - Games + + + + + + + +
+
+ +
+

Bellsworne Games

+

Creating games with a passion for storytelling and a whole lotta heart.

+ +
+
+
+ + + + + \ No newline at end of file diff --git a/index.html b/index.html index e5323ce..5e7f9f0 100644 --- a/index.html +++ b/index.html @@ -4,11 +4,19 @@ + Bellsworne - Home - +
diff --git a/res/css/pages.css b/res/css/pages.css new file mode 100644 index 0000000..3b9042d --- /dev/null +++ b/res/css/pages.css @@ -0,0 +1,71 @@ +/* Navigation Styling */ +header { + padding-left: 0; + padding-right: 0; +} + +.main-nav { + background-color: #333; + padding: 1rem 0; + box-shadow: 0 2px 5px rgba(0,0,0,0.2); + width: 100%; +} + +.main-nav ul { + list-style: none; + margin: 0; + padding: 0; + display: flex; + justify-content: center; + gap: 2rem; +} + +.main-nav a { + color: #f0f0f0; + text-decoration: none; + font-family: 'League Gothic', sans-serif; + font-size: 1.5rem; + text-transform: uppercase; + letter-spacing: 1px; + padding: 0.5rem 1rem; + border-radius: 5px; + transition: background-color 0.3s ease, color 0.3s ease; +} + +.main-nav a:hover, +.main-nav .active { + background-color: #ffffff; + color: #2a2a2a; +} + + +/* Page-specific layout */ +.page-container { + display: flex; + flex-direction: column; + align-items: center; + text-align: center; + margin: 4rem auto; + max-width: 900px; + padding: 2rem; +} + +.page-logo { + width: 100%; + max-width: 400px; + height: auto; + margin-bottom: 2rem; +} + +.page-content h1 { + font-size: 3.5rem; + color: #ffffff; + margin: 0 0 1rem 0; +} + +.page-content p { + color: #c0c0c0; + font-size: 1.2rem; + max-width: 600px; + margin: 0 auto; +} \ No newline at end of file diff --git a/tech.html b/tech.html new file mode 100644 index 0000000..829c1c0 --- /dev/null +++ b/tech.html @@ -0,0 +1,39 @@ + + + + + + + + Bellsworne - Tech + + + + + + + +
+
+ +
+

Bellsworne Technologies

+

Here we focus on developing software that is useful and respects the user. No soulless corporate garbage.

+ +
+
+
+ + + + + \ No newline at end of file