summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordaniel-Jones <daniel@danieljon.es>2018-05-05 15:09:01 +0930
committerdaniel-Jones <daniel@danieljon.es>2018-05-05 15:09:01 +0930
commitc1a41f7cb0616365dbe09c72f0fa67a911fad6cf (patch)
treea313bb5e2bc1e4bb0dad10b02762085ad664307e
parentc12007b16d889d01e8d93298861d343e3c65d045 (diff)
downloadgnupluslinux.com-c1a41f7cb0616365dbe09c72f0fa67a911fad6cf.tar.gz
gnupluslinux.com-c1a41f7cb0616365dbe09c72f0fa67a911fad6cf.zip
added first test of a new iuse page
-rw-r--r--iuse/new.html59
1 files changed, 59 insertions, 0 deletions
diff --git a/iuse/new.html b/iuse/new.html
new file mode 100644
index 0000000..1a03f17
--- /dev/null
+++ b/iuse/new.html
@@ -0,0 +1,59 @@
+<!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: #ffe6ff; color: #353535; margin-right: 5%; margin-left: 5%; font-family: Verdana;}
+ .content
+ {
+ background-color: #fafafa;
+ position: relative;
+ border-radius: 25px;
+ border: 2px;
+ box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.25);
+ width: 600px;
+ margin-top: 20%;
+ 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="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>
+ <!-- https://dav-19.deviantart.com/art/Chibi-Tewi-209993029 -->
+ <img src="tewi.gif" style="position: fixed; right: 0px; bottom: -30px;">
+ </body>
+</html>
+