Skip to content

Commit 58e052e

Browse files
committed
Fixed: issues
1 parent e38f5c8 commit 58e052e

File tree

10 files changed

+87
-0
lines changed

10 files changed

+87
-0
lines changed

docs/courses-cn.html

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
2+
<!DOCTYPE html>
3+
<html lang="en">
4+
<head>
5+
<meta charset="UTF-8">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<title>QPython+ - 个性化编程学习社区</title>
8+
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
9+
</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+
<!-- 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%">
16+
<div class="p-4 bg-white">
17+
<p style='padding:0px 10px;color:grey'>截图 & 扫码关注学习应用(服务号:QPython编程)或添加River+(微信号yhc-startup)获得学习帮助</p>
18+
</div>
19+
</a>
20+
<!-- 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>
26+
</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>
32+
</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>
41+
42+
<!-- Image 4 -->
43+
44+
</div>
45+
</div>
46+
</body>
47+
</html>

docs/courses.html

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
2+
<!DOCTYPE html>
3+
<html lang="en">
4+
<head>
5+
<meta charset="UTF-8">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<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">
9+
</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+
<!-- 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>
20+
</a>
21+
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>
28+
</a>
29+
30+
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>
36+
</a>
37+
</div>
38+
</div>
39+
</body>
40+
</html>
144 KB
Loading

docs/static/courses-train-camp.jpg

190 KB
Loading
86.7 KB
Loading

docs/static/qpy-course.png

153 KB
Loading

docs/static/qpython2.jpeg

8.48 KB
Loading

docs/static/shiyong-nobg.png

116 KB
Loading

docs/static/yhc-startup.png

213 KB
Loading

docs/static/zhishi-nobg.png

131 KB
Loading

0 commit comments

Comments
 (0)