This file contains hidden or 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
{"lastUpload":"2020-02-11T19:42:16.623Z","extensionVersion":"v3.4.2"} |
This file contains hidden or 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
var textMap = [ | |
['0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0'], | |
['0 + - - - - + - - - - - + 0 + - - - - - + - - - - + 0'], | |
['0 | 0 0 0 0 | 0 0 0 0 0 | 0 | 0 0 0 0 0 | 0 0 0 0 | 0'], | |
['0 | 0 0 0 0 | 0 0 0 0 0 | 0 | 0 0 0 0 0 | 0 0 0 0 | 0'], | |
['0 | 0 0 0 0 | 0 0 0 0 0 | 0 | 0 0 0 0 0 | 0 0 0 0 | 0'], | |
['0 + - - - - + - - + - - + - + - - + - - + - - - - + 0'], | |
['0 | 0 0 0 0 | 0 0 | 0 0 0 0 0 0 0 | 0 0 | 0 0 0 0 | 0'], | |
['0 | 0 0 0 0 | 0 0 | 0 0 0 0 0 0 0 | 0 0 | 0 0 0 0 | 0'], | |
['0 + - - - - + 0 0 + - - + 0 + - - + 0 0 + - - - - + 0'], |
This file contains hidden or 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
<?php | |
/* | |
Template Name: Home Page | |
*/ | |
define( 'WP_USE_THEMES', false ); get_header(); ?> | |
This file contains hidden or 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
<label class="switch"> | |
<input type="checkbox"> | |
<span class="slider round"></span> | |
</label> |
This file contains hidden or 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
/* The switch - the box around the slider */ | |
.switch { | |
width: 40px; | |
height: 22px; | |
position: relative; | |
display: inline-block; | |
} | |
/* Hide default HTML checkbox */ | |
.switch input {display:none} |
This file contains hidden or 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
<button class="btn btn-outline btn-round" type="button">Round</button> |
This file contains hidden or 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
.btn { | |
border: none; | |
background: none; | |
line-height: 1em; | |
color: $black; | |
font-size: 1rem; | |
font-weight: 500; | |
margin: 0 .25em 0 0; | |
border: 2px solid $brand; | |
border-radius: .28rem; |
This file contains hidden or 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
<button class="btn btn-outline btn-round" type="button">Round</button> |
This file contains hidden or 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
.btn { | |
border: none; | |
background: none; | |
line-height: 1em; | |
color: $black; | |
font-size: 1rem; | |
font-weight: 500; | |
margin: 0 .25em 0 0; | |
border: 2px solid $brand; | |
border-radius: .28rem; |
NewerOlder