mirror of https://github.com/nate2014jatc/AGSTATUS
10-30-23_23:49:38
This commit is contained in:
parent
3d314a82a2
commit
00809e459f
|
@ -2,7 +2,7 @@
|
||||||
title: Astragroup Status Updates
|
title: Astragroup Status Updates
|
||||||
email: admin@astragroup.info
|
email: admin@astragroup.info
|
||||||
description: >-
|
description: >-
|
||||||
A simple micro-blog for status updates relating to various AG services.
|
A micro-blog for status updates relating to various AG services.
|
||||||
(Hosting, NextCloud, Gitea, Etc.)
|
(Hosting, NextCloud, Gitea, Etc.)
|
||||||
baseurl: ""
|
baseurl: ""
|
||||||
url: "https://status.astragroup.info"
|
url: "https://status.astragroup.info"
|
||||||
|
|
|
@ -7,11 +7,11 @@
|
||||||
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
|
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
|
||||||
<meta name="theme-color" content="#0066ff">
|
<meta name="theme-color" content="#0066ff">
|
||||||
<link rel="stylesheet" href="/assets/authorblurb.css">
|
<link rel="stylesheet" href="/assets/authorblurb.css">
|
||||||
<link rel="stylesheet" href="/assets/additionalCSS.css"
|
<link rel="stylesheet" href="/assets/additionalCSS.css">
|
||||||
<link rel="icon" type="image/png" href="/assets/img/AstraGroup_128x128.png">
|
<link rel="icon" type="image/png" href="/assets/img/AstraGroup_128x128.png">
|
||||||
{% seo %}
|
{% seo %}
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body style="font-family: neuropoliticalregular;">
|
||||||
<header>
|
<header>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<a id="a-title" href="{{ '/' | relative_url }}"target="_blank">
|
<a id="a-title" href="{{ '/' | relative_url }}"target="_blank">
|
||||||
|
|
|
@ -19,12 +19,13 @@
|
||||||
|
|
||||||
|
|
||||||
.author-bio .author-name {
|
.author-bio .author-name {
|
||||||
padding-top: 4px;
|
padding-top: 8px;
|
||||||
padding-left: 4px;
|
padding-left: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.author-bio .bio {
|
.author-bio .bio {
|
||||||
padding-left: 8px;
|
padding-left: 8px;
|
||||||
|
padding-bottom: 4px;
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
border-width: 4px;
|
border-width: 4px;
|
||||||
border-style: groove;
|
border-style: groove;
|
||||||
|
@ -33,4 +34,5 @@
|
||||||
.author-bio .social-link {
|
.author-bio .social-link {
|
||||||
padding-left: 12px;
|
padding-left: 12px;
|
||||||
padding-bottom: 4px;
|
padding-bottom: 4px;
|
||||||
}
|
color: #d38700;
|
||||||
|
}
|
Loading…
Reference in New Issue