Skip to content

Commit 0b95ca4

Browse files
authored
Update courses.html
1 parent 2fd09e2 commit 0b95ca4

File tree

1 file changed

+25
-27
lines changed

1 file changed

+25
-27
lines changed

docs/courses.html

Lines changed: 25 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,32 @@
1+
12
<!DOCTYPE html>
2-
<html>
3+
<html lang="en">
34
<head>
4-
<meta charset='utf-8'>
5-
<meta name='viewport' content='width=device-width'>
6-
<title>QPython Courses</title>
7-
<style> body { font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; padding:1em; } </style>
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">
89
</head>
9-
<body>
10-
<script>
11-
location.href= 'https://www.qpython.com/courses'
12-
</script>
13-
<!--h2>QPython Courses</h2>
14-
<h3>Featured courses</h3>
15-
<p><a href='#' onclick='milib.openUrl("https://youtu.be/LL4DE98h2uQ?si=P3fIPYS_UmHNckpP")'>Practice Generative AI development within QPython (Video)</a></p>
16-
<p><a href='#' onclick='milib.openUrl("https://youtu.be/0ptFeZzaQqgP")'>Example of AI Agent developing a stock trading robot - the form of future program development (Interesting fact)</a></p>
17-
18-
<p>The QPython team is rebooting, more courses are currently being planned intensively. Please follow <a href='#' onclick='milib.openUrl("https://www.facebook.com/QPython/")'>QPython page</a> for the latest updates on our courses.
19-
</p>
20-
<br />
21-
<h3>More resources</h3>
22-
<p>For general user to discuss Python learning: <a href='#' onclick='milib.openUrl("https://www.facebook.com/groups/qpython")'>Join the QPython facebook group</a></p>
23-
<p>For contributor to report issue or contribute: <a href='#' onclick='milib.openUrl("https://join.slack.com/t/qpython/shared_invite/zt-bsyw9868-nNJyJP_3IHABVtIk3BK5SA")'>Join the QPython Slack</a></p>
24-
<p>For all users: <a href='#' onclick='milib.openUrl("https://discord.gg/hV2chuD")'>Join the QPython Discord</a></p>
25-
26-
<p>If you use vscode development daily, I will highly recommend <a href='#' onclick='milib.openUrl("https://marketplace.visualstudio.com/items?itemName=SimaChat.g-sima-chat-vscode")'>Sima.ChatGPT AI Programming Assistant</a> for you, which is a great AI assistant</p>
27-
28-
29-
30-
<br /-->
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">
3113

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="https://qpython-hk.oss-cn-hongkong.aliyuncs.com/website/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>
3221

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="https://qpython-hk.oss-cn-hongkong.aliyuncs.com/website/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+
</div>
30+
</div>
3331
</body>
3432
</html>

0 commit comments

Comments
 (0)