1
0
Files
www.erictaylor.me/notes.md
2025-11-22 09:40:19 -05:00

47 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Sizes
Max Width = 720px
Standard Img Width = 672px
# Snippets
## Snippet Image in grid
<div class="grid">
<img height="<++>px" class="theme-aware-image no-invert" src="./../files/img/<++>.png" alt="<++>">
<p>
</p>
</div>
## Snippet reply by e-mail
<span style="display: inline-block; font-size: 24px;">✉</span> [Reply via E-mail](mailto:e&#x72;&#x69;&#x63;&#x40;&#x74;&#x61;&#x79;&#x6c;&#x6f;&#x72;&#x73;&#x2e;&#x6c;&#x69;&#x66;&#x65;?subject=<++>)
## Inline Form reply by e-mail
<h2>Reply to this! (Via Email)</h2>
<form action=mailto:eric@taylors.life>
<label for=subject>Topic/subject</label>
<input name=subject placeholder="What do you want to tell about?" value="My Thoughts on Sun Ultra 98 Build">
<label for=body>Feedback (required)</label>
<div class="grid">
<textarea style="height: 250px;" name=body placeholder="What are you thinking?" required></textarea>
</div>
<button type=submit>Send (opens your email client)</button>
</form>
## Header
---
title: <++>
subtitle: <++>
author: Eric Taylor
lang: en
toc: true
enable-response: true
---
<++>