blob: f01a920fbcf7898ac6a452da18dbf2a22f6b1715 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
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 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>
|