Style improvement & name correction

This commit is contained in:
Sage The DM 2024-06-18 19:16:01 +02:00
parent 0450aa27c9
commit 649f201729
3 changed files with 50 additions and 52 deletions

View file

@ -3,13 +3,13 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>freeTTRPG</title>
<title>FreeTTRPG</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<header>
<div class="header-content">
<div class="project-name"><a href="index.html">freeTTRPG</a></div>
<div class="project-name"><a href="index.html">FreeTTRPG</a></div>
<button class="burger-menu" onclick="toggleMenu()"></button>
<ul class="menu">
<li><a href="#section1">The Game</a></li>
@ -71,7 +71,7 @@
<section id="section5">
<h1>Join Us</h1>
<p>
We're excited to share freeTTRPG with the world and hope you'll join
We're excited to share FreeTTRPG with the world and hope you'll join
us on this journey. Together, let's create a TTRPG ecosystem that's
open, inclusive, and driven by the passion of its community.
</p>
@ -79,14 +79,17 @@
<section id="section6">
<h1>Our Code</h1>
<a href="download.html" target="_blank"
><button type="button">Download</button></a
>
<p>
The entire code for FreeTTRPG is publicly saved and available. To download out project please follow the instructions from the download page.
</p>
<a href="download.html" target="_blank">
<button type="button">Download</button>
</a>
</section>
<section id="section7">
<h1>Our Game Assets</h1>
<h1>Our charackters</h1>
<h2>Our charackters</h2>
<div class="cards">
<a href="charackters/gigachad.html" class="card">
<img src="assets/gigachad.png" alt="Gigachad" />
@ -114,7 +117,7 @@
<p>Out test tiefling bard at starting level</p>
</a>
</div>
<h1>Our textures</h1>
<h2>Our textures</h2>
<div class="cards">
<a href="index.html" class="card">
<img src="assets/water.png" alt="Water Texture" />
@ -140,6 +143,10 @@
</div>
</section>
</article>
<footer>
<br />
<br />
</footer>
<script>
function toggleMenu() {