ARDRA is a college-level ideathon where participants pitch innovative solutions to real-world problems. This repository contains the official event website — built to inform participants, showcase the event schedule, and handle registrations.
- Themed landing page with event branding
- Event schedule and timeline
- Problem statements / tracks display
- Team registration section
- Responsive design — works on mobile and desktop
- Social media and contact links
No build tools needed — this is a static website.
git clone https://github.com/Arvoxis/ARDRA.git
cd ARDRA/ARDRA
# Open in browser
open index.html
# or just double-click index.htmlTo host locally with live reload:
npx serve .ARDRA/
└── ARDRA/
├── index.html # Main landing page
├── style.css # Styling
└── script.js # Interactivity
To deploy on GitHub Pages:
- Go to repo Settings → Pages
- Set source to
mainbranch, folder/ARDRA - Your site will be live at
https://arvoxis.github.io/ARDRA
MIT License — free to use as a template for your own event websites.
Built for ARDRA by Arvoxis