Skip to content

Commit 8eec84d

Browse files
committed
Stabilized the html
1 parent 0f4c904 commit 8eec84d

File tree

3 files changed

+259
-226
lines changed

3 files changed

+259
-226
lines changed

index.html

Lines changed: 6 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<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>
77
<link rel="icon" href="VN.ico">
88
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/atom-one-dark.min.css">
99
<link rel="stylesheet" href="styles.css">
@@ -22,29 +22,13 @@
2222

2323
<div id="platform-selector" style="display: none;">
2424
<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>
4226
</div>
4327

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>
4832
</div>
4933

5034
<div id="problem-view" style="display: none;"></div>

0 commit comments

Comments
 (0)