-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
49 lines (49 loc) · 2.74 KB
/
index.html
File metadata and controls
49 lines (49 loc) · 2.74 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset = "utf-8">
<meta name = "viewport" content = "width=device-width, initial-scale=1">
<title>Rowe Bro's Comic Kingdom - Home</title>
<link rel="stylesheet" href="styles/style.css">
</head>
<body>
<header>
<div></div>
<div class = "banner">
<h1>Rowe Bro's Comic Kingdom - Home</h1>
</div>
</header>
<div class = "button-links">
<nav>
<ul>
<li><a href = "index.html">Home</a></li>
<li><a href = "events.html">Events</a></li>
<li><a href = "products-services.html">Products/Services</a></li>
<li><a href = "contact.html">Contact</a></li>
<li><a href = "about.html">About</a></li>
</ul>
</nav>
</div> <!-- button-links -->
<div class = "columns">
<main>
<div class = "wrapper-duo">
<div class = "card game">
<h2>Head to Head</h2>
<img src = "images/card game.webp" alt = "Card Game">
<p>
We're stacking decks and slammin' down cards at Rowe Bro's with our monthly card tournaments. It doesn't matter if you're a Magic master, a Pokémon pro, or it's time to duel with Yu-Gi-Oh!, there's a seat at our tables for you. Come to compete or just to watch the action and enjoy the friendly rivalries. So bring your decks and your friends or come and make some new ones. It's all about the thrill of the draw, the joy of play, and the love of the game here at the Comic Kingdom.
</p><!-- Placeholder Text-->
</div> <!-- card game -->
<div class = "game store">
<h2>Stock Up</h2>
<img src = "images/game store.webp" alt = "Game Store">
<p>
Whether you're building your next campaign, expanding your card collection, or diving into a new comic series, we've got the goods at Rowe Bro's. Pick up your D&D manuals, miniatures, card packs, tabletop kits, and all the extras you need to keep the fun going. Swing by, stock up, and chat with folks who know their stuff. We've got shelves full of the worlds you want to explore, ready when you are.
</p><!-- Placeholder Text-->
</div><!-- game store -->
</div> <!-- wrapper-duo -->
</main>
</div> <!-- columns -->
<footer>©2025 James G. Rowe III</footer>
</body>
</html>