Add a notice bar about AIDS/LifeCyle and hope people donate

This commit is contained in:
R Tyler Croy 2019-02-07 06:49:47 -08:00
parent 75db8d8542
commit 4436b9c869
No known key found for this signature in database
GPG Key ID: E5C92681BEF6CEA2
1 changed files with 18 additions and 0 deletions

View File

@ -9,6 +9,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{% if page.title %}{{ page.title }}{% else %}{{ site.name }}{% endif %}</title>
<style type="text/css">
body {
margin: 0px;
}
@media(min-width: 1024px) {
.content {
max-width: 55%;
@ -31,6 +34,13 @@
background-color: #e9e9e9;
padding: 1rem;
}
.notice {
background: #ffffe0;
text-align: center;
margin-left: auto;
margin-right: auto;
padding: 1rem;
}
img {
max-width: 100%;
}
@ -40,6 +50,14 @@
</style>
</head>
<body>
<div class="notice container">
<strong>
Hiya!
</strong>
I hope you enjoy some of these words I put together. I would appreciate your
donations for my <a href="http://www.tofighthiv.org/goto/rtyler" target="_blank">ride to end HIV/AIDS</a>
as part of AIDS/LifeCyle 2019.
</div>
<div class="container">
{{ content }}
</div>