10-31-23_00:00:31

This commit is contained in:
rv 2023-10-31 00:00:31 -06:00
parent 00809e459f
commit 2a4710cf55
5 changed files with 8 additions and 30 deletions

View File

@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0">
<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="#d38700">
<link rel="stylesheet" href="/assets/authorblurb.css">
<link rel="icon" type="image/png" href="/assets/img/AstraGroup_128x128.png">
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6034836920654252" crossorigin="anonymous"></script>

View File

@ -1,7 +1,6 @@
---
layout: default
---
<!-- <link rel="stylesheet" href="/authorblurb.css"> -->
<small>{{ page.date | date: "%-d %B %Y" }}</small>
<h1>{{ page.title }}</h1>
@ -16,8 +15,8 @@ layout: default
{% assign authorData = site.data.authors[site.author] %}
<div class="author-bio">
<img src="/assets/img/{{ authorData.image }}" alt="{{ site.author }}'s profile picture." />
<div class="author-name">{{ site.author }}</div>
<img src="/assets/img/{{ authorData.image }}" alt="{{ page.author }}'s profile picture." />
<div class="author-name">{{ page.author }}</div>
<p class="bio">{{ authorData.bio }}</p>
{% for social in authorData.socials %}
<a href="{{ social.url }}" class="social-link">{{ social.type }}</a>

View File

@ -5,13 +5,12 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0">
<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="#d38700">
<link rel="stylesheet" href="/assets/authorblurb.css">
<link rel="stylesheet" href="/assets/additionalCSS.css">
<link rel="icon" type="image/png" href="/assets/img/AstraGroup_128x128.png">
{% seo %}
</head>
<body style="font-family: neuropoliticalregular;">
<body>
<header>
<div class="container">
<a id="a-title" href="{{ '/' | relative_url }}"target="_blank">

View File

@ -1,23 +0,0 @@
@font-face {
font-family: 'neuropoliticalregular';
src: url('../assets/neuropolitical_rg-webfont.woff2') format('woff2'),
url('../assets/neuropolitical_rg-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@supports (-webkit-text-stroke: 2px white) {
body {
-webkit-text-stroke: 2px #d38700;
}
}
@supports (-webkit-text-stroke: 2px white) {
.nav:hover {
-webkit-text-stroke: 2px #00bbc4;
}
}
#large-header {
position: fixed;
z-index: -100;
}

View File

@ -24,15 +24,18 @@
}
.author-bio .bio {
padding-right: 24px;
padding-left: 8px;
padding-bottom: 4px;
border-radius: 12px;
border-width: 4px;
border-style: groove;
border-color: #00bbc4;
background-color: rgba(0, 187, 196, 0.4);
}
.author-bio .social-link {
padding-left: 12px;
padding-bottom: 4px;
color: #d38700;
text-decoration-color: #d38700;
}