diff --git a/.gitignore b/.gitignore index 76ed9b4..200c018 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ *.css *.map +*.txt test.html diff --git a/emog-fix.md b/emog-fix.md new file mode 100644 index 0000000..7d0431b --- /dev/null +++ b/emog-fix.md @@ -0,0 +1 @@ +- tbody 0 border diff --git a/index.html b/index.html index 3d5a22a..71d5339 100644 --- a/index.html +++ b/index.html @@ -13,24 +13,23 @@ - diff --git a/inline.html b/inline.html new file mode 100644 index 0000000..0cf2eb1 --- /dev/null +++ b/inline.html @@ -0,0 +1,89 @@ + + + + +Kevin's Email Signature + + + + +
+
- - kevin-mok-headshot - - - + - + - +
Kevin Mok + Kevin Mok +
Computer Science - Specialist + Computer Science Specialist +
University of Toronto + University of Toronto +
@@ -42,20 +41,32 @@
+
+ uoft-logo + kevin-mok-headshot +
+ + + +
+ + + + + + + + + + + + + + + + +
+ Kevin Mok +
+ Computer Science Specialist +
+ University of Toronto +
+ kevin-mok.com +
+
+ uoft-logokevin-mok-headshot +
+ + + diff --git a/style.scss b/style.scss index d9dc6e8..449e520 100644 --- a/style.scss +++ b/style.scss @@ -11,7 +11,7 @@ body { } .presentational-container { - padding: 20px; + // padding: 20px; box-shadow: 2px 2px 10px 5px; background-color: #fff; } @@ -19,14 +19,11 @@ body { table { background: none; margin: 0; - padding: 10px 10px 0; - border-width: 3px 0 0 0; + // padding: 10px 10px 0; + border-width: 1px 0 0 0; border-style: solid; border-color: $name-color; -} - -tr.outer-row td.headshot-cell { - padding: 0 12px 0 0; + padding-top: 10px; } td { @@ -40,15 +37,14 @@ td.headshot-cell a { td.headshot-cell img { vertical-align: middle; width:120px; - border-radius: 100%; -} - -td.description-cell { - padding: 0 0 0 12px; + // border-radius: 100%; + margin-right: 5px; + border-radius: 5px; } td.description-cell > table { background: none; + padding-left: 0px; border: 0px; margin: 0; padding: 0; @@ -56,7 +52,7 @@ td.description-cell > table { td.full-name { font-weight: bold; - color: $name-color; + // color: $name-color; font-size: 18px; font-family: Arial, Helvetica, sans-serif; } @@ -66,6 +62,10 @@ td.title { color: #333333; font-size: 14px; font-family: Arial, Helvetica, sans-serif; + + img { + width: 5em; + } } td.website { @@ -84,7 +84,9 @@ td.website a { } td.social-icons { - padding-top: 5px; + // padding-top: -75px; + position: relative; + top: -8px; } td.social-icons ul { @@ -96,13 +98,22 @@ td.social-icons ul { td.social-icons li { display: inline-block; + padding-right: 6px; } td.social-icons a { text-decoration: none; + } td.social-icons img { - width: 25px; - height: 25px; + // width: 25px; + // height: 25px; + height: 1.5em; +} + +#gitea-icon { + height: 2em; + position: relative; + top: 3px; }