Skip to content

Commit

Permalink
Refactored comments for clarity across multiple files
Browse files Browse the repository at this point in the history
  • Loading branch information
Rakesh9100 committed Jan 3, 2025
1 parent 73ddb1d commit ae69cd2
Show file tree
Hide file tree
Showing 5 changed files with 50 additions and 37 deletions.
33 changes: 16 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# <p align="center">✨Eventica✨</p>
<!-------------------------------------------------------------------------------------------------------------------------------------->
<div align="center">
<p>
<!-------------------------------------------------->
<div align="center">
<p>

[![Open Source Love svg1](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/)
[![Netlify Status](https://api.netlify.com/api/v1/badges/a8c657fc-8eb7-4aa9-b56b-37219cb7bbf8/deploy-status)](https://app.netlify.com/sites/eventica/deploys)
Expand All @@ -17,10 +17,10 @@
![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/Rakesh9100/Eventica)
![GitHub pull requests](https://img.shields.io/github/issues-pr/Rakesh9100/Eventica)
![GitHub closed pull requests](https://img.shields.io/github/issues-pr-closed/Rakesh9100/Eventica)
</p>
</div>
</p>
</div>

<!-- --------------------------------------------------------------------------------------------------------------------------------------------------------- -->
<!-------------------------------------------------->

<div id="top"></div>

Expand All @@ -36,13 +36,13 @@
- [Contributing is fun🧡](#contributing-is-fun)
<br>

<!-- --------------------------------------------------------------------------------------------------------------------------------------------------------- -->
<!-------------------------------------------------->

<h2>Introduction📌</h2>

Welcome to Eventica, an ultimate guide to the dynamic and diverse events in Bangalore.<br>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.

<!-- --------------------------------------------------------------------------------------------------------------------------------------------------------- -->
<!-------------------------------------------------->

<h2>Technology Used🚀</h2>

Expand All @@ -53,7 +53,7 @@ Welcome to Eventica, an ultimate guide to the dynamic and diverse events in Bang
</p>
<p align="right">(<a href="#top">back to top</a>)</p>

<!-- --------------------------------------------------------------------------------------------------------------------------------------------------------- -->
<!-------------------------------------------------->

<h2>Overview⭐</h2>

Expand All @@ -78,8 +78,7 @@ Welcome to Eventica, an ultimate guide to the dynamic and diverse events in Bang
<br><br>
<p align="right">(<a href="#top">back to top</a>)</p>


<!-- --------------------------------------------------------------------------------------------------------------------------------------------------------- -->
<!-------------------------------------------------->

<h2>Getting Started💥</h2>

Expand Down Expand Up @@ -125,25 +124,25 @@ git push origin <your_branch_name>
- Celebrate 🥳 your success after your pull request is merged successfully.
<p align="right">(<a href="#top">back to top</a>)</p>

<!-- --------------------------------------------------------------------------------------------------------------------------------------------------------- -->
<!-------------------------------------------------->

<h2>Contributing Guidelines📑</h2>

Read our [Contributing Guidelines](https://github.com/Rakesh9100/Eventica/blob/main/.github/CONTRIBUTING_GUIDELINES.md) to learn about our development process, how to propose bugfixes and improvements, and how to build to Eventica.

<!-- --------------------------------------------------------------------------------------------------------------------------------------------------------- -->
<!-------------------------------------------------->

<h2>Code Of Conduct📑</h2>

This project and everyone participating in it is governed by the [Code of Conduct](https://github.com/Rakesh9100/Eventica/blob/main/.github/CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code.

<!-- --------------------------------------------------------------------------------------------------------------------------------------------------------- -->
<!-------------------------------------------------->

<h2>This repo has been part of the following Open Source Programs🥳</h2>

<p align="right">(<a href="#top">back to top</a>)</p>

<!-- --------------------------------------------------------------------------------------------------------------------------------------------------------- -->
<!-------------------------------------------------->

<h2>Project Admin⚡</h2>

Expand All @@ -155,15 +154,15 @@ This project and everyone participating in it is governed by the [Code of Conduc
</tr>
</table>

<!-- --------------------------------------------------------------------------------------------------------------------------------------------------------- -->
<!-------------------------------------------------->

<h2>Project Contributors🫂</h2>

<a href="https://github.com/rakesh9100/eventica/graphs/contributors">
<img src="https://contrib.rocks/image?repo=rakesh9100/eventica" />
</a>

<!-- --------------------------------------------------------------------------------------------------------------------------------------------------------- -->
<!-------------------------------------------------->

<h2>Contributing is fun🧡</h2>

Expand Down
14 changes: 9 additions & 5 deletions assets/about/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
</head>

<body>
<!-- Navigation bar section -->
<nav class="navbar">
<div class="container navbar-container">
<a href="../../index.html" class="logo-container">
Expand Down Expand Up @@ -54,6 +55,7 @@
</div>
</nav>

<!-- About main section -->
<main>
<section class="about-section">
<div class="container">
Expand Down Expand Up @@ -90,11 +92,7 @@ <h3 class="feature-title">Up-to-date Calendar</h3>
</section>
</main>

<!-- Scroll to top button -->
<a href="#" class="to-top">
<i class="fas fa-chevron-up"></i>
</a>

<!-- Footer section -->
<footer class="footer">
<div class="container">
<p class="copyright">Created By Rakesh Roshan ❤️ | ©
Expand All @@ -104,6 +102,12 @@ <h3 class="feature-title">Up-to-date Calendar</h3>
</p>
</div>
</footer>

<!-- Scroll to top button -->
<a href="#" class="to-top">
<i class="fas fa-chevron-up"></i>
</a>

<script src="../../script.js"></script>
</body>

Expand Down
13 changes: 8 additions & 5 deletions assets/contact/contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
</head>

<body>
<!-- Navigation bar section -->
<nav class="navbar">
<div class="container navbar-container">
<a href="../../index.html" class="logo-container">
Expand Down Expand Up @@ -54,6 +55,7 @@
</div>
</nav>

<!-- Contact form section -->
<main>
<section class="contact-section">
<div class="container">
Expand All @@ -77,11 +79,7 @@ <h1 class="section-title">Contact Us</h1>
</section>
</main>

<!-- Scroll to top button -->
<a href="#" class="to-top">
<i class="fas fa-chevron-up"></i>
</a>

<!-- Footer section -->
<footer class="footer">
<div class="container">
<p class="copyright">Created By Rakesh Roshan ❤️ | ©
Expand All @@ -92,6 +90,11 @@ <h1 class="section-title">Contact Us</h1>
</div>
</footer>

<!-- Scroll to top button -->
<a href="#" class="to-top">
<i class="fas fa-chevron-up"></i>
</a>

<script src="../../script.js"></script>
</body>

Expand Down
13 changes: 8 additions & 5 deletions assets/pastevents/pastevents.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
</head>

<body>
<!-- Navigation bar section -->
<nav class="navbar">
<div class="container navbar-container">
<a href="../../index.html" class="logo-container">
Expand Down Expand Up @@ -54,6 +55,7 @@
</div>
</nav>

<!-- Past events main section -->
<main>
<section class="past-events-section">
<div class="container">
Expand All @@ -65,11 +67,7 @@ <h1 class="section-title">Past Events</h1>
</section>
</main>

<!-- Scroll to top button -->
<a href="#" class="to-top">
<i class="fas fa-chevron-up"></i>
</a>

<!-- Footer section -->
<footer class="footer">
<div class="container">
<p class="copyright">Created By Rakesh Roshan ❤️ | ©
Expand All @@ -80,6 +78,11 @@ <h1 class="section-title">Past Events</h1>
</div>
</footer>

<!-- Scroll to top button -->
<a href="#" class="to-top">
<i class="fas fa-chevron-up"></i>
</a>

<script src="../../script.js"></script>
</body>

Expand Down
14 changes: 9 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
</head>

<body>
<!-- Navigation bar section -->
<nav class="navbar">
<div class="container navbar-container">
<a href="index.html" class="logo-container">
Expand Down Expand Up @@ -59,6 +60,7 @@
</div>
</nav>

<!-- Main section -->
<header id="home" class="hero">
<div class="hero-content">
<h1>Discover Bangalore's Events & Meetups</h1>
Expand All @@ -78,11 +80,7 @@ <h2 class="section-title">Upcoming Events</h2>
</section>
</main>

<!-- Scroll to top button -->
<a href="#" class="to-top">
<i class="fas fa-chevron-up"></i>
</a>

<!-- Footer section -->
<footer class="footer">
<div class="container">
<p class="copyright">Created By Rakesh Roshan ❤️ | ©
Expand All @@ -92,6 +90,12 @@ <h2 class="section-title">Upcoming Events</h2>
</p>
</div>
</footer>

<!-- Scroll to top button -->
<a href="#" class="to-top">
<i class="fas fa-chevron-up"></i>
</a>

<script src="script.js"></script>
</body>

Expand Down

0 comments on commit ae69cd2

Please sign in to comment.