From 833f0e155b7270f372065d3c07ddf330193988ec Mon Sep 17 00:00:00 2001 From: Sage The DM <luca.burger@grischuni.net> Date: Sun, 30 Jun 2024 00:50:34 +0200 Subject: [PATCH] Updated the index.html file --- header.js | 10 +++++----- index.html | 24 +++++++++++------------- 2 files changed, 16 insertions(+), 18 deletions(-) diff --git a/header.js b/header.js index c38572c..1f5d344 100644 --- a/header.js +++ b/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> diff --git a/index.html b/index.html index 961bee8..9b71c84 100644 --- a/index.html +++ b/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>