-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhello-world.html
More file actions
35 lines (29 loc) · 1.21 KB
/
hello-world.html
File metadata and controls
35 lines (29 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Lee's Digital Journey: AI & Web Engineer</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
<h1>欢迎来到李维逸的数字空间!🎉</h1>
<h2 class="role-title">AIGC 设计师 · 未来人工智能工程师</h2>
<div class="section">
<h3>🚀 核心技能与工具</h3>
<p><strong>Python</strong>, <strong>Claude 4</strong>, <strong>MidJourney</strong>, Ollama, 腾讯云服务器</p>
</div>
<div class="section">
<h3>💡 当前任务聚焦</h3>
<p>• 网站:推进 SmartConvert 项目部署 (腾讯云 2C2G 4M)。</p>
<p>• 学习:📚 备考上海人工智能训练师 3 级(高级)。</p>
<p>• 创作:🎨 每周 AI 艺术创作,探索 NFT/Web3 可能性。</p>
</div>
<div class="footer">
<a href="./README.md">查看更多详细信息 (README)</a>
<p class="slogan">代码在 D 盘,梦想在路上!✨</p>
</div>
</div>
</body>
</html>