summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordaniel-Jones <daniel@danieljon.es>2018-04-07 13:38:44 +0930
committerdaniel-Jones <daniel@danieljon.es>2018-04-07 13:38:44 +0930
commit977abbcf8c40e554caf03c09f36f41bbbebba4a4 (patch)
tree599776371ac80f7c43c1eaeb5d1e6c4d1e0a569c
downloadgnupluslinux.com-977abbcf8c40e554caf03c09f36f41bbbebba4a4.tar.gz
gnupluslinux.com-977abbcf8c40e554caf03c09f36f41bbbebba4a4.zip
added main index (wip), added i.use subdomain directory and its index, added img subdomain directory and its .htaccess file, added img subdomain directory
-rw-r--r--img/.htaccess1
-rw-r--r--index.html41
-rw-r--r--iuse/index.html67
3 files changed, 109 insertions, 0 deletions
diff --git a/img/.htaccess b/img/.htaccess
new file mode 100644
index 0000000..5a928f6
--- /dev/null
+++ b/img/.htaccess
@@ -0,0 +1 @@
+Options -Indexes
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..6355378
--- /dev/null
+++ b/index.html
@@ -0,0 +1,41 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta content="text/html;charset=utf-8" http-equiv="Content-Type">
+ <meta name="keywords" content="linux, gnu, FOSS, free software, gnu/linux, gnu plus linux">
+ <meta name="description" content="GNU PLius Linux">
+ <meta name="author" content="daniel_j">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <meta http-equiv="Cache-control" content="public">
+ <link rel="icon" type="image/png" href="favicon.png">
+ <title>{TITLE}</title>
+<style>
+body{background-color:#222; color: #eee; margin-right: 5%; margin-left: 5%; font-family: Verdana}
+div{background-color: #202020 !important}
+a:link{color: #3F51B5;}
+a:visited{#3F51B5;}
+
+img{max-width: 100%; max-height: 100%; overflow: hidden;}
+pre{padding-top: 5px; padding-bottom: 5px; padding-left: 5px; padding-right: 5px; overflow: auto;}
+.middle{text-align: center;}
+.middiv{margin: auto; width: 80%;}
+#gentag{text-align: center; font-size: 75%;}
+h1,h2,h3,h4{background-color: black; color: #e02020; padding-left: 5px;}
+div.viewing{max-width: 70%; width: 100%; display: inline-block; margin: 10px;}
+div.cover{display:inline-block; vertical-align: top; padding-top: 28px; padding-left: 15px; padding-bottom: 20px;}
+.content{border: 1px solid black; border-radius: 5px; padding-top: 15px; padding-bottom: 15px; padding-left: 15px; padding-right: 15px; background: #eeeeec;}
+</style>
+ </head>
+ <body>
+ <div class="middle">
+ <h1>gnupluslinux.com</h1>
+ <a href="/">index</a> <a href="/blog">blog</a> <a href="/opinions">opinions</a> <a href="/interesting.html">interesting</a> <a href="https://git.danieljon.es">git</a>
+ {INFO}
+ </div>
+ <div class="content">
+ {CONTENT}
+ </div>
+ <br> <br> <div id="gentag">by <a href="https://danieljon.es/">daniel_j</a></div>
+ </body>
+</html>
+
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>
+