From 7292a5f70f2d43456306b15826d7a5b38b09d336 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Thu, 25 Jun 2020 23:33:08 +0200 Subject: Nice links page --- css/site.css | 76 +++++++++++++++++++++++++++++----------- inc/classic-contents.inc.php | 83 +++++++++++++++++--------------------------- index.php | 32 ++++++++--------- license.php | 34 +++++++++--------- links.php | 20 +++++++++++ 5 files changed, 141 insertions(+), 104 deletions(-) create mode 100644 links.php diff --git a/css/site.css b/css/site.css index 0b947be..fbf6fa5 100644 --- a/css/site.css +++ b/css/site.css @@ -21,12 +21,43 @@ header { border-top: 0pt; } + header h1 { font-size: x-large; font-weight: bold; text-align: center; padding: 5pt; margin: 0pt; + color: #292929; +} + +header a { + margin: 0pt; + border-collapse: collapse; +} + +header a:link { + color: #292929; + background-color: transparent; + text-decoration: none; +} + +header a:visited { + color: #292929; + background-color: transparent; + text-decoration: none; +} + +header a:hover { + color: #292929; + background-color: transparent; + text-decoration: none; +} + +header a:active { + color: #292929; + background-color: transparent; + text-decoration: none; } footer { @@ -36,8 +67,8 @@ footer { position: absolute; bottom: 0; width: 100%; - height: 2.5rem; - margin-top: -2.5rem; + height: 2rem; + margin-top: -2rem; } footer p { @@ -64,16 +95,25 @@ a:visited { } a:hover { - color: #48f; + color: #45a; background-color: transparent; - text-decoration: none; + text-decoration: underline; } a:active { - color: #48f; + color: #45a; background-color: transparent; - border: 0pt; - margin: 0pt; + text-decoration: none; +} + +li { + display: list-item; + list-style: square; +} + +ul { + padding: 0pt 0pt 0pt 1em; + margin: 0 0 1em; } div.sidebar { @@ -87,19 +127,10 @@ div.sidebar { padding: 5pt; } -div.sidebar li { - display: list-item; - list-style: square; -} -div.sidebar ul { - padding: 0pt 0pt 0pt 1em; - margin: 0 0 1em; -} - div.body-contents { padding: 5pt 0 5pt 0; padding-bottom: 2.5rem; - margin-left: 20%; + margin-left: 10%; margin-right: 20%; } @@ -107,17 +138,22 @@ div.body-contents h1 { font-size: 140%; font-weight: bold; text-align: left; - padding: 0em 0em 0em 0em; + padding: 0em 0em 0.25rem 0em; margin: 0pt; - margin-top: 1em; + margin-top: 2em; + color: #24c; + border-bottom: 2px solid #24c; } div.body-contents h2 { font-size: 125%; font-weight: bold; text-align: left; - padding: 0em 0em 0em 0em; + padding: 0em 0em 0.25rem 0em; margin: 0pt; + margin-top: 1em; + color: #24c; + border-bottom: 1px solid #24c; } div.body-contents code { diff --git a/inc/classic-contents.inc.php b/inc/classic-contents.inc.php index 3c35453..72e55c9 100644 --- a/inc/classic-contents.inc.php +++ b/inc/classic-contents.inc.php @@ -2,17 +2,17 @@ function jo_head($title) { ?> - - - Joe's own website - <?php echo "$title"; ?> - - - - -
-
-

Joe's dev blog -

-
+ + + Joe's own website - <?php echo "$title"; ?> + + + + +
+
+

Joe's dev blog -

+
- -
+

- Copyright © 2020, Rudy Bousset - - see LICENSE - - we do not use cookies + Copyright © 2020, Joe - + see LICENSE - + we do not use cookies

-
-
- - + +
+ + diff --git a/index.php b/index.php index 40b464b..6fd5b04 100644 --- a/index.php +++ b/index.php @@ -1,20 +1,20 @@ -
-

About this site

-

- Welcome to my personnal blog. Here you can find my tips and articles - on various tech and programming subjects. -

- The site is still in active developpement, stay tuned. -

-

About me

-

- I am a student for - 42Lyon - IT school based in Lyon, France. - I work on various personnal project beside that. -

-
+
+

About this site

+

+ Welcome to my personnal blog. Here you can find my tips and articles + on various tech and programming subjects. +

+ The site is still in active developpement, stay tuned. +

+

About me

+

+ I am a student for + 42Lyon + IT school based in Lyon, France. + I work on various personnal project beside that. +

+
diff --git a/license.php b/license.php index 8e6fdb6..7420bdf 100644 --- a/license.php +++ b/license.php @@ -1,21 +1,21 @@ -
-

BSD 3-Clause

-

- This site is copyrighted under the BSD 3-Clause License. - You can find the terms of the license bellow: -

-
-
-		
-

- You also can download the license using - this link. -

-
+
+

BSD 3-Clause

+

+ This site is copyrighted under the BSD 3-Clause License. + You can find the terms of the license bellow: +

+
+		
+	
+

+ You also can download the license using + this link. +

+
diff --git a/links.php b/links.php new file mode 100644 index 0000000..89499d2 --- /dev/null +++ b/links.php @@ -0,0 +1,20 @@ + + + +
+

My links

+

+ Here Are the links you can use to follow me around: +

+ +
+ -- cgit v1.2.3