Skip to content

Added Event Registration & Guidelines Feature#279

Open
YedidhaManasa765 wants to merge 2 commits into
VAIBHAVBABELE:mainfrom
YedidhaManasa765:main
Open

Added Event Registration & Guidelines Feature#279
YedidhaManasa765 wants to merge 2 commits into
VAIBHAVBABELE:mainfrom
YedidhaManasa765:main

Conversation

@YedidhaManasa765
Copy link
Copy Markdown

freecompress-nitra.mp4

🔖 PR Title:

Added Events &News feature

📄 Description:

New Feature ✨

🧑‍💻 What changes were made?

-added event card with responsive layout

  • Included Download Guidelines button under each event
  • Created Register button → opens modal form with event name prefilled.
  • Modal is responsive and can be closed with ❌ button or background click.
  • Footer updated with interactive social media icons.

📚 Documentation Updated?

  • [No major docs updated.
  • Can add instructions in README.md if required.

🖼️ Screenshot or Screen Recording (max 15 seconds)

📸 Attach screenshot or screen recording showing the updated section (mandatory for all changes).


💡 Tech Stack Used:

  • HTML / CSS / JavaScript

List of File Changed :

no. of file changed : index .html(modified)

-events.html(created file in pages )

🔗 Issue Reference:

closes #278

🧩 Contribution Type:

  • Frontend 🎯
  • Feature Implementation 🚀

🙏 Additional Info (if any):

Future scope: connect registration form to backend (PHP/MySQL or Google Sheets).

@github-actions
Copy link
Copy Markdown

👋 Hi @YedidhaManasa765, thank you for opening this Pull Request!
🔧 Please ensure the following:

  • ✅ Resolve any merge conflicts, if they exist.make sure you have updated your local repo to avoid conflicts. and solve in your local repo. do not solve in github editor.try to solve in your local repo in vs code or any other editor.
  • 🧾 Clearly mention the issue number you are solving (e.g., Fixes #issue_number).
  • 📎 Please update your PR description if anything is unclear or incorrect.
  • 📷 Attach a screenshot or screen recording of your fix.
  • 💬 Kindly share the PR link in the Discord server manually for better tracking.
  • @meetarora10 ,@camren88 ,@Withvansh please review this pr.

if follow the guidelines and fit to project then label according to pr otherwise close the pr.

Happy Contributing! 🚀

@YedidhaManasa765 YedidhaManasa765 changed the title Add Event Registration & Guidelines Feature Added Event Registration & Guidelines Feature Aug 18, 2025
@VAIBHAVBABELE
Copy link
Copy Markdown
Owner

Do not use inline and internal css and js , use external css and js, use same navbar, footer used in other pages.

Not this one
Screenshot_2025-08-18-23-09-47-809_com.github.android.png

And also tell me that where is the database for update and new event add in this list.

@VAIBHAVBABELE
Copy link
Copy Markdown
Owner

And change navbar only in index file but navbar used in all pages.

@github-actions
Copy link
Copy Markdown

⚠️ Merge Conflict Detected!
Hi @YedidhaManasa765, your pull request currently has a merge conflict with the base branch. Please resolve the conflict so your PR can be merged.
---
## How to Resolve a Merge Conflict (Step-by-Step)
1. Checkout your PR branch:
bash git checkout main

  2. **Fetch the latest changes from the main branch:**
     ```bash
     git fetch origin
     git pull origin main
     ```
  
  3. **Git will show conflict markers in files with conflicts. Open those files, and manually edit them to resolve the differences. Conflict sections look like:**
     ```
     <<<<<<< HEAD
     Your changes
     =======
     Changes from base branch
     >>>>>>> main
     ```
  
  4. **After resolving the conflicts, mark them as resolved:**
     ```bash
     git add <file(s)-you-resolved>
     ```
  
  5. **Commit the resolution:**
     ```bash
     git commit -m "Resolve merge conflict"
     ```
  
  6. **Push your updated branch:**
     ```bash
     git push origin main
     ```
  
  ---
  
  🔗 [GitHub Docs: Resolving merge conflicts](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/about-merge-conflicts)
  
  If you need any help, please ask your mentors by replying here!
  
  ---
  
  *This is an automated message to help you resolve merge conflicts and get your PR ready for review. Thank you!*

@vercel
Copy link
Copy Markdown

vercel Bot commented Oct 3, 2025

@YedidhaManasa765 is attempting to deploy a commit to the vaibhavbabele's projects Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Register and Guidelines buttons for Events

2 participants