added buttons

This commit is contained in:
Nycki 2024-09-26 16:45:27 -07:00
parent 186c44fc66
commit 9d5472c5a0
10 changed files with 35 additions and 32 deletions

View file

@ -1,36 +1,36 @@
<!doctype html> <!doctype html>
<html lang="{{ metadata.language }}"> <html lang="{{ metadata.language }}">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{{ title or metadata.title }}</title> <title>{{ title or metadata.title }}</title>
{% set blurb = content | truncate(240) %} {% set blurb = content | truncate(240) %}
<meta name="description" content="{{ description or blurb or metadata.description }}"> <meta name="description" content="{{ description or blurb or metadata.description }}">
<link rel="alternate" href="/blog/feed.xml" type="application/atom+xml" title="{{ metadata.title }}"> <link rel="alternate" href="/blog/feed.xml" type="application/atom+xml" title="{{ metadata.title }}">
<link rel="alternate" href="/blog/feed.json" type="application/json" title="{{ metadata.title }}"> <link rel="alternate" href="/blog/feed.json" type="application/json" title="{{ metadata.title }}">
<meta name="generator" content="{{ eleventy.generator }}"> <meta name="generator" content="{{ eleventy.generator }}">
<link rel="stylesheet" href="/index.css"> <link rel="stylesheet" href="/index.css">
<link rel="stylesheet" href="{% getBundleFileUrl 'css' %}"> <link rel="stylesheet" href="{% getBundleFileUrl 'css' %}">
</head> </head>
<body> <body>
<a href="#skip" class="visually-hidden">Skip to main content</a> <a href="#skip" class="visually-hidden">Skip to main content</a>
<header> <header>
<nav> <nav>
<ul> <ul>
<li><a href="/">home</a></li> <li><a href="/">home</a></li>
<li><a href="/blog">blog</a></li> <li><a href="/blog">blog</a></li>
</ul> </ul>
</nav> </nav>
</header> </header>
<main id="skip"> <main id="skip">
{{ content | safe }} {{ content | safe }}
</main> </main>
<footer></footer> <footer></footer>
<!-- This page `{{ page.url | htmlBaseUrl }}` was built on {% currentBuildDate %} --> <!-- This page `{{ page.url | htmlBaseUrl }}` was built on {% currentBuildDate %} -->
</body> </body>
</html> </html>

View file

@ -13,8 +13,8 @@ My name is Nycki ([ˈnɪki](http://ipa-reader.xyz/?text=%CB%88n%C9%AAki)) (she/t
- <nupanick@gmail.com> - <nupanick@gmail.com>
- <https://github.com/nycki93> - <https://github.com/nycki93>
[![button of nycki](/a/88x31-nycki-r2.png)](https://nycki.net) ![nycki](/a/button-nycki.png)
[![button of cohost, by mykocalico](/a/88x31-cohost-mykocalico.png)](https://cohost.org/nycki) [![I was on Cohost!](/a/button-cohost-mykocalico.png)](https://cohost.org/nycki)
## Blog ## Blog
@ -22,8 +22,10 @@ My name is Nycki ([ˈnɪki](http://ipa-reader.xyz/?text=%CB%88n%C9%AAki)) (she/t
## Links ## Links
[![button of sofia-drawsmore](/a/88x31-sofia.png)](https://sofiadrawsmore.neocities.org/) [![sofia-drawsmore](/a/button-sofia.png)](https://sofiadrawsmore.neocities.org/)
[![button of quwyou](/a/button_quwyou.gif)](https://quwyou.com) [![pebble](/a/button-pebble.gif)](https://pebble.pet)
[![quwyou](/a/button-quwyou.gif)](https://quwyou.com)
[![88 by 31](/a/button-88by31.gif)](https://cyber.dabamos.de/88x31/)
## Creations ## Creations
@ -64,3 +66,4 @@ Stuff I've made!
- 2023-12-14. Updated this website to use markdown, via pandoc and make. - 2023-12-14. Updated this website to use markdown, via pandoc and make.
- 2024-09-15. Redid the build process in Eleventy. - 2024-09-15. Redid the build process in Eleventy.
- 2024-09-26. Updated my 88x31 button.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 887 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 876 B

After

Width:  |  Height:  |  Size: 910 B

BIN
public/a/button-88by31.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 336 B

View file

Before

Width:  |  Height:  |  Size: 404 B

After

Width:  |  Height:  |  Size: 404 B

BIN
public/a/button-nycki.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 910 B

BIN
public/a/button-pebble.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 201 KiB

View file

Before

Width:  |  Height:  |  Size: 5.1 KiB

After

Width:  |  Height:  |  Size: 5.1 KiB

View file

Before

Width:  |  Height:  |  Size: 7.7 KiB

After

Width:  |  Height:  |  Size: 7.7 KiB