Changed page style.

This commit is contained in:
2019-09-09 15:17:23 +08:00
parent e6030d22aa
commit de66e20ab8
4 changed files with 31 additions and 8 deletions

BIN
dmath.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

BIN
eth.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

View File

@@ -1,12 +1,13 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<link rel="stylesheet" href="style.css">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>Chen Yang</title>
</head>
<body bgcolor="#FFFFFF">
<h1>Chen Yang</h1>
<h1>Yang, Chen</h1>
Assistant Professor <br>
@@ -15,24 +16,32 @@ Faculty of Engineering <br>
The Chinese University of Hong Kong <br>
<h4>Postal address</h4>
<h4>Postal Address</h4>
Room 511A, William M.W. Mong Engineering Building <br>
The Chinese University of Hong Kong <br>
Shatin, N.T., Hong Kong
<h4>More information</h4>
<h4>Contact Details</h4>
Email: cyang at se.cuhk.edu.hk <br>
Phone: +852 3943-8322 <br>
<h4>Teaching</h4>
<ul style="list-style-type:none">
<li>Fall 2019: <b>SEEM3590</b> Investment Science.</li>
<li>Spring 2020: <b>SEEM3580</b> Risk Analysis for Financial Engineering.</li>
</ul>
<h4>Teaching <a href="https://blackboard.cuhk.edu.hk" target="_blank">[Blackboard]</a></h4>
<table id="table1">
<tr>
<th>Fall</th>
<th>2019:</th>
<th><b>SEEM3590</b> Investment Science</th>
</tr>
<tr>
<th>Spring</th>
<th>2020:</th>
<th><b>SEEM3580</b> Risk Analysis for Financial Engineering</th>
</tr>
</table>
<h4>Working Papers</h4>
<ol reversed>

14
style.css Normal file
View File

@@ -0,0 +1,14 @@
body {
font-family: "Palatino", "Georgia", Times, serif;
background-color: rgb(255, 255, 250);
}
th{
font-weight: normal;
}
table#table1 {
text-align:left;
margin-left:35;
margin-right:auto;
}