Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadzaid1 authored Jan 4, 2025
1 parent 0a2efad commit bb7bd2d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<body>
<header class="header">
<h1 class="title-header">W🌏rld Builder</h1>
<a href="/contactUs/contact.html">
<a href="WorldBuilder/contactUs/contact.html">
<button class="contact-button"><b>Contact Us ☎</b></button>
</a>
</header>
Expand All @@ -22,7 +22,7 @@ <h1 class="title-center">Start Building Your World Today</h1>
<div class="tool-description">
<h2>Character Card Maker</h2>
<p>Bring your characters to life with our Character Card Maker. Customize details like appearance, race, and goals to create unique profiles for each character in your world.</p>
<a href="/cardMakerTool/cardMaker.html">
<a href="WorldBuilder/cardMakerTool/cardMaker.html">
<button class="get-started-button"><b>Get Started</b></button>
</a>
</div>
Expand All @@ -35,7 +35,7 @@ <h2>Character Card Maker</h2>
<div class="tool-description">
<h2>Timeline Maker</h2>
<p>Track your world's history with our Timeline Maker. Add events with details like dates, descriptions, and images to create a dynamic, organized timeline that brings your world’s story to life.</p>
<a href="/timeLineManager/timeLine.html">
<a href="WorldBuilder/timeLineManager/timeLine.html">
<button class="get-started-button"><b>Get Started</b></button>
</a>
</div>
Expand Down Expand Up @@ -82,7 +82,7 @@ <h2 class="title-reviews" style="padding-left:37%">What People Are Saying</h2>

<footer class="footer" style="display: flex; justify-content: space-between; align-items: center;">
<p style="margin: 0;"><b>&copy; 2024 World Builder. All rights reserved.</b></p>
<p style="margin: 0;"><b><a href="/sitesLikeUs/sitesLikeUs.html" style="text-decoration:none; color:white;"> Other Sites</b></a></p>
<p style="margin: 0;"><b><a href="WorldBuilder/sitesLikeUs/sitesLikeUs.html" style="text-decoration:none; color:white;"> Other Sites</b></a></p>
</footer>


Expand Down

0 comments on commit bb7bd2d

Please sign in to comment.