summaryrefslogtreecommitdiff
path: root/iuse/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'iuse/index.html')
-rw-r--r--iuse/index.html67
1 files changed, 67 insertions, 0 deletions
diff --git a/iuse/index.html b/iuse/index.html
new file mode 100644
index 0000000..638005e
--- /dev/null
+++ b/iuse/index.html
@@ -0,0 +1,67 @@
+<!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;}
+
+.background {
+ position: absolute;
+ top: 0;
+ left: 0;
+ bottom: 0;
+ right: 0;
+ z-index: -1;
+ overflow: hidden;
+}
+.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: vim
+ ### ######### Browser: qutebrowser
+ ## ######## IRC client: irssi
+ #######
+ ######
+ ######
+ #####
+ #####
+ ####
+ ####
+ ###
+ ###
+ ##</pre>
+ </div>
+ <div class="middle">
+ Want a sub domain for something? <a href="https://danieljon.es">Contact me</a>, include sub domain and html.
+ </div>
+ </body>
+</html>
+