From 692d7cf57bf2f3385e683a5466e70d08f90151b6 Mon Sep 17 00:00:00 2001 From: CetaceanNation Date: Sat, 16 Feb 2019 18:23:49 -0500 Subject: [PATCH] Added social/connection links for all devs. --- public/about.css | 15 +++++++++++ public/about.html | 55 ++++++++++++++++++++++++++++++++++++++-- public/img/email.png | Bin 0 -> 7018 bytes public/img/github.png | Bin 0 -> 8640 bytes public/img/linkedin.png | Bin 0 -> 8770 bytes public/index.html | 6 ++++- 6 files changed, 73 insertions(+), 3 deletions(-) create mode 100644 public/img/email.png create mode 100644 public/img/github.png create mode 100644 public/img/linkedin.png diff --git a/public/about.css b/public/about.css index 9a537e0..a35a5d0 100644 --- a/public/about.css +++ b/public/about.css @@ -20,6 +20,12 @@ position: relative; padding-top: 20px; } +.card { + background-color: rgb(208, 208, 208); +} +.card-body { + background-color: rgb(242, 242, 242); +} .rounder { border-radius: 20px !important; } @@ -29,6 +35,15 @@ position: relative; width: 70%; } +.links { + padding: 10px; +} +.links a { + text-decoration: none; +} +.link-ico { + width: 40px; +} .plink { color: rgb(250, 152, 33); } \ No newline at end of file diff --git a/public/about.html b/public/about.html index cfcaea9..680a3b8 100644 --- a/public/about.html +++ b/public/about.html @@ -18,7 +18,7 @@