-
Notifications
You must be signed in to change notification settings - Fork 189
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #772 from aniketsinha2002/revert-771-tushard-updat…
…e-code Revert "Updated FAQs and contact section with redirect fixes on navbar"
- Loading branch information
Showing
4 changed files
with
142 additions
and
219 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,177 +1,119 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Data Science Portal | Contact Us</title> | ||
<meta name="author" content="Data Science" /> | ||
<meta name="author" content="Data Science"> | ||
<meta name="title" content="Data Science Portal | Contact Us" /> | ||
<meta | ||
name="description" | ||
content="We offer complete resources for data science, which helps students in their academics as well as aspiring data scientist to learn data science in depth" | ||
/> | ||
<meta | ||
name="keywords" | ||
content="login data science portal, data scientist, data science, what is data scientist, data scientist course, data science course, free data science course" | ||
/> | ||
<link rel="stylesheet" href="style.css" /> | ||
<link | ||
rel="stylesheet" | ||
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" | ||
integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw==" | ||
crossorigin="anonymous" | ||
referrerpolicy="no-referrer" | ||
/> | ||
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet" /> | ||
<link rel="stylesheet" href="../css/style.css" /> | ||
<meta name="description" content="We offer complete resources for data science, which helps students in their academics as well as aspiring data scientist to learn data science in depth"> | ||
<meta name="keywords" content="login data science portal, data scientist, data science, what is data scientist, data scientist course, data science course, free data science course"> | ||
<link rel="stylesheet" href="style.css"> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw==" crossorigin="anonymous" referrerpolicy="no-referrer" /> | ||
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet"> | ||
<link rel="stylesheet" href="../css/style.css"> | ||
</head> | ||
|
||
<body> | ||
<header> | ||
<nav class="navbar"> | ||
<div class="container nav__container grad"> | ||
<!--<div class="logo"> | ||
<img src="./images/logo.png" alt=""> | ||
</div>--> | ||
<a href="/"> | ||
<h4>DATA SCIENCE</h4> | ||
</a> | ||
<ul class="nav__menu"> | ||
<li class="active nav-link-container"> | ||
<a href="/" class="nav-link nav-animation">Home</a> | ||
</li> | ||
<li class="nav-link-container"> | ||
<a href="/#about" class="nav-link nav-animation">About</a> | ||
</li> | ||
<li class="nav-link-container"> | ||
<a href="/#courses" class="nav-link nav-animation">Courses</a> | ||
</li> | ||
<li class="nav-link-container"> | ||
<a href="/#faqs" class="nav-link nav-animation">FAQ</a> | ||
</li> | ||
<li class="nav-link-container"> | ||
<a href="../contact/index.html" class="nav-link nav-animation" | ||
>Contact</a | ||
> | ||
</li> | ||
<li class="nav-link-container"> | ||
<a href="../Team/team.html" class="nav-link nav-animation" | ||
>TEAM</a | ||
> | ||
</li> | ||
<li class="nav-link-container"> | ||
<a class="signup nav-link" href="./login/index.html">Sign Up</a> | ||
</li> | ||
</ul> | ||
<button id="open-menu-btn"><i class="uil uil-bars"></i></button> | ||
<button id="close-menu-btn"><i class="uil uil-multiply"></i></button> | ||
</div> | ||
</nav> | ||
</header> | ||
<body> | ||
<header> | ||
<nav class="navbar"> | ||
<div class="container nav__container grad"> | ||
<!--<div class="logo"> | ||
<img src="./images/logo.png" alt=""> | ||
</div>--> | ||
<a href="http://127.0.0.1:5503/index.html"> | ||
<h4>DATA SCIENCE</h4> | ||
</a> | ||
<ul class="nav__menu"> | ||
<li><a href="../index.html">Home</a></li> | ||
<li><a href="../index.html#about">About</a></li> | ||
<li><a href="../index.html#courses">Courses</a></li> | ||
<li><a href="../index.html#faqs">FAQ</a></li> | ||
<li><a href="../contact/index.html">Contact</a></li> | ||
<!-- <li><a class="signup" href="../login/index.html">Sign Up</a></li> --> | ||
<li><a class="signup" href="../login/index.html">Sign Up</a></li> | ||
</ul> | ||
|
||
<main> | ||
<section class="contact-section"> | ||
<div | ||
class="contact-bg" | ||
style="background-image: url(images/p02q_rf7s_191031.jpg)" | ||
> | ||
<!-- <h3>Get in Touch with Us</h3> --> | ||
<h2>contact us</h2> | ||
<div class="line"> | ||
<div></div> | ||
<div></div> | ||
<div></div> | ||
</div> | ||
</div> | ||
<div class="contact-body"> | ||
<div class="contact-info"> | ||
<div data-aos="zoom-in" data-aos-duration="100"> | ||
<span><i class="fas fa-mobile-alt"></i></span> | ||
<span>Phone No.</span> | ||
<span class="text">1-2392-23928-2</span> | ||
</div> | ||
<div data-aos="zoom-in" data-aos-duration="100"> | ||
<span><i class="fas fa-envelope-open"></i></span> | ||
<span>E-mail</span> | ||
<span class="text">[email protected]</span> | ||
</div> | ||
<div data-aos="zoom-in" data-aos-duration="100"> | ||
<span><i class="fas fa-brands fa-github"></i></span> | ||
<span>Github</span> | ||
<span class="text" | ||
><a | ||
href="https://github.com/aniketsinha2002/DataScienceWebsite.github.io" | ||
target="_blank" | ||
rel="noopener noreferrer" | ||
style="text-decoration: none; color: white" | ||
>LINK</a | ||
></span | ||
> | ||
</div> | ||
<div data-aos="zoom-in" data-aos-duration="100"> | ||
<span><i class="fas fa-clock"></i></span> | ||
<span>Opening Hours</span> | ||
<span class="text">Monday - Friday (9:00 AM to 5:00 PM)</span> | ||
</div> | ||
</div> | ||
<button id="open-menu-btn"><i class="uil uil-bars"></i></button> | ||
<button id="close-menu-btn"><i class="uil uil-multiply"></i></button> | ||
</div> | ||
</nav> | ||
</header> | ||
|
||
<div style="padding: 5% 9%" class="contact-form container-fluid"> | ||
<form | ||
data-aos="fade-right" | ||
data-aos-offset="300" | ||
data-aos-easing="ease-in-sine" | ||
> | ||
<div> | ||
<input | ||
type="text" | ||
class="form-control" | ||
placeholder="First Name" | ||
/> | ||
<input | ||
type="text" | ||
class="form-control" | ||
placeholder="Last Name" | ||
/> | ||
<main> | ||
<section class = "contact-section"> | ||
<div class = "contact-bg" style="background-image: url(images/p02q_rf7s_191031.jpg)"> | ||
<!-- <h3>Get in Touch with Us</h3> --> | ||
<h2>contact us</h2> | ||
<div class = "line"> | ||
<div></div> | ||
<div></div> | ||
<div></div> | ||
</div> | ||
<div> | ||
<input type="email" class="form-control" placeholder="E-mail" /> | ||
<input type="text" class="form-control" placeholder="Phone" /> | ||
</div> | ||
<div class = "contact-body"> | ||
<div class = "contact-info"> | ||
<div data-aos="zoom-in" data-aos-duration="100"> | ||
<span><i class = "fas fa-mobile-alt"></i></span> | ||
<span>Phone No.</span> | ||
<span class = "text">1-2392-23928-2</span> | ||
</div> | ||
<div data-aos="zoom-in" data-aos-duration="100"> | ||
<span><i class = "fas fa-envelope-open"></i></span> | ||
<span>E-mail</span> | ||
<span class = "text">[email protected]</span> | ||
</div> | ||
<div data-aos="zoom-in" data-aos-duration="100"> | ||
<span><i class = "fas fa-brands fa-github"></i></span> | ||
<span>Github</span> | ||
<span class = "text"><a href="https://github.com/aniketsinha2002/DataScienceWebsite.github.io" target="_blank" rel="noopener noreferrer" style="text-decoration: none;color: white;">LINK</a></span> | ||
</div> | ||
<div data-aos="zoom-in" data-aos-duration="100"> | ||
<span><i class = "fas fa-clock"></i></span> | ||
<span>Opening Hours</span> | ||
<span class = "text">Monday - Friday (9:00 AM to 5:00 PM)</span> | ||
</div> | ||
</div> | ||
|
||
<div style="padding: 5% 9%;" class = "contact-form container-fluid"> | ||
<form data-aos="fade-right" | ||
data-aos-offset="300" | ||
data-aos-easing="ease-in-sine"> | ||
<div> | ||
<input type = "text" class = "form-control" placeholder="First Name"> | ||
<input type = "text" class = "form-control" placeholder="Last Name"> | ||
</div> | ||
<div> | ||
<input type = "email" class = "form-control" placeholder="E-mail"> | ||
<input type = "text" class = "form-control" placeholder="Phone"> | ||
</div> | ||
<textarea rows = "5" placeholder="Message" class = "form-control"></textarea> | ||
<input type = "submit" class = "send-btn" value = "send message"> | ||
</form> | ||
|
||
<div data-aos="fade-left" | ||
data-aos-offset="300" | ||
data-aos-easing="ease-in-sine"> | ||
<img src = "../images/contact-png.webp" alt = "contact_us_illustration" > | ||
</div> | ||
</div> | ||
<textarea | ||
rows="5" | ||
placeholder="Message" | ||
class="form-control" | ||
></textarea> | ||
<input type="submit" class="send-btn" value="send message" /> | ||
</form> | ||
|
||
<div | ||
data-aos="fade-left" | ||
data-aos-offset="300" | ||
data-aos-easing="ease-in-sine" | ||
> | ||
<img | ||
src="../images/contact-png.webp" | ||
alt="contact_us_illustration" | ||
/> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="contact-footer"> | ||
<h3>Follow Us</h3> | ||
<div class="social-links"> | ||
<a href="#" class="fab fa-facebook-f"></a> | ||
<a href="#" class="fab fa-twitter"></a> | ||
<a href="#" class="fab fa-instagram"></a> | ||
<a href="#" class="fab fa-linkedin"></a> | ||
<a href="#" class="fab fa-youtube"></a> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
<div class = "contact-footer"> | ||
<h3>Follow Us</h3> | ||
<div class = "social-links"> | ||
<a href = "#" class = "fab fa-facebook-f"></a> | ||
<a href = "#" class = "fab fa-twitter"></a> | ||
<a href = "#" class = "fab fa-instagram"></a> | ||
<a href = "#" class = "fab fa-linkedin"></a> | ||
<a href = "#" class = "fab fa-youtube"></a> | ||
</div> | ||
</div> | ||
</section> | ||
</main> | ||
|
||
<!-- FOOTER SECTION START --> | ||
<footer> | ||
<div class="container footer__container1"> | ||
|
@@ -211,7 +153,7 @@ <h4>Contact Us</h4> | |
<a href="tel:+91 0000000000" style="color: white" | ||
>+91 0000000000</a | ||
> | ||
<br /> | ||
<br> | ||
<a href="tel:+91 0000000000" style="color: white" | ||
>+91 0000000000</a | ||
> | ||
|
@@ -251,9 +193,10 @@ <h4>Contact Us</h4> | |
<small>© Copyright 2023 | <span>Aniket Sinha</span></small> | ||
</div> | ||
</footer> | ||
</body> | ||
<script src="https://unpkg.com/aos@next/dist/aos.js"></script> | ||
<script> | ||
AOS.init(); | ||
</script> | ||
</html> | ||
|
||
</body> | ||
<script src="https://unpkg.com/aos@next/dist/aos.js"></script> | ||
<script> | ||
AOS.init(); | ||
</script> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.