diff options
author | daniel-Jones <daniel@danieljon.es> | 2018-05-05 15:18:46 +0930 |
---|---|---|
committer | daniel-Jones <daniel@danieljon.es> | 2018-05-05 15:18:46 +0930 |
commit | 73f880241e1d17dab7e3af703c2c76cbfca2f1a3 (patch) | |
tree | b8bcec298cc34c3989f85f63bc66e3e72d22136c | |
parent | ed3d0a5d85a1176409998c343aae548f9790a06f (diff) | |
download | gnupluslinux.com-73f880241e1d17dab7e3af703c2c76cbfca2f1a3.tar.gz gnupluslinux.com-73f880241e1d17dab7e3af703c2c76cbfca2f1a3.zip |
made new layout the default, old index is now old.html
-rw-r--r-- | iuse/index.html | 20 | ||||
-rw-r--r-- | iuse/old.html | 57 |
2 files changed, 68 insertions, 9 deletions
diff --git a/iuse/index.html b/iuse/index.html index 0b65b6e..4b04e49 100644 --- a/iuse/index.html +++ b/iuse/index.html @@ -9,14 +9,16 @@ <link rel="icon" type="image/png" href="favicon.png"> <title>GNU plus Linux</title> <style> - body{background-color:#222; color: #eee; margin-right: 5%; margin-left: 5%; font-family: Verdana} + body{background-color: #ffe6ff; color: #353535; margin-right: 5%; margin-left: 5%; font-family: Verdana;} .content { + background-color: #fafafa; position: relative; border-radius: 25px; - border: 2px solid #073642; + border: 2px; + box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.25); width: 600px; - margin-top: 20px; + margin-top: 20%; margin-left: auto; margin-right: auto; } @@ -26,10 +28,10 @@ </style> </head> <body> - <div class="title"><h1>I use GNU plus Linux</h1></div> <div class="content"> <pre> - Software + + software ~ ## ### Parabola GNU plus Linux-libre ## ## ##### window manager: dwm @@ -47,11 +49,11 @@ #### ### ### - ##</pre> - </div> - <div class="middle"> - want something hosted on this domain? <a href="https://github.com/daniel-Jones/gnupluslinux.com">Send a PR on GitHub</a> or <a href="https://danieljon.es">contact me</a> + ## + </pre> </div> + <!-- https://dav-19.deviantart.com/art/Chibi-Tewi-209993029 --> + <img src="tewi.gif" style="position: fixed; right: 0px; bottom: -30px;"> </body> </html> diff --git a/iuse/old.html b/iuse/old.html new file mode 100644 index 0000000..0b65b6e --- /dev/null +++ b/iuse/old.html @@ -0,0 +1,57 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta content="text/html;charset=utf-8" http-equiv="Content-Type"> + <meta name="keywords" content="linux, gnu, software, personal"> + <meta name="description" content="daniel_j's system"> + <meta name="author" content="daniel_j"> + <meta http-equiv="Cache-control" content="public"> + <link rel="icon" type="image/png" href="favicon.png"> + <title>GNU plus Linux</title> + <style> + body{background-color:#222; color: #eee; margin-right: 5%; margin-left: 5%; font-family: Verdana} + .content + { + position: relative; + border-radius: 25px; + border: 2px solid #073642; + width: 600px; + margin-top: 20px; + margin-left: auto; + margin-right: auto; + } + .title {text-align: center;} + pre {overflow: auto;} + .middle { text-align: center; font-size: 70%} + </style> + </head> + <body> + <div class="title"><h1>I use GNU plus Linux</h1></div> + <div class="content"> + <pre> + Software + + ## ### Parabola GNU plus Linux-libre + ## ## ##### window manager: dwm + ## ## ## ####### terminal emulator: st + # ## ## ## ######## shell: bash + ### # ######### editor: vi + ### ######### browser: qutebrowser + ## ######## irc client: irssi + ####### music: cmus + ###### <a href="screenshot.png">screenshot/screenfetch</a> + ###### + ##### + ##### + #### + #### + ### + ### + ##</pre> + </div> + <div class="middle"> + want something hosted on this domain? <a href="https://github.com/daniel-Jones/gnupluslinux.com">Send a PR on GitHub</a> or <a href="https://danieljon.es">contact me</a> + </div> + </body> +</html> + |