From 6269eadae01ec91d682b5dffc9933419f51a1ac0 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Sun, 20 Sep 2020 04:06:43 +0800 Subject: [PATCH] chore: update site --- site/index.html | 4 ++++ site/netlify.svg | 22 ++++++++++++++++++++++ site/style.css | 10 ++++++++++ 3 files changed, 36 insertions(+) create mode 100644 site/netlify.svg diff --git a/site/index.html b/site/index.html index 057e3e8f5..d9a0d4d2a 100644 --- a/site/index.html +++ b/site/index.html @@ -56,6 +56,10 @@

Collection of TypeScript type challenges with online judge

View on Github

+ + + Deploys by Netlify + diff --git a/site/netlify.svg b/site/netlify.svg new file mode 100644 index 000000000..cc84037f9 --- /dev/null +++ b/site/netlify.svg @@ -0,0 +1,22 @@ + + + + netlify-callout-vertical-light + Created with Sketch. + + + + + + + + + + + + + + + + + diff --git a/site/style.css b/site/style.css index 51017d41b..f322509d3 100644 --- a/site/style.css +++ b/site/style.css @@ -58,3 +58,13 @@ a.button { text-transform: uppercase; } + +.netlify { + position: fixed; + bottom: 0; + margin: 1.5em; + left: 0; + right: 0; + align: center; + opacity: 0.5; +}