This commit is contained in:
Brittany Chiang
2017-10-10 22:15:49 -07:00
parent 73e71e1ba4
commit b05b913105
374 changed files with 52888 additions and 19170 deletions

8
_includes/switch.html Normal file
View File

@@ -0,0 +1,8 @@
<div class="switch-wrapper">
<div class="sun"></div>
<div class="toggle-wrapper">
<input id="switch" type="checkbox"/>
<label for="switch" id="toggle">Toggle</label>
</div>
<div class="moon"></div>
</div>