Added banner.

This commit is contained in:
2019-09-09 20:39:55 +08:00
parent de66e20ab8
commit 0d8947be0f
2 changed files with 51 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<!doctype html>
<html>
<head>
<link rel="stylesheet" href="style.css">
@@ -7,6 +7,17 @@
</head>
<body bgcolor="#FFFFFF">
<div class="navbar">
<a href="#home">Home</a>
<a href="#teaching">Teaching</a>
<a href="#research">Research</a>
</div>
<div class="main">
<p> <br> </p>
</div>
<h1>Yang, Chen</h1>
@@ -16,19 +27,19 @@ Faculty of Engineering <br>
The Chinese University of Hong Kong <br>
<h4>Postal Address</h4>
<h3>Postal Address</h3>
Room 511A, William M.W. Mong Engineering Building <br>
The Chinese University of Hong Kong <br>
Shatin, N.T., Hong Kong
<h4>Contact Details</h4>
<h3>Contact Details</h3>
Email: cyang at se.cuhk.edu.hk <br>
Phone: +852 3943-8322 <br>
<h4>Teaching <a href="https://blackboard.cuhk.edu.hk" target="_blank">[Blackboard]</a></h4>
<h3 id="teaching">Teaching <a href="https://blackboard.cuhk.edu.hk" target="_blank">[Blackboard]</a></h3>
<table id="table1">
<tr>
@@ -43,7 +54,7 @@ Phone: +852 3943-8322 <br>
</tr>
</table>
<h4>Working Papers</h4>
<h3 id="research">Working Papers</h3>
<ol reversed>
<li><b>Designing Stable Coins</b> (with <a href="https://www.linkedin.com/in/yizhoucao/" target="_blank">Yizhou Cao</a>, <a href="http://www.math.nus.edu.sg/~matdm/" target="_blank">Min Dai</a>, <a href="https://www.bu.edu/questrom/profile/steven-kou/" target="_blank">Steven Kou</a> and <a href="https://www.linkedin.com/in/lewei-li/" target="_blank">Lewei Li</a>).<br>
submitted, 2018.</li>
@@ -59,7 +70,7 @@ Phone: +852 3943-8322 <br>
</ol>
<h4>Publications</h4>
<h3>Publications</h3>
<ol reversed>
<li><b>Optimal Tax-timing with Asymmetric Long-term/short-term Capital Gains Tax</b> (with <a href="http://www.math.nus.edu.sg/~matdm/" target="_blank">Min Dai</a>, <a href="http://apps.olin.wustl.edu/faculty/liuh/" target="blank">Hong Liu</a> and <a href="https://www.linkedin.com/in/yifei-zhong-12858524/" target="_blank">Yifei Zhong</a>).<br>
<i>The Review of Financial Studies</i> 28.9:2687-2721, 2015. [<a href=https://academic.oup.com/rfs/article/28/9/2687/1581078">Article</a>]</li>

View File

@@ -1,6 +1,7 @@
body {
font-family: "Palatino", "Georgia", Times, serif;
background-color: rgb(255, 255, 250);
line-height: 1.5;
}
th{
@@ -12,3 +13,36 @@ table#table1 {
margin-left:35;
margin-right:auto;
}
/* The navigation bar */
.navbar {
opacity: 0.8;
overflow: hidden;
background-color: #333;
position: fixed; /* Set the navbar to fixed position */
top: 0; /* Position the navbar at the top of the page */
left: 0;
width: 100%; /* Full width */
font-weight: bold;
}
/* Links inside the navbar */
.navbar a {
float: left;
display: block;
color: #f2f2f2;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
/* Change background on mouse-over */
.navbar a:hover {
background: #ddd;
color: black;
}
/* Main content */
.main {
margin-top: 30px; /* Add a top margin to avoid content overlay */
}