Skip to content

Commit 0d8a8ca

Browse files
author
River@devbox
committed
Merge branch 'master' of github.com:qpython-android/edu.qpython.org
2 parents b33517f + 8122123 commit 0d8a8ca

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/courses.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,21 @@
1111
<div class="container mx-auto p-4">
1212
<div class="grid grid-cols-1 gap-6">
1313

14+
1415
<a href="#" onclick="milib.openUrl('https://www.qpython.org')" class="block bg-white rounded-lg shadow-lg overflow-hidden">
1516
<img src="static/qpy-guide.png" alt="Getting started guide" class="w-full">
1617
</a>
1718

19+
20+
<a href="#" onclick="milib.openUrl('https://discord.gg/hV2chuD')" class="block bg-white rounded-lg shadow-lg overflow-hidden">
21+
<img src="static/qpy-community.png" alt="Join our community" class="w-full">
22+
</a>
1823

1924
<a href="#" onclick="milib.openUrl('https://www.qpython.com/courses/')" class="block bg-white rounded-lg shadow-lg overflow-hidden">
2025
<img src="static/qpy-course.png" alt="Learn programming" class="w-full">
2126
</a>
2227

2328

24-
<a href="#" onclick="milib.openUrl('https://discord.gg/hV2chuD')" class="block bg-white rounded-lg shadow-lg overflow-hidden">
25-
<img src="static/qpy-community.png" alt="Join our community" class="w-full">
26-
</a>
2729
</div>
2830
</div>
2931
</body>

0 commit comments

Comments
 (0)