mirror of
https://github.com/asimonson1125/asimonson1125.github.io.git
synced 2026-04-11 07:07:12 -05:00
try to be less embarassing in the future.
This commit is contained in:
@@ -13,8 +13,10 @@ import requests
|
|||||||
|
|
||||||
SERVICES = [
|
SERVICES = [
|
||||||
{'id': 'main', 'name': 'asimonson.com', 'url': 'https://asimonson.com', 'timeout': 10},
|
{'id': 'main', 'name': 'asimonson.com', 'url': 'https://asimonson.com', 'timeout': 10},
|
||||||
|
# {'id': 'EternalRelays', 'name': 'eternalrelays.com', 'url': 'https://eternalrelays.com', 'timeout': 10},
|
||||||
{'id': 'files', 'name': 'files.asimonson.com', 'url': 'https://files.asimonson.com', 'timeout': 10},
|
{'id': 'files', 'name': 'files.asimonson.com', 'url': 'https://files.asimonson.com', 'timeout': 10},
|
||||||
{'id': 'git', 'name': 'git.asimonson.com', 'url': 'https://git.asimonson.com', 'timeout': 10},
|
{'id': 'git', 'name': 'git.asimonson.com', 'url': 'https://git.asimonson.com', 'timeout': 10},
|
||||||
|
{'id': 'cascadalyst', 'name': 'cascadalyst.com', 'url': 'https://cascadalyst.com', 'timeout': 10},
|
||||||
]
|
]
|
||||||
|
|
||||||
CHECK_INTERVAL = 60 # seconds between checks
|
CHECK_INTERVAL = 60 # seconds between checks
|
||||||
|
|||||||
@@ -219,10 +219,10 @@ tr {
|
|||||||
margin: auto;
|
margin: auto;
|
||||||
display: block;
|
display: block;
|
||||||
/* width: 5em; */
|
/* width: 5em; */
|
||||||
width: 10em;
|
width: 8em;
|
||||||
/* height: 30em; */
|
/* height: 30em; */
|
||||||
/* max-height: 70vh; */
|
/* max-height: 70vh; */
|
||||||
max-width: 90vw;
|
max-width: 70vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
#homeName {
|
#homeName {
|
||||||
|
|||||||
@@ -1,6 +1,10 @@
|
|||||||
{% block content %} {% macro nameplate() %}
|
{% block content %} {% macro nameplate() %}
|
||||||
<div>
|
<div>
|
||||||
<h1 id="homeName" class="textGrad">Andrew's Definitely Active Website</h1>
|
<h1 id="homeName" class="textGrad">oh no.</h1>
|
||||||
|
<h2>I did not plan for visitors.</h2>
|
||||||
|
|
||||||
|
<br /> <hr> <br />
|
||||||
|
|
||||||
<div class="flex vertOnMobile">
|
<div class="flex vertOnMobile">
|
||||||
<div>
|
<div>
|
||||||
<img
|
<img
|
||||||
|
|||||||
Reference in New Issue
Block a user