Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
4 changes: 4 additions & 0 deletions Images/cone.svg
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
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
32 changes: 16 additions & 16 deletions Basic-Website/404.html → components/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>404 - Page Not Found</title>
<link rel="stylesheet" href="nav.css">
<link rel="stylesheet" href="footer.css">
<link rel="stylesheet" href="../css/nav.css">
<link rel="stylesheet" href="../css/footer.css">
<style>
body {
font-family: Arial, sans-serif;
Expand Down Expand Up @@ -88,15 +88,15 @@
<nav class="nav">
<div class="container">
<div class="logo">
<img id="navbar-logo-image" src="logo.png" alt="logo">
<img id="navbar-logo-image" src="../Images/logo.png" alt="logo">

</div>
<div id="mainListDiv" class="main_list">
<ul class="navlinks">
<li><a href="index.html">Home</a></li>
<li><a href="events.html">Events</a></li>
<li><a href="team.html">Team</a></li>
<li><a href="gallary.html">Gallary</a></li>
<li><a href="../index.html">Home</a></li>
<li><a href="./events.html">Events</a></li>
<li><a href="./team.html">Team</a></li>
<li><a href="./gallary.html">Gallary</a></li>
<!-- <li><a href="/blog">Explore</a></li> -->

</ul>
Expand All @@ -118,10 +118,10 @@ <h1 class="error-title">404</h1>

<!-- Quick Links -->
<div class="quick-links">
<a href="index.html">Go to Home</a>
<a href="events.html">View Events</a>
<a href="team.html">Meet the Team</a>
<a href="gallery.html">Visit Gallery</a>
<a href="../index.html">Go to Home</a>
<a href="./events.html">View Events</a>
<a href="./team.html">Meet the Team</a>
<a href="./gallary.html">Visit Gallery</a>
</div>

<!-- Search Bar -->
Expand All @@ -135,7 +135,7 @@ <h1 class="error-title">404</h1>
<!-- Footer -->
<footer class="footer">
<div class="footer__addr">
<img src="logo.png" alt="Logo">
<img src="../Images/logo.png" alt="Logo">
<h2>Address</h2>
<address>
IIEST, Shibpur<br>
Expand All @@ -147,10 +147,10 @@ <h2>Address</h2>
<li class="nav__item">
<h2 class="nav__title">Company</h2>
<ul class="nav__ul">
<li><a href="index.html">Home</a></li>
<li><a href="events.html">Events</a></li>
<li><a href="team.html">Team</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="../index.html">Home</a></li>
<li><a href="./events.html">Events</a></li>
<li><a href="./team.html">Team</a></li>
<li><a href="./gallary.html">Gallery</a></li>
</ul>
</li>
<li class="nav__item">
Expand Down
76 changes: 76 additions & 0 deletions components/contact.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Contact Us</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=menu" />
<link rel="stylesheet" href="../css/contact.css">
</head>
<body>
<nav class="flex justify-between items-center px-4 md:px-8 py-1 " >
<div class="">
<img src="../Images/logo.png" alt="logo" class="logo md:min-h-[10vh]">
</div>

<div id="mainListDiv" class="hidden md:block main_list">
<ul class="navlinks flex gap-10">
<li><a class ="text-sm" href="../index.html">Home</a></li>
<li><a class ="text-sm" href="./events.html">Events</a></li>
<li><a class ="text-sm" href="./team.html">Team</a></li>
<li><a class ="text-sm" href="./gallary.html">Gallary</a></li>
<!-- <li><a href="/blog">Explore</a></li> -->
</ul>
</div>

<div class="md:hidden">
<span class="material-symbols-outlined text-3xl ">
menu
</span>
</div>
</nav>

<div class="flex sm:justify-center sm:items-center sm:mt-10 sm:pb-4">
<div class="flex flex-col sm:flex-row items-center gap-8 ">
<div class="flex flex-col items-center sm:items-start sm:justify-start sm:w-72">
<img src="../Images/cone.svg" alt="" class="w-64">
<div class="pt-8 flex flex-col gap-4 items-center sm:items-start">
<h1 class="text-5xl font-bold text-[#000056]">Contact Us</h1>
<h2 class=" text-md text-gray-500 text-justify px-4 sm:px-0">Oh feel if up to till like. He an thing rapid these after going drawn or. Timed she his law the spoil round defer. In surprise concerns informed betrayed he learning is ye. Ignorant formerly so ye blessing. </h2>
</div>
</div>
<div class="flex flex-col gap-2 ">
<div class="bg-gray-50 sm:w-[30vw] flex flex-col sm:gap-1 p-3 w-[90vw] items-center gap-2">
<h1 class="font-bold text-5xl text-[#96DE00]">01</h1>
<h2 class="font-semibold text-2xl">Call Us</h2>
<div>
<h3 class="text-sm text-gray-500">1 (234) 567-891</h3>
<h3 class="text-sm text-gray-500">1 (234) 987-654</h3>
</div>
</div>

<div class="bg-gray-50 sm:w-[30vw] flex flex-col sm:gap-1 p-3 w-[90vw] items-center gap-2">
<h1 class="font-bold text-5xl text-[#96DE00]">02</h1>
<h2 class="font-semibold text-2xl">Location</h2>
<div>
<h3 class="text-sm text-gray-500">1 (234) 567-891</h3>
<h3 class="text-sm text-gray-500">1 (234) 987-654</h3>
</div>
</div>

<div class="bg-gray-50 sm:w-[30vw] flex flex-col sm:gap-1 p-3 w-[90vw] items-center gap-2">
<h1 class="font-bold text-5xl text-[#96DE00]">03</h1>
<h2 class="font-semibold text-2xl">Call Us</h2>
<div>
<h3 class="text-sm text-gray-500">1 (234) 567-891</h3>
<h3 class="text-sm text-gray-500">1 (234) 987-654</h3>
</div>
</div>

</div>
</div>

</div>

</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>404 Error</title>
<link rel="stylesheet" href="error.css" />
<link rel="stylesheet" href="../css/error.css" />
</head>
<body>
<div class="container">
Expand Down
42 changes: 21 additions & 21 deletions Basic-Website/events.html → components/events.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="footer.css">
<link rel="stylesheet" href="nav.css">
<link rel="stylesheet" href="hero.css">
<link rel="stylesheet" href="infopage.css">
<link rel="stylesheet" href="getstarted.css">
<link rel="stylesheet" href="events.css">
<link rel="stylesheet" href="ourmission.css">
<link rel="stylesheet" href="../css/footer.css">
<link rel="stylesheet" href="../css/nav.css">
<link rel="stylesheet" href="../css/hero.css">
<link rel="stylesheet" href="../css/infopage.css">
<link rel="stylesheet" href="../css/getstarted.css">
<link rel="stylesheet" href="../css/events.css">
<link rel="stylesheet" href="../css/ourmission.css">



Expand All @@ -20,15 +20,15 @@
<nav class="nav">
<div class="container">
<div class="logo">
<img id="navbar-logo-image"src="logo.png" alt="logo">
<img id="navbar-logo-image" src="../Images/logo.png" alt="logo">

</div>
<div id="mainListDiv" class="main_list">
<ul class="navlinks">
<li><a href="/">Home</a></li>
<li><a href="/events.html">Events</a></li>
<li><a href="/team.html">Team</a></li>
<li><a href="/gallary.html">Gallary</a></li>
<li><a href="../index.html">Home</a></li>
<li><a href="./events.html">Events</a></li>
<li><a href="./team.html">Team</a></li>
<li><a href="./gallary.html">Gallary</a></li>
<!-- <li><a href="/blog">Explore</a></li> -->

</ul>
Expand All @@ -55,12 +55,12 @@ <h1 class="Events">EVENTS</h1>
<h3 class="event-name">ESUMMIT</h3>
<p>E-Summit is the flagship event of EDC, spanning 2-3 days of dynamic activities. Featuring keynote speakers, interactive games, a Shark Tank competition, and innovative idea presentations, it’s a premier platform for growth and networking. Don’t miss this opportunity to engage with industry leaders, showcase your ideas, and drive your ambitions forward in a vibrant, inspiring environment.</p>
</div>
<img src="events/6.png" alt="esummit" class="event-image">
<img src="../Images/events/6.png" alt="esummit" class="event-image">

</div>

<div class="event-card box2">
<img src="events/8.png" alt="ewoke" class="event-image">
<img src="../Images/events/8.png" alt="ewoke" class="event-image">
<div class="event-info">
<h3 class="event-name">EWOKE</h3>
<p>E-Woke is EDC’s orientation program designed for freshers. Experience a vibrant introduction to our community with engaging games, interactive sessions, and more. It’s the perfect opportunity to connect with peers, explore EDC’s offerings, and kickstart your journey with us. Join the fun and get ready for an exciting start!</p>
Expand All @@ -72,12 +72,12 @@ <h3 class="event-name">EWOKE</h3>
<h3 class="event-name">DEEPOTSAV</h3>
<p>Deepotsav is our grand Diwali celebration, emphasizing prosperity and cultural heritage. Join us for a spectacular event filled with traditional festivities, illuminating lights, and joyful gatherings. It’s one of our most significant cultural celebrations, fostering community spirit and honoring the rich traditions of Diwali.</p>
</div>
<img src="events/7.png" alt="deepotsav" class="event-image">
<img src="../Images/events/7.png" alt="deepotsav" class="event-image">

</div>

<div class="event-card box4">
<img src="events/10.png" alt="build with us" class="event-image">
<img src="../Images/events/10.png" alt="build with us" class="event-image">
<div class="event-info">
<h3 class="event-name">BUILD WITH US</h3>
<p>Join us for 'Build with US,' an exciting ideathon hosted by EDC! Collaborate with fellow innovators to develop groundbreaking solutions in our hackathon event. Showcase your skills, tackle real-world challenges, and turn your ideas into impactful projects. Don’t miss this opportunity to make a difference and connect with the community!</p>
Expand All @@ -89,7 +89,7 @@ <h3 class="event-name">BUILD WITH US</h3>
<h3 class="event-name">ECOFUSION</h3>
<p>EcoFusion, sponsored by Greenovation Club, champions green innovation and sustainability. This event supports startups focused on eco-friendly solutions, encouraging groundbreaking ideas that promote environmental stewardship. Join us to showcase your sustainable projects, network with like-minded entrepreneurs, and drive positive change for a greener future!</p>
</div>
<img src="events/9.png" alt="ecofusion" class="event-image">
<img src="../Images/events/9.png" alt="ecofusion" class="event-image">

</div>
</div>
Expand Down Expand Up @@ -120,15 +120,15 @@ <h2 class="nav__title">Company</h2>
</li>

<li>
<a href="/events.html">Events</a>
<a href="./events.html">Events</a>
</li>

<li>
<a href="/team.html">team</a>
<a href="./team.html">team</a>
</li>

<li>
<a href="/gallary.html">Gallary</a>
<a href="./gallary.html">Gallary</a>
</li>

</ul>
Expand Down Expand Up @@ -229,7 +229,7 @@ <h2 class="nav__title">Socials</h2>
});
</script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="nav.js"></script>
<script src="../js/nav.js"></script>



Expand Down
Loading