Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<!-- Navbar Section -->
<nav class="navbar">
<div class="navbar__container">
<a href="#home" id="navbar__logo">COLOR</a>
<a href="#home" id="navbar__logo">Games4U</a>
<div class="navbar__toggle" id="mobile-menu">
<span class="bar"></span> <span class="bar"></span>
<span class="bar"></span>
Expand All @@ -30,11 +30,11 @@
</li>
<li class="navbar__item">
<a href="#services" class="navbar__links" id="services-page"
>Services</a
>Games</a
>
</li>
<li class="navbar__btn">
<a href="#sign-up" class="button" id="signup">Sign Up</a>
<a href="#sign-up" class="button" id="signup">sign-up</a>
</li>
</ul>
</div>
Expand All @@ -43,8 +43,8 @@
<!-- Hero Section -->
<div class="hero" id="home">
<div class="hero__container">
<h1 class="hero__heading">Choose your <span>colors</span></h1>
<p class="hero__description">Unlimited Possibilities</p>
<h1 class="hero__heading">Choose your <span>Game</span></h1>
<p class="hero__description">Unlimited Games</p>
<button class="main__btn"><a href="#">Explore</a></button>
</div>
</div>
Expand All @@ -57,8 +57,8 @@ <h1 class="hero__heading">Choose your <span>colors</span></h1>
</div>
<div class="main__content">
<h1>What do we do?</h1>
<h2>We help businesses scale</h2>
<p>Schedule a call to learn more about our services</p>
<h2>We help Gamers to c hoose the perfect game</h2>
<p>Take a call to learn more about our services</p>
<button class="main__btn"><a href="#">Schedule Call</a></button>
</div>
</div>
Expand Down