style(index.html): add icons
This commit is contained in:
parent
76dfcf4554
commit
fd17e4fe6b
@ -21,7 +21,14 @@
|
||||
<body class="bg-body-tertiary">
|
||||
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
|
||||
<div class="container">
|
||||
<a class="navbar-brand" href="#">SIM-Free</a>
|
||||
<a class="navbar-brand" href="#">
|
||||
<img
|
||||
src="static/warcraft-icon-22.png"
|
||||
alt=""
|
||||
width="50"
|
||||
height="50"
|
||||
/>SIM-Free</a
|
||||
>
|
||||
<button
|
||||
class="navbar-toggler"
|
||||
type="button"
|
||||
@ -46,21 +53,10 @@
|
||||
>Home</a
|
||||
>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<!-- <li class="nav-item">
|
||||
<a class="nav-link" href="#">About</a>
|
||||
</li>
|
||||
</li> -->
|
||||
</ul>
|
||||
<form class="d-flex" role="search">
|
||||
<input
|
||||
class="form-control me-2"
|
||||
type="search"
|
||||
placeholder="Search"
|
||||
aria-label="Search"
|
||||
/>
|
||||
<button class="btn btn-outline-success" type="submit">
|
||||
Search
|
||||
</button>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
@ -153,13 +149,13 @@
|
||||
<div class="container">
|
||||
<main>
|
||||
<div class="py-5 text-center">
|
||||
<!-- <img
|
||||
<img
|
||||
class="d-block mx-auto mb-4"
|
||||
src="/docs/5.3/assets/brand/bootstrap-logo.svg"
|
||||
src="static/warcraft-icon-22.png"
|
||||
alt=""
|
||||
width="72"
|
||||
height="57"
|
||||
/> -->
|
||||
width="150"
|
||||
height="150"
|
||||
/>
|
||||
<h2>Simulate form</h2>
|
||||
<p class="lead">
|
||||
Copy/paste the text from the SimulationCraft addon.
|
||||
@ -204,11 +200,16 @@
|
||||
<footer
|
||||
class="my-5 pt-5 text-body-secondary text-center text-small"
|
||||
>
|
||||
<p class="mb-1">© 2017–2024 Company Name</p>
|
||||
<p class="mb-1">© 2024 Alexohneander</p>
|
||||
<ul class="list-inline">
|
||||
<li class="list-inline-item"><a href="#">Privacy</a></li>
|
||||
<li class="list-inline-item"><a href="#">Terms</a></li>
|
||||
<li class="list-inline-item"><a href="#">Support</a></li>
|
||||
<!-- <li class="list-inline-item"><a href="#">Privacy</a></li>
|
||||
<li class="list-inline-item"><a href="#">Terms</a></li> -->
|
||||
<li class="list-inline-item">
|
||||
<a
|
||||
href="https://github.com/alexohneander/sim_free/issues/new"
|
||||
>Support</a
|
||||
>
|
||||
</li>
|
||||
</ul>
|
||||
</footer>
|
||||
</div>
|
||||
|
BIN
templates/static/warcraft-icon-22.png
Normal file
BIN
templates/static/warcraft-icon-22.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 123 KiB |
Loading…
x
Reference in New Issue
Block a user