Skip to content

Commit

Permalink
mailing list
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdeaner committed Mar 29, 2024
1 parent 43590ff commit 9507177
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ show_excerpts: true
# SEO:
tagline: "Official +/- {plus/minus} Website"
description: "Official +/- {plus/minus} Website"
logo: "assets/img/further-afield.png"
logo: "assets/img/fa.png"
# Exclude from processing.
# The following items will not be processed, by default.
# Any item listed under the `exclude:` key here will be automatically added to
Expand Down
7 changes: 7 additions & 0 deletions _includes/footer.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
<footer class="site-footer h-card">
<div class="wrapper">
<div class="links">
<div class="link" id="mail-list">
<a
href="https://docs.google.com/forms/d/1AyoRySMAyS3pBDhpRLk-BtQPDk92QYem-3k6_CorFpo/edit"
title="sign up for the mailing list"
><span class="material-symbols-outlined"> mail </span>
</a>
</div>
<div class="link">
<a href="https://facebook.com/pluminu"
><svg class="svg-icon">
Expand Down
4 changes: 4 additions & 0 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,8 @@
sizes="16x16"
href="/assets/favicon//favicon-16x16.png"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0"
/>
</head>
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: album
image_url: "/assets/img/stlpda-alt.jpg"
image_url: "/assets/img/stlpda.jpg"
title: "Self Titled Long Playing Debut Album (2002)"
date: 2002-03-08 20:30:54 -0500
tags: discography
Expand Down
8 changes: 8 additions & 0 deletions assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ button {
cursor: pointer;
}

#mail-list {
margin-top: -1.5px;
margin-right: 4px;
a {
color: #828282;
}
}

.wrapper {
/* override default style for this template */
max-width: calc(900px - (30px * 2));
Expand Down

0 comments on commit 9507177

Please sign in to comment.