quality of life changes, removed old icon
This commit is contained in:
parent
31edd556c6
commit
20123ffa98
2 changed files with 51 additions and 49 deletions
BIN
icons16.png
BIN
icons16.png
Binary file not shown.
Before Width: | Height: | Size: 268 B |
100
index.html
100
index.html
|
@ -1,67 +1,69 @@
|
||||||
<html>
|
<!doctype html>
|
||||||
<head>
|
<html lang="en">
|
||||||
<title>asxpi</title>
|
<head>
|
||||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans">
|
<meta charset="UTF-8" />
|
||||||
<link rel='stylesheet' href='//cdn.jsdelivr.net/npm/hack-font@3.3.0/build/web/hack-subset.css'>
|
<title>asxpi</title>
|
||||||
<link rel="icon" type="image/png" href="hedgehog.png" sizes="16x16" />
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans">
|
||||||
<style>
|
<link rel='stylesheet' href='//cdn.jsdelivr.net/npm/hack-font@3.3.0/build/web/hack-subset.css'>
|
||||||
|
<link rel="icon" type="image/png" href="hedgehog.png" sizes="32x32" />
|
||||||
|
<style>
|
||||||
body {
|
body {
|
||||||
background-color: #121212;
|
background-color: #121212;
|
||||||
color: #FAFAFA;
|
color: #AAAAAA;
|
||||||
font-family: 'Open Sans';
|
font-family: 'Open Sans';
|
||||||
}
|
}
|
||||||
pre {
|
pre {
|
||||||
position: relative;
|
position: relative;
|
||||||
background: #222222;
|
background: #222222;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
font-family: 'Hack';
|
font-family: 'Hack';
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
border: 1px solid #020202;
|
border: 1px solid #020202;
|
||||||
max-width: 40%;
|
max-width: 40%;
|
||||||
left:30%;
|
left:30%;
|
||||||
}
|
}
|
||||||
.copy-button {
|
.copy-button {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 5px;
|
top: 5px;
|
||||||
right: 10px;
|
right: 10px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
color: #424242;
|
color: #424242;
|
||||||
background: #111111;
|
background: #111111;
|
||||||
border-radius: 0.5em;
|
border-radius: 0.5em;
|
||||||
padding: 2px 7px;
|
padding: 2px 7px;
|
||||||
}
|
}
|
||||||
.copy-button:hover {
|
.copy-button:hover {
|
||||||
color: #000;
|
color: #000;
|
||||||
}
|
}
|
||||||
.header {
|
.header {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
.footer {
|
.footer {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
left: 0;
|
left: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header">
|
<div class="header">
|
||||||
<h1>Hello! And what are you looking for here? Ahh?!<br></h1>
|
<h1>Hello! And what are you looking for here? Ahh?!<br></h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<pre id="myPGP">gpg --recv-keys 85F7AFEDAB7D97BE667F99F24F8851660FA4121B</pre>
|
|
||||||
<br>
|
|
||||||
<pre id="myPGP">ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC//ljrf65xbFyGmy/xeZs5GZvkmufCioqIGYguR3c8c/Ff9HiA4oMRT53Qs16KMuXRg62NusVQvJsvyPRSARpBFsoPiZ/YNBteWlqT1aVqeZwPOfUfFycQ2T8a9qtDnZ0WhamSlJMSAHQPkxXNA6S2ZE9y+dMzMc5qPeRwdsQmuvkxjual/35t9qTgCAG7LvKCKPJkLL5YpwLoqWYWTqSJ6RxNLTYNgIhJBZirzB5rNiFDDupnOuTKSpyRJNxyBSapNge5rCnGQYIeoJ4fi+FTi5wzjlC3hC0BN4Oc/zrm1nS9lyPXQS8KV5/vcQlPrvYZmv0LneeQ/gH/jJsSlwRp2qIatoASSfTlz1y1bOOYtPFojJPikXiXeZMCdlam1II6B94z1ybOIO8TqyKDVs4eHRFfYO72zv0sGsTr7t0C7+N9Wrpmhk38zdlLagZ6HO7KSyoAHm+fQc58fXmOhz4vfYrbmYRPgO0VO03fEb7lSFPPLaSseT0tayli05irJpc= asxpi@meow</pre>
|
|
||||||
|
|
||||||
<script src="copyPGP.js"></script>
|
<script src="copyPGP.js"></script>
|
||||||
<script src="copySSH.js"></script>
|
<script src="copySSH.js"></script>
|
||||||
|
<pre id="myPGP">gpg --recv-keys 85F7AFEDAB7D97BE667F99F24F8851660FA4121B</pre>
|
||||||
|
<br>
|
||||||
|
<pre id="mySSH">ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC//ljrf65xbFyGmy/xeZs5GZvkmufCioqIGYguR3c8c/Ff9HiA4oMRT53Qs16KMuXRg62NusVQvJsvyPRSARpBFsoPiZ/YNBteWlqT1aVqeZwPOfUfFycQ2T8a9qtDnZ0WhamSlJMSAHQPkxXNA6S2ZE9y+dMzMc5qPeRwdsQmuvkxjual/35t9qTgCAG7LvKCKPJkLL5YpwLoqWYWTqSJ6RxNLTYNgIhJBZirzB5rNiFDDupnOuTKSpyRJNxyBSapNge5rCnGQYIeoJ4fi+FTi5wzjlC3hC0BN4Oc/zrm1nS9lyPXQS8KV5/vcQlPrvYZmv0LneeQ/gH/jJsSlwRp2qIatoASSfTlz1y1bOOYtPFojJPikXiXeZMCdlam1II6B94z1ybOIO8TqyKDVs4eHRFfYO72zv0sGsTr7t0C7+N9Wrpmhk38zdlLagZ6HO7KSyoAHm+fQc58fXmOhz4vfYrbmYRPgO0VO03fEb7lSFPPLaSseT0tayli05irJpc= asxpi@meow</pre>
|
||||||
|
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
<h1>me@asxp.io or t.me/asxpi</h1>
|
<h1>me@asxp.io or t.me/asxpi</h1>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Add table
Reference in a new issue