A modern, responsive single-page site for the "Hack The AI" inter‑university hackathon. Pure HTML, CSS, and a touch of JavaScript with a futuristic neon aesthetic.
- Dark, glowing theme and smooth animations
- Clickable scroll indicator to jump to About
- Event Calendar (four cards) replacing the old vertical timeline
- Registration Details cards (fee, team size, apply button + note)
- Competition Categories with embedded Google Drive preview videos
- Uniform category card heights with 16:9 video area
- Updated footer (SmythOS + Event Organizer), social links in two columns, responsive bottom bar
- SmythOS favicon added to the browser tab
- HTML5
- CSS (Flexbox/Grid, responsive breakpoints)
- Vanilla JavaScript
- Google Fonts (Inter) and Font Awesome icons
No build needed.
- Clone/download this repository
- Open
index.htmlin any modern browser
Tip: Use a local server (e.g., VS Code Live Server) for best results with relative assets.
hacktheai-website/
├── Assets/ # Images/logos/favicons
├── index.html # Main page
├── styles.css # Styles and animations
├── script.js # Interactions (FAQ toggles, etc.)
└── README.md
- Ensure the Drive file is shared: Anyone with the link – Viewer.
- Convert the share URL to a preview URL:
- Share:
https://drive.google.com/file/d/FILE_ID/view - Preview (use in HTML):
https://drive.google.com/file/d/FILE_ID/preview
- Share:
- Replace the iframe
srcinside each.category-videoinindex.html.
Example iframe:
<iframe src="https://drive.google.com/file/d/FILE_ID/preview"
allow="autoplay; fullscreen" allowfullscreen loading="lazy"
style="width:100%; height:100%; border:0;"></iframe>- Edit the fee, team size, and button link in the
#registrationsection ofindex.html. - The currency icon uses the BDT symbol (৳).
- Links are in the footer under
.footer-links. They’re auto-laid into two columns on desktop/tablet and one column on mobile.
- The tab icon uses
Assets/SmythOS Favicon.pngvia:
<link rel="icon" type="image/png" href="Assets/SmythOS Favicon.png">
<link rel="apple-touch-icon" href="Assets/SmythOS Favicon.png">Replace with your own file if needed.
- The down arrow under the hero CTA is a link to
#about. Change thehrefto target another section if desired.
- Registration form:
https://forms.gle/QvzXYQ3hdAHPkkWVA - Key dates are in the Event Calendar in
index.html.
Any static hosting works (GitHub Pages, Netlify, Vercel, Firebase Hosting, etc.).
- Upload the repository, ensure
index.htmlis served from the root.
Latest Chrome, Edge, Firefox, and Safari (desktop and mobile).
This site is for the Hack The AI hackathon. All rights reserved.
— Built with ❤️ for the AI community