-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
78 lines (78 loc) · 4.5 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
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
76
77
78
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Zhang Tianyi's Personal Homepage</title>
<link rel="stylesheet" href="https://zhangtian2.github.io//website//zhipucss.css">
</head>
<body>
<header>
<img src="https://zhangtian2.github.io//website//zty3.png" alt="Logo">
<span class="header-title">张天乙的<br>个人主页</span>
<span class="header-slogan">
<img src="https://zhangtian2.github.io//website//ssqs.png" alt="Logo">
</span>
</header>
<nav>
<div class="nav-ul">
<a href="https://zhangtian2.github.io//index.html" style="text-decoration: none;"><div class="nav-ul-li-active">首页</div></a>
<a href="https://zhangtian2.github.io//website//studyAndWork.html" style="text-decoration: none;"><div class="nav-ul-li">学习工作</div></a>
<a href="https://zhangtian2.github.io//website//hobby.html" style="text-decoration: none;"><div class="nav-ul-li">爱好</div></a>
<a href="https://zhangtian2.github.io//website//contact.html" style="text-decoration: none;"><div class="nav-ul-li">联系方式</div></a>
</div>
</nav>
<main>
<section class="profile">
<div class="profile-image">
<img src="https://zhangtian2.github.io//website//zty2.jpg" alt="Profile Image">
<div class="profile-smallimage">
<a href="https://gitee.com/ZhangTianYi030/projects" target="_blank" style="text-decoration: none;">
<img src="https://zhangtian2.github.io//website//mayun.png" alt="Mayun">
</a>
<a href="https://github.com/zhangtian2" target="_blank" style="text-decoration: none;">
<img src="https://zhangtian2.github.io//website//github.jpg" alt="Github">
</a>
<a href="mailto:zty1821187980@mail.ustc.edu.cn" style="text-decoration: none;">
<img src="https://zhangtian2.github.io//website//email.jpg" alt="e-mail">
</a>
</div>
</div>
<div class="profile-details">
<p>张天乙</p>
<p>安徽省天长市人</p>
<p>凝聚态物理专业在读博士生</p>
<p>就读于中国科学院物理研究所</p>
</div>
</section>
<section class="news">
<div class="news-header">
<span>新闻</span>
<a href="https://zhangtian2.github.io//website//news.html" target="_blank" style="text-decoration: none;color: white;"><span class="more-news">更多新闻 +</span></a>
</div>
<div class="news-content">
<div><img src="https://zhangtian2.github.io//website/news.png" alt="Small Circle">
2024/09/30 论文《Electrical switching of the perpendicular Néel order in a collinear antiferromagnet》在物理期刊Nature Electronics上发表!</div>
<div><img src="https://zhangtian2.github.io//website/news.png" alt="Small Circle">
2024/07/08 论文《Magnonics: Materials, physics, and devices》在物理期刊Applied Physics Letters上发表!</div>
<div><img src="https://zhangtian2.github.io//website/news.png" alt="Small Circle">
2024/05/24 论文《Magnetic-field tuning of the Casimir force》在物理期刊Nature Physics上发表!</div>
</div>
</section>
<section class="news">
<div class="news-header">
<span>链接</span>
</div>
<div class="news-content">
<div><img src="https://zhangtian2.github.io//website//news.png" alt="Small Circle"><a href="https://zhangtian2.github.io//blog//index.html" target="_blank" style="text-decoration: none;color: black;">
个人博客</a></div>
<div><img src="https://zhangtian2.github.io//website//news.png" alt="Small Circle"><a href="https://zhangtian2.github.io//website/cv.pdf" target="_blank" style="text-decoration: none;color: black;">
CV</a></div>
</div>
</section>
</main>
<!-- <footer>
<p>© 2024 张天乙的个人主页. All rights reserved.</p>
</footer> -->
</body>
</html>