Skip to content

Commit

Permalink
blaj
Browse files Browse the repository at this point in the history
  • Loading branch information
leshemha24-meet committed Aug 1, 2023
1 parent 72e7c87 commit ad366be
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 44 deletions.
15 changes: 15 additions & 0 deletions static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1668,4 +1668,19 @@ input[type="submit"]:hover {
cursor: pointer;
transform: scale(1.05);
transition: transform 0.3s ease-in-out;
}

#idBtn{
width: 10%;
padding: 10px;
font-size: 16px;
background-color: #4caf50;
color: white;
border: none;
border-radius: 25px;
cursor: pointer;
}
#idBtn:hover{
cursor: pointer;
background-color: #45a049;
}
55 changes: 11 additions & 44 deletions templates/studentlife.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ <h1 class="logo me-auto"><a href="/">GHIS</a></h1>
</div>
</header><!-- End Header -->
<br><br><br><br><br>
<div align="center"><a href="/comments"><button> Students Comments</button></a></div>
<div align="center"><a href="/comments"><button id ="idBtn"> Students Comments</button></a></div>
<br><br>
<div class="gallery">
<br>
Expand Down Expand Up @@ -90,46 +90,14 @@ <h1 class="logo me-auto"><a href="/">GHIS</a></h1>
<div class="row">

<div class="col-lg-3 col-md-6 footer-contact">
<h3>Mentor</h3>
<h3>GHIS</h3>
<p>
A108 Adam Street <br>
New York, NY 535022<br>
United States <br><br>
<strong>Phone:</strong> +1 5589 55488 55<br>
<strong>Email:</strong> [email protected]<br>
Givat Haviva International School, Givat Haviva <br>
Givat Haviva Mobile Post Menashe 3785000 Israel<br><br>
<strong>Phone:</strong> +972 46309240<br>
<strong>Email:</strong> [email protected] & [email protected]<br>
</p>
</div>

<div class="col-lg-2 col-md-6 footer-links">
<h4>Useful Links</h4>
<ul>
<li><i class="bx bx-chevron-right"></i> <a href="#">Home</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">About us</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">Services</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">Terms of service</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">Privacy policy</a></li>
</ul>
</div>

<div class="col-lg-3 col-md-6 footer-links">
<h4>Our Services</h4>
<ul>
<li><i class="bx bx-chevron-right"></i> <a href="#">Web Design</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">Web Development</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">Product Management</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">Marketing</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">Graphic Design</a></li>
</ul>
</div>

<div class="col-lg-4 col-md-6 footer-newsletter">
<h4>Join Our Newsletter</h4>
<p>Tamen quem nulla quae legam multos aute sint culpa legam noster magna</p>
<form action="" method="post">
<input type="email" name="email"><input type="submit" value="Subscribe">
</form>
</div>

</div>
</div>
</div>
Expand All @@ -145,15 +113,14 @@ <h4>Join Our Newsletter</h4>
<!-- You can delete the links only if you purchased the pro version. -->
<!-- Licensing information: https://bootstrapmade.com/license/ -->
<!-- Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/mentor-free-education-bootstrap-theme/ -->
Designed by <a href="https://bootstrapmade.com/">BootstrapMade</a>
Designed by <a href="https://bootstrapmade.com/">BootstrapMade</a> and MEET students of 2024
</div>
</div>
<div class="social-links text-center text-md-right pt-3 pt-md-0">
<a href="#" class="twitter"><i class="bx bxl-twitter"></i></a>
<a href="#" class="facebook"><i class="bx bxl-facebook"></i></a>
<a href="#" class="instagram"><i class="bx bxl-instagram"></i></a>
<a href="#" class="google-plus"><i class="bx bxl-skype"></i></a>
<a href="#" class="linkedin"><i class="bx bxl-linkedin"></i></a>
<a href="https://twitter.com/i/flow/login?redirect_after_login=%2Fgivathavivais" class="twitter"><i class="bx bxl-twitter"></i></a>
<a href="https://www.facebook.com/GivatHavivaInternationalSchool/" class="facebook"><i class="bx bxl-facebook"></i></a>
<a href="https://www.instagram.com/ghis_school/" class="instagram"><i class="bx bxl-instagram"></i></a>
<a href="https://il.linkedin.com/school/givat-haviva-international-school/" class="linkedin"><i class="bx bxl-linkedin"></i></a>
</div>
</div>
</footer><!-- End Footer -->
Expand Down

0 comments on commit ad366be

Please sign in to comment.