Skip to content

Commit

Permalink
linked back to home page & added script for newsletter
Browse files Browse the repository at this point in the history
  • Loading branch information
Nightburnn committed Oct 22, 2024
1 parent 662eb9f commit b249562
Show file tree
Hide file tree
Showing 7 changed files with 439 additions and 26 deletions.
22 changes: 11 additions & 11 deletions career.html → Alumni.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,20 +54,20 @@ <h1 class="sitename" style="color: red;"><span style="color: green;">Juli</span>

<nav id="navmenu" class="navmenu">
<ul>
<li><a href="#hero" class="active">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#why">Academics</a></li>
<li><a href="#specials">Activities</a></li>
<li><a href="#events">News</a></li>
<li><a href="#gallery">Gallery</a></li>
<li><a href="index.html#hero" class="active">Home</a></li>
<li><a href="index.html#about">About</a></li>
<li><a href="index.html#why">Academics</a></li>
<li><a href="index.html#specials">Activities</a></li>
<li><a href="index.html#events">News</a></li>
<li><a href="index.html#gallery">Gallery</a></li>
<li class="dropdown"><a href="#discover"><span>Discover</span> <i class="bi bi-chevron-down toggle-dropdown"></i></a>
<ul>
<li><a href="#">Career</a></li>
<li><a href="#">Alumni</a></li>

</ul>
</li>
<li><a href="#contact">Contact</a></li>
<li><a href="index.html#contact">Contact</a></li>
<li><a href="Login.html">Login</a></li>

</ul>
Expand Down Expand Up @@ -98,8 +98,8 @@ <h2>A Brighter Future Begins Here</h2>
At our school, we believe that early education is the cornerstone of lifelong learning and success. Our dedicated and nurturing environment is designed to spark curiosity, build confidence, and foster a love for learning in every child. Join us as we lay the foundation for a brighter, more promising future where children are empowered to dream big and reach their fullest potential.
</p>
<div>
<a href="#about" class="btn-get-started">About Us</a>
<a href="#events" class="btn-get-started">News Updates</a>
<a href="index.html#about" class="btn-get-started">About Us</a>
<a href="index.html#events" class="btn-get-started">News Updates</a>
</div>
</div>
</div><!-- End Carousel Item -->
Expand All @@ -112,8 +112,8 @@ <h2>Inspiring Young Minds</h2>
We are committed to nurturing the hearts and minds of our young learners. Our creche and primary school provide a warm, supportive environment where children can explore, grow, and thrive. Through engaging activities and a passion for education, we empower each child to build a strong foundation for future success and lifelong learning.
</p>
<div>
<a href="#about" class="btn-get-started">About Us</a>
<a href="#events" class="btn-get-started">News Updates</a>
<a href="index.html#about" class="btn-get-started">About Us</a>
<a href="index.html#events" class="btn-get-started">News Updates</a>
</div>
</div>
</div><!-- End Carousel Item -->
Expand Down
26 changes: 16 additions & 10 deletions Login.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@
<meta name="keywords" content="">

<!-- Favicons -->
<link href="assets/img/favicon.png" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">

<link href="assets/img/book.png" rel="icon">
<link href="assets/img/book.png" rel="apple-touch-icon">
<!-- Fonts -->
<link href="https://fonts.googleapis.com" rel="preconnect">
<link href="https://fonts.gstatic.com" rel="preconnect" crossorigin>
Expand Down Expand Up @@ -138,13 +137,20 @@ <h1 class="sitename" style="color: red;"><span style="color: green;">Juli</span>

<nav id="navmenu" class="navmenu">
<ul>
<li><a href="index.html#hero" class="active">Home</a></li>
<li><a href="index.html#about">About</a></li>
<li><a href="index.html#why">Acedemics</a></li>
<li><a href="index.html#specials">Activities</a></li>
<li><a href="index.html#events">News</a></li>
<li><a href="index.html#gallery">Gallery</a></li>
<li><a href="index.html#contact">Contact</a></li>
<li><a href="#hero" class="active">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#why">Academics</a></li>
<li><a href="#specials">Activities</a></li>
<li><a href="#events">News</a></li>
<li><a href="#gallery">Gallery</a></li>
<li class="dropdown"><a href="#"><span>Discover</span> <i class="bi bi-chevron-down toggle-dropdown"></i></a>
<ul>
<li><a href="#">Career</a></li>
<li><a href="Alumni.html#discover">Alumni</a></li>

</ul>
</li>
<li><a href="#contact">Contact</a></li>
<li><a href="Login.html">Login</a></li>

</ul>
Expand Down
Binary file added assets/img/book.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit b249562

Please sign in to comment.