diff --git a/images/7844635708_a6fd45aa71_b.jpg b/images/7844635708_a6fd45aa71_b.jpg new file mode 100644 index 0000000..221c273 Binary files /dev/null and b/images/7844635708_a6fd45aa71_b.jpg differ diff --git a/images/axe.jpg b/images/axe.jpg new file mode 100644 index 0000000..c97d011 Binary files /dev/null and b/images/axe.jpg differ diff --git a/images/cuirass.jpg b/images/cuirass.jpg new file mode 100644 index 0000000..ee8b956 Binary files /dev/null and b/images/cuirass.jpg differ diff --git a/images/helmet.jpg b/images/helmet.jpg new file mode 100644 index 0000000..bdd2a77 Binary files /dev/null and b/images/helmet.jpg differ diff --git a/images/mug.jpg b/images/mug.jpg new file mode 100644 index 0000000..699eb4a Binary files /dev/null and b/images/mug.jpg differ diff --git a/index.html b/index.html index 911ea52..34ccfa2 100644 --- a/index.html +++ b/index.html @@ -12,12 +12,12 @@
@@ -26,79 +26,72 @@

Header Logo

-

This website is awesome

-

This website has some subtext that goes here under the main title. - It's a smaller font and the color is lower contrast. -

+

Have a drink with your old friends

+

From the Isles comes a piece of home from the motherland. While you're not there, you're there when here.

- +
-
+
-

Some random information.

+

Artifacts and Features from the Old Ruins

- +
-
- this is some subtext under an illustration or image -
+
Take a look from our boutique selection of armor.
- +
-
- this is some subtext under an illustration or image -
+
Observe artifacts from great warriors of old.
- +
-
- this is some subtext under an illustration or image -
+
Procure the finest tools, from our home to yours.
- +
-
- this is some subtext under an illustration or image -
+
Gather some of the finest mead.
-
- This is an inspiring quote, or a testimonial from a customer. - Maybe it's just filling up space, or maybe people will actually read it. - Who knows? - All I know is that it looks nice. -
- -Thor, God of Thunder +
"The lively atmosphere, warm hospitality, and authentic Eldorian ambiance at this pub truly make it a home away from home. From the moment you step inside, you're greeted with the sounds of laughter, clinking glasses, and traditional Irish music. It's the perfect place to unwind, connect with friends, and savor some delicious pints of Guinness. Sláinte!"
+ -Fiachra Doyle
-

Call to action! It's time!

-

Sign up for our product by clicking that button right over there!

+

Sign up for your next reservation!

+

Get a reserved spot while it lasts to guarantee the right occasion.

- + - + + + diff --git a/style.css b/style.css index 6359090..dadb03e 100644 --- a/style.css +++ b/style.css @@ -12,6 +12,10 @@ body > * > * { margin: 0 20%; } +a { + color: goldenrod; +} + nav { display: flex; } @@ -23,7 +27,7 @@ nav ul { button { border: 2px solid #FFF; border-radius: 6px; - background-color: #3882F6; + background-color: #F63838; color: #FFFFFF; width: 8rem; height: 2.5rem; @@ -42,16 +46,20 @@ hgroup { } figure { - border: 3px solid #498bf6; + border: 3px solid #f64949; } footer { - background-color: #1F2937; + background-color: #1F3725; color: #F9FAF8; text-align: center; padding: 3rem 0; } +footer p.copyright { + margin: 0 0 2rem 0; +} + blockquote { font-family: Ubuntu, sans-serif; padding: 0 150px; @@ -81,7 +89,7 @@ div.hero-message { } div.section-hero { - background-color: #1F2937; + background-color: #1F3725; color: #E5E7EB; font-size: 18px; } @@ -104,7 +112,7 @@ div.section-hero h2 { div.action-call { display: flex; border-radius: 8px; - background-color: #3882F6; + background-color: goldenrod; color: #FFFFFF; justify-content: center; gap: 13rem; @@ -136,6 +144,12 @@ div.randinfo-image { margin: 0; } +div.randinfo-image figure img { + width: 8rem; + height: 8rem; + border-radius: .5rem; +} + div.randinfo-images div.randinfo-image figcaption { display: flex; justify-content: center; @@ -182,6 +196,8 @@ nav ul li { nav ul li a { margin: 0 0 0 2rem; + color: #F9FAF8; + text-decoration: none; } section {