This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ====== DATA ====== | |
| const questions = [ | |
| // קטגוריה 1: מיומנות טכנית | |
| { | |
| category: "מיומנות טכנית", | |
| categoryIcon: "🎵", | |
| text: "כמה בטוח אתה ביכולת שלך לעשות מיקס חלק בין ז׳אנרים שונים?", | |
| answers: [ | |
| { text: "לא בטוח בכלל", score: 1 }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!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"> |