diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..76ed9b4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +*.css +*.map + +test.html diff --git a/index.html b/index.html index 9da7a93..3d5a22a 100644 --- a/index.html +++ b/index.html @@ -3,13 +3,9 @@ - - The HTML5 Herald - - - + Kevin's Email Signature - + @@ -18,48 +14,43 @@ - - headshot of Robert Cooper wearing a navy blue collared t-shirt with a background containing horizontal wooden structures and windows + + kevin-mok-headshot - + - + + + + diff --git a/style.css b/style.scss similarity index 86% rename from style.css rename to style.scss index 86ca2a3..d9dc6e8 100644 --- a/style.css +++ b/style.scss @@ -1,10 +1,13 @@ +$name-color: #002f65; + body { display: flex; margin: 0; align-items: center; justify-content: center; height: 100vh; - background-color: #7681B3; + /* background-color: black; */ + background-color: #1c1e1f; } .presentational-container { @@ -19,13 +22,17 @@ table { padding: 10px 10px 0; border-width: 3px 0 0 0; border-style: solid; - border-color: #232C9F; + border-color: $name-color; } tr.outer-row td.headshot-cell { padding: 0 12px 0 0; } +td { + padding-bottom: 3px; +} + td.headshot-cell a { text-decoration: none; } @@ -49,20 +56,20 @@ td.description-cell > table { td.full-name { font-weight: bold; - color: #232C9F; + color: $name-color; font-size: 18px; font-family: Arial, Helvetica, sans-serif; } td.title { - padding-bottom: 10px; + // padding-bottom: 10px; color: #333333; font-size: 14px; font-family: Arial, Helvetica, sans-serif; } td.website { - padding-bottom: 10px; + // padding-bottom: 10px; vertical-align: top; color: #333333; font-size: 14px;
Robert CooperKevin Mok
Web DeveloperComputer Science + Specialist
University of Toronto
- www.robertcooper.me + kevin-mok.com