Kevin Mok
5 years ago
5 changed files with 146 additions and 33 deletions
-
1.gitignore
-
1emog-fix.md
-
45index.html
-
89inline.html
-
43style.scss
@ -1,4 +1,5 @@ |
|||
*.css |
|||
*.map |
|||
*.txt |
|||
|
|||
test.html |
@ -0,0 +1 @@ |
|||
- tbody 0 border |
@ -0,0 +1,89 @@ |
|||
<!DOCTYPE html> |
|||
<html lang="en"> |
|||
<head> |
|||
<meta charset="utf-8"> |
|||
<title>Kevin's Email Signature</title> |
|||
<link rel="stylesheet" href="style.css?v=1.0"> |
|||
<script src="http://livejs.com/live.js" charset="utf-8"></script> |
|||
</head> |
|||
<body style="display: flex; |
|||
margin: 0; |
|||
align-items: center; |
|||
justify-content: center; |
|||
height: 100vh; |
|||
|
|||
background-color: #1c1e1f;"> |
|||
<div class="presentational-container" style="box-shadow: 2px 2px 10px 5px; |
|||
background-color: #fff;"> |
|||
<table role="presentation" style="background: none; |
|||
margin: 0; |
|||
border-width: 1px 0 0 0; |
|||
border-style: solid; |
|||
border-color: #002f65; |
|||
padding-top: 10px;"><tbody><tr class="outer-row"> |
|||
<td class="description-cell" style="padding-bottom: 3px;"> |
|||
<table role="presentation" style="background:none;margin:0;border-width:0px 0 0 0;border-style:solid;border-color:#002f65;padding-top:10px;padding-left:0px;border:0px;padding:0;"><tbody> |
|||
<tr> |
|||
<td colspan="2" class="full-name" style="padding-bottom:3px;font-weight:bold;font-size:18px;font-family:Arial, Helvetica, sans-serif;"> |
|||
Kevin Mok |
|||
</td> |
|||
</tr> |
|||
<tr> |
|||
<td colspan="2" class="title" style="padding-bottom:3px;color:#333333;font-size:14px;font-family:Arial, Helvetica, sans-serif;"> |
|||
Computer Science Specialist |
|||
</td> |
|||
</tr> |
|||
<tr> |
|||
<td colspan="2" class="title" style="padding-bottom:3px;color:#333333;font-size:14px;font-family:Arial, Helvetica, sans-serif;"> |
|||
University of Toronto |
|||
</td> |
|||
</tr> |
|||
<tr> |
|||
<td valign="top" class="website" style="padding-bottom:3px;vertical-align:top;color:#333333;font-size:14px;font-family:Arial, Helvetica, sans-serif;"> |
|||
<a href="https://kevin-mok.com" target="_blank" style="color: #4BAFDB; |
|||
text-decoration: none; |
|||
font-weight: normal; |
|||
font-size: 14px;">kevin-mok.com</a> |
|||
</td> |
|||
</tr> |
|||
<tr> |
|||
<!-- Social Icons found here: https://www.flaticon.com/packs/social-media-color --><td colspan="2" class="social-icons" style="padding-bottom:3px;position:relative;top:-8px;"> |
|||
<ul style="list-style: none; |
|||
padding: 0; |
|||
margin: 0; |
|||
height: 25px;"> |
|||
<li style="display: inline-block; |
|||
padding-right: 6px;"> |
|||
<a href="https://github.com/Kevin-Mok" target="_blank" style="text-decoration: none;"> |
|||
<!-- <img src="http://test.khkm.tk/github.svg" alt=""/> --> |
|||
<img src="https://img.khkm.tk/uploads/big/2db206989793b732c143f15ffe2b694b.png" alt="github-icon" style="height: 1.5em;"></a> |
|||
</li> |
|||
<li style="display: inline-block; |
|||
padding-right: 6px;"> |
|||
<a href="https://git.kevin-mok.com/Kevin-Mok" target="_blank" style="text-decoration: none;"> |
|||
<img src="https://raw.githubusercontent.com/go-gitea/gitea/master/public/img/gitea-sm.png" alt="gitea-icon" id="gitea-icon" style="height:2em;position:relative;top:3px;"></a> |
|||
</li> |
|||
<li style="display: inline-block; |
|||
padding-right: 6px;"> |
|||
<a href="https://fosstodon.org/web/accounts/93113" target="_blank" style="text-decoration: none;"> |
|||
<img src="https://img.khkm.tk/uploads/big/8e32935993f5ec3dee5ea2b86507ded8.png" alt="mastodon-icon" style="height: 1.5em;"></a> |
|||
</li> |
|||
</ul> |
|||
</td> |
|||
</tr> |
|||
</tbody></table> |
|||
</td> |
|||
<td class="headshot-cell" style="padding-bottom: 3px;"> |
|||
<img src="https://img.khkm.tk/uploads/big/cd4566af5a14ef845a6a9818bf26c73e.png" alt="uoft-logo" style="vertical-align: middle; |
|||
width: 120px; |
|||
margin-right: 5px; |
|||
border-radius: 5px;"><img src="https://avatars3.githubusercontent.com/u/25857736?s=460&v=4" name="preview-image-url" alt="kevin-mok-headshot" style="vertical-align: middle; |
|||
width: 120px; |
|||
margin-right: 5px; |
|||
border-radius: 5px;"> |
|||
</td> |
|||
|
|||
</tr></tbody></table> |
|||
</div> |
|||
</body> |
|||
</html> |
Write
Preview
Loading…
Cancel
Save
Reference in new issue