Alignment for the teaching part.
This commit is contained in:
14
index.html
14
index.html
@@ -51,13 +51,13 @@
|
|||||||
|
|
||||||
<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>
|
||||||
|
|
||||||
<ul id="course">
|
<ul class="notATable">
|
||||||
<li><b>Fall 2021 </b> | SEEM5340 Stochastic Calculus (with <a href="https://sites.google.com/site/xuedonghepage/home" target=_blank">Xuedong He</a> and <a href="https://sites.google.com/site/lingfeilicuhk/" target="_blank">Lingfei Li</a>)</li>
|
<li><label><b>Fall 2021 </b></label><div>SEEM5340 Stochastic Calculus (with <a href="https://sites.google.com/site/xuedonghepage/home" target=_blank">Xuedong He</a> and <a href="https://sites.google.com/site/lingfeilicuhk/" target="_blank">Lingfei Li</a>)</div></li>
|
||||||
<li><b>Fall 2021 </b> | SEEM3590 Investment Science</li>
|
<li><label><b>Fall 2021 </b></label><div>SEEM3590 Investment Science</div></li>
|
||||||
<li><b>Spring 2021</b> | SEEM3590 Risk Analysis for Financial Engineering</li>
|
<li><label><b>Spring 2021 </b></label><div>SEEM3590 Risk Analysis for Financial Engineering</div></li>
|
||||||
<li><b>Fall 2020 </b> | SEEM3590 Investment Science</li>
|
<li><label><b>Fall 2020 </b></label><div>SEEM3590 Investment Science</div></li>
|
||||||
<li><b>Spring 2020</b> | SEEM3580 Risk Analysis for Financial Engineering</li>
|
<li><label><b>Spring 2020 </b></label><div>SEEM3580 Risk Analysis for Financial Engineering</div></li>
|
||||||
<li><b>Fall 2019 </b> | SEEM3590 Investment Science</li>
|
<li><label><b>Fall 2019 </b></label><div>SEEM3590 Investment Science</div></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<h3 id="research">Research Interest</h3>
|
<h3 id="research">Research Interest</h3>
|
||||||
|
|||||||
28
style.css
28
style.css
@@ -64,3 +64,31 @@ ul#course {
|
|||||||
hr {
|
hr {
|
||||||
border-top: dashed 1px;
|
border-top: dashed 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.notATable {
|
||||||
|
display:table;
|
||||||
|
list-style:none;
|
||||||
|
padding-left:0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.notATable > li
|
||||||
|
{
|
||||||
|
display:table-row;
|
||||||
|
}
|
||||||
|
|
||||||
|
.notATable > li > *
|
||||||
|
{
|
||||||
|
display:table-cell;
|
||||||
|
padding:2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.notATable label {
|
||||||
|
font-weight:bold;
|
||||||
|
text-align:right;
|
||||||
|
}
|
||||||
|
|
||||||
|
.notATable label:after {
|
||||||
|
content: '|';
|
||||||
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user