-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deployed 429689e with MkDocs version: 1.5.3
- Loading branch information
Unknown
committed
Feb 27, 2024
0 parents
commit b447c9e
Showing
27 changed files
with
5,272 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
wintersong.wntr.dev |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,146 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | ||
<meta charset="utf-8" /> | ||
|
||
<meta | ||
name="viewport" | ||
content="width=device-width, initial-scale=1, shrink-to-fit=no" /><!-- Page author --><link rel="canonical" href="https://wintersong.wntr.dev/buttons/" /><link | ||
rel="shortcut icon" | ||
sizes="192x192" | ||
href="/icon.png" /> | ||
<link | ||
rel="apple-touch-icon" | ||
sizes="192x192" | ||
href="/icon.png" /> | ||
|
||
<meta name="generator" content="mkdocs-1.5.3" /><!-- Title --><title> | ||
Wintersong | ||
|
||
|
||
|
||
|
||
|
||
- Buttons | ||
|
||
</title><link rel="stylesheet" href="../winter.css" /></head> | ||
|
||
<body | ||
class="" | ||
data-page="buttons/"><header> | ||
<nav role="navigation" aria-label="main navigation"> | ||
<ul> | ||
<li> | ||
<a href="..">Wintersong</a> | ||
</li> | ||
</ul> | ||
<ul> | ||
<li> | ||
<img class="logo" src="/winterbloom.png" alt="Winterbloom logo" /> | ||
</li> | ||
</ul> | ||
</nav> | ||
<nav role="navigation" aria-label="secondary navigation"> | ||
<ul class="has-dividers"><li> | ||
<a | ||
|
||
href=".."> | ||
Home | ||
</a> | ||
</li><li> | ||
<a | ||
|
||
href="../components/"> | ||
Components | ||
</a> | ||
</li><li> | ||
<a | ||
|
||
href="../markdown/"> | ||
Markdown | ||
</a> | ||
</li><li> | ||
<a | ||
|
||
href="../forms/"> | ||
Forms | ||
</a> | ||
</li><li> | ||
<a | ||
aria-current | ||
href="./"> | ||
Buttons | ||
</a> | ||
</li></ul> | ||
<ul><li> | ||
<winter-dark-mode></winter-dark-mode> | ||
</li> | ||
</ul> | ||
</nav> | ||
</header><main | ||
class="hide-title"> | ||
<article class="content"><h1 id="buttons">Buttons<a class="headerlink" href="#buttons" title="Permanent link">#</a></h1> | ||
<p><button type="button">Ordinary</button> | ||
<button type="button" class="secondary">Secondary</button> | ||
<button type="button" class="contrast">Contrast</button> | ||
<button type="button" class="danger">Danger</button></p> | ||
<p><button type="button" disabled>Ordinary</button> | ||
<button type="button" class="secondary" disabled>Secondary</button> | ||
<button type="button" class="contrast" disabled>Contrast</button> | ||
<button type="button" class="danger" disabled>Danger</button></p> | ||
<p><button type="button" class="outline">Ordinary</button> | ||
<button type="button" class="outline secondary">Secondary</button> | ||
<button type="button" class="outline contrast">Contrast</button> | ||
<button type="button" class="outline danger">Danger</button></p> | ||
<p><button type="button" class="outline" disabled>Ordinary</button> | ||
<button type="button" class="outline secondary" disabled>Secondary</button> | ||
<button type="button" class="outline contrast" disabled>Contrast</button> | ||
<button type="button" class="outline danger" disabled>Danger</button></p> | ||
<p><button type="button"><winter-icon>help</winter-icon><span>With icon</span></button> | ||
<button type="button"><span>With icon</span><winter-icon>help</winter-icon></button> | ||
<button type="button"><winter-icon>help</winter-icon></button> | ||
<button type="button">No icon</button></p> | ||
<p>Inline with text <button type="button">Hello!</button></p> | ||
<div role="button" tabindex="0">Div as a button</div> | ||
<p><a role="button">Anchor as button</a></p> | ||
<p><input type="submit" /> | ||
<input type="button" value="Input" /> | ||
<input type="reset" /></p> | ||
<div role="group"> | ||
<button>Grouped</button> | ||
<button>Buttons</button> | ||
<button>Yay</button> | ||
</div></article> | ||
</main><footer> | ||
<ul> | ||
<li> | ||
© 2024 | ||
Winterbloom · Alethea Flowers | ||
</li> | ||
<li> | ||
Published under | ||
<a | ||
href="https://github.com/wntrblm/wintersong/blob/main/docs/LICENSE"> | ||
CC BY-SA 4.0 | ||
</a> | ||
</li> | ||
</ul> | ||
<ul> | ||
<li class="updated"> | ||
Last updated on 2024/2/27 | ||
</li> | ||
<li> | ||
<a href="https://github.com/wntrblm/wintersong/edit/main/docs/docs/buttons.md">Edit this page on GitHub</a> | ||
</li> | ||
<li> | ||
<a href="mailto:support@winterbloom.com"> | ||
Send us a message | ||
</a> | ||
</li> | ||
</ul> | ||
</footer> | ||
<script type="module" src="../winter.js"></script> | ||
|
||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,181 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | ||
<meta charset="utf-8" /> | ||
|
||
<meta | ||
name="viewport" | ||
content="width=device-width, initial-scale=1, shrink-to-fit=no" /><!-- Page author --><link rel="canonical" href="https://wintersong.wntr.dev/components/" /><link | ||
rel="shortcut icon" | ||
sizes="192x192" | ||
href="/icon.png" /> | ||
<link | ||
rel="apple-touch-icon" | ||
sizes="192x192" | ||
href="/icon.png" /> | ||
|
||
<meta name="generator" content="mkdocs-1.5.3" /><!-- Title --><title> | ||
Wintersong | ||
|
||
|
||
|
||
|
||
|
||
- Components | ||
|
||
</title><link rel="stylesheet" href="../winter.css" /></head> | ||
|
||
<body | ||
class="" | ||
data-page="components/"><header> | ||
<nav role="navigation" aria-label="main navigation"> | ||
<ul> | ||
<li> | ||
<a href="..">Wintersong</a> | ||
</li> | ||
</ul> | ||
<ul> | ||
<li> | ||
<img class="logo" src="/winterbloom.png" alt="Winterbloom logo" /> | ||
</li> | ||
</ul> | ||
</nav> | ||
<nav role="navigation" aria-label="secondary navigation"> | ||
<ul class="has-dividers"><li> | ||
<a | ||
|
||
href=".."> | ||
Home | ||
</a> | ||
</li><li> | ||
<a | ||
aria-current | ||
href="./"> | ||
Components | ||
</a> | ||
</li><li> | ||
<a | ||
|
||
href="../markdown/"> | ||
Markdown | ||
</a> | ||
</li><li> | ||
<a | ||
|
||
href="../forms/"> | ||
Forms | ||
</a> | ||
</li><li> | ||
<a | ||
|
||
href="../buttons/"> | ||
Buttons | ||
</a> | ||
</li></ul> | ||
<ul><li> | ||
<winter-dark-mode></winter-dark-mode> | ||
</li> | ||
</ul> | ||
</nav> | ||
</header><main | ||
class="hide-title"> | ||
<article class="content"><h1 id="components">Components<a class="headerlink" href="#components" title="Permanent link">#</a></h1> | ||
<h2 id="audio-player">Audio player<a class="headerlink" href="#audio-player" title="Permanent link">#</a></h2> | ||
<p><winter-audio-player title="Ramp wave"> | ||
<source | ||
src="https://storage.googleapis.com/files.winterbloom.com/gemini/ramp_octaves.mp3" /> | ||
</winter-audio-player></p> | ||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do | ||
eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim | ||
ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut | ||
aliquip ex ea commodo consequat. Duis aute irure dolor in | ||
reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla | ||
pariatur. Excepteur sint occaecat cupidatat non proident, sunt in | ||
culpa qui officia deserunt mollit anim id est laborum</p> | ||
<p><winter-audio-player | ||
title="Ramp wave with filter" | ||
src="https://storage.googleapis.com/files.winterbloom.com/gemini/ramp_filtered.mp3" | ||
loop></winter-audio-player></p> | ||
<h2 id="carousel">Carousel<a class="headerlink" href="#carousel" title="Permanent link">#</a></h2> | ||
<p><winter-carousel> | ||
<img src="../images/17-hardware-pot-nuts-1.webp" /> | ||
<img src="../images/17-hardware-pot-nuts-2.webp" /> | ||
<img src="../images/17-hardware-pot-nuts-3.webp" /> | ||
<img src="../images/17-hardware-pot-nuts-4.webp" /> | ||
<img src="../images/17-hardware-pot-nuts-5.webp" /> | ||
<img src="../images/17-hardware-pot-nuts-6.webp" /> | ||
<img src="../images/17-hardware-pot-nuts-7.webp" /> | ||
<img src="../images/17-hardware-pot-nuts-8.webp" /> | ||
</winter-carousel></p> | ||
<h2 id="image-map">Image map<a class="headerlink" href="#image-map" title="Permanent link">#</a></h2> | ||
<p><winter-image-map src="../images/kit-contents.svg"> | ||
<winter-image-map-item id="mainboard"> | ||
Mainboard | ||
</winter-image-map-item> | ||
<winter-image-map-item id="faceplate"> | ||
Faceplate | ||
</winter-image-map-item> | ||
<winter-image-map-item id="jacks"> | ||
1/8" jacks (8) | ||
</winter-image-map-item> | ||
<winter-image-map-item id="jack-nuts"> | ||
Hex nuts for the 1/8" jacks (8) | ||
</winter-image-map-item> | ||
<winter-image-map-item id="power-header"> | ||
Eurorack power header | ||
</winter-image-map-item> | ||
<winter-image-map-item id="rubber-bands"> | ||
Rubber bands (2) | ||
</winter-image-map-item> | ||
<winter-image-map-item id="big-knob"> | ||
Big knob | ||
</winter-image-map-item> | ||
<winter-image-map-item id="small-knob"> | ||
Small knobs (3) | ||
</winter-image-map-item> | ||
<winter-image-map-item id="trimpots"> | ||
Tall trimmer pots (3) | ||
</winter-image-map-item> | ||
<winter-image-map-item id="pots"> | ||
9mm pots (4) | ||
</winter-image-map-item> | ||
<winter-image-map-item id="pot-washers"> | ||
Washers for 9mm pots (4) | ||
</winter-image-map-item> | ||
<winter-image-map-item id="pot-nuts"> | ||
Nuts for 9mm pots (4) | ||
</winter-image-map-item> | ||
</winter-image-map></p></article> | ||
</main><footer> | ||
<ul> | ||
<li> | ||
© 2024 | ||
Winterbloom · Alethea Flowers | ||
</li> | ||
<li> | ||
Published under | ||
<a | ||
href="https://github.com/wntrblm/wintersong/blob/main/docs/LICENSE"> | ||
CC BY-SA 4.0 | ||
</a> | ||
</li> | ||
</ul> | ||
<ul> | ||
<li class="updated"> | ||
Last updated on 2024/2/27 | ||
</li> | ||
<li> | ||
<a href="https://github.com/wntrblm/wintersong/edit/main/docs/docs/components.md">Edit this page on GitHub</a> | ||
</li> | ||
<li> | ||
<a href="mailto:support@winterbloom.com"> | ||
Send us a message | ||
</a> | ||
</li> | ||
</ul> | ||
</footer> | ||
<script type="module" src="../winter.js"></script> | ||
|
||
|
||
</body> | ||
</html> |
Oops, something went wrong.