From 861546c3610121b3f801dad3812ca83c8bd8e91d Mon Sep 17 00:00:00 2001 From: beattie282 Date: Wed, 31 Oct 2018 23:13:28 +0000 Subject: [PATCH 1/2] reduce some Css clutter --- src/Djigolab.html | 12 ------------ src/style/personal_page/Djigolab.css | 12 ++++++++++++ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/Djigolab.html b/src/Djigolab.html index c7a3d72..2d6654e 100644 --- a/src/Djigolab.html +++ b/src/Djigolab.html @@ -11,18 +11,6 @@ -

Oh, hey.

diff --git a/src/style/personal_page/Djigolab.css b/src/style/personal_page/Djigolab.css index 0720e2d..3c32998 100644 --- a/src/style/personal_page/Djigolab.css +++ b/src/style/personal_page/Djigolab.css @@ -20,3 +20,15 @@ h1 { font-size: 28px; } } + +li { + list-style-type: none; + top: 90%; + right: 90%; + position: absolute; +} + +a { + text-decoration: none; + color: inherit; +} From e8f7998c6707a58a9c43de4ce5b2fdd2ccfe99fe Mon Sep 17 00:00:00 2001 From: beattie282 Date: Wed, 31 Oct 2018 23:17:57 +0000 Subject: [PATCH 2/2] Contributors Update, just adding my profile to the amazing list. --- Contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.md b/Contributors.md index 1e597a3..af61d16 100644 --- a/Contributors.md +++ b/Contributors.md @@ -195,3 +195,4 @@ - [Ashish Yadav](https://github.com/ashishyadav400) - [vamisola](https://github.com/vamisola) - [diogoalexsmachado](https://github.com/diogoalexsmachado) +- [Beattie282](https://github.com/beattie282)