-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
42 lines (38 loc) · 1.61 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="morecode,morecodebytr,tr,田睿">
<meta name="keywords" content="morecode,morecodebytr,tr,田睿">
<title>MoreCode</title>
</head>
<link rel="stylesheet" href="styles/style.css">
<script src="./scripts/main.js" defer></script>
<body>
<h1>About me</h1>
<div id="info">
<img id="headphoto" src="./images/tomcat.jpg" alt="我的头像">
<div id="name">
<a id="nickname">MoreCode</a>
<ul>
<li><img src="./images/email.png" alt="email"> [email protected]</li>
<li><img src="./images/like.png" alt="like"> front end; Virtual reality; WebGL</li>
<li><img src="./images/position.png" alt="city"> WuHan,China</li>
<li><img src="./images/school.png" alt="school"> WHUT</li>
</ul>
</div>
</div>
<p>Welcome to my world ! I am a new IT worker who is interested in Technology
related to the front end, Here is my personal website, I will share some
learning experience and some interesting things here.Thank you for your visit.</p>
<div class="projects">
<div class="line"></div>
<h2>案例</h2>
<ul class="itemul">
<li><a href="https://morecodebytr.github.io/trblog/" target="_blank">博客</a></li>
<li><a href="https://morecodebytr.github.io/chedao/" target="_blank">虚拟车刀角度的测量与设计实验平台</a></li>
</ul>
</div>
</body>
</html>