Spaces:
Running
Running
<html lang="zh-CN"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>JTDInfo - 教育游戏平台</title> | |
<script src="https://cdn.tailwindcss.com"></script> | |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"> | |
<style> | |
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300;400;500;700&display=swap'); | |
body { | |
font-family: 'Noto Sans SC', sans-serif; | |
background-color: #f8fafc; | |
} | |
.hero-gradient { | |
background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 50%, #9333ea 100%); | |
} | |
.game-card:hover { | |
transform: translateY(-5px); | |
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); | |
} | |
.progress-ring__circle { | |
transition: stroke-dashoffset 0.35s; | |
transform: rotate(-90deg); | |
transform-origin: 50% 50%; | |
} | |
.floating { | |
animation: floating 3s ease-in-out infinite; | |
} | |
@keyframes floating { | |
0% { transform: translateY(0px); } | |
50% { transform: translateY(-10px); } | |
100% { transform: translateY(0px); } | |
} | |
</style> | |
</head> | |
<body> | |
<!-- 导航栏 --> | |
<nav class="bg-white shadow-lg sticky top-0 z-50"> | |
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
<div class="flex justify-between h-16"> | |
<div class="flex items-center"> | |
<div class="flex-shrink-0 flex items-center"> | |
<i class="fas fa-gamepad text-indigo-600 text-2xl mr-2"></i> | |
<span class="text-xl font-bold text-gray-900">JTDInfo</span> | |
</div> | |
<div class="hidden md:ml-10 md:flex md:space-x-8"> | |
<a href="#" class="border-indigo-500 text-gray-900 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">首页</a> | |
<a href="#" class="border-transparent text-gray-500 hover:border-gray-300 hover:text-gray-700 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">课程</a> | |
<a href="#" class="border-transparent text-gray-500 hover:border-gray-300 hover:text-gray-700 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">游戏</a> | |
<a href="#" class="border-transparent text-gray-500 hover:border-gray-300 hover:text-gray-700 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">排行榜</a> | |
<a href="#" class="border-transparent text-gray-500 hover:border-gray-300 hover:text-gray-700 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">关于我们</a> | |
</div> | |
</div> | |
<div class="hidden md:ml-6 md:flex md:items-center"> | |
<button class="bg-indigo-600 hover:bg-indigo-700 text-white px-4 py-2 rounded-md text-sm font-medium">登录/注册</button> | |
</div> | |
<div class="-mr-2 flex items-center md:hidden"> | |
<button type="button" class="inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-gray-500 hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-inset focus:ring-indigo-500" aria-controls="mobile-menu" aria-expanded="false" id="mobile-menu-button"> | |
<span class="sr-only">打开主菜单</span> | |
<svg class="block h-6 w-6" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" aria-hidden="true"> | |
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16" /> | |
</svg> | |
</button> | |
</div> | |
</div> | |
</div> | |
<!-- 移动菜单 --> | |
<div class="hidden md:hidden" id="mobile-menu"> | |
<div class="pt-2 pb-3 space-y-1"> | |
<a href="#" class="bg-indigo-50 border-indigo-500 text-indigo-700 block pl-3 pr-4 py-2 border-l-4 text-base font-medium">首页</a> | |
<a href="#" class="border-transparent text-gray-500 hover:bg-gray-50 hover:border-gray-300 hover:text-gray-700 block pl-3 pr-4 py-2 border-l-4 text-base font-medium">课程</a> | |
<a href="#" class="border-transparent text-gray-500 hover:bg-gray-50 hover:border-gray-300 hover:text-gray-700 block pl-3 pr-4 py-2 border-l-4 text-base font-medium">游戏</a> | |
<a href="#" class="border-transparent text-gray-500 hover:bg-gray-50 hover:border-gray-300 hover:text-gray-700 block pl-3 pr-4 py-2 border-l-4 text-base font-medium">排行榜</a> | |
<a href="#" class="border-transparent text-gray-500 hover:bg-gray-50 hover:border-gray-300 hover:text-gray-700 block pl-3 pr-4 py-2 border-l-4 text-base font-medium">关于我们</a> | |
<div class="mt-4 px-4"> | |
<button class="w-full bg-indigo-600 hover:bg-indigo-700 text-white px-4 py-2 rounded-md text-base font-medium">登录/注册</button> | |
</div> | |
</div> | |
</div> | |
</nav> | |
<!-- 英雄区域 --> | |
<div class="hero-gradient text-white"> | |
<div class="max-w-7xl mx-auto py-16 px-4 sm:py-24 sm:px-6 lg:px-8"> | |
<div class="text-center"> | |
<h1 class="text-4xl md:text-6xl font-extrabold tracking-tight"> | |
在游戏中学习,在学习中成长 | |
</h1> | |
<p class="mt-6 max-w-lg mx-auto text-xl"> | |
JTDInfo将教育与游戏完美结合,让学习变得有趣而高效。探索我们的互动课程和游戏,开启你的知识冒险之旅! | |
</p> | |
<div class="mt-10"> | |
<a href="#" class="inline-flex items-center px-6 py-3 border border-transparent text-base font-medium rounded-md shadow-sm text-indigo-700 bg-white hover:bg-indigo-50"> | |
开始探索 | |
<i class="fas fa-arrow-right ml-2"></i> | |
</a> | |
</div> | |
</div> | |
</div> | |
</div> | |
<!-- 特色游戏 --> | |
<div class="bg-white py-16 sm:py-24"> | |
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
<div class="text-center"> | |
<h2 class="text-3xl font-extrabold tracking-tight text-gray-900 sm:text-4xl"> | |
精选教育游戏 | |
</h2> | |
<p class="mt-4 max-w-2xl text-xl text-gray-500 mx-auto"> | |
我们的游戏专为不同年龄段和学习目标设计,让学习变得生动有趣 | |
</p> | |
</div> | |
<div class="mt-16 grid gap-8 md:grid-cols-2 lg:grid-cols-3"> | |
<!-- 游戏卡片 1 --> | |
<div class="game-card bg-white rounded-lg shadow-md overflow-hidden transition-all duration-300"> | |
<div class="relative"> | |
<img class="w-full h-48 object-cover" src="https://images.unsplash.com/photo-1589254065878-42a9da363cde?ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=60" alt="数学冒险"> | |
<div class="absolute top-2 right-2 bg-yellow-400 text-xs font-bold px-2 py-1 rounded-full"> | |
热门 | |
</div> | |
</div> | |
<div class="p-6"> | |
<div class="flex items-center"> | |
<span class="inline-block px-2 py-1 text-xs font-semibold text-indigo-600 bg-indigo-100 rounded-full">数学</span> | |
<span class="ml-2 text-xs text-gray-500">8-12岁</span> | |
</div> | |
<h3 class="mt-2 text-xl font-semibold text-gray-900">数学大冒险</h3> | |
<p class="mt-2 text-gray-600">通过冒险故事学习数学概念,解决谜题解锁新关卡。</p> | |
<div class="mt-4 flex items-center justify-between"> | |
<div class="flex items-center"> | |
<div class="flex -space-x-1"> | |
<img class="inline-block h-6 w-6 rounded-full ring-2 ring-white" src="https://images.unsplash.com/photo-1491528323818-fdd1faba62cc?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=28&q=80" alt=""> | |
<img class="inline-block h-6 w-6 rounded-full ring-2 ring-white" src="https://images.unsplash.com/photo-1550525811-e5869dd03032?ixlib=rb-1.2.1&auto=format&fit=crop&w=28&q=80" alt=""> | |
<img class="inline-block h-6 w-6 rounded-full ring-2 ring-white" src="https://images.unsplash.com/photo-1500648767791-00dcc994a43e?ixlib=rb-1.2.1&auto=format&fit=crop&w=28&q=80" alt=""> | |
</div> | |
<span class="ml-2 text-sm text-gray-500">1.2万+ 玩家</span> | |
</div> | |
<button class="text-indigo-600 hover:text-indigo-800 text-sm font-medium">开始游戏 →</button> | |
</div> | |
</div> | |
</div> | |
<!-- 游戏卡片 2 --> | |
<div class="game-card bg-white rounded-lg shadow-md overflow-hidden transition-all duration-300"> | |
<div class="relative"> | |
<img class="w-full h-48 object-cover" src="https://images.unsplash.com/photo-1546410531-bb4ca7556a68?ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=60" alt="英语单词挑战"> | |
<div class="absolute top-2 right-2 bg-green-400 text-xs font-bold px-2 py-1 rounded-full"> | |
新上线 | |
</div> | |
</div> | |
<div class="p-6"> | |
<div class="flex items-center"> | |
<span class="inline-block px-2 py-1 text-xs font-semibold text-green-600 bg-green-100 rounded-full">英语</span> | |
<span class="ml-2 text-xs text-gray-500">6-12岁</span> | |
</div> | |
<h3 class="mt-2 text-xl font-semibold text-gray-900">单词大挑战</h3> | |
<p class="mt-2 text-gray-600">通过趣味游戏记忆英语单词,提升词汇量和拼写能力。</p> | |
<div class="mt-4 flex items-center justify-between"> | |
<div class="flex items-center"> | |
<div class="flex -space-x-1"> | |
<img class="inline-block h-6 w-6 rounded-full ring-2 ring-white" src="https://images.unsplash.com/photo-1472099645785-5658abf4ff4e?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=28&q=80" alt=""> | |
<img class="inline-block h-6 w-6 rounded-full ring-2 ring-white" src="https://images.unsplash.com/photo-1517365830460-955ce3ccd263?ixlib=rb-1.2.1&auto=format&fit=crop&w=28&q=80" alt=""> | |
</div> | |
<span class="ml-2 text-sm text-gray-500">8,500+ 玩家</span> | |
</div> | |
<button class="text-indigo-600 hover:text-indigo-800 text-sm font-medium">开始游戏 →</button> | |
</div> | |
</div> | |
</div> | |
<!-- 游戏卡片 3 --> | |
<div class="game-card bg-white rounded-lg shadow-md overflow-hidden transition-all duration-300"> | |
<div class="relative"> | |
<img class="w-full h-48 object-cover" src="https://images.unsplash.com/photo-1532094349884-543bc11b234d?ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=60" alt="编程实验室"> | |
</div> | |
<div class="p-6"> | |
<div class="flex items-center"> | |
<span class="inline-block px-2 py-1 text-xs font-semibold text-purple-600 bg-purple-100 rounded-full">编程</span> | |
<span class="ml-2 text-xs text-gray-500">10-16岁</span> | |
</div> | |
<h3 class="mt-2 text-xl font-semibold text-gray-900">编程实验室</h3> | |
<p class="mt-2 text-gray-600">通过可视化编程学习基础逻辑,创建自己的小游戏和动画。</p> | |
<div class="mt-4 flex items-center justify-between"> | |
<div class="flex items-center"> | |
<div class="flex -space-x-1"> | |
<img class="inline-block h-6 w-6 rounded-full ring-2 ring-white" src="https://images.unsplash.com/photo-1519244703995-f4e0f30006d5?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=28&q=80" alt=""> | |
<img class="inline-block h-6 w-6 rounded-full ring-2 ring-white" src="https://images.unsplash.com/photo-1506794778202-cad84cf45f1d?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=28&q=80" alt=""> | |
<img class="inline-block h-6 w-6 rounded-full ring-2 ring-white" src="https://images.unsplash.com/photo-1517841905240-472988babdf9?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=28&q=80" alt=""> | |
</div> | |
<span class="ml-2 text-sm text-gray-500">5,200+ 玩家</span> | |
</div> | |
<button class="text-indigo-600 hover:text-indigo-800 text-sm font-medium">开始游戏 →</button> | |
</div> | |
</div> | |
</div> | |
</div> | |
<div class="mt-12 text-center"> | |
<a href="#" class="inline-flex items-center px-4 py-2 border border-gray-300 text-base font-medium rounded-md text-indigo-700 bg-white hover:bg-gray-50"> | |
查看所有游戏 | |
<i class="fas fa-chevron-right ml-2"></i> | |
</a> | |
</div> | |
</div> | |
</div> | |
<!-- 学习进度 --> | |
<div class="bg-gray-50 py-16 sm:py-24"> | |
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
<div class="lg:text-center"> | |
<h2 class="text-3xl font-extrabold tracking-tight text-gray-900 sm:text-4xl"> | |
个性化学习进度 | |
</h2> | |
<p class="mt-4 max-w-2xl text-xl text-gray-500 lg:mx-auto"> | |
跟踪你的学习进度,获得个性化推荐,最大化学习效果 | |
</p> | |
</div> | |
<div class="mt-16"> | |
<div class="bg-white shadow rounded-lg overflow-hidden"> | |
<div class="px-6 py-8 sm:p-10"> | |
<div class="grid grid-cols-1 md:grid-cols-3 gap-8"> | |
<!-- 进度环 1 --> | |
<div class="flex flex-col items-center"> | |
<div class="relative w-32 h-32"> | |
<svg class="w-full h-full" viewBox="0 0 100 100"> | |
<circle class="text-gray-200" stroke-width="8" stroke="currentColor" fill="transparent" r="40" cx="50" cy="50" /> | |
<circle class="text-indigo-600 progress-ring__circle" stroke-width="8" stroke-linecap="round" stroke="currentColor" fill="transparent" r="40" cx="50" cy="50" stroke-dasharray="251.2" stroke-dashoffset="75.36" /> | |
</svg> | |
<div class="absolute inset-0 flex items-center justify-center"> | |
<span class="text-3xl font-bold text-gray-900">70%</span> | |
</div> | |
</div> | |
<h3 class="mt-4 text-lg font-medium text-gray-900">数学完成度</h3> | |
<p class="mt-1 text-sm text-gray-500">已掌握85个数学概念</p> | |
</div> | |
<!-- 进度环 2 --> | |
<div class="flex flex-col items-center"> | |
<div class="relative w-32 h-32"> | |
<svg class="w-full h-full" viewBox="0 0 100 100"> | |
<circle class="text-gray-200" stroke-width="8" stroke="currentColor" fill="transparent" r="40" cx="50" cy="50" /> | |
<circle class="text-green-500 progress-ring__circle" stroke-width="8" stroke-linecap="round" stroke="currentColor" fill="transparent" r="40" cx="50" cy="50" stroke-dasharray="251.2" stroke-dashoffset="125.6" /> | |
</svg> | |
<div class="absolute inset-0 flex items-center justify-center"> | |
<span class="text-3xl font-bold text-gray-900">50%</span> | |
</div> | |
</div> | |
<h3 class="mt-4 text-lg font-medium text-gray-900">英语完成度</h3> | |
<p class="mt-1 text-sm text-gray-500">已掌握320个单词</p> | |
</div> | |
<!-- 进度环 3 --> | |
<div class="flex flex-col items-center"> | |
<div class="relative w-32 h-32"> | |
<svg class="w-full h-full" viewBox="0 0 100 100"> | |
<circle class="text-gray-200" stroke-width="8" stroke="currentColor" fill="transparent" r="40" cx="50" cy="50" /> | |
<circle class="text-purple-500 progress-ring__circle" stroke-width="8" stroke-linecap="round" stroke="currentColor" fill="transparent" r="40" cx="50" cy="50" stroke-dasharray="251.2" stroke-dashoffset="175.84" /> | |
</svg> | |
<div class="absolute inset-0 flex items-center justify-center"> | |
<span class="text-3xl font-bold text-gray-900">30%</span> | |
</div> | |
</div> | |
<h3 class="mt-4 text-lg font-medium text-gray-900">编程完成度</h3> | |
<p class="mt-1 text-sm text-gray-500">已掌握15个编程概念</p> | |
</div> | |
</div> | |
<div class="mt-12"> | |
<h3 class="text-lg font-medium text-gray-900">推荐学习内容</h3> | |
<div class="mt-4 grid grid-cols-1 gap-4 sm:grid-cols-2"> | |
<div class="relative rounded-lg border border-gray-300 bg-white px-6 py-5 shadow-sm flex items-center space-x-3 hover:border-gray-400 focus-within:ring-2 focus-within:ring-offset-2 focus-within:ring-indigo-500"> | |
<div class="flex-shrink-0"> | |
<i class="fas fa-calculator text-indigo-600 text-2xl"></i> | |
</div> | |
<div class="flex-1 min-w-0"> | |
<a href="#" class="focus:outline-none"> | |
<span class="absolute inset-0" aria-hidden="true"></span> | |
<p class="text-sm font-medium text-gray-900">分数运算</p> | |
<p class="text-sm text-gray-500 truncate">数学大冒险 - 第5章</p> | |
</a> | |
</div> | |
</div> | |
<div class="relative rounded-lg border border-gray-300 bg-white px-6 py-5 shadow-sm flex items-center space-x-3 hover:border-gray-400 focus-within:ring-2 focus-within:ring-offset-2 focus-within:ring-indigo-500"> | |
<div class="flex-shrink-0"> | |
<i class="fas fa-code text-purple-600 text-2xl"></i> | |
</div> | |
<div class="flex-1 min-w-0"> | |
<a href="#" class="focus:outline-none"> | |
<span class="absolute inset-0" aria-hidden="true"></span> | |
<p class="text-sm font-medium text-gray-900">循环结构</p> | |
<p class="text-sm text-gray-500 truncate">编程实验室 - 第3章</p> | |
</a> | |
</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
<!-- 教育理念 --> | |
<div class="bg-white py-16 sm:py-24"> | |
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
<div class="lg:text-center"> | |
<h2 class="text-3xl font-extrabold tracking-tight text-gray-900 sm:text-4xl"> | |
我们的教育理念 | |
</h2> | |
<p class="mt-4 max-w-2xl text-xl text-gray-500 lg:mx-auto"> | |
将游戏化学习与科学教育方法相结合,创造最佳学习体验 | |
</p> | |
</div> | |
<div class="mt-16"> | |
<div class="grid grid-cols-1 gap-8 md:grid-cols-3"> | |
<!-- 理念 1 --> | |
<div class="bg-indigo-50 rounded-lg p-6"> | |
<div class="flex items-center"> | |
<div class="flex-shrink-0 bg-indigo-100 rounded-md p-3"> | |
<i class="fas fa-brain text-indigo-600 text-xl"></i> | |
</div> | |
<h3 class="ml-4 text-lg font-medium text-gray-900">认知发展</h3> | |
</div> | |
<p class="mt-4 text-gray-600"> | |
我们的游戏基于认知发展理论设计,针对不同年龄段的学习者提供适龄的学习内容和挑战。 | |
</p> | |
</div> | |
<!-- 理念 2 --> | |
<div class="bg-green-50 rounded-lg p-6"> | |
<div class="flex items-center"> | |
<div class="flex-shrink-0 bg-green-100 rounded-md p-3"> | |
<i class="fas fa-trophy text-green-600 text-xl"></i> | |
</div> | |
<h3 class="ml-4 text-lg font-medium text-gray-900">游戏化学习</h3> | |
</div> | |
<p class="mt-4 text-gray-600"> | |
通过积分、徽章、排行榜等游戏机制激发学习动力,让学习过程充满成就感和乐趣。 | |
</p> | |
</div> | |
<!-- 理念 3 --> | |
<div class="bg-purple-50 rounded-lg p-6"> | |
<div class="flex items-center"> | |
<div class="flex-shrink-0 bg-purple-100 rounded-md p-3"> | |
<i class="fas fa-chart-line text-purple-600 text-xl"></i> | |
</div> | |
<h3 class="ml-4 text-lg font-medium text-gray-900">自适应学习</h3> | |
</div> | |
<p class="mt-4 text-gray-600"> | |
智能算法根据学习者的表现调整难度和内容,确保每个学习者都能获得个性化的学习体验。 | |
</p> | |
</div> | |
</div> | |
<div class="mt-12 bg-gray-50 rounded-lg overflow-hidden shadow"> | |
<div class="px-6 py-12 sm:p-16"> | |
<div class="flex flex-col md:flex-row items-center"> | |
<div class="md:w-1/2"> | |
<h3 class="text-2xl font-bold text-gray-900">教育游戏的研究支持</h3> | |
<p class="mt-4 text-gray-600"> | |
研究表明,游戏化学习可以提高学习者的参与度、记忆保持率和学习效果。我们的平台整合了最新的教育研究成果,确保学习效果最大化。 | |
</p> | |
<div class="mt-6"> | |
<a href="#" class="inline-flex items-center text-indigo-600 hover:text-indigo-800 font-medium"> | |
了解更多研究 | |
<i class="fas fa-arrow-right ml-2"></i> | |
</a> | |
</div> | |
</div> | |
<div class="mt-8 md:mt-0 md:w-1/2 md:pl-12"> | |
<div class="bg-white p-6 rounded-lg shadow"> | |
<div class="flex items-start"> | |
<div class="flex-shrink-0"> | |
<img class="h-12 w-12 rounded-full" src="https://images.unsplash.com/photo-1494790108377-be9c29b29330?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=48&q=80" alt=""> | |
</div> | |
<div class="ml-4"> | |
<h4 class="text-sm font-medium text-gray-900">李教授</h4> | |
<p class="text-sm text-gray-500">教育心理学专家</p> | |
<div class="mt-2 flex items-center"> | |
<div class="flex items-center"> | |
<i class="fas fa-star text-yellow-400"></i> | |
<i class="fas fa-star text-yellow-400"></i> | |
<i class="fas fa-star text-yellow-400"></i> | |
<i class="fas fa-star text-yellow-400"></i> | |
<i class="fas fa-star text-yellow-400"></i> | |
</div> | |
</div> | |
<p class="mt-2 text-sm text-gray-600"> | |
"JTDInfo的游戏化学习平台完美结合了教育理论和游戏设计,为学生提供了既有趣又有效的学习体验。" | |
</p> | |
</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
<!-- 家长控制 --> | |
<div class="bg-indigo-700 py-16 sm:py-24"> | |
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
<div class="lg:grid lg:grid-cols-2 lg:gap-8 items-center"> | |
<div class="relative"> | |
<img class="floating w-full max-w-lg mx-auto" src="https://images.unsplash.com/photo-1527689368864-3a821dbccc34?ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=60" alt="家长控制"> | |
</div> | |
<div class="mt-12 lg:mt-0"> | |
<h2 class="text-3xl font-extrabold tracking-tight text-white sm:text-4xl"> | |
家长控制功能 | |
</h2> | |
<p class="mt-4 max-w-3xl text-lg text-indigo-200"> | |
我们理解家长对孩子在线学习的关注。JTDInfo提供全面的家长控制功能,让您能够: | |
</p> | |
<ul class="mt-8 space-y-4"> | |
<li class="flex items-start"> | |
<div class="flex-shrink-0"> | |
<i class="fas fa-check-circle text-green-400 text-xl"></i> | |
</div> | |
<p class="ml-3 text-base text-indigo-100"> | |
设置每日学习时间限制 | |
</p> | |
</li> | |
<li class="flex items-start"> | |
<div class="flex-shrink-0"> | |
<i class="fas fa-check-circle text-green-400 text-xl"></i> | |
</div> | |
<p class="ml-3 text-base text-indigo-100"> | |
查看详细的学习报告和进度 | |
</p> | |
</li> | |
<li class="flex items-start"> | |
<div class="flex-shrink-0"> | |
<i class="fas fa-check-circle text-green-400 text-xl"></i> | |
</div> | |
<p class="ml-3 text-base text-indigo-100"> | |
管理可访问的游戏和内容 | |
</p> | |
</li> | |
<li class="flex items-start"> | |
<div class="flex-shrink-0"> | |
<i class="fas fa-check-circle text-green-400 text-xl"></i> | |
</div> | |
<p class="ml-3 text-base text-indigo-100"> | |
接收每周学习总结邮件 | |
</p> | |
</li> | |
</ul> | |
<div class="mt-8"> | |
<a href="#" class="inline-flex items-center px-4 py-2 border border-transparent text-base font-medium rounded-md shadow-sm text-indigo-700 bg-white hover:bg-indigo-50"> | |
了解家长控制 | |
<i class="fas fa-chevron-right ml-2"></i> | |
</a> | |
</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
<!-- 用户评价 --> | |
<div class="bg-white py-16 sm:py-24"> | |
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
<div class="text-center"> | |
<h2 class="text-3xl font-extrabold tracking-tight text-gray-900 sm:text-4xl"> | |
用户评价 | |
</h2> | |
<p class="mt-4 max-w-2xl text-xl text-gray-500 mx-auto"> | |
听听我们的学生和家长怎么说 | |
</p> | |
</div> | |
<div class="mt-16 grid gap-8 md:grid-cols-2 lg:grid-cols-3"> | |
<!-- 评价 1 --> | |
<div class="bg-white rounded-lg shadow-md overflow-hidden"> | |
<div class="p-6"> | |
<div class="flex items-center"> | |
<img class="h-12 w-12 rounded-full" src="https://images.unsplash.com/photo-1506794778202-cad84cf45f1d?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=48&q=80" alt=""> | |
<div class="ml-4"> | |
<h4 class="text-sm font-medium text-gray-900">张先生</h4> | |
<p class="text-sm text-gray-500">家长</p> | |
</div> | |
</div> | |
<div class="mt-4 flex items-center"> | |
<div class="flex items-center"> | |
<i class="fas fa-star text-yellow-400"></i> | |
<i class="fas fa-star text-yellow-400"></i> | |
<i class="fas fa-star text-yellow-400"></i> | |
<i class="fas fa-star text-yellow-400"></i> | |
<i class="fas fa-star text-yellow-400"></i> | |
</div> | |
<span class="ml-2 text-sm text-gray-500">1周前</span> | |
</div> | |
<p class="mt-4 text-gray-600"> | |
"我儿子以前对数学很抗拒,自从玩了数学大冒险后,他开始主动要求做数学题了。感谢JTDInfo让学习变得如此有趣!" | |
</p> | |
</div> | |
</div> | |
<!-- 评价 2 --> | |
<div class="bg-white rounded-lg shadow-md overflow-hidden"> | |
<div class="p-6"> | |
<div class="flex items-center"> | |
<img class="h-12 w-12 rounded-full" src="https://images.unsplash.com/photo-1494790108377-be9c29b29330?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=48&q=80" alt=""> | |
<div class="ml-4"> | |
<h4 class="text-sm font-medium text-gray-900">王女士</h4> | |
<p class="text-sm text-gray-500">家长</p> | |
</div> | |
</div> | |
<div class="mt-4 flex items-center"> | |
<div class="flex items-center"> | |
<i class="fas fa-star text-yellow-400"></i> | |
<i class="fas fa-star text-yellow-400"></i> | |
<i class="fas fa-star text-yellow-400"></i> | |
<i class="fas fa-star text-yellow-400"></i> | |
<i class="fas fa-star text-yellow-400"></i> | |
</div> | |
<span class="ml-2 text-sm text-gray-500">2周前</span> | |
</div> | |
<p class="mt-4 text-gray-600"> | |
"家长控制功能非常实用,我可以随时了解孩子的学习进度,还能设置合理的学习时间。" | |
</p> | |
</div> | |
</div> | |
<!-- 评价 3 --> | |
<div class="bg-white rounded-lg shadow-md overflow-hidden"> | |
<div class="p-6"> | |
<div class="flex items-center"> | |
<img class="h-12 w-12 rounded-full" src="https://images.unsplash.com/photo-1519244703995-f4e0f30006d5?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=48&q=80" alt=""> | |
<div class="ml-4"> | |
<h4 class="text-sm font-medium text-gray-900">小明</h4> | |
<p class="text-sm text-gray-500">学生,10岁</p> | |
</div> | |
</div> | |
<div class="mt-4 flex items-center"> | |
<div class="flex items-center"> | |
<i class="fas fa-star text-yellow-400"></i> | |
<i class="fas fa-star text-yellow-400"></i> | |
<i class="fas fa-star text-yellow-400"></i> | |
<i class="fas fa-star text-yellow-400"></i> | |
<i class="fas fa-star text-yellow-400"></i> | |
</div> | |
<span class="ml-2 text-sm text-gray-500">3天前</span> | |
</div> | |
<p class="mt-4 text-gray-600"> | |
"编程实验室太酷了!我已经做出了自己的小游戏,还分享给了同学们玩。" | |
</p> | |
</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
<!-- 注册CTA --> | |
<div class="bg-indigo-700"> | |
<div class="max-w-2xl mx-auto text-center py-16 px-4 sm:py-20 sm:px-6 lg:px-8"> | |
<h2 class="text-3xl font-extrabold text-white sm:text-4xl"> | |
<span class="block">准备好开始学习冒险了吗?</span> | |
<span class="block">立即注册JTDInfo</span> | |
</h2> | |
<p class="mt-4 text-lg leading-6 text-indigo-200"> | |
加入数千名正在通过游戏快乐学习的学生行列 | |
</p> | |
<a href="#" class="mt-8 w-full inline-flex items-center justify-center px-5 py-3 border border-transparent text-base font-medium rounded-md text-indigo-600 bg-white hover:bg-indigo-50 sm:w-auto"> | |
免费注册 | |
<i class="fas fa-arrow-right ml-3"></i | |
</html> |