-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathme2.html
74 lines (59 loc) · 2.06 KB
/
me2.html
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
<!DOCTYPE HTML>
<html>
<head>
<title>滑小稽</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="css/main.css" />
<script src="https://cdn.bootcdn.net/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdn.bootcdn.net/ajax/libs/layer/3.1.1/layer.min.js"></script>
<link href="https://cdn.bootcdn.net/ajax/libs/font-awesome/5.15.2/css/all.min.css" rel="stylesheet">
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<div class="logo">
<img src="https://q1.qlogo.cn/g?b=qq&nk=2730739514&s=160" class="logo">
</div>
<div class="content">
<div class="inner" style="padding-bottom: 20px;padding-top: 30px;">
<h1>加油!勤奋!进取!</h1>
<p>Everything comes from interest.</p>
</div>
</div>
<nav>
<ul>
<li><a href="#about">关于我</a></li>
</ul>
</nav>
</header>
<!-- Main -->
<div id="main">
<!-- 关于我 -->
<article id="about">
<h2 class="major">关于我</h2>
<h3>About Me</h3>
<p>一个在读带专生,一个只会cv的废物。</p>
<h3>Contact Me</h3>
<p><i class="fas fa-envelope"></i> 邮箱:2730739514<i class="fas fa-at"></i> qq.com<br />
<i class="fab fa-github"></i> Github:<a href="https://github.com/panxun" target="_blank">panxun</a>
</p>
</article>
</div>
<!-- Footer -->
<footer id="footer">
<iframe frameborder="no" border="0" marginwidth="0" marginheight="0" width=305 height=86 src="//music.163.com/outchain/player?type=2&id=1363948882&auto=1&height=66"></iframe>
<p class="copyright"><br />© 滑小稽 2021<br /></p>
</footer>
</div>
<!-- BG -->
<div id="bg"></div>
<!-- Scripts -->
<script src="js/browser.min.js"></script>
<script src="js/breakpoints.min.js"></script>
<script src="js/util.js"></script>
<script src="js/main.js"></script>
</body>
</html>