From 377065c7c7bd9292a2f6e70ef094ae1aa828204c Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 9 Feb 2017 21:00:58 +0100 Subject: added github link --- content/contact/_index.md | 4 +++- static/css/localstyle.css | 1 + static/images/github.svg | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 static/images/github.svg diff --git a/content/contact/_index.md b/content/contact/_index.md index 2fe4a4c..bea70f4 100644 --- a/content/contact/_index.md +++ b/content/contact/_index.md @@ -10,7 +10,9 @@ You can reach me in the following ways: Skype: **andreasbaumann** (yes, I was fast :-)) * ![Twitter](/images/twitter.svg) Twitter: **@abaumann47** - +* ![Github](/images/github.svg) + Github: **`https://github.com/andreasbaumann`** + or via traditional snail mail: ``` diff --git a/static/css/localstyle.css b/static/css/localstyle.css index ef3e020..397d2b5 100644 --- a/static/css/localstyle.css +++ b/static/css/localstyle.css @@ -1,3 +1,4 @@ img[alt=Email] { width: 20px; height: 20px; } img[alt=Skype] { width: 20px; height: 20px; } img[alt=Twitter] { width: 20px; height: 20px; } +img[alt=Github] { width: 20px; height: 20px; } diff --git a/static/images/github.svg b/static/images/github.svg new file mode 100644 index 0000000..84c884b --- /dev/null +++ b/static/images/github.svg @@ -0,0 +1 @@ + \ No newline at end of file -- cgit v1.2.3-54-g00ecf