Skip to content

Commit 72a83db

Browse files
authored
V2 (#1)
* Added readme * Add favicon and update HTML structure for Tech Roulette event page - Introduced favicon.ico and various icon sizes for better branding. - Updated index.html to include new favicon links and modified theme color. - Enhanced styles.css with new color variables and layout adjustments for improved design consistency. - Added site.webmanifest for PWA support.
1 parent 464127e commit 72a83db

File tree

11 files changed

+1168
-564
lines changed

11 files changed

+1168
-564
lines changed

README.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Tech Roulette: Build With AI
2+
3+
Tech Roulette: Build With AI is a 2-week hackathon by GDG on Campus IE University.
4+
5+
Participants build intentionally unusual but technically solid AI projects in teams.
6+
7+
At kickoff, each team spins a wildcard wheel and gets a random theme. The theme is a creative constraint, but teams can choose any tech stack.
8+
9+
## Key Details
10+
11+
- Dates: April 13-27, 2026
12+
- Format: 2-week challenge
13+
- Team size: 3-4 people
14+
- Audience: students from different backgrounds (CS, business, design, beginners)
15+
16+
## How It Works
17+
18+
1. Kickoff event: team formation, wildcard spin, and workshops.
19+
2. Week 1: first build sprint with mentor support.
20+
3. Mid-point check-in: demo progress and get feedback.
21+
4. Week 2: final build sprint.
22+
5. Final event: project presentations, judging, and awards.
23+
24+
## Winner Categories
25+
26+
- Best Presentation and Idea
27+
- Best Developed Solution
28+
29+
The goal is to combine creativity, collaboration, and practical AI building in a short, focused format.
9.01 KB
Loading
34.5 KB
Loading
8.45 KB
Loading

assets/favicon/favicon-16x16.png

533 Bytes
Loading

assets/favicon/favicon-32x32.png

1.23 KB
Loading

assets/favicon/favicon-48x48.png

2.08 KB
Loading

favicon.ico

3.88 KB
Binary file not shown.

index.html

Lines changed: 326 additions & 171 deletions
Large diffs are not rendered by default.

site.webmanifest

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "Tech Roulette: Build With AI",
3+
"short_name": "Tech Roulette",
4+
"icons": [
5+
{
6+
"src": "/assets/favicon/android-chrome-192x192.png",
7+
"sizes": "192x192",
8+
"type": "image/png"
9+
},
10+
{
11+
"src": "/assets/favicon/android-chrome-512x512.png",
12+
"sizes": "512x512",
13+
"type": "image/png"
14+
}
15+
],
16+
"theme_color": "#b8e8ef",
17+
"background_color": "#b8e8ef",
18+
"display": "standalone"
19+
}

0 commit comments

Comments
 (0)