-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
75 lines (67 loc) · 2.88 KB
/
index.html
File metadata and controls
75 lines (67 loc) · 2.88 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<title>田语 | 朴实无华,意蕴悠长</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="keywords" content="tian yu, 田语, 田语网,安徽省濉溪中学,濉中,濉溪中学">
<meta name="description"
content="本网站旨在记录并传承田老师的智慧言论,通过对“田语”的深入挖掘和研究,帮助大家更好地理解田老师的人生哲学和教育理念。网站内容包括:田语原文、释义、背景故事、学生评论、相关链接等。">
<meta name="author" content="09264">
<meta http-equiv="Content-Language" content="zh-CN">
<link rel="icon" href="./assets/images/favicon.svg" type="image/svg+xml">
<link rel="stylesheet" type="text/css" href="./assets/css/styles.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Ma+Shan+Zheng&display=swap" rel="stylesheet">
</head>
<body>
<div id="navbar">
<a href="./index.html" class="logo"><img src="./assets/images/favicon.svg"></img></a>
<div class="dropdown">
<a href="./assets/html/about.html" class="dropdown-btn">关于</a>
</div>
</div>
<div class="welcome-page">
<p class="quote ma-shan-zheng-regular" id="quote">田语</p>
</div>
<div id="more-contents">
<div class="card-container">
<a href="./assets/html/allQuotes.html" class="card nav-card">
<div class="card-icon">📜</div>
<div class="card-text">
<h3>所有田语</h3>
<p>查看历史语录归档</p>
</div>
<div class="arrow">→</div>
</a>
<a href="./assets/html/articles.html" class="card nav-card">
<div class="card-icon">✍️</div>
<div class="card-text">
<h3>关于文章</h3>
<p>阅读精选文章与随笔</p>
</div>
<div class="arrow">→</div>
</a>
<a href="./assets/html/tianyong.html" class="card nav-card">
<div class="card-icon">🧑💻</div>
<div class="card-text">
<h3>关于田勇</h3>
<p>了解作者</p>
</div>
<div class="arrow">→</div>
</a>
</div>
</div>
<div id="footer">
<p>
powered by <a href="https://github.com/Developer09264">c09264</a></p>
<p>
contact me:
<address>c09264@outlook.com</address>
</p>
</div>
<button id="back-to-top">↑</button>
<script src="./assets/js/script.js"></script>
</body>
</html>