blob: 4070645f73bc9da8df17fd6da2d468373efcf7f4 (
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
68
69
70
71
|
<!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 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>GNU plus Linux</title>
<style>
body{background-color: #ffe6ff; color: #353535; margin-right: 5%; margin-left: 5%; font-family: Verdana; background: #ffe6ff url(tile.png) repeat center center fixed;}
.content
{
background-color: #B6B6B4;
position: absolute;
border-radius: 25px;
border: 2px;
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.25);
width: 600px;
height: 350px;
margin: auto;
top: 0;
right: 0;
bottom: 0;
left: 0;
color: #2C3539;
font-weight: bold;
font-size: 13px;
background-image: url("landscape.png");
background-repeat: no-repeat;
background-size: cover;
}
.content img {position: absolute; right: 0; bottom: 0;}
.title {text-align: center;}
pre {overflow: auto;}
.middle {text-align: center; font-size: 70%;}
a {text-decoration:none;}
</style>
</head>
<body>
<div class="content">
<pre>
software ~
## ### Parabola GNU plus Linux-libre
## ## ##### window manager: dwm
## ## ## ####### terminal: st
# ## ## ## ######## shell: dash
### # ######### editor: vi
### ######### browser: qutebrowser
## ######## irc: irssi
####### email: mutt
###### music: cmus
###### <a href="https://danieljon.es">website</a>
##### <a href="https://git.danieljon.es">cgit</a> / <a href="https://github.com/daniel-Jones">github</a>
#####
####
####
###
###
##
</pre>
<img src="chito.png" width=200 height=200>
</div>
<!-- https://dav-19.deviantart.com/art/Chibi-Tewi-209993029 -->
<!-- <img src="tewi.gif" style="position: fixed; right: 0px; bottom: -30px;"> -->
</body>
</html>
|