My HTML email signature. https://codepen.io/Kevin-Mok/pen/KKKPPwy
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

97 lines
4.4 KiB

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>Kevin's Email Signature</title>
  6. <link rel="stylesheet" href="style.css?v=1.0">
  7. <script src="http://livejs.com/live.js" charset="utf-8"></script>
  8. </head>
  9. <body style="display: flex;
  10. margin: 0;
  11. align-items: center;
  12. justify-content: center;
  13. height: 100vh;
  14. background-color: #1c1e1f;">
  15. <div class="presentational-container" style="box-shadow: 2px 2px 10px 5px;
  16. background-color: #fff;">
  17. <table role="presentation" style="background: none;
  18. margin: 0;
  19. border-width: 1px 0 0 0;
  20. border-style: solid;
  21. border-color: #002f65;
  22. padding-top: 10px;"><tbody><tr class="outer-row">
  23. <td class="description-cell" style="padding-bottom: 3px;">
  24. <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>
  25. <tr>
  26. <td colspan="2" class="full-name" style="padding-bottom:3px;font-weight:bold;font-size:18px;font-family:Arial, Helvetica, sans-serif;">
  27. Kevin Mok
  28. </td>
  29. </tr>
  30. <tr>
  31. <td colspan="2" class="title" style="padding-bottom:3px;color:#333333;font-size:14px;font-family:Arial, Helvetica, sans-serif;">
  32. Computer Science Specialist
  33. </td>
  34. </tr>
  35. <tr>
  36. <td colspan="2" class="title" style="padding-bottom:3px;color:#333333;font-size:14px;font-family:Arial, Helvetica, sans-serif;">
  37. University of Toronto
  38. </td>
  39. </tr>
  40. <tr>
  41. <td valign="top" class="website" style="padding-bottom:3px;vertical-align:top;color:#333333;font-size:14px;font-family:Arial, Helvetica, sans-serif;">
  42. <a href="https://kevin-mok.com" target="_blank" style="color: #4BAFDB;
  43. text-decoration: none;
  44. font-weight: normal;
  45. font-size: 14px;">kevin-mok.com</a>
  46. </td>
  47. </tr>
  48. <tr>
  49. <!-- 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;">
  50. <ul style="list-style: none;
  51. padding: 0;
  52. margin: 0;
  53. height: 25px;">
  54. <li style="display: inline-block;
  55. padding-right: 9px;">
  56. <a href="https://github.com/Kevin-Mok" target="_blank" style="text-decoration: none;">
  57. <!-- <img src="http://test.khkm.tk/github.svg" alt=""/> -->
  58. <img src="https://img.khkm.tk/uploads/big/2db206989793b732c143f15ffe2b694b.png" alt="github-icon" style="height: 1.5em;"></a>
  59. </li>
  60. <li style="display: inline-block;
  61. padding-right: 9px;">
  62. <a href="https://git.kevin-mok.com/Kevin-Mok" target="_blank" style="text-decoration: none;">
  63. <img id="gitea-icon" src="https://img.khkm.tk/uploads/big/71386b828f31087493c896635672ff3c.png" alt="gitea-icon" style="height:2em;position:relative;top:3px;"></a>
  64. </li>
  65. <li style="display: inline-block;
  66. padding-right: 9px;">
  67. <a href="https://www.linkedin.com/in/Kevin-KH-Mok/" target="_blank" style="text-decoration: none;">
  68. <img id="linkedin-icon"
  69. src="https://img.khkm.tk/uploads/big/a07fdee5042df0dd245b7788c5f25f7d.png"
  70. alt="linkedin-icon"
  71. style="height:1.5em;position:relative;left:-0px;"></a>
  72. </li>
  73. <li style="display: inline-block;
  74. padding-right: 9px;">
  75. <a href="https://fosstodon.org/web/accounts/93113" target="_blank" style="text-decoration: none;">
  76. <img src="https://img.khkm.tk/uploads/big/8e32935993f5ec3dee5ea2b86507ded8.png" alt="mastodon-icon" style="height: 1.5em;"></a>
  77. </li>
  78. </ul>
  79. </td>
  80. </tr>
  81. </tbody></table>
  82. </td>
  83. <td class="headshot-cell" style="padding-bottom:3px;position:relative;left:-12px;">
  84. <img src="https://img.khkm.tk/uploads/big/cd4566af5a14ef845a6a9818bf26c73e.png" alt="uoft-logo" style="vertical-align: middle;
  85. width: 120px;
  86. margin-right: 5px;
  87. border-radius: 5px;"><img src="https://avatars3.githubusercontent.com/u/25857736?s=460&amp;v=4" name="preview-image-url" alt="kevin-mok-headshot" style="vertical-align: middle;
  88. width: 120px;
  89. margin-right: 5px;
  90. border-radius: 5px;">
  91. </td>
  92. </tr></tbody></table>
  93. </div>
  94. </body>
  95. </html>