Social icons, move pictures to right
Add inline file.
This commit is contained in:
45
index.html
45
index.html
@@ -13,24 +13,23 @@
|
||||
<table role="presentation">
|
||||
<tbody>
|
||||
<tr class="outer-row">
|
||||
<td class="headshot-cell">
|
||||
<a href="https://kevin-mok.com" target="_blank">
|
||||
<img src="https://avatars3.githubusercontent.com/u/25857736?s=460&v=4"
|
||||
name="preview-image-url" alt="kevin-mok-headshot"/>
|
||||
</a>
|
||||
</td>
|
||||
<td class="description-cell">
|
||||
<table role="presentation">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td colspan="2" class="full-name">Kevin Mok</td>
|
||||
<td colspan="2" class="full-name">
|
||||
Kevin Mok
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2" class="title">Computer Science
|
||||
Specialist</td>
|
||||
<td colspan="2" class="title">
|
||||
Computer Science Specialist
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2" class="title">University of Toronto</td>
|
||||
<td colspan="2" class="title">
|
||||
University of Toronto
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top" class="website">
|
||||
@@ -42,20 +41,32 @@
|
||||
<td colspan="2" class="social-icons">
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://twitter.com/RobertCooper_RC">
|
||||
<img src="https://drive.google.com/uc?id=0BxERWEfxe_eUY2RBc3dBSW92NVE" alt="Follow me on Twitter!"/>
|
||||
<a href="https://github.com/Kevin-Mok" target="_blank">
|
||||
<!-- <img src="http://test.khkm.tk/github.svg" alt=""/> -->
|
||||
<img src="https://img.khkm.tk/uploads/big/2db206989793b732c143f15ffe2b694b.png" alt="github-icon"/>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://git.kevin-mok.com/Kevin-Mok" target="_blank">
|
||||
<img src="https://raw.githubusercontent.com/go-gitea/gitea/master/public/img/gitea-sm.png"
|
||||
alt="gitea-icon" id="gitea-icon" />
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://fosstodon.org/web/accounts/93113" target="_blank">
|
||||
<img src="https://img.khkm.tk/uploads/big/8e32935993f5ec3dee5ea2b86507ded8.png" alt="mastodon-icon"/>
|
||||
</a>
|
||||
</li>
|
||||
<!-- <li> -->
|
||||
<!-- <a href="https://www.instagram.com/robert.cooper.qu/"> -->
|
||||
<!-- <img src="https://drive.google.com/uc?id=0BxERWEfxe_eUY3RIOU5MMnA3TFk" alt="Follow me on Instagram!"/> -->
|
||||
<!-- </a> -->
|
||||
<!-- </li> -->
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<td class="headshot-cell">
|
||||
<img src="https://img.khkm.tk/uploads/big/cd4566af5a14ef845a6a9818bf26c73e.png" alt="uoft-logo"/>
|
||||
<img src="https://avatars3.githubusercontent.com/u/25857736?s=460&v=4"
|
||||
name="preview-image-url" alt="kevin-mok-headshot"/>
|
||||
</td>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
Reference in New Issue
Block a user