style(index.html): add icons
This commit is contained in:
parent
76dfcf4554
commit
fd17e4fe6b
@ -21,7 +21,14 @@
|
|||||||
<body class="bg-body-tertiary">
|
<body class="bg-body-tertiary">
|
||||||
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
|
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
|
||||||
<div class="container">
|
<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
|
<button
|
||||||
class="navbar-toggler"
|
class="navbar-toggler"
|
||||||
type="button"
|
type="button"
|
||||||
@ -46,21 +53,10 @@
|
|||||||
>Home</a
|
>Home</a
|
||||||
>
|
>
|
||||||
</li>
|
</li>
|
||||||
<li class="nav-item">
|
<!-- <li class="nav-item">
|
||||||
<a class="nav-link" href="#">About</a>
|
<a class="nav-link" href="#">About</a>
|
||||||
</li>
|
</li> -->
|
||||||
</ul>
|
</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>
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
@ -153,13 +149,13 @@
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<main>
|
<main>
|
||||||
<div class="py-5 text-center">
|
<div class="py-5 text-center">
|
||||||
<!-- <img
|
<img
|
||||||
class="d-block mx-auto mb-4"
|
class="d-block mx-auto mb-4"
|
||||||
src="/docs/5.3/assets/brand/bootstrap-logo.svg"
|
src="static/warcraft-icon-22.png"
|
||||||
alt=""
|
alt=""
|
||||||
width="72"
|
width="150"
|
||||||
height="57"
|
height="150"
|
||||||
/> -->
|
/>
|
||||||
<h2>Simulate form</h2>
|
<h2>Simulate form</h2>
|
||||||
<p class="lead">
|
<p class="lead">
|
||||||
Copy/paste the text from the SimulationCraft addon.
|
Copy/paste the text from the SimulationCraft addon.
|
||||||
@ -204,11 +200,16 @@
|
|||||||
<footer
|
<footer
|
||||||
class="my-5 pt-5 text-body-secondary text-center text-small"
|
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">
|
<ul class="list-inline">
|
||||||
<li class="list-inline-item"><a href="#">Privacy</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="#">Terms</a></li> -->
|
||||||
<li class="list-inline-item"><a href="#">Support</a></li>
|
<li class="list-inline-item">
|
||||||
|
<a
|
||||||
|
href="https://github.com/alexohneander/sim_free/issues/new"
|
||||||
|
>Support</a
|
||||||
|
>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</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