From e502b5c7ef2913642d7f518b565816462dcc9a13 Mon Sep 17 00:00:00 2001 From: Dominic Matarese Date: Tue, 24 Aug 2021 19:38:19 +0000 Subject: Changed software link to 'videos (soon' and added peertube logo, styled link text --- index.html | 4 ++-- logopeertube.png | Bin 0 -> 49737 bytes style.css | 15 +++++++++++++-- vim-logo.png | Bin 0 -> 232186 bytes 4 files changed, 15 insertions(+), 4 deletions(-) create mode 100644 logopeertube.png create mode 100644 vim-logo.png diff --git a/index.html b/index.html index 7d12f16..bca3db2 100644 --- a/index.html +++ b/index.html @@ -48,8 +48,8 @@ Copyright (C) 2021 Dominic Matarese Crypto
  • -
    - Good Software +
    + Videos (soon)
  • diff --git a/logopeertube.png b/logopeertube.png new file mode 100644 index 0000000..74efb1b Binary files /dev/null and b/logopeertube.png differ diff --git a/style.css b/style.css index 1612915..b5edaf5 100644 --- a/style.css +++ b/style.css @@ -27,6 +27,17 @@ body { a { color: #20FF86; + text-decoration: none; +} + +a:hover { + color: #ffdd00; + text-decoration: none; +} + +a.dead { + color: #444444; + text-decoration: none; } #content ul { @@ -34,13 +45,13 @@ a { flex-wrap: wrap; padding-left: 0; list-style: none; - border: 7px solid cyan; + /*border: 7px solid cyan;*/ justify-content: center; width: 100%; } #content li { - border: 5px solid red; + /*border: 5px solid red;*/ padding: 50px; } diff --git a/vim-logo.png b/vim-logo.png new file mode 100644 index 0000000..b450bca Binary files /dev/null and b/vim-logo.png differ -- cgit v1.2.1