|
| 1 | + |
1 | 2 | <!DOCTYPE html> |
2 | | -<html> |
| 3 | +<html lang="en"> |
3 | 4 | <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"> |
8 | 9 | </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"> |
31 | 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="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> |
32 | 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="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> |
33 | 31 | </body> |
34 | 32 | </html> |
0 commit comments