Skip to content

Commit 7a37c5e

Browse files
author
River@devbox
committed
Update courses page
1 parent ddafe37 commit 7a37c5e

File tree

2 files changed

+3
-359
lines changed

2 files changed

+3
-359
lines changed

docs/courses.html

Lines changed: 2 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,9 @@
1-
21
<!DOCTYPE html>
32
<html lang="en">
43
<head>
5-
<meta charset="UTF-8">
6-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
74
<title>QPython+ - Personalized Programming Learning Community</title>
8-
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
95
</head>
10-
<body class="bg-gray-100 flex items-center justify-center min-h-screen">
11-
<div class="container mx-auto p-4">
12-
<div class="grid grid-cols-1 gap-6">
13-
14-
15-
<a href="#" onclick="milib.openUrl('https://www.qpython.org')" class="block bg-white rounded-lg shadow-lg overflow-hidden">
16-
<img src="assets/qpy-guide.png" alt="Getting started guide" class="w-full">
17-
</a>
18-
19-
20-
<a href="#" onclick="milib.openUrl('https://discord.gg/hV2chuD')" class="block bg-white rounded-lg shadow-lg overflow-hidden">
21-
<img src="assets/qpy-community.png" alt="Join our community" class="w-full">
22-
</a>
23-
24-
<a href="#" onclick="milib.openUrl('https://www.qpython.com/courses/')" class="block bg-white rounded-lg shadow-lg overflow-hidden">
25-
<img src="assets/qpy-course.png" alt="Learn programming" class="w-full">
26-
</a>
27-
28-
29-
</div>
30-
</div>
6+
<body>
7+
<script>location.href="/"</script>
318
</body>
329
</html>

0 commit comments

Comments
 (0)