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

View File

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