|
| 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> |
0 commit comments