|
3 | 3 | <head> |
4 | 4 | <meta charset="UTF-8"> |
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
6 | | - <title>Python Solutions - LeetCode, Kattis & VicUtils</title> |
| 6 | + <title>Python Solutions - LeetCode, Kattis, AOC & VicUtils</title> |
7 | 7 | <link rel="icon" href="VN.ico"> |
8 | 8 | <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/atom-one-dark.min.css"> |
9 | 9 | <link rel="stylesheet" href="styles.css"> |
|
22 | 22 |
|
23 | 23 | <div id="platform-selector" style="display: none;"> |
24 | 24 | <h1>Choose a Platform</h1> |
25 | | - <div class="platform-grid"> |
26 | | - <button class="platform-box" data-platform="leetcode"> |
27 | | - <span class="platform-emoji">💡</span> |
28 | | - <h2>LeetCode</h2> |
29 | | - <p id="leetcode-count">— problems</p> |
30 | | - </button> |
31 | | - <button class="platform-box" data-platform="kattis"> |
32 | | - <span class="platform-emoji">🎯</span> |
33 | | - <h2>Kattis</h2> |
34 | | - <p id="kattis-count">— problems</p> |
35 | | - </button> |
36 | | - <button class="platform-box" data-platform="vicutils"> |
37 | | - <span class="platform-emoji">🔧</span> |
38 | | - <h2>VicUtils</h2> |
39 | | - <p id="vicutils-count">— scripts</p> |
40 | | - </button> |
41 | | - </div> |
| 25 | + <div class="platform-grid" id="platform-grid"></div> |
42 | 26 | </div> |
43 | 27 |
|
44 | | - <div id="problem-list" style="display: none;"> |
45 | | - <button class="back-button" id="back-to-platforms">← Back</button> |
46 | | - <h1 id="list-title"></h1> |
47 | | - <div id="problem-cards"></div> |
| 28 | + <div id="folder-view" style="display: none;"> |
| 29 | + <button class="back-button" id="back-button">← Back</button> |
| 30 | + <h1 id="folder-title"></h1> |
| 31 | + <div id="folder-cards"></div> |
48 | 32 | </div> |
49 | 33 |
|
50 | 34 | <div id="problem-view" style="display: none;"></div> |
|
0 commit comments