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>
<html lang="{{ metadata.language }}">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{{ title or metadata.title }}</title>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{{ title or metadata.title }}</title>
{% set blurb = content | truncate(240) %}
<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.json" type="application/json" title="{{ metadata.title }}">
<meta name="generator" content="{{ eleventy.generator }}">
<link rel="stylesheet" href="/index.css">
<link rel="stylesheet" href="{% getBundleFileUrl 'css' %}">
</head>
<body>
<a href="#skip" class="visually-hidden">Skip to main content</a>
{% set blurb = content | truncate(240) %}
<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.json" type="application/json" title="{{ metadata.title }}">
<meta name="generator" content="{{ eleventy.generator }}">
<link rel="stylesheet" href="/index.css">
<link rel="stylesheet" href="{% getBundleFileUrl 'css' %}">
</head>
<body>
<a href="#skip" class="visually-hidden">Skip to main content</a>
<header>
<nav>
<ul>
<li><a href="/">home</a></li>
<li><a href="/blog">blog</a></li>
</ul>
</nav>
</header>
<header>
<nav>
<ul>
<li><a href="/">home</a></li>
<li><a href="/blog">blog</a></li>
</ul>
</nav>
</header>
<main id="skip">
{{ content | safe }}
</main>
<main id="skip">
{{ content | safe }}
</main>
<footer></footer>
<footer></footer>
<!-- This page `{{ page.url | htmlBaseUrl }}` was built on {% currentBuildDate %} -->
</body>
<!-- This page `{{ page.url | htmlBaseUrl }}` was built on {% currentBuildDate %} -->
</body>
</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>
- <https://github.com/nycki93>
[![button of nycki](/a/88x31-nycki-r2.png)](https://nycki.net)
[![button of cohost, by mykocalico](/a/88x31-cohost-mykocalico.png)](https://cohost.org/nycki)
![nycki](/a/button-nycki.png)
[![I was on Cohost!](/a/button-cohost-mykocalico.png)](https://cohost.org/nycki)
## Blog
@ -22,8 +22,10 @@ My name is Nycki ([ˈnɪki](http://ipa-reader.xyz/?text=%CB%88n%C9%AAki)) (she/t
## Links
[![button of sofia-drawsmore](/a/88x31-sofia.png)](https://sofiadrawsmore.neocities.org/)
[![button of quwyou](/a/button_quwyou.gif)](https://quwyou.com)
[![sofia-drawsmore](/a/button-sofia.png)](https://sofiadrawsmore.neocities.org/)
[![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
@ -64,3 +66,4 @@ Stuff I've made!
- 2023-12-14. Updated this website to use markdown, via pandoc and make.
- 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