Skip to content
Closed
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
64 changes: 42 additions & 22 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,40 +2,54 @@
<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">
<meta name="description" content="Find tech conferences, cultural festivals, and exciting happenings in Bangalore with Eventica.">
<meta name="keywords" content="Eventica, events, meetups, tech conferences, Bangalore, events">
<meta name="author" content="Rakesh Roshan">
<meta name="copyright" content="Copyright Rakesh Roshan">
<link rel="icon" type="image/x-icon" href="./assets/images/favicons/favicon1.png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.1/css/all.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap">
<link rel="stylesheet" href="./style.css">
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description"
content="Find tech conferences, cultural festivals, and exciting happenings in Bangalore with Eventica." />
<meta name="keywords" content="Eventica, events, meetups, tech conferences, Bangalore, events" />
<meta name="author" content="Rakesh Roshan" />
<meta name="copyright" content="Copyright Rakesh Roshan" />
<link rel="icon" type="image/x-icon" href="./assets/images/favicons/favicon1.png" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.1/css/all.min.css" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap" />
<link rel="stylesheet" href="./style.css" />
<title>Eventica</title>
</head>

<body>
<nav class="navbar">
<div class="container navbar-container">
<a href="index.html" class="logo-container">
<img src="" alt="Logo" class="logo">
<img src="" alt="Logo" class="logo" />
<span class="logo-text">Eventica</span>
</a>
<div class="nav-items">
<ul class="nav-links">
<li><a href="index.html"><i class="fas fa-house"></i> Home</a></li>
<li><a href="./assets/about/about.html"><i class="fas fa-circle-info"></i> About</a></li>
<li><a href="./index.html#events"><i class="fas fa-calendar-alt"></i> Upcoming Events</a></li>
<li><a href="./assets/pastevents/pastevents.html"><i class="fas fa-calendar-check"></i> Past Events</a></li>
<li><a href="./assets/contact/contact.html"><i class="fas fa-phone"></i> Contact</a></li>
<li>
<a href="index.html"><i class="fas fa-house"></i> Home</a>
</li>
<li>
<a href="./assets/about/about.html"><i class="fas fa-circle-info"></i> About</a>
</li>
<li>
<a href="./index.html#events"><i class="fas fa-calendar-alt"></i> Upcoming Events</a>
</li>
<li>
<a href="./assets/pastevents/pastevents.html"><i class="fas fa-calendar-check"></i> Past
Events</a>
</li>
<li>
<a href="./assets/contact/contact.html"><i class="fas fa-phone"></i> Contact</a>
</li>
</ul>
<div class="theme-switcher">
<button id="theme-toggle" aria-label="Change theme color">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="5"/>
<path d="M12 1v2M12 21v2M4.2 4.2l1.4 1.4M18.4 18.4l1.4 1.4M1 12h2M21 12h2M4.2 19.8l1.4-1.4M18.4 5.6l1.4-1.4"/>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="5" />
<path
d="M12 1v2M12 21v2M4.2 4.2l1.4 1.4M18.4 18.4l1.4 1.4M1 12h2M21 12h2M4.2 19.8l1.4-1.4M18.4 5.6l1.4-1.4" />
</svg>
</button>
<div class="theme-options">
Expand All @@ -44,7 +58,10 @@
<button class="theme-btn" data-color="yellow" aria-label="Yellow theme"></button>
<button class="theme-btn" data-color="green" aria-label="Green theme"></button>
<button class="theme-btn" data-color="purple" aria-label="Purple theme"></button>
</div>
<button class="theme-btn" data-color="pink" aria-label="Pink theme"></button>
<button class="theme-btn" data-color="orange" aria-label="Orange theme"></button>
<button class="theme-btn" data-color="teal" aria-label="Teal theme"></button>
</div>
</div>
</div>
</div>
Expand All @@ -53,7 +70,10 @@
<header id="home" class="hero">
<div class="hero-content">
<h1>Discover Bangalore's Events & Meetups</h1>
<p>Explore the best vibrant events, tech conferences, and exciting happenings in the Silicon Valley of India.</p>
<p>
Explore the best vibrant events, tech conferences, and exciting
happenings in the Silicon Valley of India.
</p>
<a href="#events" class="explore-button">Explore Events</a>
</div>
</header>
Expand Down
Loading
Loading