Skip to content

Arvoxis/ARDRA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ARDRA — Ideathon Website

HTML CSS JavaScript License

Official website for ARDRA — a college ideathon event.


About

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.


Features

  • 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

Getting Started

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.html

To host locally with live reload:

npx serve .

Project Structure

ARDRA/
└── ARDRA/
    ├── index.html    # Main landing page
    ├── style.css     # Styling
    └── script.js     # Interactivity

Live Demo

To deploy on GitHub Pages:

  1. Go to repo Settings → Pages
  2. Set source to main branch, folder /ARDRA
  3. Your site will be live at https://arvoxis.github.io/ARDRA

License

MIT License — free to use as a template for your own event websites.


Built for ARDRA by Arvoxis

About

Ideathon website for ARDRA

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors