Updated the index.html file
This commit is contained in:
parent
51da12469c
commit
833f0e155b
2 changed files with 16 additions and 18 deletions
10
header.js
10
header.js
|
@ -18,11 +18,11 @@ class Header extends HTMLElement {
|
|||
<div class="div-menu">
|
||||
<ul class="menu">
|
||||
<li><a href="#section1">The Game</a></li>
|
||||
<li><a href="#section2">Our Vision</a></li>
|
||||
<li><a href="#section3">Copyright</a></li>
|
||||
<li><a href="#section4">Platform</a></li>
|
||||
<li><a href="#section5">Join Us</a></li>
|
||||
<li><a href="#section6">Source Code</a></li>
|
||||
<li><a href="#section2">Our Goal</a></li>
|
||||
<li><a href="#section3">Community-Driven Platform<</a></li>
|
||||
<li><a href="#section4">Join Us</a></li>
|
||||
<li><a href="#section5">Our Code</a></li>
|
||||
<li><a href="#section6">Copyright Note</a></li>
|
||||
<li><a href="#section7">Game Assets</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
24
index.html
24
index.html
|
@ -25,7 +25,7 @@
|
|||
</section>
|
||||
|
||||
<section id="section2">
|
||||
<h1>Our Vision</h1>
|
||||
<h1>Our Goal</h1>
|
||||
<p>
|
||||
Our project offers a game engine with a solid foundation of basic
|
||||
content and story packs to get you started. But that's just the
|
||||
|
@ -37,16 +37,6 @@
|
|||
</section>
|
||||
|
||||
<section id="section3">
|
||||
<h1>Copyright</h1>
|
||||
<p>
|
||||
The best part? Everything you create with our tool is yours to own and
|
||||
control. We won't claim any copyright or ownership over your
|
||||
creations. You're free to share, modify, or use your content as you
|
||||
see fit.
|
||||
</p>
|
||||
</section>
|
||||
|
||||
<section id="section4">
|
||||
<h1>Community-Driven Platform</h1>
|
||||
<p>
|
||||
We're building a platform where users can share their content packs
|
||||
|
@ -56,7 +46,7 @@
|
|||
</p>
|
||||
</section>
|
||||
|
||||
<section id="section5">
|
||||
<section id="section4">
|
||||
<h1>Join Us</h1>
|
||||
<p>
|
||||
We're excited to share FreeTTRPG with the world and hope you'll join
|
||||
|
@ -65,7 +55,7 @@
|
|||
</p>
|
||||
</section>
|
||||
|
||||
<section id="section6">
|
||||
<section id="section5">
|
||||
<h1>Our Code</h1>
|
||||
<p>
|
||||
The entire code for FreeTTRPG is publicly saved and available. To download out project please follow the instructions from the download page.
|
||||
|
@ -74,6 +64,14 @@
|
|||
<button type="button">Download</button>
|
||||
</a>
|
||||
</section>
|
||||
<section id="section6">
|
||||
<h2>
|
||||
Copyright Note
|
||||
</h2>
|
||||
<p>
|
||||
The main game must be distributed as stated in the LICENSE file. Any content made for it can however be freely distributed under any license. Once we make the content creator for this game, any content made there will also have no restrictions on the content you make with it.
|
||||
</p>
|
||||
</section>
|
||||
|
||||
<section id="section7">
|
||||
<h1>Our Game Assets</h1>
|
||||
|
|
Loading…
Reference in a new issue