Updated landing page
This commit is contained in:
parent
1c4ea5e0c9
commit
47d8de09e5
@ -0,0 +1,7 @@
|
||||
# LEGIO · XXX
|
||||
Legio XXX is the website for a North American Roman re-enactment group.
|
||||
|
||||
It is writen using [Bootstrap 5](https://getbootstrap.com/).
|
||||
|
||||
### Table of Contents
|
||||
[[_TOC_]]
|
@ -3,10 +3,15 @@ html, body {
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
position: relative;
|
||||
background: black;
|
||||
}
|
||||
|
||||
header {
|
||||
height: 100vh;
|
||||
background: black url("/img/intro-bg.jpg") no-repeat bottom center;
|
||||
background: black url("/img/colosseum.jpg") no-repeat top center;
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
a { color: #ff0000; }
|
||||
a:hover { color: #aa0000; }
|
||||
a:visited { color: #ff5555; }
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 50 KiB After Width: | Height: | Size: 57 KiB |
BIN
img/colosseum.jpg
Normal file
BIN
img/colosseum.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 47 KiB |
BIN
img/formation.png
Normal file
BIN
img/formation.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 671 KiB |
BIN
img/standard.png
Normal file
BIN
img/standard.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 38 KiB |
BIN
img/trajan-column.jpg
Normal file
BIN
img/trajan-column.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 331 KiB |
89
index.html
89
index.html
@ -10,7 +10,7 @@
|
||||
|
||||
<title>LEGIO · XXX</title>
|
||||
|
||||
<link href="img/spqr.png" rel="icon" type="image/png">
|
||||
<link href="img/capricorn.png" rel="icon" type="image/png">
|
||||
<link href="css/bootstrap.css" rel="stylesheet">
|
||||
<link href="css/index.css" rel="stylesheet">
|
||||
<link href="https://use.fontawesome.com/releases/v6.1.1/css/all.css" rel="stylesheet">
|
||||
@ -18,10 +18,12 @@
|
||||
</head>
|
||||
<body data-bs-spy="scroll" data-bs-target="#navbar">
|
||||
<nav id="navbar" class="navbar fixed-top navbar-expand-lg navbar-dark bg-black px-3 border-bottom border-white">
|
||||
<a class="navbar-brand" href="#">
|
||||
<img src="img/spqr.png" alt="SPQR" height="45" width="45">
|
||||
LEGIO · XXX
|
||||
</a>
|
||||
<div>
|
||||
<a class="navbar-brand d-flex align-items-center" href="#">
|
||||
<img src="img/capricorn.png" alt="Capricorn" height="45" width="45">
|
||||
<div class="px-2">LEGIO · XXX</div>
|
||||
</a>
|
||||
</div>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
@ -43,7 +45,7 @@
|
||||
<li><a class="dropdown-item" href="#">Legio XXX</a></li>
|
||||
<li><a class="dropdown-item" href="#">Legion Structure</a></li>
|
||||
<li><a class="dropdown-item" href="#">Legionary Camp</a></li>
|
||||
<li><a class="dropdown-item" href="#">Legionary HQ</a></li>
|
||||
<li><a class="dropdown-item" href="#">Legion HQ</a></li>
|
||||
<li><a class="dropdown-item" href="#">Equipment</a></li>
|
||||
<li><a class="dropdown-item" href="#">Basic Training</a></li>
|
||||
<li><hr class="dropdown-divider"></li>
|
||||
@ -66,24 +68,83 @@
|
||||
</nav>
|
||||
<header>
|
||||
<div class="w-100 h-100 d-flex flex-column align-items-center justify-content-center">
|
||||
<img src="img/spqr.png" class="mb-0" alt="capricorn" height="250" width="250">
|
||||
<img src="img/spqr.png" class="mt-5" alt="SPQR" height="250" width="250" style="filter: drop-shadow(2px 4px 6px black);">
|
||||
<div>
|
||||
<a href="#about" class="text-white">
|
||||
<i class="fa fa-angle-double-down fa-4x"></i>
|
||||
<i class="fa fa-angle-double-down fa-4x" style="filter: drop-shadow(2px 4px 6px black);"></i>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
<section id="about" class="bg-black content-section text-center text-white py-5" style="height: 100vh">
|
||||
<div class="my-5 py-5">
|
||||
<h2>About</h2>
|
||||
<section id="about" class="d-flex flex-column align-items-center bg-black text-white" style="height: 100vh">
|
||||
<div class="mb-5 py-5"><!-- Spacer --></div>
|
||||
<h2>About</h2>
|
||||
<div class="container">
|
||||
<div class="d-flex">
|
||||
<div class="p-1 text-center" style="border: solid 5px white;">
|
||||
<div class="p-1" style="border: dashed 5px white;">
|
||||
<div class="p-3" style="border: solid 5px white;">
|
||||
<h3 class="text-nowrap">LEGIO · XXX</h3>
|
||||
<img src="img/capricorn.png" class="my-3" alt="capricorn" height="150em" width="150em">
|
||||
<h4 class="text-nowrap">VLPIA · VICTRIX</h4>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<p>
|
||||
Legio XXX is a North American Roman re-enactment group that has been active since 2004. Its members represent a cross between living history enthusiasts and edutainers.
|
||||
</p>
|
||||
</div>
|
||||
<div>
|
||||
<img src="/img/trajan.png" height="75vh" width="auto">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section id="gallery" class="bg-dark content-section text-center text-white py-5" style="height: 100vh">
|
||||
<section id="gallery" class="d-flex flex-column align-items-center bg-white" style="height: 100vh">
|
||||
<div class="mb-5 py-5"><!-- Spacer --></div>
|
||||
<h2>Gallery</h2>
|
||||
</section>
|
||||
<section id="contact" class="bg-black content-section text-center text-white py-5" style="height: 100vh">
|
||||
<h2>Contcat</h2>
|
||||
<section class="bg-white">
|
||||
<img src="/img/formation.png" width="100%" height="auto">
|
||||
</section>
|
||||
<section id="contact" class="d-flex flex-column align-items-center py-5 bg-black text-white" style="min-height: 100vh">
|
||||
<div class="mb-5 py-5"><!-- Spacer --></div>
|
||||
<h2>Contact</h2>
|
||||
<div class="w-100 px-5" style="max-width: 600px">
|
||||
<form class="text-start">
|
||||
<div class="mb-3">
|
||||
<label class="text-white w-100" for="email">Email</label>
|
||||
<input id="email" class="form-control w-100.0" type="email" placeholder="username@example.com">
|
||||
</div>
|
||||
<div class="mb-3">
|
||||
<label class="text-white w-100" for="subject">Subject</label>
|
||||
<select id="subject" class="form-control w-100.0">
|
||||
<option>Castra Aestiva/Castra Hiberna</option>
|
||||
<option>Re-enactment Inqueries</option>
|
||||
<option>Other</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="mb-3">
|
||||
<label class="text-white w-100" for="message">Message</label>
|
||||
<textarea id="message" class="form-control w-100" rows="5"></textarea>
|
||||
</div>
|
||||
<div class="d-flex justify-content-between align-items-center">
|
||||
<div class="d-inline">
|
||||
<input type="checkbox" class="form-check-input" id="copy">
|
||||
<label class="form-check-label" for="copy">Send me a copy</label>
|
||||
</div>
|
||||
<button class="btn btn-primary">Send</button>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</section>
|
||||
<footer class="bg-dark text-center text-white py-2">
|
||||
<p class="m-0">
|
||||
Copyright © Legio XXX 2022 | All Rights Reserved
|
||||
<br>
|
||||
Created by <a href="https://zakscode.com">Zak Timson</a>
|
||||
</p>
|
||||
</footer>
|
||||
</body>
|
||||
</htmL>
|
||||
|
Loading…
Reference in New Issue
Block a user