feat: Migrate to zola
This commit is contained in:
7
static/.well-known/host-meta
Normal file
7
static/.well-known/host-meta
Normal file
@@ -0,0 +1,7 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<XRD xmlns='http://docs.oasis-open.org/ns/xri/xrd-1.0'>
|
||||
<Link rel="urn:xmpp:alt-connections:xbosh"
|
||||
href="https://http.xmpp.polynom.me:443/http-bind" />
|
||||
<Link rel="urn:xmpp:alt-connections:websocket"
|
||||
href="wss://http.xmpp.polynom.me:443/xmpp-websocket" />
|
||||
</XRD>
|
||||
12
static/.well-known/host-meta.json
Normal file
12
static/.well-known/host-meta.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"links": [
|
||||
{
|
||||
"rel": "urn:xmpp:alt-connections:xbosh",
|
||||
"href": "https://http.xmpp.polynom.me:443/http-bind"
|
||||
},
|
||||
{
|
||||
"rel": "urn:xmpp:alt-connections:websocket",
|
||||
"href": "wss://http.xmpp.polynom.me:443/xmpp-websocket"
|
||||
}
|
||||
]
|
||||
}
|
||||
67
static/css/extra.css
Normal file
67
static/css/extra.css
Normal file
@@ -0,0 +1,67 @@
|
||||
.clickable {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
h1, h2 {
|
||||
margin-top: 0px;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
body {
|
||||
font-size: large;
|
||||
}
|
||||
|
||||
.project-row {
|
||||
margin-top: 30px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
/* Screenshots */
|
||||
.screenshot {
|
||||
width: 270px;
|
||||
height: auto;
|
||||
margin-right: 15px;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
.no-screenshot {
|
||||
width: 270px;
|
||||
height: 270px;
|
||||
background-color: #3e3e3e;
|
||||
border-radius: 10px;
|
||||
margin-right: 15px;
|
||||
|
||||
flex-shrink: 0;
|
||||
}
|
||||
.no-screenshot-pound {
|
||||
font-size: 130px;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 720px) {
|
||||
.screenshot {
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
.no-screenshot {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
.no-screenshot-pound {
|
||||
font-size: 43px;
|
||||
}
|
||||
|
||||
#social-links td:nth-child(2) {
|
||||
word-break: break-word;
|
||||
}
|
||||
#social-links td {
|
||||
padding-top: 5px;
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
#social-links td[class="table-no-padding-top"] {
|
||||
padding-top: 0px;
|
||||
}
|
||||
#social-links td[class="table-no-padding-bottom"] {
|
||||
padding-bottom: 0px;
|
||||
}
|
||||
}
|
||||
1168
static/css/index.css
Normal file
1168
static/css/index.css
Normal file
File diff suppressed because it is too large
Load Diff
BIN
static/img/anitrack.jpg
Normal file
BIN
static/img/anitrack.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 690 KiB |
BIN
static/img/avatar.jpg
Normal file
BIN
static/img/avatar.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 137 KiB |
BIN
static/img/moxxy.jpg
Normal file
BIN
static/img/moxxy.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 565 KiB |
3
static/robots.txt
Normal file
3
static/robots.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
User-agent: *
|
||||
Disallow: /contact.html
|
||||
|
||||
Reference in New Issue
Block a user