Changed teaching from table to list.

This commit is contained in:
2019-10-24 10:31:49 +08:00
parent a0be579a6c
commit bc050894a6
2 changed files with 9 additions and 12 deletions

View File

@@ -41,18 +41,10 @@ Phone: +852 3943-8322 <br>
<h3 id="teaching">Teaching <a href="https://blackboard.cuhk.edu.hk" target="_blank">[Blackboard@CUHK]</a></h3>
<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>
<ul style="list-style-type:none">
<li><b>SEEM3590</b> Investment Science, Fall 2019</li>
<li><b>SEEM3580</b> Risk Analysis for Financial Engineering, Spring 2020</li>
</ul>
<h3>Publications</h3>
<ol reversed>

View File

@@ -19,6 +19,11 @@ table#table1 {
margin-right:auto;
}
ul {
list-style: none;
padding-left: 0;
}
/* The navigation bar */
.navbar {
opacity: 0.8;