-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
72 lines (66 loc) · 3.31 KB
/
index.html
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="stylesheet.css">
</head>
<body>
<div class="header">
<a href="index.html" class="logo">Weary Traveller</a>
<div class="header-right">
<a href="campaign_generator.html">Campaign Generator</a>
<a href="classes_and_races.html">Classes and Races</a>
<a href="craft_ideas.html">Craft Ideas</a>
</div>
</div>
<div class="container">
<img src="img\Background Forest.png" alt="forest" width="100%">
<div class="intro">
<h2 style="font-size: 4vw;">Welcome Weary Traveller!</h2>
<p style="font-size: 1.5vw;">Greetings, brave souls and intrepid explorers! Gather 'round, for I have tales to tell and wisdom to share from my many years traversing the realms of
Dungeons & Dragons. Welcome to a haven where your grandest adventures begin, a place where imagination takes flight and stories come to life. Here, you'll
discover our wondrous campaign generator, a magical tool to spark your creativity and help you weave epic sagas and intricate plots for your quests.
Our trove also includes a treasure of craft ideas, perfect for enhancing your gaming space with enchanting creations, making your adventures even more
immersive and beautiful. And for those seeking to delve deeper into their characters, we offer a comprehensive guide to the diverse races and classes
that populate our fantastical world. So, join us, fellow adventurers, and let us embark on this journey together,
forging new legends and uncovering the mysteries of D&D.</p>
</div>
</div>
<div class="DNDOnline">
<figure>
<a href="https://www.youtube.com/c/criticalrole">
<img src="img\Critical Role.jpg" alt="Critical Role" width="300px;">
</a>
<figcaption>Critical Role</figcaption>
</figure>
<figure>
<a href="https://www.youtube.com/channel/UCi-PULMg2eD_v5AO0PlW4sg">
<img src="img\dnd official.jpg" alt="Official D&D Youtube" width="300px">
</a>
<figcaption>Official D&D Youtube Channel</figcaption>
</figure>
<figure>
<img src="" alt="">
<figcaption></figcaption>
</figure>
<figure>
<img src="" alt="">
<figcaption></figcaption>
</figure>
</div>
<footer>
<div class="foot3">
<h3>Sites for reference</h3>
</div>
<div class="links">
<div class="box"><a href="https://www.dndbeyond.com/">DND Beyond</a></div>
<div class="box"><a href="https://www.dnd-compendium.com/home">D&D Compendium</a></div>
<div class="box"><a href="https://dnd5e.info/">dnd5e</a></div>
</div>
<div class="foot4">
<h4>Copyright 2024 Katie Karcheski</h4>
</div>
</footer>
</body>
</html>