Skip to content

Instantly share code, notes, and snippets.

View oneonecollege's full-sized avatar

oneonecollege

View GitHub Profile
@oneonecollege
oneonecollege / script.js
Created May 13, 2026 14:39
allinquiz script.js
// ====== DATA ======
const questions = [
// קטגוריה 1: מיומנות טכנית
{
category: "מיומנות טכנית",
categoryIcon: "🎵",
text: "כמה בטוח אתה ביכולת שלך לעשות מיקס חלק בין ז׳אנרים שונים?",
answers: [
{ text: "לא בטוח בכלל", score: 1 },
@oneonecollege
oneonecollege / index.html
Created May 13, 2026 14:39
allinquiz index.html
<!DOCTYPE html>
<html lang="he" dir="rtl">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>מה רמת הדיג׳יי שלך? | ALL IN ONE</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;500;700;900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">