Compare commits

...

2 Commits

Author SHA1 Message Date
Lynne Megido a3ea255f6a
some minor changes to improve accessibility 2020-03-27 14:04:28 +10:00
Lynne Megido 8f680cceca
add html lang 2020-03-27 13:47:07 +10:00
6 changed files with 10 additions and 10 deletions

View File

@ -1,6 +1,6 @@
<div id='hamburger'><div id='hb-icon'></div></div> <div id='hamburger'><div id='hb-icon'></div></div>
<header id='header'> <header id='header' role="navigation">
<h1>Menu</h1> <h1>Menu</h1>
<div class='lynnesoft desktop'></div> <div class='lynnesoft desktop'></div>
<a href='/' {%- if page.title == "Welcome!" %} class='current'{% endif -%}>Home</a> <a href='/' {%- if page.title == "Welcome!" %} class='current'{% endif -%}>Home</a>

View File

@ -1,5 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang='en' prefix="og: http://ogp.me/ns#"> <html lang='en-AU' prefix="og: http://ogp.me/ns#">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">

View File

@ -99,8 +99,8 @@ html.night .donation-method::before {
margin: 10px 0; margin: 10px 0;
font-style: italic; font-style: italic;
} }
.project .footer a:not(:last-child)::after, .project .footer .spacer:not(:last-child)::after,
.subheading-links a:not(:last-child)::after { .subheading-links .spacer:not(:last-child)::after {
content: " - "; content: " - ";
} }
.project h2, .donation-method h2 { .project h2, .donation-method h2 {
@ -447,7 +447,7 @@ button, a.button {
text-align: center; text-align: center;
margin: 3px 0; margin: 3px 0;
} }
.project .footer a:not(:last-child)::after { .project .footer .spacer:not(:last-child)::after {
content: ""; content: "";
} }
} }

View File

@ -35,7 +35,7 @@ layout: default
<p> <p>
{{ method.description }} {{ method.description }}
</p> </p>
<div class='footer'><a href='{{ method.link }}'>Link</a></div> <div class='footer'><a href='{{ method.link }}'>Donate with {{ method.name }}</a></div>
</div> </div>
{% endfor %} {% endfor %}
</div> </div>

View File

@ -16,9 +16,9 @@ layout: default
{{ project.description }} {{ project.description }}
</p> </p>
<div class='footer'> <div class='footer'>
<a href='{{ project.url }}'>Read more</a> <a href='{{ project.url }}'>Read more</a><span class='spacer'></span>
{% if project.source %}<a href='{{ project.source }}'>Source code</a>{% endif %} {% if project.source %}<a href='{{ project.source }}'>Source code</a><span class='spacer'></span>{% endif %}
{% if project.website %}<a href='{{ project.website }}'>Website</a>{% endif %} {% if project.website %}<a href='{{ project.website }}'>Website</a><span class='spacer'></span>{% endif %}
</div> </div>
</div> </div>
{% endfor %} {% endfor %}

View File

@ -3,7 +3,7 @@ title: "Retro"
less_important: true less_important: true
--- ---
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<HTML> <HTML LANG='en-AU'>
<HEAD> <HEAD>
<TITLE>Welcome to my web site!</TITLE> <TITLE>Welcome to my web site!</TITLE>