Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhanced the About page #82

Merged
merged 3 commits into from
Jan 31, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
89 changes: 39 additions & 50 deletions assets/about/about.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,74 +16,55 @@ body {

/* Dark mode Css*/

body.dark-mode .about-text {
color: #000000;
body.dark-mode .content-section {
background-color: #000000;
}

body.dark-mode .feature-item {
background-color: #282828;
color: #f4f4f4;
}

.about-section {
width: 100%;
.about-container {
display: flex;
flex-wrap: wrap;
min-height: 100vh;
align-items: center;
padding: 6rem 0 4rem;
justify-content: center;
}

.about-content {
flex: 1;
padding: 2rem;
display: flex;
text-align: center;
align-items: center;
border-radius: 10px;
flex-direction: column;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
background: linear-gradient(135deg, #4a90e2, #e74c3c);
padding: 65px 20px 20px 20px;
min-height: calc(100vh - 120px);
gap: 100px;
}

.image {
flex: 1;
overflow: hidden;
border-radius: 10px;
margin-bottom: 10px;
.illustration-section img {
max-width: 100%;
width: 600px;
height: auto;
}

.image img {
width: 70%;
border-radius: 10px;
transition: transform 0.3s ease;
.content-section {
flex: 1;
max-width: 500px;
padding: 20px;
text-align: center;
background-color: #ffffff;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
border-radius: 8px;
}

.image img:hover {
transform: scale(1.02);
.content-section p {
font-size: 1.1em;
margin-bottom: 20px;
}

.about-text {
flex: 1;
padding: 1.5rem;
line-height: 1.8;
text-align: left;
font-size: 1.1rem;
max-width: 1000px;
text-align: center;
border-radius: 10px;
color: var(--text-color);
background-color: #ffffff;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
transition: transform 0.3s ease, box-shadow 0.3s ease;
.section-title {
margin-bottom: 2rem !important;
}

.feature-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 2rem;
margin-top: 3rem;
padding: 3rem 3rem;
width: 100%;
}

Expand Down Expand Up @@ -119,16 +100,24 @@ body.dark-mode .feature-item {
}

@media (max-width: 768px) {
.about-content {
padding: 1.5rem;
.feature-grid {
grid-template-columns: 1fr;
gap: 1.5rem;
}
.about-container {
gap: 10px;
}
.about-container{
padding-top: 85px;
}

.about-text {
font-size: 1rem;
.content-section {
max-width: 100%;
}
}

.feature-grid {
grid-template-columns: 1fr;
gap: 1.5rem;
@media (max-width: 480px) {
.content-section p {
font-size: 0.9em;
}
}
122 changes: 69 additions & 53 deletions assets/about/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
<link rel="stylesheet" href="../../style.css">
<link rel="stylesheet" href="../customcursor.css">
<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;500;600;700&display=swap">
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap">
<script src="https://kit.fontawesome.com/4cf6385dfa.js" crossorigin="anonymous"></script>
<title>Eventica | About</title>
</head>
Expand Down Expand Up @@ -56,15 +57,19 @@
<li><a href="../../index.html"><i class="fas fa-house"></i> Home</a></li>
<li><a href="#"><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="../pastevents/pastevents.html"><i class="fas fa-calendar-check"></i> Past Events</a></li>
<li><a href="../contributors/contributor.html"><i class="fa-solid fa-users"></i> Contributors</a></li>
<li><a href="../pastevents/pastevents.html"><i class="fas fa-calendar-check"></i> Past Events</a>
</li>
<li><a href="../contributors/contributor.html"><i class="fa-solid fa-users"></i> Contributors</a>
</li>
<li><a href="../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 @@ -86,40 +91,36 @@

<!-- About main section -->
<main>
<section class="about-section">
<div class="container">
<div class="about-content">
<h1 class="section-title">About Us</h1>
<div class="image">
<img src="../images/about.jpeg" alt="Bangalore Cityscape">
</div>
<p class="about-text">
Welcome to Eventica, an ultimate guide to the dynamic and diverse events in Bangalore. As the heart of India's tech and cultural hub, Eventica is dedicated to bridging the gap between event organizers and eager participants, creating a vibrant community centered around knowledge-sharing, cultural exchange, and entertainment.
</p><br>
<p class="about-text">
From innovative tech conferences to insightful and engaging meetups, Eventica covers it all. We believe in the power of events to educate, inspire, and unite people, fostering unforgettable experiences and meaningful connections along the way.
</p>
<div class="about-container">
<div class="content-section">
<h1 class="section-title">ABOUT US</h1>
<p>Welcome to Eventica, an ultimate guide to the dynamic and diverse events in Bangalore. As the heart of India's tech and cultural hub, Eventica is dedicated to bridging the gap between event organizers and eager participants, creating a vibrant community centered around knowledge-sharing, cultural exchange, and entertainment.</p>

<div class="feature-grid">
<div class="feature-item">
<div class="feature-icon">🎭</div>
<h3 class="feature-title">Diverse Events</h3>
<p class="feature-description">From tech to innovation, we cover it all</p>
</div>
<div class="feature-item">
<div class="feature-icon">🤝</div>
<h3 class="feature-title">Community Building</h3>
<p class="feature-description">Connect with like-minded individuals</p>
</div>
<div class="feature-item">
<div class="feature-icon">📅</div>
<h3 class="feature-title">Up-to-date Calendar</h3>
<p class="feature-description">Never miss an exciting event</p>
</div>
</div>
</div>

<p>From innovative tech conferences to insightful and engaging meetups, Eventica covers it all. We believe in the power of events to educate, inspire, and unite people, fostering unforgettable experiences and meaningful connections along the way.</p>
</div>
<div class="illustration-section">
<img src="../images/about.png" alt="About Illustration">
</div>
</section>
</div>

<div class="feature-grid">
<div class="feature-item">
<div class="feature-icon">🎭</div>
<h3 class="feature-title">Diverse Events</h3>
<p class="feature-description">From tech to innovation, we cover it all</p>
</div>
<div class="feature-item">
<div class="feature-icon">🤝</div>
<h3 class="feature-title">Community Building</h3>
<p class="feature-description">Connect with like-minded individuals</p>
</div>
<div class="feature-item">
<div class="feature-icon">📅</div>
<h3 class="feature-title">Up-to-date Calendar</h3>
<p class="feature-description">Never miss an exciting event</p>
</div>
</div>
</main>

<!-- Footer section -->
Expand All @@ -128,40 +129,55 @@ <h3 class="feature-title">Up-to-date Calendar</h3>
<div class="company-info">
<h1 class="company-name heading"><img src="../images/logos/logo1.png">Eventica</h1>
<p>Eventica, an ultimate guide to the dynamic and diverse events in Bangalore.
As the heart of India's tech and cultural hub, Eventica is dedicated to bridging the gap between event organizers and eager participants, creating a vibrant community.</p>
As the heart of India's tech and cultural hub, Eventica is dedicated to bridging the gap between
event organizers and eager participants, creating a vibrant community.</p>
</div>
<div class="quick-links">
<h1 class="heading">Quick Links</h1>
<ul class="footer-ul">
<li><a href="../../index.html"><i class="fa fa-house" aria-hidden="true"></i> Home</a></li>
<li><a href="#"><i class="fa-solid fa-circle-info" aria-hidden="true"></i> About</a></li>
<li><a href="../../index.html#events"><i class="fas fa-calendar-alt" aria-hidden="true"></i> Upcoming Events</a></li>
<li><a href="../pastevents/pastevents.html"><i class="fas fa-calendar-check" aria-hidden="true"></i> Past Events</a></li>
<li><a href="../contributors/contributor.html"><i class="fa-solid fa-users" aria-hidden="true"></i> Contributors</a></li>
<li><a href="../contact/contact.html"><i class="fa fa-phone" aria-hidden="true"></i> Contact</a></li>
<li><a href="../../index.html#events"><i class="fas fa-calendar-alt" aria-hidden="true"></i>
Upcoming Events</a></li>
<li><a href="../pastevents/pastevents.html"><i class="fas fa-calendar-check" aria-hidden="true"></i>
Past Events</a></li>
<li><a href="../contributors/contributor.html"><i class="fa-solid fa-users" aria-hidden="true"></i>
Contributors</a></li>
<li><a href="../contact/contact.html"><i class="fa fa-phone" aria-hidden="true"></i> Contact</a>
</li>
</ul>
</div>
<div class="send-message">
<h1 class="heading">Keep In Touch</h1>
<form id="contact-form" name="Eventica Contact" autocomplete="off" netlify>
<div class="form-group group1">
<input type="text" id="name" name="name" placeholder="Enter your name" autocomplete="name" required oninput="validateName('name')">
<input type="email" id="email" name="email" placeholder="Enter your email" autocomplete="email" required oninput="validateEmail('email')">
<input type="text" id="name" name="name" placeholder="Enter your name" autocomplete="name"
required oninput="validateName('name')">
<input type="email" id="email" name="email" placeholder="Enter your email" autocomplete="email"
required oninput="validateEmail('email')">
</div>
<div class="form-group group1">
<textarea id="message" name="message" placeholder="Leave your message" required></textarea>
<button type="submit">SEND</button>
</div>
</form>
<div class="social">
<a class="user" href="https://rakesh9100.bio.link/" target="_blank"><i class="fa-solid fa-user socials"></i></a>
<a class="message" href="mailto:[email protected]" target="_blank"><i class="fa-solid fa-envelope"></i></a>
<a class="linkedin" href="https://www.linkedin.com/in/rakesh-roshan-9100/" target="_blank"><i class="fa fa-linkedin-square"></i></a>
<a class="github" href="https://www.github.com/Rakesh9100" target="_blank"><i class="fa-brands fa-square-github"></i></a>
<a class="instagram" href="https://www.instagram.com/rakesh250602/" target="_blank"><i class="fa-brands fa-instagram"></i></a>
<a class="facebook" href="https://www.facebook.com/rakesh6203/" target="_blank"><i class="fa-brands fa-square-facebook"></i></a>
<a class="twitter" href="https://twitter.com/rakeshroshan73" target="_blank"><i class="fa-brands fa-square-x-twitter"></i></a>
<a class="discord" href="https://discord.com/users/944144134950748170" target="_blank"><i class="fa-brands fa-discord"></i></a>
<a class="user" href="https://rakesh9100.bio.link/" target="_blank"><i
class="fa-solid fa-user socials"></i></a>
<a class="message" href="mailto:[email protected]" target="_blank"><i
class="fa-solid fa-envelope"></i></a>
<a class="linkedin" href="https://www.linkedin.com/in/rakesh-roshan-9100/" target="_blank"><i
class="fa fa-linkedin-square"></i></a>
<a class="github" href="https://www.github.com/Rakesh9100" target="_blank"><i
class="fa-brands fa-square-github"></i></a>
<a class="instagram" href="https://www.instagram.com/rakesh250602/" target="_blank"><i
class="fa-brands fa-instagram"></i></a>
<a class="facebook" href="https://www.facebook.com/rakesh6203/" target="_blank"><i
class="fa-brands fa-square-facebook"></i></a>
<a class="twitter" href="https://twitter.com/rakeshroshan73" target="_blank"><i
class="fa-brands fa-square-x-twitter"></i></a>
<a class="discord" href="https://discord.com/users/944144134950748170" target="_blank"><i
class="fa-brands fa-discord"></i></a>
</div>
</div>
</div>
Expand Down
Binary file removed assets/images/about.jpg
Binary file not shown.
Binary file added assets/images/about.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading