From 57dc4106dace521e8d38b5f2a5bc5cd3156cef47 Mon Sep 17 00:00:00 2001 From: Joris Date: Sat, 24 Apr 2021 22:32:14 +0200 Subject: Simplify project links --- public/images/gitlab.svg | 3 -- public/images/link.svg | 5 --- public/main.css | 41 +++++------------- public/projects.html | 105 +++++++++++++---------------------------------- 4 files changed, 39 insertions(+), 115 deletions(-) delete mode 100644 public/images/gitlab.svg delete mode 100644 public/images/link.svg (limited to 'public') diff --git a/public/images/gitlab.svg b/public/images/gitlab.svg deleted file mode 100644 index 9998e48..0000000 --- a/public/images/gitlab.svg +++ /dev/null @@ -1,3 +0,0 @@ - diff --git a/public/images/link.svg b/public/images/link.svg deleted file mode 100644 index 919ef5b..0000000 --- a/public/images/link.svg +++ /dev/null @@ -1,5 +0,0 @@ - diff --git a/public/main.css b/public/main.css index 347beca..62cae6e 100644 --- a/public/main.css +++ b/public/main.css @@ -141,6 +141,16 @@ h1 { padding-bottom: var(--size-mouse); } +h1 a { + color: #1F6F9E; + text-decoration: none; + font-size: 75%; +} + +h1 a:hover { + color: #29A8F3; +} + h2 { font-size: var(--size-dog); margin-top: var(--size-dog); @@ -189,34 +199,3 @@ ul.technos > li { padding: 0 var(--size-mouse); font-size: 80%; } - -ul.links { - margin-bottom: var(--size-lion); -} - -ul.links > li { - display: flex; - align-items: center; - margin-bottom: var(--size-cat); -} - -ul.links a { - text-decoration: none; - color: var(--color-blue); - transition: color 0.3s ease-out 0.0s; - align-items: center; -} - -ul.links a:focus { - outline: solid 0 #ffffff; -} - -ul.links a:hover, -ul.links a:focus { - text-decoration: underline; -} - -ul.links svg { - margin-right: var(--size-dog); - height: var(--size-lion); -} diff --git a/public/projects.html b/public/projects.html index 96ce98d..fc8e578 100644 --- a/public/projects.html +++ b/public/projects.html @@ -16,14 +16,9 @@
Manage a budget, letting people to pay depending on their income. @@ -41,14 +36,7 @@
Manage a context-based next-action list. @@ -63,18 +51,11 @@
Show recipes with adjustable ingredient portions. @@ -90,18 +71,11 @@
Guide students to find a book by refining the result set with faceted search. @@ -119,18 +93,11 @@
Add customized markers on a map. @@ -146,18 +113,11 @@
Catch the points of your color, avoid the others. You can switch colors @@ -172,18 +132,11 @@
Create and manage timers. -- cgit v1.2.3