initial jekyll refactor
This commit is contained in:
4
assets/css/main.scss
Normal file
4
assets/css/main.scss
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
---
|
||||
|
||||
@import "main";
|
444
assets/css/pygments.css
Normal file
444
assets/css/pygments.css
Normal file
@ -0,0 +1,444 @@
|
||||
pre {
|
||||
font-size: 1.25rem;
|
||||
margin-top: 0;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
figure.highlight {
|
||||
margin: 0;
|
||||
margin-left: 1.5rem;
|
||||
}
|
||||
|
||||
.rouge-table {
|
||||
display: block;
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
td.gutter {
|
||||
padding-right: 10px;
|
||||
border-right: 3px solid rgb(252, 169, 184);
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
td.code {
|
||||
padding-left: 15px;
|
||||
}
|
||||
|
||||
body .hll {
|
||||
background-color: #6e7681
|
||||
}
|
||||
|
||||
body .c {
|
||||
color: #8b949e;
|
||||
font-style: italic
|
||||
}
|
||||
|
||||
/* Comment */
|
||||
body .err {
|
||||
color: #f85149
|
||||
}
|
||||
|
||||
/* Error */
|
||||
body .esc {
|
||||
color: #c9d1d9
|
||||
}
|
||||
|
||||
/* Escape */
|
||||
body .g {
|
||||
color: #c9d1d9
|
||||
}
|
||||
|
||||
/* Generic */
|
||||
body .k {
|
||||
color: #ff7b72
|
||||
}
|
||||
|
||||
/* Keyword */
|
||||
body .l {
|
||||
color: #a5d6ff
|
||||
}
|
||||
|
||||
/* Literal */
|
||||
body .n {
|
||||
color: #c9d1d9
|
||||
}
|
||||
|
||||
/* Name */
|
||||
body .o {
|
||||
color: #ff7b72;
|
||||
font-weight: bold
|
||||
}
|
||||
|
||||
/* Operator */
|
||||
body .x {
|
||||
color: #c9d1d9
|
||||
}
|
||||
|
||||
/* Other */
|
||||
body .p {
|
||||
color: #c9d1d9
|
||||
}
|
||||
|
||||
/* Punctuation */
|
||||
body .ch {
|
||||
color: #8b949e;
|
||||
font-style: italic
|
||||
}
|
||||
|
||||
/* Comment.Hashbang */
|
||||
body .cm {
|
||||
color: #8b949e;
|
||||
font-style: italic
|
||||
}
|
||||
|
||||
/* Comment.Multiline */
|
||||
body .cp {
|
||||
color: #8b949e;
|
||||
font-weight: bold;
|
||||
font-style: italic
|
||||
}
|
||||
|
||||
/* Comment.Preproc */
|
||||
body .cpf {
|
||||
color: #8b949e;
|
||||
font-style: italic
|
||||
}
|
||||
|
||||
/* Comment.PreprocFile */
|
||||
body .c1 {
|
||||
color: #8b949e;
|
||||
font-style: italic
|
||||
}
|
||||
|
||||
/* Comment.Single */
|
||||
body .cs {
|
||||
color: #8b949e;
|
||||
font-weight: bold;
|
||||
font-style: italic
|
||||
}
|
||||
|
||||
/* Comment.Special */
|
||||
body .gd {
|
||||
color: #ffa198;
|
||||
background-color: #490202
|
||||
}
|
||||
|
||||
/* Generic.Deleted */
|
||||
body .ge {
|
||||
color: #c9d1d9;
|
||||
font-style: italic
|
||||
}
|
||||
|
||||
/* Generic.Emph */
|
||||
body .gr {
|
||||
color: #ffa198
|
||||
}
|
||||
|
||||
/* Generic.Error */
|
||||
body .gh {
|
||||
color: #79c0ff;
|
||||
font-weight: bold
|
||||
}
|
||||
|
||||
/* Generic.Heading */
|
||||
body .gi {
|
||||
color: #56d364;
|
||||
background-color: #0f5323
|
||||
}
|
||||
|
||||
/* Generic.Inserted */
|
||||
body .go {
|
||||
color: #8b949e
|
||||
}
|
||||
|
||||
/* Generic.Output */
|
||||
body .gp {
|
||||
color: #8b949e
|
||||
}
|
||||
|
||||
/* Generic.Prompt */
|
||||
body .gs {
|
||||
color: #c9d1d9;
|
||||
font-weight: bold
|
||||
}
|
||||
|
||||
/* Generic.Strong */
|
||||
body .gu {
|
||||
color: #79c0ff
|
||||
}
|
||||
|
||||
/* Generic.Subheading */
|
||||
body .gt {
|
||||
color: #ff7b72
|
||||
}
|
||||
|
||||
/* Generic.Traceback */
|
||||
body .g-Underline {
|
||||
color: #c9d1d9;
|
||||
text-decoration: underline
|
||||
}
|
||||
|
||||
/* Generic.Underline */
|
||||
body .kc {
|
||||
color: #79c0ff
|
||||
}
|
||||
|
||||
/* Keyword.Constant */
|
||||
body .kd {
|
||||
color: #ff7b72
|
||||
}
|
||||
|
||||
/* Keyword.Declaration */
|
||||
body .kn {
|
||||
color: #ff7b72
|
||||
}
|
||||
|
||||
/* Keyword.Namespace */
|
||||
body .kp {
|
||||
color: #79c0ff
|
||||
}
|
||||
|
||||
/* Keyword.Pseudo */
|
||||
body .kr {
|
||||
color: #ff7b72
|
||||
}
|
||||
|
||||
/* Keyword.Reserved */
|
||||
body .kt {
|
||||
color: #ff7b72
|
||||
}
|
||||
|
||||
/* Keyword.Type */
|
||||
body .ld {
|
||||
color: #79c0ff
|
||||
}
|
||||
|
||||
/* Literal.Date */
|
||||
body .m {
|
||||
color: #a5d6ff
|
||||
}
|
||||
|
||||
/* Literal.Number */
|
||||
body .s {
|
||||
color: #a5d6ff
|
||||
}
|
||||
|
||||
/* Literal.String */
|
||||
body .na {
|
||||
color: #c9d1d9
|
||||
}
|
||||
|
||||
/* Name.Attribute */
|
||||
body .nb {
|
||||
color: #c9d1d9
|
||||
}
|
||||
|
||||
/* Name.Builtin */
|
||||
body .nc {
|
||||
color: #f0883e;
|
||||
font-weight: bold
|
||||
}
|
||||
|
||||
/* Name.Class */
|
||||
body .no {
|
||||
color: #79c0ff;
|
||||
font-weight: bold
|
||||
}
|
||||
|
||||
/* Name.Constant */
|
||||
body .nd {
|
||||
color: #d2a8ff;
|
||||
font-weight: bold
|
||||
}
|
||||
|
||||
/* Name.Decorator */
|
||||
body .ni {
|
||||
color: #ffa657
|
||||
}
|
||||
|
||||
/* Name.Entity */
|
||||
body .ne {
|
||||
color: #f0883e;
|
||||
font-weight: bold
|
||||
}
|
||||
|
||||
/* Name.Exception */
|
||||
body .nf {
|
||||
color: #d2a8ff;
|
||||
font-weight: bold
|
||||
}
|
||||
|
||||
/* Name.Function */
|
||||
body .nl {
|
||||
color: #79c0ff;
|
||||
font-weight: bold
|
||||
}
|
||||
|
||||
/* Name.Label */
|
||||
body .nn {
|
||||
color: #ff7b72
|
||||
}
|
||||
|
||||
/* Name.Namespace */
|
||||
body .nx {
|
||||
color: #c9d1d9
|
||||
}
|
||||
|
||||
/* Name.Other */
|
||||
body .py {
|
||||
color: #79c0ff
|
||||
}
|
||||
|
||||
/* Name.Property */
|
||||
body .nt {
|
||||
color: #7ee787
|
||||
}
|
||||
|
||||
/* Name.Tag */
|
||||
body .nv {
|
||||
color: #79c0ff
|
||||
}
|
||||
|
||||
/* Name.Variable */
|
||||
body .ow {
|
||||
color: #ff7b72;
|
||||
font-weight: bold
|
||||
}
|
||||
|
||||
/* Operator.Word */
|
||||
body .pm {
|
||||
color: #c9d1d9
|
||||
}
|
||||
|
||||
/* Punctuation.Marker */
|
||||
body .w {
|
||||
color: #6e7681
|
||||
}
|
||||
|
||||
/* Text.Whitespace */
|
||||
body .mb {
|
||||
color: #a5d6ff
|
||||
}
|
||||
|
||||
/* Literal.Number.Bin */
|
||||
body .mf {
|
||||
color: #a5d6ff
|
||||
}
|
||||
|
||||
/* Literal.Number.Float */
|
||||
body .mh {
|
||||
color: #a5d6ff
|
||||
}
|
||||
|
||||
/* Literal.Number.Hex */
|
||||
body .mi {
|
||||
color: #a5d6ff
|
||||
}
|
||||
|
||||
/* Literal.Number.Integer */
|
||||
body .mo {
|
||||
color: #a5d6ff
|
||||
}
|
||||
|
||||
/* Literal.Number.Oct */
|
||||
body .sa {
|
||||
color: #79c0ff
|
||||
}
|
||||
|
||||
/* Literal.String.Affix */
|
||||
body .sb {
|
||||
color: #a5d6ff
|
||||
}
|
||||
|
||||
/* Literal.String.Backtick */
|
||||
body .sc {
|
||||
color: #a5d6ff
|
||||
}
|
||||
|
||||
/* Literal.String.Char */
|
||||
body .dl {
|
||||
color: #79c0ff
|
||||
}
|
||||
|
||||
/* Literal.String.Delimiter */
|
||||
body .sd {
|
||||
color: #a5d6ff
|
||||
}
|
||||
|
||||
/* Literal.String.Doc */
|
||||
body .s2 {
|
||||
color: #a5d6ff
|
||||
}
|
||||
|
||||
/* Literal.String.Double */
|
||||
body .se {
|
||||
color: #79c0ff
|
||||
}
|
||||
|
||||
/* Literal.String.Escape */
|
||||
body .sh {
|
||||
color: #79c0ff
|
||||
}
|
||||
|
||||
/* Literal.String.Heredoc */
|
||||
body .si {
|
||||
color: #a5d6ff
|
||||
}
|
||||
|
||||
/* Literal.String.Interpol */
|
||||
body .sx {
|
||||
color: #a5d6ff
|
||||
}
|
||||
|
||||
/* Literal.String.Other */
|
||||
body .sr {
|
||||
color: #79c0ff
|
||||
}
|
||||
|
||||
/* Literal.String.Regex */
|
||||
body .s1 {
|
||||
color: #a5d6ff
|
||||
}
|
||||
|
||||
/* Literal.String.Single */
|
||||
body .ss {
|
||||
color: #a5d6ff
|
||||
}
|
||||
|
||||
/* Literal.String.Symbol */
|
||||
body .bp {
|
||||
color: #c9d1d9
|
||||
}
|
||||
|
||||
/* Name.Builtin.Pseudo */
|
||||
body .fm {
|
||||
color: #d2a8ff;
|
||||
font-weight: bold
|
||||
}
|
||||
|
||||
/* Name.Function.Magic */
|
||||
body .vc {
|
||||
color: #79c0ff
|
||||
}
|
||||
|
||||
/* Name.Variable.Class */
|
||||
body .vg {
|
||||
color: #79c0ff
|
||||
}
|
||||
|
||||
/* Name.Variable.Global */
|
||||
body .vi {
|
||||
color: #79c0ff
|
||||
}
|
||||
|
||||
/* Name.Variable.Instance */
|
||||
body .vm {
|
||||
color: #79c0ff
|
||||
}
|
||||
|
||||
/* Name.Variable.Magic */
|
||||
body .il {
|
||||
color: #a5d6ff
|
||||
}
|
||||
|
||||
/* Literal.Number.Integer.Long */
|
BIN
assets/fonts/source-code-pro-v22-latin-ext_latin-700.woff
Normal file
BIN
assets/fonts/source-code-pro-v22-latin-ext_latin-700.woff
Normal file
Binary file not shown.
BIN
assets/fonts/source-code-pro-v22-latin-ext_latin-700.woff2
Normal file
BIN
assets/fonts/source-code-pro-v22-latin-ext_latin-700.woff2
Normal file
Binary file not shown.
BIN
assets/fonts/source-code-pro-v22-latin-ext_latin-700italic.woff
Normal file
BIN
assets/fonts/source-code-pro-v22-latin-ext_latin-700italic.woff
Normal file
Binary file not shown.
BIN
assets/fonts/source-code-pro-v22-latin-ext_latin-700italic.woff2
Normal file
BIN
assets/fonts/source-code-pro-v22-latin-ext_latin-700italic.woff2
Normal file
Binary file not shown.
BIN
assets/fonts/source-code-pro-v22-latin-ext_latin-italic.woff
Normal file
BIN
assets/fonts/source-code-pro-v22-latin-ext_latin-italic.woff
Normal file
Binary file not shown.
BIN
assets/fonts/source-code-pro-v22-latin-ext_latin-italic.woff2
Normal file
BIN
assets/fonts/source-code-pro-v22-latin-ext_latin-italic.woff2
Normal file
Binary file not shown.
BIN
assets/fonts/source-code-pro-v22-latin-ext_latin-regular.woff
Normal file
BIN
assets/fonts/source-code-pro-v22-latin-ext_latin-regular.woff
Normal file
Binary file not shown.
BIN
assets/fonts/source-code-pro-v22-latin-ext_latin-regular.woff2
Normal file
BIN
assets/fonts/source-code-pro-v22-latin-ext_latin-regular.woff2
Normal file
Binary file not shown.
65
assets/images/link.svg
Normal file
65
assets/images/link.svg
Normal file
@ -0,0 +1,65 @@
|
||||
<svg version="1.1" id="prefix__SEO" xmlns="http://www.w3.org/2000/svg" x="0" y="0" viewBox="0 0 128 128"
|
||||
xml:space="preserve">
|
||||
<style>
|
||||
.prefix__st0 {
|
||||
display: none
|
||||
}
|
||||
|
||||
.prefix__st1 {
|
||||
display: inline
|
||||
}
|
||||
|
||||
.prefix__st1,
|
||||
.prefix__st2,
|
||||
.prefix__st3 {
|
||||
fill: #fca9b8;
|
||||
}
|
||||
|
||||
.prefix__st2 {
|
||||
display: inline;
|
||||
fill-rule: evenodd;
|
||||
clip-rule: evenodd
|
||||
}
|
||||
|
||||
.prefix__st3 {
|
||||
display: none
|
||||
}
|
||||
</style>
|
||||
<g id="prefix__row3" class="prefix__st0">
|
||||
<path id="prefix__icon:5_2_" class="prefix__st1"
|
||||
d="M29 64v20h70V64H29zm66.7 16.7H78.2V67.3h17.5v13.4zM0 6.1v115.8h128V6.1H0zm49.1 15.2c0 2.8-2.3 5.1-5.1 5.1s-5.1-2.3-5.1-5.1 2.3-5.1 5.1-5.1c2.8.1 5.1 2.3 5.1 5.1zm-14.2 0c0 2.8-2.3 5.1-5.1 5.1s-5.1-2.3-5.1-5.1 2.3-5.1 5.1-5.1 5.1 2.3 5.1 5.1zm-14.2 0c0 2.8-2.3 5.1-5.1 5.1s-5.1-2.3-5.1-5.1 2.3-5.1 5.1-5.1 5.1 2.3 5.1 5.1zm101.2 94.5H6.1V35.6h115.8v80.2z" />
|
||||
<path id="prefix__icon:4_2_" class="prefix__st2"
|
||||
d="M109.9 53.8c0-3.6-12.6-5.5-13.5-8.8-.9-3.4 9-11.3 7.3-14.4-1.8-3-13.6 1.6-16.1-.8-2.5-2.5 2.2-14.3-.8-16.1-3-1.7-10.9 8.2-14.4 7.3-3.3-.9-5.2-13.5-8.8-13.5-3.6 0-5.5 12.6-8.8 13.5-3.4.9-11.4-9-14.4-7.3-3 1.8 1.6 13.6-.8 16.1-2.5 2.5-14.3-2.2-16.1.8-1.7 3 8.2 10.9 7.3 14.4-.9 3.3-13.5 5.2-13.5 8.8 0 3.6 12.6 5.5 13.5 8.8.9 3.4-9 11.3-7.3 14.3.3.5.8.8 1.5.9 3.8.8 12.5-2.2 14.6-.1 2.5 2.5-2.2 14.3.8 16.1 1.4.8 4-1 6.6-3.1 2.9-2.2 5.9-4.7 7.7-4.3 3.3.9 5.2 13.5 8.8 13.5 3.6 0 5.5-12.6 8.8-13.5 2.3-.6 6.5 3.6 10 6 1.8 1.2 3.3 1.9 4.3 1.4 3-1.8-1.6-13.6.8-16.1 2.2-2.2 11.6 1.2 15 0 .5-.2.8-.4 1.1-.8 1.7-3-8.2-10.9-7.3-14.3 1.1-3.4 13.7-5.2 13.7-8.8zm-46.2 32c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32c0 17.6-14.3 32-32 32zm25.1-32c0 13.9-11.3 25.1-25.1 25.1S38.6 67.6 38.6 53.8c0-13.9 11.3-25.1 25.1-25.1s25.1 11.2 25.1 25.1zM42.6 95.4l-25.1 25.1-3.9-13.6L0 103l20.5-20.6c3.8.8 12.5-2.2 14.6-.1 2.5 2.5-2.2 14.3.8 16.1 1.5.9 4-1 6.7-3zM128 103l-13.6 3.9-3.9 13.6-23.4-23.4c1.8 1.2 3.3 1.9 4.3 1.4 3-1.8-1.6-13.6.8-16.1 2.2-2.2 11.6 1.2 15 0L128 103z" />
|
||||
<path id="prefix__icon:3_2_" class="prefix__st2"
|
||||
d="M39.7 60.2L0 99.3V28.4l39.7 31.8zM4.8 24.6L64 72.1l59.2-47.5H4.8zM83.6 64L64 79.7 44.4 64 4.2 103.4h119.5L83.6 64zm4.7-3.8L128 99.3V28.4L88.3 60.2z" />
|
||||
<path id="prefix__icon:2_2_" class="prefix__st2"
|
||||
d="M38.4 63.3s9.2-6.6 15.3-15.7c5.9-8.7 8.8-15.2 8.8-15.2s2.5-8.5.6-17.7c-1-5 4.3-8 10.7-5.9 5.1 1.6 7.5 13 7.9 15.9 1.9 14.2-4.5 28.9-4.5 28.9H115s13.4-.3 13 8.2c-.5 9.8-16.3 9.4-16.3 9.4s10.5 1.4 10.5 8.8c-.1 7.4-12.8 9.2-12.8 9.2s9.2 1.7 8.6 7.6c-.6 5.5-11.4 7.4-11.4 7.4s6.7 1.8 5.7 8.1c-.8 4.9-8.2 4.6-8.2 4.6l-65.5-.1V63.3zm-2.6-2.7v59.3H5.2L0 60.6h35.8zm-8.9 46.9c0-3-2.4-5.4-5.4-5.4-3 0-5.4 2.4-5.4 5.4 0 3 2.4 5.4 5.4 5.4 3 .1 5.4-2.4 5.4-5.4z" />
|
||||
<path id="prefix__icon:1_2_" class="prefix__st1"
|
||||
d="M115.4 128H12.6V0h102.8v128zm-97.5-5.4H110V5.4H17.9v117.2zM66 27.4c-1.2-6.3-6.7-11.1-13.4-11.1C45.1 16.3 39 22.5 39 30c0 7.5 6.1 13.7 13.6 13.7 6.6 0 12.2-4.8 13.4-11.1h28.5V18.9h-5.1v8.5h-2.8v-8.5h-5.1v8.5H66zM52.6 38.5c-4.7 0-8.5-3.8-8.5-8.5s3.8-8.5 8.5-8.5 8.5 3.8 8.5 8.5-3.8 8.5-8.5 8.5zm48.7 17.2H24.9v3.6h76.4v-3.6zm0 10.7H24.9V70h76.4v-3.6zm0 10.7H24.9v3.6h76.4v-3.6zm0 10.8H24.9v3.6h76.4v-3.6zm0 10.7H24.9v3.6h76.4v-3.6zm0 10.7H24.9v3.6h76.4v-3.6z" />
|
||||
</g>
|
||||
<g id="prefix__row2" class="prefix__st0">
|
||||
<path id="prefix__icon:5_1_" class="prefix__st1"
|
||||
d="M64 0C37.8 0 16.5 21.3 16.5 47.5c0 12 4.5 23 11.9 31.4L63.8 128l35.9-49.3c7.3-8.4 11.8-19.3 11.8-31.2C111.5 21.3 90.2 0 64 0zm0 7.1c22.2 0 40.3 18.1 40.3 40.3S86.2 87.8 64 87.8 23.7 69.7 23.7 47.5 41.8 7.1 64 7.1zm-8.3 66.3L40.3 45.7l8.3-4.6L56 54.4c6.7-10 20.3-27.3 34.9-30l1.7 9.3C79.4 36.2 64.5 57.9 59.8 66l-4.1 7.4z" />
|
||||
<path id="prefix__icon:4_1_" class="prefix__st1"
|
||||
d="M90.3 76.4c-3.9-3.9-8.6-3-12.6 1s-6 8.7-1.6 13.2c4.3 4.3 9.2 2.4 13.2-1.6 3.9-4 4.9-8.8 1-12.6zm0 0c-3.9-3.9-8.6-3-12.6 1s-6 8.7-1.6 13.2c4.3 4.3 9.2 2.4 13.2-1.6 3.9-4 4.9-8.8 1-12.6zm35.3-.1L55.4 6.1c-1.7-1.7-4-2.8-6.5-3L8.5 0C3.6-.4-.4 3.6 0 8.5l3.1 40.4c.2 2.4 1.2 4.7 3 6.5l70.2 70.2c3.2 3.2 8.3 3.2 11.4.1l38-38c3.1-3.1 3.1-8.2-.1-11.4zM8.8 16.1c-2-2-2-5.2 0-7.2s5.2-2 7.2 0 2 5.2 0 7.2-5.2 2-7.2 0zm21.9 36.7c-6-6-5.7-11.7-3.5-14 1.2-1.2 2.8-1.1 4 0 2.6 2.6-1.9 5.7 3 10.5 2.5 2.5 5.2 2.5 6.6 1.1.8-.8 1.4-2.2.1-4.2l-4-6.7c-3.2-5.4-1.6-8.6.6-10.8 4.6-4.6 10.7-2.1 14.7 1.9 3.7 3.7 6 10.2 3.2 13-1.2 1.2-2.9.9-4.1-.3-2.2-2.2 1.3-4.9-3.1-9.3-2.2-2.2-4.4-2.4-5.9-1-1.4 1.4-.2 3.7 1 5.5l3.1 4.9c3.4 5.3 1.9 9-.6 11.5-3.7 3.7-9.4 3.7-15.1-2.1zm26.8 25.9L46.1 67.3c-1.7-1.7-2.1-3.5 0-5.6l15.3-15.3c2.1-2.1 3.9-1.7 5.6 0l11.2 11.2c1.4 1.4 2 2.8.5 4.3s-2.9.9-4.3-.5l-9.2-9.2-4.5 4.5 8.1 8.1c1.2 1.2 1.9 2.6.4 4.1s-2.8.8-4.1-.4L57 60.4l-5 5 9.4 9.4c1.4 1.4 2 2.8.5 4.3s-3 1-4.4-.4zm14.7 15.7c-7.5-7.5-5.7-15.4.6-21.7 6.1-6.1 14.4-7 21.2-.1 6.8 6.8 6 15.1-.1 21.2-5.8 5.8-14.5 7.7-21.7.6zm18.1-18c-3.9-3.9-8.6-3-12.6 1s-6 8.7-1.6 13.2c4.3 4.3 9.2 2.4 13.2-1.6 3.9-4 4.9-8.8 1-12.6z" />
|
||||
<path id="prefix__icon:3_1_" class="prefix__st1"
|
||||
d="M128 95c0 6.4-5.2 11.6-11.6 11.6-6.4 0-11.6-5.2-11.6-11.6 0-.5 0-1 .1-1.4l-27-10.1C74.5 89.8 67.9 94 60.3 94c-6.8 0-12.7-3.4-16.3-8.6L22.9 96.2c.2.9.3 1.8.3 2.7 0 6.4-5.2 11.6-11.6 11.6-6.4 0-11.6-5.2-11.6-11.6s5.2-11.6 11.7-11.6c3.6 0 6.8 1.6 8.9 4.1l21.1-10.7c-.7-2-1.1-4.3-1.1-6.5 0-5.3 2.1-10.2 5.5-13.7L29.5 39.6c-1.5.7-3.2 1.1-4.9 1.1-6.4 0-11.6-5.2-11.6-11.6s5.2-11.6 11.6-11.6c6.4 0 11.7 5.2 11.7 11.6 0 2.7-.9 5.2-2.5 7.2l16.5 20.8c3-1.8 6.4-2.8 10.1-2.8 4.4 0 8.4 1.4 11.7 3.8l21.7-22.7c-1.2-1.8-1.9-4-1.9-6.3 0-6.4 5.2-11.6 11.6-11.6 6.4 0 11.6 5.2 11.6 11.6s-5.2 11.6-11.6 11.6c-2.1 0-4.1-.6-5.9-1.6L75.9 61.8c2.7 3.4 4.3 7.7 4.3 12.4 0 1.5-.2 3-.5 4.4l27 10.1c2.1-3.1 5.6-5.2 9.7-5.2 6.4-.1 11.6 5.1 11.6 11.5z" />
|
||||
<path id="prefix__icon:2_1_" class="prefix__st1"
|
||||
d="M128 104.9v7.1H0V16h7v88.9h12.7V54.3h22.7v50.6h5.3V43.7h22.8v61.2h5.2V64.4h22.8v40.5z" />
|
||||
<path id="prefix__icon:1_3_" class="prefix__st1"
|
||||
d="M0 6.1v115.8h128V6.1H0zm49.1 15.2c0 2.8-2.3 5.1-5.1 5.1s-5.1-2.3-5.1-5.1 2.3-5.1 5.1-5.1c2.8.1 5.1 2.3 5.1 5.1zm-14.2 0c0 2.8-2.3 5.1-5.1 5.1s-5.1-2.3-5.1-5.1 2.3-5.1 5.1-5.1 5.1 2.3 5.1 5.1zm-14.2 0c0 2.8-2.3 5.1-5.1 5.1s-5.1-2.3-5.1-5.1 2.3-5.1 5.1-5.1 5.1 2.3 5.1 5.1zm101.2 94.5H6.1V35.6h115.8v80.2zM94.8 80.5V70.1h-7.9c-.6-2.7-1.7-5.3-3.1-7.6l5.6-5.6-7.4-7.4-5.6 5.6c-2.3-1.5-4.9-2.6-7.6-3.2V44H58.3v8c-2.7.6-5.3 1.7-7.6 3.2l-5.6-5.6-7.4 7.4 5.6 5.6c-1.5 2.3-2.5 4.9-3.1 7.6h-7.9v10.4h8c.6 2.7 1.7 5.3 3.1 7.5l-5.6 5.6 7.4 7.4 5.7-5.7c2.3 1.5 4.8 2.5 7.5 3.1v8h10.4v-8c2.7-.6 5.3-1.7 7.5-3.1l5.7 5.7 7.4-7.4-5.6-5.6c1.5-2.3 2.5-4.8 3.1-7.6h7.9zM74.6 79l-.6 1.5c-1.1 2.3-3 4.1-5.3 5.2-.5.2-1 .5-1.5.6-1.2.4-2.4.6-3.7.6s-2.5-.2-3.7-.6l-1.5-.6c-2.3-1.1-4.1-3-5.3-5.2-.2-.5-.5-1-.6-1.5-.4-1.2-.6-2.5-.6-3.8 0-1.3.2-2.5.6-3.7.2-.5.4-1 .6-1.4 1.1-2.3 3-4.2 5.3-5.3.5-.2.9-.4 1.4-.6 1.2-.4 2.5-.6 3.8-.6 1.3 0 2.6.2 3.8.6.5.2 1 .4 1.4.6 2.3 1.1 4.2 3 5.3 5.3l.6 1.5c.4 1.2.6 2.4.6 3.7 0 1.3-.2 2.6-.6 3.7z" />
|
||||
</g>
|
||||
<g id="prefix__row1">
|
||||
<path id="prefix__icon:5" class="prefix__st3"
|
||||
d="M117.8 96.1V31.3c0-4.2-3.4-7.7-7.7-7.7H19.9c-4.2 0-7.7 3.4-7.7 7.7V96H0v8.3h128V96h-10.2zM17.3 31.3c0-1.4 1.2-2.6 2.6-2.6h90.2c1.4 0 2.6 1.1 2.6 2.6v61.6c0 1.4-1.1 2.6-2.6 2.6H19.9c-1.4 0-2.6-1.2-2.6-2.6V31.3zM107.5 75c0 3-2.4 5.4-5.4 5.4S96.6 78 96.6 75c0-.7.1-1.4.4-2L81.7 59.4c-.9.7-2 1.1-3.2 1.1-.7 0-1.3-.1-1.9-.3l-7.7 9c.3.7.5 1.4.5 2.2 0 3-2.4 5.4-5.4 5.4s-5.4-2.4-5.4-5.4c0-.2 0-.4.1-.6l-22.3-15c-.9.7-2 1.1-3.2 1.1-3 0-5.4-2.4-5.4-5.4 0-3 2.4-5.4 5.4-5.4s5.4 2.4 5.4 5.4c0 .5-.1.9-.2 1.4l21.8 14.7c1-.9 2.3-1.5 3.8-1.5.9 0 1.7.2 2.4.6l7.4-8.7a5.376 5.376 0 014.6-8.2c3 0 5.4 2.4 5.4 5.4 0 .5-.1.9-.2 1.4l15.6 13.8c.8-.4 1.7-.7 2.6-.7 3.2-.1 5.7 2.3 5.7 5.3z" />
|
||||
<path id="prefix__icon:4"
|
||||
d="M81 57.4c-1.6-4.1-4.1-7.7-7.3-10.5l-.1-.1c-7.3-6.5-18-8.7-27.8-4.9L17.3 53C3.4 58.5-3.6 74.2 1.8 88.2c2.6 6.7 7.7 12.1 14.4 15 3.5 1.5 7.2 2.3 11 2.3 3.3 0 6.6-.6 9.8-1.9l26.9-10.5c-3.8-1-7.4-2.6-10.7-4.9l-19.3 7.5c-4.6 1.8-9.7 1.7-14.3-.3-4.6-2-8.1-5.7-9.9-10.3-3.7-9.6 1-20.5 10.7-24.2L49 49.8c2.2-.9 4.5-1.3 6.7-1.3 2.6 0 5.1.5 7.6 1.6 4.6 2 8.1 5.7 9.9 10.3 1.6 4.1 1.7 8.5.3 12.7 1.1-.1 2.3-.4 3.3-.8l5.9-2.3c.5-4.1-.1-8.4-1.7-12.6zm-6.7 29.8c-3.7 0-7.4-.8-11-2.3-6.7-2.9-11.8-8.2-14.4-15-1.3-3.4-1.9-7-1.8-10.6l8.4.3c-.1 2.5.3 4.9 1.3 7.3 1.8 4.6 5.3 8.3 9.9 10.3 4.6 2 9.7 2.1 14.3.3l26.6-10.3c4.6-1.8 8.3-5.3 10.3-9.9 2-4.6 2.1-9.7.3-14.3-3.7-9.6-14.6-14.4-24.2-10.7l-20.7 8.1-3.1-7.9L91 24.4c13.9-5.4 29.7 1.5 35.1 15.5 2.6 6.7 2.4 14.1-.5 20.8-2.9 6.7-8.2 11.8-15 14.4L84.1 85.3c-3.2 1.2-6.5 1.9-9.8 1.9z"
|
||||
fill="#fca9b8" />
|
||||
<path id="prefix__icon:3" class="prefix__st3"
|
||||
d="M117.1 30.7l1.5-13-17.1 8-2.3 10.5-11.8 5.6c-7.9-14.5-23.2-24.3-40.8-24.3C20.8 17.5 0 38.4 0 64s20.8 46.5 46.5 46.5S93 89.6 93 64c0-6.2-1.2-12.1-3.4-17.6l11.8-5.6 9.6 5 17.1-8-11-7.1zm-70.6 72.9C24.6 103.6 6.9 85.9 6.9 64s17.8-39.6 39.6-39.6c14.9 0 27.9 8.2 34.6 20.4l-5.3 2.5c-5.8-10.2-16.8-17-29.3-17-18.6 0-33.8 15.2-33.8 33.8s15.2 33.8 33.8 33.8S80.3 82.6 80.3 64c0-4.3-.8-8.3-2.3-12.1l5.3-2.5c1.8 4.5 2.8 9.5 2.8 14.6 0 21.9-17.8 39.6-39.6 39.6zM67.3 64c0 11.5-9.3 20.8-20.8 20.8S25.7 75.5 25.7 64 35 43.2 46.5 43.2c7.3 0 13.8 3.8 17.5 9.6l-10.5 5c-1.7-1.9-4.2-3.2-7-3.2-5.1 0-9.3 4.2-9.3 9.3s4.2 9.3 9.3 9.3 9.3-4.2 9.3-9.3c0-.5 0-1-.1-1.5l10.6-5c.6 2.1 1 4.3 1 6.6zM46.5 39.8c-13.4 0-24.2 10.9-24.2 24.2s10.9 24.2 24.2 24.2S70.7 77.4 70.7 64c0-2.8-.5-5.5-1.4-8.1l5.5-2.6c1.3 3.3 1.9 6.9 1.9 10.7 0 16.7-13.6 30.3-30.3 30.3S16.1 80.7 16.1 64s13.6-30.3 30.3-30.3c11.2 0 20.9 6.1 26.2 15.1l-5.5 2.6c-4.2-7-11.9-11.6-20.6-11.6z" />
|
||||
<path id="prefix__icon:2" class="prefix__st3"
|
||||
d="M47.3 34v28.1c0 2.8-2.3 5.1-5.1 5.1H21.7c-2.8 0-5.1-2.3-5.1-5.1V34c0-2.8 2.3-5.1 5.1-5.1h20.4c2.9 0 5.2 2.3 5.2 5.1zM0 48.1c0 8.5 5.7 15.3 12.8 15.3V32.8C5.7 32.8 0 39.6 0 48.1zM52.2 65l56.7 31.6v-92L52.2 30.5V65zm68.5-28.7c-.1 0-.3 0-.4.1V2.1h-7.7v97.1h7.7V67.9c.1.1.3.1.4.1 4 0 7.3-7.1 7.3-15.9 0-8.7-3.3-15.8-7.3-15.8zm-96 68.8c0 19 29.3 30.6 21.7 9.5s0-42.3 0-42.3H19.2s5.5 13.9 5.5 32.8z" />
|
||||
<path id="prefix__icon:1" class="prefix__st3"
|
||||
d="M115 75.7c18.5-18.5 17.2-49.3-3.7-66.1C94.9-3.5 71-3.1 55.1 10.4c-18.8 15.9-20.8 43.5-5.9 61.8L37.8 83.6l-3.3-3.3L2.7 112c-3.6 3.6-3.6 9.6 0 13.2 3.6 3.6 9.6 3.6 13.2 0l31.8-31.8-3.3-3.3 11.3-11.3c17.5 14.1 43.1 13.1 59.3-3.1zM58.9 19.6c13.7-13.7 35.9-13.7 49.5 0s13.7 35.9 0 49.5c-13.7 13.7-35.9 13.7-49.5 0s-13.7-35.9 0-49.5z" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 10 KiB |
1
assets/images/sensor-watch/f91w-strap.svg
Normal file
1
assets/images/sensor-watch/f91w-strap.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg id="Layer_4" data-name="Layer 4" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 500"><defs><style>.cls-1{fill:none;stroke:#f6b4c1;stroke-miterlimit:10;stroke-width:2px;}</style></defs><line class="cls-1" x1="234" x2="234" y2="500"/><line class="cls-1" x1="66" x2="66" y2="500"/></svg>
|
After Width: | Height: | Size: 294 B |
70
assets/images/sensor-watch/f91w.svg
Normal file
70
assets/images/sensor-watch/f91w.svg
Normal file
@ -0,0 +1,70 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 500">
|
||||
<defs>
|
||||
<style>.cls-1{fill:#0c1113;}.cls-2{fill:none;stroke:#f6b4c1;stroke-miterlimit:10;stroke-width:2px;}.cls-3{fill:#f6b4c1;}
|
||||
</style>
|
||||
</defs>
|
||||
<g id="Layer_5" data-name="Layer 5">
|
||||
<rect class="cls-1" width="300" height="500" />
|
||||
</g>
|
||||
<g id="Layer_1" data-name="Layer 1">
|
||||
<path class="cls-2" d="M150,335.07c-21-.18-53.88.56-76.78-1-1.15.37-6.4-1.85-7.11-3.33-11.43-13.68-14.6-19.62-14.67-31.33-1-13-1.27-26.4-2-49.34" />
|
||||
<path class="cls-2" d="M150,329.83c-20.3-.19-49.15.57-71.32-1-1.12.37-7.19-1.87-7.89-3.38-11.06-13.86-13.12-19.87-13.19-31.74-.92-13.2-1-20.39-1.73-43.63" />
|
||||
<path class="cls-2" d="M150,352.07S59.42,351,58.31,350.52s-20.67-32.89-21.11-34-2.89-66.45-2.89-66.45" />
|
||||
<path class="cls-2" d="M150,364.3s-93.23-1-94.34-1.42S28.31,318.3,27.86,317.19s-2.65-67.12-2.65-67.12" />
|
||||
<polyline class="cls-2" points="27.68 315.07 20.48 310.24 17.14 264.91 25.21 257.91" />
|
||||
<path class="cls-2" d="M150,335.07c21-.18,53.87.56,76.78-1,1.15.37,6.39-1.85,7.11-3.33,11.43-13.68,14.6-19.62,14.67-31.33.94-13,1.26-26.4,2-49.34" />
|
||||
<path class="cls-2" d="M150,329.83c20.29-.19,49.15.57,71.32-1,1.11.37,7.19-1.87,7.88-3.38,11.06-13.86,13.13-19.87,13.2-31.74.91-13.2,1-20.39,1.73-43.63" />
|
||||
<path class="cls-2" d="M150,352.07s90.56-1.11,91.67-1.55,20.66-32.89,21.11-34,2.89-66.45,2.89-66.45" />
|
||||
<path class="cls-2" d="M150,364.3s93.22-1,94.33-1.42,27.34-44.58,27.78-45.69,2.65-67.12,2.65-67.12" />
|
||||
<polyline class="cls-2" points="272.29 315.07 279.5 310.24 282.83 264.91 274.76 257.91" />
|
||||
<path class="cls-2" d="M150,165c-21,.19-53.88-.56-76.78,1-1.15-.36-6.4,1.85-7.11,3.33C54.66,183,51.49,189,51.42,200.67c-1,13-1.27,26.39-2,49.33" />
|
||||
<path class="cls-2" d="M150,170.24c-20.3.19-49.15-.56-71.32,1-1.12-.36-7.19,1.88-7.89,3.38-11.06,13.86-13.12,19.88-13.19,31.74-.92,13.21-1,20.39-1.73,43.63" />
|
||||
<path class="cls-2" d="M150,148s-90.56,1.11-91.67,1.56-20.67,32.88-21.11,34S34.31,250,34.31,250" />
|
||||
<path class="cls-2" d="M150,135.78s-93.23,1-94.34,1.41-27.33,44.59-27.78,45.7S25.21,250,25.21,250" />
|
||||
<polyline class="cls-2" points="27.68 185 20.48 189.83 17.14 235.17 25.21 242.17" />
|
||||
<path class="cls-2" d="M150,165c21,.19,53.87-.56,76.78,1,1.15-.36,6.39,1.85,7.11,3.33,11.43,13.69,14.6,19.62,14.67,31.34.94,13,1.26,26.39,2,49.33" />
|
||||
<path class="cls-2" d="M150,170.24c20.29.19,49.15-.56,71.32,1,1.11-.36,7.19,1.88,7.88,3.38,11.06,13.86,13.13,19.88,13.2,31.74.91,13.21,1,20.39,1.73,43.63" />
|
||||
<path class="cls-2" d="M150,148s90.56,1.11,91.67,1.56,20.66,32.88,21.11,34S265.67,250,265.67,250" />
|
||||
<path class="cls-2" d="M150,135.78s93.22,1,94.33,1.41,27.34,44.59,27.78,45.7S274.76,250,274.76,250" />
|
||||
<polyline class="cls-2" points="272.29 185 279.5 189.83 282.83 235.17 274.76 242.17" />
|
||||
</g>
|
||||
<g id="Layer_3" data-name="Layer 3">
|
||||
<path class="cls-2" d="M224.67,250c-.35,3.5,1,31.12-1.07,33.66-1.35,4.06-5.75,5.94-9.78,5.9H86.51c-4,0-8.43-1.84-9.77-5.9-2-2.3-.74-30.41-1.07-33.66.35-3.58-.92-20.74,1.07-23.77,1.34-4.06,5.75-5.95,9.77-5.9H213.82c4,0,8.43,1.84,9.78,5.9C225.57,229.27,224.35,246.4,224.67,250Z" />
|
||||
<path class="cls-2" d="M229.33,247.11c-.36,4.09,1,36.37-1.13,39.33-1.43,4.75-6.09,6.95-10.35,6.89H83c-4.26.06-8.92-2.14-10.35-6.89-2.13-2.69-.78-35.53-1.13-39.33.37-4.19-1-24.23,1.13-27.77,1.43-4.75,6.09-7,10.35-6.89H217.85c4.26-.06,8.92,2.14,10.35,6.89C230.28,222.89,229,242.91,229.33,247.11Z" />
|
||||
<g id="CASIO">
|
||||
<path class="cls-2" d="M97.31,181.28a3.36,3.36,0,0,0-.2-1.34,1.91,1.91,0,0,0-.44-.63,3.49,3.49,0,0,0-1.28-.31c-.36-.06-1.72-.14-2.14-.14a20.79,20.79,0,0,0-3.11.17c-.14.14-.72.28-.89.5a2.43,2.43,0,0,0-.47,1.16v1.78c0,.47-.06,1.84,0,2a2.64,2.64,0,0,0,.53,1.06,3,3,0,0,0,1.22.44,23.26,23.26,0,0,0,2.8.09,23.2,23.2,0,0,0,2.42,0,1.9,1.9,0,0,0,1.06-.41,1.32,1.32,0,0,0,.5-1.05,4.25,4.25,0,0,1,0-.78" />
|
||||
<path class="cls-2" d="M100,186.71c0-1.13,3.1-5.88,3.69-7.25a1.45,1.45,0,0,1,.23-.47c.17-.16.35-.14.93-.13s.64,0,.73.16c.75,1.48,2.61,5.22,3,5.9a4.31,4.31,0,0,1,.79,1.79" />
|
||||
<line class="cls-2" x1="101.07" y1="184.13" x2="108.15" y2="184.13" />
|
||||
<path class="cls-2" d="M120,180.36c.15-2.21-2.17-1.64-4.08-1.67-1,0-2.47,0-2.75.36-1.37,1-1.23,3.06.74,3.41,1.57.31,4.21-.33,5.5.07,1.56.79,1.58,3.44-.5,3.55-1.56-.08-6.23.93-6.63-1.5" />
|
||||
<path class="cls-2" d="M123.92,177.83s.14,6.61,0,9.13" />
|
||||
<path class="cls-2" d="M128.06,182.59a6.3,6.3,0,0,0,.11,2.08c.25.5.86,1.35,1.52,1.4s3.31,0,3.31,0a25.08,25.08,0,0,0,2.61,0c.28-.1.92-.1,1.06-.68s.3-.66.27-1.26-.08-2.19-.08-2.19a13.37,13.37,0,0,0,0-1.92,1.37,1.37,0,0,0-.59-.92,14.78,14.78,0,0,0-1.53-.39H132a12.52,12.52,0,0,0-2.3,0c-.28.14-.95.19-1.17.5a2.33,2.33,0,0,0-.41,1.19C128.11,180.79,128.06,182.59,128.06,182.59Z" />
|
||||
</g>
|
||||
<g id="F-91W">
|
||||
<path class="cls-2" d="M167.94,186.22a18.32,18.32,0,0,1,.64-2.94s.56-2.79.64-2.95a45.6,45.6,0,0,1,5.34,0" />
|
||||
<path class="cls-2" d="M173.06,183.28c-.92-.11-4.48,0-4.48,0" />
|
||||
<path class="cls-2" d="M176.69,183.85c2,.15,3-.31,5.25,0" />
|
||||
<path class="cls-2" d="M186.39,184.94c.84,1.58,3.78.91,4.83,0,1.69-2.54,1.8-4.89-2-4.55-6.28,1.92,2.2,5.1,3.06,1.13" />
|
||||
<path class="cls-2" d="M197.39,186.83c.09-1.6.57-2.3.92-4.25a13.46,13.46,0,0,0,.63-2.83c.09,2.21-2,2-3.58,1.92" />
|
||||
<path class="cls-2" d="M204.08,179.75s0,3.52.06,4,.12,1.9.12,1.9h1.16s1.52-2.69,1.86-3.44a4.41,4.41,0,0,1,.52-1l.32-.59,1.25,0s0,.21,0,.93-.09,3.95-.09,3.95h1.35l.41-.68c.27-.46,2.39-3.53,2.39-5.11" />
|
||||
</g>
|
||||
<path class="cls-2" d="M18.29,211.06H10.53s-1.46-.81-1.46,8.11c0,8.42,2.17,7.78,2.17,7.78h6.34" id="light-button" />
|
||||
<path class="cls-2" d="M18.29,288.94H10.53s-1.46.81-1.46-8.11c0-8.42,2.17-7.78,2.17-7.78h6.34" />
|
||||
<path class="cls-2" d="M281.71,288.94h7.76s1.46.81,1.46-8.11c0-8.42-2.17-7.78-2.17-7.78h-6.34" />
|
||||
</g>
|
||||
<g id="Layer_4" data-name="Layer 4">
|
||||
<path class="cls-2" d="M150,306.44H125.88c-1.36,0-2,.2-2.44.84-.28.44-.28.44-.56,1.94a24.24,24.24,0,0,0,0,6.59,9.45,9.45,0,0,0,2.39,4.66c1.22,1,3.81,3.56,5.47,3.61s19.25,0,19.25,0" />
|
||||
<polygon class="cls-3" points="63.43 307.26 118.99 307.26 118.99 309.26 63.91 309.26 63.43 307.26" />
|
||||
<polyline class="cls-2" points="149.99 110.44 63.43 110.44 55.66 137.19" />
|
||||
<polygon class="cls-3" points="62.63 195.75 149.99 195.75 149.99 193.75 63.11 193.75 62.63 195.75" />
|
||||
<line class="cls-2" x1="65.99" y1="110.44" x2="65.99" />
|
||||
<line class="cls-2" x1="65.99" y1="389.42" x2="65.99" y2="500" />
|
||||
<polyline class="cls-2" points="149.99 389.42 63.43 389.42 55.66 362.67" />
|
||||
<path class="cls-2" d="M150,306.44h24.11c1.36,0,2,.2,2.45.84.27.44.27.44.55,1.94a24.24,24.24,0,0,1,0,6.59,9.45,9.45,0,0,1-2.39,4.66c-1.22,1-3.8,3.56-5.47,3.61s-19.25,0-19.25,0" />
|
||||
<polygon class="cls-3" points="236.56 307.26 181 307.26 181 309.26 236.08 309.26 236.56 307.26" />
|
||||
<polyline class="cls-2" points="150 110.44 236.56 110.44 244.33 137.19" />
|
||||
<polygon class="cls-3" points="237.36 195.75 150 195.75 150 193.75 236.89 193.75 237.36 195.75" />
|
||||
<line class="cls-2" x1="234" y1="110.44" x2="234" />
|
||||
<line class="cls-2" x1="234" y1="389.42" x2="234" y2="500" />
|
||||
<polyline class="cls-2" points="150 389.42 236.56 389.42 244.33 362.67" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 7.4 KiB |
Reference in New Issue
Block a user