forked from its-AkshatJain/Funtech-Club-Website
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Akshat Jain
committed
Jan 8, 2024
1 parent
940a421
commit 99cb441
Showing
14 changed files
with
350 additions
and
7 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
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 |
---|---|---|
@@ -0,0 +1,191 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Funtech Club</title> | ||
|
||
<!-- Stylesheet --> | ||
<link rel="stylesheet" href="./css/styles.css"> | ||
|
||
<!-- Favicon --> | ||
<link rel="icon" href="images/Home/Funtech-favicon.png"> | ||
|
||
<!-- Google Font --> | ||
<link rel="preconnect" href="https://fonts.googleapis.com"> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | ||
<link href="https://fonts.googleapis.com/css2?family=Archivo+Black&family=Black+Ops+One&family=Kanit:wght@500&family=Lora&family=Montserrat&family=Tektur&display=swap" rel="stylesheet"> | ||
|
||
<!-- Font Awesome --> | ||
<script src="https://kit.fontawesome.com/2397a0c019.js" crossorigin="anonymous"></script> | ||
|
||
</head> | ||
<body> | ||
|
||
<!-- Header --> | ||
<nav class="navbar"> | ||
<div class="website-title"> | ||
<img class="website-logo" src="images/Home/Funtech-logo.png" alt="Website-Logo" > | ||
<h1 class="heading neon-text" data-text="FunTech">FUNTECH</h1> | ||
</div> | ||
|
||
<ul class="features"> | ||
<li class="feature-item"><a class="nav-item" href="#">Home</a></li> | ||
<li class="feature-item"><a class="nav-item" href="#">About</a></li> | ||
<!-- <li><a class="nav-item" href="#">Events</a></li> --> | ||
<li class="feature-item dropdown"> | ||
<a href="events.html" class="nav-item">Events</a> | ||
<!-- <div class="dropdown-content"> | ||
<ul> | ||
<li class="dropdown-list"><a class="dropdown-item" href="#">Past Events</a></li> | ||
<li class="dropdown-list"><a class="dropdown-item" href="#">Future Events</a></li> | ||
</ul> | ||
</div> --> | ||
</li> | ||
<li class="feature-item"><a class="nav-item" href="#">Register</a></li> | ||
<li class="feature-item"><a class="nav-item" href="#">Members</a></li> | ||
<li class="feature-item"><a class="nav-item" href="#">Contact</a></li> | ||
</ul> | ||
<div class="navbar-btn"> | ||
<img class="nav-icon menu" src="images/Home/Hamburger-menu.png" alt="hamburger" > | ||
<img class="nav-icon close" src="images/Home/Cross.png" alt="hamburger" > | ||
</div> | ||
</nav> | ||
|
||
<!-- image slider --> | ||
<div class="slider-container"> | ||
<div class="slider"> | ||
<div class="slides"> | ||
<!-- radio buttons --> | ||
<input type="radio" name="radio-btn" id="radio1" /> | ||
<input type="radio" name="radio-btn" id="radio2" /> | ||
<input type="radio" name="radio-btn" id="radio3" /> | ||
<input type="radio" name="radio-btn" id="radio4" /> | ||
<!-- radio buttons end --> | ||
|
||
<!-- slide images --> | ||
<div class="slide first"> | ||
<img src="/images/Events/Techbuzz.JPG" alt="" /> | ||
</div> | ||
<div class="slide"> | ||
<img src="/images/Events/TechBuzz2.jpg" alt="" /> | ||
</div> | ||
<div class="slide"> | ||
<img src="/images/Events/TechMania.jpg" alt="" /> | ||
</div> | ||
<div class="slide"> | ||
<img src="/images/Events/Techmania2.jpg" alt="" /> | ||
</div> | ||
<!-- slide images end --> | ||
</div> | ||
</div> | ||
</div> | ||
<!-- image slider end --> | ||
|
||
|
||
<!-- events cards with description --> | ||
<div class="container-card"> | ||
<div class="events"> | ||
<div class="card techBuzz"> | ||
<div class="name neon-text">TechBuzz</div> | ||
<div class="details"> | ||
<p class="title">Description</p> | ||
<p class="description"> | ||
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do | ||
eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim | ||
ad minim veniam, quis nostrud exercitation ullamco. Lorem, ipsum | ||
dolor. | ||
</p> | ||
</div> | ||
</div> | ||
<div class="card techMania"> | ||
<div class="name neon-text">TechMania</div> | ||
<div class="details"> | ||
<p class="title">Description</p> | ||
<p class="description"> | ||
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do | ||
eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim | ||
ad minim veniam, quis nostrud exercitation ullamco. Lorem, ipsum | ||
dolor. | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="events"> | ||
<div class="card coming-soon"> | ||
<div class="name neon-text">Coming Soon</div> | ||
<div class="details"> | ||
<p class="title">Description</p> | ||
<p class="description"> | ||
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do | ||
eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim | ||
ad minim veniam, quis nostrud exercitation ullamco. Lorem, ipsum | ||
dolor. | ||
</p> | ||
</div> | ||
</div> | ||
<div class="card coming-soon"> | ||
<div class="name neon-text">Coming Soon</div> | ||
<div class="details"> | ||
<p class="title">Description</p> | ||
<p class="description"> | ||
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do | ||
eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim | ||
ad minim veniam, quis nostrud exercitation ullamco. Lorem, ipsum | ||
dolor. | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<!-- events cards end --> | ||
|
||
<!-- Contact --> | ||
<footer class="footer"> | ||
<section class="container"> | ||
<div class="row"> | ||
<div class="footer-col"> | ||
<h4>Contact Us</h4> | ||
<ul class="footer-list"> | ||
<li><a href="#">Instagram</a></li> | ||
<li><a href="#">LinkedIn</a></li> | ||
<li><a href="#">Facebook</a></li> | ||
<li><a href="#">X (Twitter)</a></li> | ||
</ul> | ||
</div> | ||
<div class="footer-col"> | ||
<h4>Get Help</h4> | ||
<ul class="footer-list"> | ||
<li><a href="#">FAQ</a></li> | ||
<li><a href="#">Call Us</a></li> | ||
<li><a href="#">Mail Us</a></li> | ||
</ul> | ||
</div> | ||
<div class="footer-col"> | ||
<h4>Help Us Serve You Better</h4> | ||
<ul class="footer-list"> | ||
<li><a href="#">Suggestion</a></li> | ||
<li><a href="#">Feedback</a></li> | ||
</ul> | ||
</div> | ||
<div class="footer-col"> | ||
<h4>Follow us</h4> | ||
<div class="social-links"> | ||
<a href="#"><i class="fab fa-instagram"></i></a> | ||
<a href="#"><i class="fab fa-linkedin-in"></i></a> | ||
<a href="#"><i class="fab fa-facebook-f"></i></a> | ||
<a href="#"><i class="fa-brands fa-x-twitter"></i></a> | ||
</div> | ||
</div> | ||
</div> | ||
<br> | ||
<hr> | ||
<p class="copyright">© Funtech Club</p> | ||
</section> | ||
</footer> | ||
<script src="src/index.js" charset="utf-8"></script> | ||
|
||
</body> | ||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Oops, something went wrong.