1
0

Add website files

This commit is contained in:
2025-11-22 09:35:26 -05:00
parent e8aa6882bd
commit 1d89d91a64
76 changed files with 2339 additions and 0 deletions

46
notes.md Normal file
View File

@@ -0,0 +1,46 @@
# 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
---
<++>