Skip to content

Commit e3cc1a9

Browse files
committed
Update course within QPython App
1 parent 58e052e commit e3cc1a9

File tree

9 files changed

+16
-39
lines changed

9 files changed

+16
-39
lines changed

docs/courses-cn.html

Lines changed: 9 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -10,36 +10,23 @@
1010
<body class="bg-gray-100 flex items-center justify-center min-h-screen">
1111
<div class="container mx-auto p-4">
1212
<div class="grid grid-cols-1 gap-6">
13-
<!-- Image 1 -->
14-
<a href="#" onclick="milib.download('static/yhc-startup.png','image/jpg')" class="block bg-gray-100 rounded-lg shadow-lg overflow-hidden">
15-
<img src="static/qpy-course.png" width="100%">
13+
<a href="#" onclick="milib.download('https://edu.qpython.org/static/yhc-startup.png','image/png')" class="block bg-gray-100 rounded-lg shadow-lg overflow-hidden">
14+
<img src="static/qpy-wechat.png" width="100%">
1615
<div class="p-4 bg-white">
1716
<p style='padding:0px 10px;color:grey'>截图 & 扫码关注学习应用(服务号:QPython编程)或添加River+(微信号yhc-startup)获得学习帮助</p>
1817
</div>
1918
</a>
2019
<!-- Image 2 -->
21-
<a href="#" onclick="milib.openUrl('https://www.bilibili.com/video/BV1bw4m1C7bP/')" class="block bg-gray-100 rounded-lg shadow-lg overflow-hidden">
22-
<img src="static/qpython2.jpeg" alt="QPython起源" class="w-full">
23-
<div class="p-4 bg-white">
24-
<h2 class="text-xl font-bold text-center">QPython起源</h2>
25-
</div>
20+
<a href="#" onclick="milib.openUrl('https://www.qpython.org')" class="block bg-gray-100 rounded-lg shadow-lg overflow-hidden">
21+
<img src="static/qpy-guide-cn.png" alt="QPython使用向导" class="w-full">
2622
</a>
27-
<a href="#" onclick="milib.openUrl('https://www.bilibili.com/video/BV1Gi9iYYE6b/')" class="block bg-gray-100 rounded-lg shadow-lg overflow-hidden">
28-
<img src="static/shiyong-nobg.png" alt="QPython使用介绍" class="w-full">
29-
<div class="p-4 bg-white">
30-
<h2 class="text-xl font-bold text-center">QPython使用介绍</h2>
31-
</div>
23+
<a href="#" onclick="milib.openUrl('https://www.qpython.com.cn/courses/')" class="block bg-gray-100 rounded-lg shadow-lg overflow-hidden">
24+
<img src="static/qpy-course-cn.png" alt="QPython课程" class="w-full">
3225
</a>
33-
34-
<!-- Image 3 -->
35-
<a href="#" onclick="milib.openUrl('https://mp.weixin.qq.com/s/UVpkhDtnL-00CpgS11PkWg')" class="block bg-gray-100 rounded-lg shadow-lg overflow-hidden">
36-
<img src="static/zhishi-nobg.png" alt="QPython知识星球" class="w-full">
37-
<div class="p-4 bg-white">
38-
<h2 class="text-xl font-bold text-center">QPython VIP社区</h2>
39-
</div>
40-
</a>
4126

42-
<!-- Image 4 -->
27+
<a href="#" onclick="milib.openUrl('https://mp.weixin.qq.com/s/UVpkhDtnL-00CpgS11PkWg')" class="block bg-gray-100 rounded-lg shadow-lg overflow-hidden">
28+
<img src="static/qpy-vip-community-cn.png" alt="QPython知识星球" class="w-full">
29+
</a>
4330

4431
</div>
4532
</div>

docs/courses.html

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

14-
<!-- Image 3 -->
15-
<a href="#" onclick="milib.openUrl('https://www.qpython.com/courses/')" class="block bg-white rounded-lg shadow-lg overflow-hidden">
16-
<img src="static/couurses-public-class.jpg" alt="Q派公开课" class="w-full">
17-
<div class="p-4">
18-
<h2 class="text-xl font-bold text-center">QPython Featured Courses</h2>
19-
</div>
14+
<a href="#" onclick="milib.openUrl('https://www.qpython.org')" class="block bg-white rounded-lg shadow-lg overflow-hidden">
15+
<img src="static/qpy-guide.png" alt="Getting started guide" class="w-full">
2016
</a>
2117

22-
<!-- Image 4 -->
23-
<a href="#" onclick="milib.openUrl('https://developers.google.com/edu/python')" class="block bg-white rounded-lg shadow-lg overflow-hidden">
24-
<img src="static/courses-train-camp.jpg" alt="Q派训练营" class="w-full">
25-
<div class="p-4">
26-
<h2 class="text-xl font-bold text-center">Google Python Courses</h2>
27-
</div>
18+
19+
<a href="#" onclick="milib.openUrl('https://www.qpython.com/courses/')" class="block bg-white rounded-lg shadow-lg overflow-hidden">
20+
<img src="static/qpy-course.png" alt="Learn programming" class="w-full">
2821
</a>
2922

3023

31-
<a href="#" onclick="milib.openUrl('https://wiki.python.org/moin/BeginnersGuide')" class="block bg-white rounded-lg shadow-lg overflow-hidden">
32-
<img src="static/course-self-learn-1.jpg" alt="自学向导" class="w-full">
33-
<div class="p-4">
34-
<h2 class="text-xl font-bold text-center">Python Beginners Guide</h2>
35-
</div>
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">
3626
</a>
3727
</div>
3828
</div>

docs/static/qpy-community.png

75.4 KB
Loading

docs/static/qpy-course-cn.png

53.2 KB
Loading

docs/static/qpy-course.png

-93.4 KB
Loading

docs/static/qpy-guide-cn.png

68.7 KB
Loading

docs/static/qpy-guide.png

70.9 KB
Loading
72.7 KB
Loading

docs/static/qpy-wechat.png

153 KB
Loading

0 commit comments

Comments
 (0)