diff options
author | Matthew Lemon <y@yulqen.org> | 2024-10-22 17:12:20 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-10-22 17:12:20 +0100 |
commit | a505c844c0537c7aeb59e287687561d2d0a9d6e4 (patch) | |
tree | 594064851067d3bcb9c62e96c4321b7920467d81 /alphabetlearning/templates/base.html | |
parent | a6a5a0ef97efd5eabdc65a7f78adb670b0350269 (diff) |
wip: resource index page my CSS changes
- using flex for featured, grid for standard
- nice rainbow underline to h1 using ::after, etc
- lorem ipsum text
- spaced out content of standard cards a little
- new Noto font from Google fonts
Diffstat (limited to 'alphabetlearning/templates/base.html')
-rw-r--r-- | alphabetlearning/templates/base.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/alphabetlearning/templates/base.html b/alphabetlearning/templates/base.html index def801e..c338e06 100644 --- a/alphabetlearning/templates/base.html +++ b/alphabetlearning/templates/base.html @@ -14,6 +14,10 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0"/> <meta name="description" content="Joanna Lemon Resources"/> <meta name="author" content="Matthew Lemon"/> + <link rel="preconnect" href="https://fonts.googleapis.com"> + <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> + <link href="https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet"> + <link rel="icon" href="{% static 'images/favicons/al.png' %}"/> {% block extra_css %} {% endblock extra_css %} |