forked from chenlin-gu/chenlin-gu.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgallery.html
More file actions
114 lines (50 loc) · 2.02 KB
/
Copy pathgallery.html
File metadata and controls
114 lines (50 loc) · 2.02 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<!DOCTYPE html>
<!-- saved from url=(0058)file:///F:/iStudy/X/PhD_SPDE/ChendongSONG_Homepage/index.html -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Chendong Song</title>
<meta name="description" content="website description">
<meta name="keywords" content="website keywords, website keywords">
<link rel="stylesheet" type="text/css" href="./style/style.css">
</head>
<body>
<div id="main">
<div id="header">
<div id="logo">
<div id="logo_text">
<!-- class="logo_colour", allows you to change the colour of the text -->
<h1><a href="index.html"><span class="logo_colour">Chendong Song<font size=6 > (宋晨东)</font></span></a></h1>
</div>
</div>
<div id="menubar">
<ul id="menu">
<!-- put class="selected" in the li tag for the selected page - to highlight which page you're on -->
<li><a href="index.html">Home</a></li>
<li><a href="biography.html">Biography</a></li>
<li><a href="research.html">Research</a></li>
<li class="selected"><a href="gallery.html">Gallery</a></li>
</ul>
</div>
</div>
<div id="site_content">
<div id="content_2">
<div id="series" style = "text-align:center">
<img src="images/AF.png" width="700" height="500">
<br><br><br><br><br>
<img src="images/load_trajectory_heavy.png" width="800" height="600">
<br><br><br><br><br>
<img src="images/kimina.png" width="400" height="270">
<img src="images/seed.png" width="400" height="270">
<br><br><br><br><br>
<img src="images/Ising.png" width="800" height="200">
<br><br><br><br><br>
<img src="images/T2_before.jpg" width="200" height="275">
<img src="images/T2_change.jpg" width="200" height="275">
<img src="images/T2_after.jpg" width="200" height="275">
</div>
</div>
</div>
</body>
</html>