Add website files
This commit is contained in:
46
notes.md
Normal file
46
notes.md
Normal 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:eric@taylors.life?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
|
||||
---
|
||||
|
||||
<++>
|
||||
Reference in New Issue
Block a user