-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
78 lines (77 loc) · 3.82 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
73
74
75
76
77
78
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Space Marine - Historia Astartes</title>
<link rel="stylesheet" href="reset.css" />
<link rel="stylesheet" href="base.css" />
</head>
<body>
<header class="topHeader">
<div class="imgcontainer">
<img src="assets/warhammer-40k-space-marine-2-armored.jpg%20(1).webp" alt="An ultramarine standing" />
<div class="th-heading">
<h1><a href="index.html">Historia Astartes</a></h1>
</div>
<nav class="mainNav">
<ul>
<li>
<span><a href="index.html">Home</a></span>
</li>
<li>
<span><a href="20legions.html">20 Legions</a></span>
</li>
<li>
<span><a href="favgames.html">Favorite Games</a></span>
</li>
<li>
<span><a href="legendaryCharacters.html">Legendary Characters</a></span>
</li>
<li>
<span><a href="succesorChapter.html">Succesor Chapters</a></span>
</li>
<li>
<span><a href="seeMore.html">See more</a></span>
</li>
</ul>
</nav>
</div>
</header>
<section class="pagePresent">
<h2>Welcome to Historia Astartes</h2>
<div class="present_banner_wrapper">
<div class="present_banner_frame">
<img src="assets/aquila.png" alt="aquila">
<img src="assets/aquila.png" alt="aquila">
<img src="assets/aquila.png" alt="aquila">
<img src="assets/aquila.png" alt="aquila">
<img src="assets/aquila.png" alt="aquila">
<img src="assets/aquila.png" alt="aquila">
<img src="assets/aquila.png" alt="aquila">
<img src="assets/aquila.png" alt="aquila">
<img src="assets/aquila.png" alt="aquila">
<img src="assets/aquila.png" alt="aquila">
<img src="assets/aquila.png" alt="aquila">
</div>
</div>
<div class="tituscrush_wrapper"><img src="assets/tituscrush.webp" alt="tituscrush" /></div>
<p>
"Historia Astartes" is a captivating web design project that serves as both a creative endeavor and an
educational tool. This project immerses users in the legendary lore of Warhammer 40,000's Space Marine
Legions, showcasing the rich tapestry of stories, battles, and heroes that have shaped this iconic
universe. Designed as a practice project, it provides web design enthusiasts with an engaging platform
to hone their skills in creating visually striking interfaces and interactive experiences. Through the
exploration of each Legion's history and heroic deeds, "Historia Astartes" blends the art of
storytelling with the craft of web development, offering a unique and immersive learning opportunity
inspired by the epic saga of the Space Marines.
</p>
</section>
<footer>
<span class="footer_span">
Create by nh0rt.dev as a pratice project
all assets are property of their owners. Use is for creative purposes only.
</span>
</footer>
</body>
</html>