Skip to content

Commit

Permalink
change login screen at index.html
Browse files Browse the repository at this point in the history
idk i spend 4 hour for only this screen
  • Loading branch information
Teknisi-Anime authored Nov 14, 2024
1 parent 8aa715f commit 0627a32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ <h2 class="m-0 text-primary"><i class="fa fa-book me-3"></i>E-Learning</h2>
</div>
<a href="contact.html" class="nav-item nav-link">Contact</a>
</div>
<a href="login.html" class="btn btn-primary py-4 px-lg-5 d-none d-lg-block">Login Now<i class="fa fa-arrow-right ms-3"></i></a>
<a href="dist/login-email.html" class="btn btn-primary py-4 px-lg-5 d-none d-lg-block">Login Now<i class="fa fa-arrow-right ms-3"></i></a>
</div>
</nav>
<!-- Navbar End -->
Expand All @@ -82,7 +82,7 @@ <h2 class="m-0 text-primary"><i class="fa fa-book me-3"></i>E-Learning</h2>
<h1 class="display-3 text-white animated slideInDown">Smanisda Online Learning Platform</h1>
<p class="fs-5 text-white mb-4 pb-2">E-Learning SMANISDA hadir sebagai platform pembelajaran online inovatif untuk meningkatkan pengalaman belajar Anda. Nikmati fleksibilitas belajar, sumber belajar lengkap, dan interaksi aktif dengan guru serta teman sekelas. Bergabunglah sekarang dan raih prestasi gemilang!</p>
<a href="about.html" class="btn btn-primary py-md-3 px-md-5 me-3 animated slideInLeft">Read More</a>
<a href="https://accounts.google.com" class="btn btn-light py-md-3 px-md-5 animated slideInRight">Login Now</a>
<a href="dist/login-email.html" class="btn btn-light py-md-3 px-md-5 animated slideInRight">Login Now</a>
</div>
</div>
</div>
Expand Down

0 comments on commit 0627a32

Please sign in to comment.