alien-minimalistic 0.10.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/LICENSE.txt +21 -0
- data/README.md +112 -0
- data/_includes/disqus.html +31 -0
- data/_includes/footer.html +29 -0
- data/_includes/head.html +15 -0
- data/_includes/header.html +46 -0
- data/_includes/icons/icon-about.html +10 -0
- data/_includes/icons/icon-articles.html +9 -0
- data/_includes/icons/icon-contact.html +18 -0
- data/_includes/icons/icon-resume.html +8 -0
- data/_includes/readtime.html +8 -0
- data/_includes/social/social-github.html +14 -0
- data/_includes/social/social-linkedin.html +11 -0
- data/_includes/social/social-rss.html +15 -0
- data/_includes/social/social-twitter.html +13 -0
- data/_layouts/404.html +26 -0
- data/_layouts/about.html +15 -0
- data/_layouts/articles.html +20 -0
- data/_layouts/contact.html +38 -0
- data/_layouts/default.html +19 -0
- data/_layouts/home.html +48 -0
- data/_layouts/post.html +16 -0
- data/_sass/1-tools/_google-font.scss +168 -0
- data/_sass/1-tools/_normalize.scss +341 -0
- data/_sass/1-tools/_syntax-highlighting.scss +63 -0
- data/_sass/1-tools/_tools-dir.sass +4 -0
- data/_sass/1-tools/bourbon/_bourbon-deprecated-upcoming.scss +411 -0
- data/_sass/1-tools/bourbon/_bourbon.scss +87 -0
- data/_sass/1-tools/bourbon/addons/_border-color.scss +26 -0
- data/_sass/1-tools/bourbon/addons/_border-radius.scss +48 -0
- data/_sass/1-tools/bourbon/addons/_border-style.scss +25 -0
- data/_sass/1-tools/bourbon/addons/_border-width.scss +25 -0
- data/_sass/1-tools/bourbon/addons/_buttons.scss +64 -0
- data/_sass/1-tools/bourbon/addons/_clearfix.scss +25 -0
- data/_sass/1-tools/bourbon/addons/_ellipsis.scss +30 -0
- data/_sass/1-tools/bourbon/addons/_font-stacks.scss +31 -0
- data/_sass/1-tools/bourbon/addons/_hide-text.scss +27 -0
- data/_sass/1-tools/bourbon/addons/_margin.scss +26 -0
- data/_sass/1-tools/bourbon/addons/_padding.scss +26 -0
- data/_sass/1-tools/bourbon/addons/_position.scss +48 -0
- data/_sass/1-tools/bourbon/addons/_prefixer.scss +66 -0
- data/_sass/1-tools/bourbon/addons/_retina-image.scss +25 -0
- data/_sass/1-tools/bourbon/addons/_size.scss +51 -0
- data/_sass/1-tools/bourbon/addons/_text-inputs.scss +113 -0
- data/_sass/1-tools/bourbon/addons/_timing-functions.scss +34 -0
- data/_sass/1-tools/bourbon/addons/_triangle.scss +63 -0
- data/_sass/1-tools/bourbon/addons/_word-wrap.scss +29 -0
- data/_sass/1-tools/bourbon/css3/_animation.scss +43 -0
- data/_sass/1-tools/bourbon/css3/_appearance.scss +3 -0
- data/_sass/1-tools/bourbon/css3/_backface-visibility.scss +3 -0
- data/_sass/1-tools/bourbon/css3/_background-image.scss +42 -0
- data/_sass/1-tools/bourbon/css3/_background.scss +55 -0
- data/_sass/1-tools/bourbon/css3/_border-image.scss +59 -0
- data/_sass/1-tools/bourbon/css3/_calc.scss +4 -0
- data/_sass/1-tools/bourbon/css3/_columns.scss +47 -0
- data/_sass/1-tools/bourbon/css3/_filter.scss +4 -0
- data/_sass/1-tools/bourbon/css3/_flex-box.scss +287 -0
- data/_sass/1-tools/bourbon/css3/_font-face.scss +24 -0
- data/_sass/1-tools/bourbon/css3/_font-feature-settings.scss +4 -0
- data/_sass/1-tools/bourbon/css3/_hidpi-media-query.scss +10 -0
- data/_sass/1-tools/bourbon/css3/_hyphens.scss +4 -0
- data/_sass/1-tools/bourbon/css3/_image-rendering.scss +14 -0
- data/_sass/1-tools/bourbon/css3/_keyframes.scss +36 -0
- data/_sass/1-tools/bourbon/css3/_linear-gradient.scss +38 -0
- data/_sass/1-tools/bourbon/css3/_perspective.scss +8 -0
- data/_sass/1-tools/bourbon/css3/_placeholder.scss +8 -0
- data/_sass/1-tools/bourbon/css3/_radial-gradient.scss +39 -0
- data/_sass/1-tools/bourbon/css3/_selection.scss +42 -0
- data/_sass/1-tools/bourbon/css3/_text-decoration.scss +19 -0
- data/_sass/1-tools/bourbon/css3/_transform.scss +15 -0
- data/_sass/1-tools/bourbon/css3/_transition.scss +71 -0
- data/_sass/1-tools/bourbon/css3/_user-select.scss +3 -0
- data/_sass/1-tools/bourbon/functions/_assign-inputs.scss +11 -0
- data/_sass/1-tools/bourbon/functions/_contains-falsy.scss +20 -0
- data/_sass/1-tools/bourbon/functions/_contains.scss +26 -0
- data/_sass/1-tools/bourbon/functions/_is-length.scss +11 -0
- data/_sass/1-tools/bourbon/functions/_is-light.scss +21 -0
- data/_sass/1-tools/bourbon/functions/_is-number.scss +11 -0
- data/_sass/1-tools/bourbon/functions/_is-size.scss +13 -0
- data/_sass/1-tools/bourbon/functions/_modular-scale.scss +69 -0
- data/_sass/1-tools/bourbon/functions/_px-to-em.scss +13 -0
- data/_sass/1-tools/bourbon/functions/_px-to-rem.scss +15 -0
- data/_sass/1-tools/bourbon/functions/_shade.scss +24 -0
- data/_sass/1-tools/bourbon/functions/_strip-units.scss +17 -0
- data/_sass/1-tools/bourbon/functions/_tint.scss +24 -0
- data/_sass/1-tools/bourbon/functions/_transition-property-name.scss +22 -0
- data/_sass/1-tools/bourbon/functions/_unpack.scss +27 -0
- data/_sass/1-tools/bourbon/helpers/_convert-units.scss +21 -0
- data/_sass/1-tools/bourbon/helpers/_directional-values.scss +96 -0
- data/_sass/1-tools/bourbon/helpers/_font-source-declaration.scss +43 -0
- data/_sass/1-tools/bourbon/helpers/_gradient-positions-parser.scss +13 -0
- data/_sass/1-tools/bourbon/helpers/_linear-angle-parser.scss +25 -0
- data/_sass/1-tools/bourbon/helpers/_linear-gradient-parser.scss +41 -0
- data/_sass/1-tools/bourbon/helpers/_linear-positions-parser.scss +61 -0
- data/_sass/1-tools/bourbon/helpers/_linear-side-corner-parser.scss +31 -0
- data/_sass/1-tools/bourbon/helpers/_radial-arg-parser.scss +69 -0
- data/_sass/1-tools/bourbon/helpers/_radial-gradient-parser.scss +50 -0
- data/_sass/1-tools/bourbon/helpers/_radial-positions-parser.scss +18 -0
- data/_sass/1-tools/bourbon/helpers/_render-gradients.scss +26 -0
- data/_sass/1-tools/bourbon/helpers/_shape-size-stripper.scss +10 -0
- data/_sass/1-tools/bourbon/helpers/_str-to-num.scss +50 -0
- data/_sass/1-tools/bourbon/settings/_asset-pipeline.scss +7 -0
- data/_sass/1-tools/bourbon/settings/_prefixer.scss +9 -0
- data/_sass/1-tools/bourbon/settings/_px-to-em.scss +1 -0
- data/_sass/2-base/_base-dir.sass +3 -0
- data/_sass/2-base/_standard-colors.sass +3 -0
- data/_sass/2-base/_standard-overrides.sass +48 -0
- data/_sass/2-base/milligram/_Base.sass +24 -0
- data/_sass/2-base/milligram/_Blockquote.sass +12 -0
- data/_sass/2-base/milligram/_Button.sass +75 -0
- data/_sass/2-base/milligram/_Code.sass +22 -0
- data/_sass/2-base/milligram/_Color.sass +11 -0
- data/_sass/2-base/milligram/_Divider.sass +8 -0
- data/_sass/2-base/milligram/_Form.sass +56 -0
- data/_sass/2-base/milligram/_Grid.sass +158 -0
- data/_sass/2-base/milligram/_Image.sass +6 -0
- data/_sass/2-base/milligram/_Link.sass +11 -0
- data/_sass/2-base/milligram/_List.sass +22 -0
- data/_sass/2-base/milligram/_Spacing.sass +27 -0
- data/_sass/2-base/milligram/_Table.sass +19 -0
- data/_sass/2-base/milligram/_Typography.sass +48 -0
- data/_sass/2-base/milligram/_Utility.sass +18 -0
- data/_sass/2-base/milligram/_milligram.sass +19 -0
- data/_sass/3-sections/_404.sass +25 -0
- data/_sass/3-sections/_about.sass +62 -0
- data/_sass/3-sections/_articles.sass +42 -0
- data/_sass/3-sections/_contact.sass +84 -0
- data/_sass/3-sections/_footer.sass +76 -0
- data/_sass/3-sections/_header.sass +241 -0
- data/_sass/3-sections/_home.sass +187 -0
- data/_sass/3-sections/_post.sass +22 -0
- data/_sass/3-sections/_sections-dir.sass +8 -0
- data/_sass/_alien-minimalistic.sass +3 -0
- data/assets/favicon.png +0 -0
- data/assets/hero_background.jpg +0 -0
- data/assets/main.sass +10 -0
- data/assets/patterns/be.js +26 -0
- data/assets/patterns/bn.js +15 -0
- data/assets/patterns/ca.js +22 -0
- data/assets/patterns/cs.js +19 -0
- data/assets/patterns/da.js +18 -0
- data/assets/patterns/de.js +25 -0
- data/assets/patterns/el-monoton.js +22 -0
- data/assets/patterns/el-polyton.js +28 -0
- data/assets/patterns/en-gb.js +20 -0
- data/assets/patterns/en-us.js +23 -0
- data/assets/patterns/eo.js +27 -0
- data/assets/patterns/es.js +29 -0
- data/assets/patterns/et.js +27 -0
- data/assets/patterns/fi.js +19 -0
- data/assets/patterns/fr.js +28 -0
- data/assets/patterns/grc.js +30 -0
- data/assets/patterns/gu.js +14 -0
- data/assets/patterns/hi.js +14 -0
- data/assets/patterns/hu.js +26 -0
- data/assets/patterns/hy.js +15 -0
- data/assets/patterns/it.js +22 -0
- data/assets/patterns/kn.js +15 -0
- data/assets/patterns/la.js +24 -0
- data/assets/patterns/lt.js +19 -0
- data/assets/patterns/lv.js +22 -0
- data/assets/patterns/ml.js +16 -0
- data/assets/patterns/nb-no.js +133 -0
- data/assets/patterns/nl.js +21 -0
- data/assets/patterns/or.js +16 -0
- data/assets/patterns/pa.js +14 -0
- data/assets/patterns/pl.js +29 -0
- data/assets/patterns/pt.js +18 -0
- data/assets/patterns/ro.js +20 -0
- data/assets/patterns/ru.js +24 -0
- data/assets/patterns/sk.js +27 -0
- data/assets/patterns/sl.js +19 -0
- data/assets/patterns/sr-cyrl.js +22 -0
- data/assets/patterns/sr-latn.js +23 -0
- data/assets/patterns/sv.js +21 -0
- data/assets/patterns/ta.js +16 -0
- data/assets/patterns/te.js +14 -0
- data/assets/patterns/tr.js +17 -0
- data/assets/patterns/uk.js +27 -0
- data/assets/profile_picture.png +0 -0
- metadata +253 -0
@@ -0,0 +1,38 @@
|
|
1
|
+
---
|
2
|
+
layout: default
|
3
|
+
---
|
4
|
+
<section id="contact">
|
5
|
+
|
6
|
+
<h2 id="contact-page-header">Contact</h2>
|
7
|
+
<p id="contact-page-message">{{ site.contact-page-message }}</p>
|
8
|
+
|
9
|
+
<form id="contact-form" method="POST" action="https://formspree.io/{{ site.email }}" method="POST">
|
10
|
+
|
11
|
+
<label class="form-field">
|
12
|
+
<b>
|
13
|
+
<span class="field-name">Name</span>
|
14
|
+
</b>
|
15
|
+
<input class="input-handler" type="text" name="name" required>
|
16
|
+
</label>
|
17
|
+
|
18
|
+
<label class="form-field">
|
19
|
+
<b>
|
20
|
+
<span class="field-name">Email</span>
|
21
|
+
</b>
|
22
|
+
<input class="input-handler" type="email" name="from" required>
|
23
|
+
</label>
|
24
|
+
|
25
|
+
<label class="form-field">
|
26
|
+
<b>
|
27
|
+
<span class="field-name">Message</span>
|
28
|
+
</b>
|
29
|
+
<textarea class="textarea-handler" name="message" required></textarea>
|
30
|
+
</label>
|
31
|
+
|
32
|
+
<div class="submit-wrap">
|
33
|
+
<input class="button-handler" type="submit" value="Send">
|
34
|
+
</div>
|
35
|
+
|
36
|
+
</form>
|
37
|
+
|
38
|
+
</section>
|
@@ -0,0 +1,19 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html lang="en">
|
3
|
+
|
4
|
+
{% include head.html %}
|
5
|
+
|
6
|
+
<body>
|
7
|
+
|
8
|
+
{% include header.html %}
|
9
|
+
|
10
|
+
<main class="page-content">
|
11
|
+
<div class="wrapper">
|
12
|
+
{{ content }}
|
13
|
+
</div>
|
14
|
+
</main>
|
15
|
+
|
16
|
+
{% include footer.html %}
|
17
|
+
|
18
|
+
</body>
|
19
|
+
</html>
|
data/_layouts/home.html
ADDED
@@ -0,0 +1,48 @@
|
|
1
|
+
---
|
2
|
+
layout: default
|
3
|
+
---
|
4
|
+
<section id="home">
|
5
|
+
|
6
|
+
<div id="hero-section">
|
7
|
+
<div id="hero-content">
|
8
|
+
|
9
|
+
<h1 id="hero-header">{{ site.tagline }}</h1>
|
10
|
+
<p id="hero-paragraph">{{ site.description }}</p>
|
11
|
+
|
12
|
+
</div>
|
13
|
+
</div>
|
14
|
+
|
15
|
+
<div id="features-section">
|
16
|
+
<div id="features-container">
|
17
|
+
|
18
|
+
<div class="feature">
|
19
|
+
<div class="feature-icon">
|
20
|
+
<a href="/about/">{% include icons/icon-about.html %}</a>
|
21
|
+
</div>
|
22
|
+
|
23
|
+
<h3 class="feature-heading">About</h3>
|
24
|
+
<p class="feature-text">Learn more about the author</p>
|
25
|
+
</div>
|
26
|
+
|
27
|
+
<div class="feature">
|
28
|
+
<div class="feature-icon">
|
29
|
+
<a href="/articles/">{% include icons/icon-articles.html %}</a>
|
30
|
+
</div>
|
31
|
+
|
32
|
+
<h3 class="feature-heading">Articles</h3>
|
33
|
+
<p class="feature-text">Read and comment on articles</p>
|
34
|
+
</div>
|
35
|
+
|
36
|
+
<div class="feature">
|
37
|
+
<div class="feature-icon">
|
38
|
+
<a href="/contact/">{% include icons/icon-contact.html %}</a>
|
39
|
+
</div>
|
40
|
+
|
41
|
+
<h3 class="feature-heading">Contact</h3>
|
42
|
+
<p class="feature-text">Connect with the author</p>
|
43
|
+
</div>
|
44
|
+
|
45
|
+
</div>
|
46
|
+
</div>
|
47
|
+
|
48
|
+
</section>
|
data/_layouts/post.html
ADDED
@@ -0,0 +1,16 @@
|
|
1
|
+
---
|
2
|
+
layout: default
|
3
|
+
---
|
4
|
+
<article class="article">
|
5
|
+
|
6
|
+
<h3 class="page-title">{{ page.title }}</h3>
|
7
|
+
<p class="page-date">{{ page.date | date: "%b %d, %Y" }}</p>
|
8
|
+
<p class="page-read-time">{% include readtime.html %}</p>
|
9
|
+
|
10
|
+
<div class="page-content">
|
11
|
+
{{ content }}
|
12
|
+
</div>
|
13
|
+
|
14
|
+
{% include disqus.html %}
|
15
|
+
|
16
|
+
</article>
|
@@ -0,0 +1,168 @@
|
|
1
|
+
/* cyrillic-ext */
|
2
|
+
@font-face {
|
3
|
+
font-family: 'Open Sans';
|
4
|
+
font-style: italic;
|
5
|
+
font-weight: 400;
|
6
|
+
src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v15/mem6YaGs126MiZpBA-UFUK0Udc1UAw.woff2) format('woff2');
|
7
|
+
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
8
|
+
}
|
9
|
+
/* cyrillic */
|
10
|
+
@font-face {
|
11
|
+
font-family: 'Open Sans';
|
12
|
+
font-style: italic;
|
13
|
+
font-weight: 400;
|
14
|
+
src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v15/mem6YaGs126MiZpBA-UFUK0ddc1UAw.woff2) format('woff2');
|
15
|
+
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
16
|
+
}
|
17
|
+
/* greek-ext */
|
18
|
+
@font-face {
|
19
|
+
font-family: 'Open Sans';
|
20
|
+
font-style: italic;
|
21
|
+
font-weight: 400;
|
22
|
+
src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v15/mem6YaGs126MiZpBA-UFUK0Vdc1UAw.woff2) format('woff2');
|
23
|
+
unicode-range: U+1F00-1FFF;
|
24
|
+
}
|
25
|
+
/* greek */
|
26
|
+
@font-face {
|
27
|
+
font-family: 'Open Sans';
|
28
|
+
font-style: italic;
|
29
|
+
font-weight: 400;
|
30
|
+
src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v15/mem6YaGs126MiZpBA-UFUK0adc1UAw.woff2) format('woff2');
|
31
|
+
unicode-range: U+0370-03FF;
|
32
|
+
}
|
33
|
+
/* vietnamese */
|
34
|
+
@font-face {
|
35
|
+
font-family: 'Open Sans';
|
36
|
+
font-style: italic;
|
37
|
+
font-weight: 400;
|
38
|
+
src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v15/mem6YaGs126MiZpBA-UFUK0Wdc1UAw.woff2) format('woff2');
|
39
|
+
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
|
40
|
+
}
|
41
|
+
/* latin-ext */
|
42
|
+
@font-face {
|
43
|
+
font-family: 'Open Sans';
|
44
|
+
font-style: italic;
|
45
|
+
font-weight: 400;
|
46
|
+
src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v15/mem6YaGs126MiZpBA-UFUK0Xdc1UAw.woff2) format('woff2');
|
47
|
+
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
48
|
+
}
|
49
|
+
/* latin */
|
50
|
+
@font-face {
|
51
|
+
font-family: 'Open Sans';
|
52
|
+
font-style: italic;
|
53
|
+
font-weight: 400;
|
54
|
+
src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v15/mem6YaGs126MiZpBA-UFUK0Zdc0.woff2) format('woff2');
|
55
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
56
|
+
}
|
57
|
+
/* cyrillic-ext */
|
58
|
+
@font-face {
|
59
|
+
font-family: 'Open Sans';
|
60
|
+
font-style: normal;
|
61
|
+
font-weight: 400;
|
62
|
+
src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFWJ0bbck.woff2) format('woff2');
|
63
|
+
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
64
|
+
}
|
65
|
+
/* cyrillic */
|
66
|
+
@font-face {
|
67
|
+
font-family: 'Open Sans';
|
68
|
+
font-style: normal;
|
69
|
+
font-weight: 400;
|
70
|
+
src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFUZ0bbck.woff2) format('woff2');
|
71
|
+
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
72
|
+
}
|
73
|
+
/* greek-ext */
|
74
|
+
@font-face {
|
75
|
+
font-family: 'Open Sans';
|
76
|
+
font-style: normal;
|
77
|
+
font-weight: 400;
|
78
|
+
src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFWZ0bbck.woff2) format('woff2');
|
79
|
+
unicode-range: U+1F00-1FFF;
|
80
|
+
}
|
81
|
+
/* greek */
|
82
|
+
@font-face {
|
83
|
+
font-family: 'Open Sans';
|
84
|
+
font-style: normal;
|
85
|
+
font-weight: 400;
|
86
|
+
src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVp0bbck.woff2) format('woff2');
|
87
|
+
unicode-range: U+0370-03FF;
|
88
|
+
}
|
89
|
+
/* vietnamese */
|
90
|
+
@font-face {
|
91
|
+
font-family: 'Open Sans';
|
92
|
+
font-style: normal;
|
93
|
+
font-weight: 400;
|
94
|
+
src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFWp0bbck.woff2) format('woff2');
|
95
|
+
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
|
96
|
+
}
|
97
|
+
/* latin-ext */
|
98
|
+
@font-face {
|
99
|
+
font-family: 'Open Sans';
|
100
|
+
font-style: normal;
|
101
|
+
font-weight: 400;
|
102
|
+
src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFW50bbck.woff2) format('woff2');
|
103
|
+
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
104
|
+
}
|
105
|
+
/* latin */
|
106
|
+
@font-face {
|
107
|
+
font-family: 'Open Sans';
|
108
|
+
font-style: normal;
|
109
|
+
font-weight: 400;
|
110
|
+
src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVZ0b.woff2) format('woff2');
|
111
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
112
|
+
}
|
113
|
+
/* cyrillic-ext */
|
114
|
+
@font-face {
|
115
|
+
font-family: 'Open Sans';
|
116
|
+
font-style: normal;
|
117
|
+
font-weight: 700;
|
118
|
+
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOX-hpOqc.woff2) format('woff2');
|
119
|
+
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
120
|
+
}
|
121
|
+
/* cyrillic */
|
122
|
+
@font-face {
|
123
|
+
font-family: 'Open Sans';
|
124
|
+
font-style: normal;
|
125
|
+
font-weight: 700;
|
126
|
+
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOVuhpOqc.woff2) format('woff2');
|
127
|
+
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
128
|
+
}
|
129
|
+
/* greek-ext */
|
130
|
+
@font-face {
|
131
|
+
font-family: 'Open Sans';
|
132
|
+
font-style: normal;
|
133
|
+
font-weight: 700;
|
134
|
+
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOXuhpOqc.woff2) format('woff2');
|
135
|
+
unicode-range: U+1F00-1FFF;
|
136
|
+
}
|
137
|
+
/* greek */
|
138
|
+
@font-face {
|
139
|
+
font-family: 'Open Sans';
|
140
|
+
font-style: normal;
|
141
|
+
font-weight: 700;
|
142
|
+
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOUehpOqc.woff2) format('woff2');
|
143
|
+
unicode-range: U+0370-03FF;
|
144
|
+
}
|
145
|
+
/* vietnamese */
|
146
|
+
@font-face {
|
147
|
+
font-family: 'Open Sans';
|
148
|
+
font-style: normal;
|
149
|
+
font-weight: 700;
|
150
|
+
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOXehpOqc.woff2) format('woff2');
|
151
|
+
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
|
152
|
+
}
|
153
|
+
/* latin-ext */
|
154
|
+
@font-face {
|
155
|
+
font-family: 'Open Sans';
|
156
|
+
font-style: normal;
|
157
|
+
font-weight: 700;
|
158
|
+
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOXOhpOqc.woff2) format('woff2');
|
159
|
+
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
160
|
+
}
|
161
|
+
/* latin */
|
162
|
+
@font-face {
|
163
|
+
font-family: 'Open Sans';
|
164
|
+
font-style: normal;
|
165
|
+
font-weight: 700;
|
166
|
+
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOUuhp.woff2) format('woff2');
|
167
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
168
|
+
}
|
@@ -0,0 +1,341 @@
|
|
1
|
+
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
|
2
|
+
|
3
|
+
/* Document
|
4
|
+
========================================================================== */
|
5
|
+
|
6
|
+
/**
|
7
|
+
* 1. Correct the line height in all browsers.
|
8
|
+
* 2. Prevent adjustments of font size after orientation changes in iOS.
|
9
|
+
*/
|
10
|
+
|
11
|
+
html {
|
12
|
+
line-height: 1.15; /* 1 */
|
13
|
+
-webkit-text-size-adjust: 100%; /* 2 */
|
14
|
+
}
|
15
|
+
|
16
|
+
/* Sections
|
17
|
+
========================================================================== */
|
18
|
+
|
19
|
+
/**
|
20
|
+
* Remove the margin in all browsers.
|
21
|
+
*/
|
22
|
+
|
23
|
+
body {
|
24
|
+
margin: 0;
|
25
|
+
}
|
26
|
+
|
27
|
+
/**
|
28
|
+
* Correct the font size and margin on `h1` elements within `section` and
|
29
|
+
* `article` contexts in Chrome, Firefox, and Safari.
|
30
|
+
*/
|
31
|
+
|
32
|
+
h1 {
|
33
|
+
font-size: 2em;
|
34
|
+
margin: 0.67em 0;
|
35
|
+
}
|
36
|
+
|
37
|
+
/* Grouping content
|
38
|
+
========================================================================== */
|
39
|
+
|
40
|
+
/**
|
41
|
+
* 1. Add the correct box sizing in Firefox.
|
42
|
+
* 2. Show the overflow in Edge and IE.
|
43
|
+
*/
|
44
|
+
|
45
|
+
hr {
|
46
|
+
box-sizing: content-box; /* 1 */
|
47
|
+
height: 0; /* 1 */
|
48
|
+
overflow: visible; /* 2 */
|
49
|
+
}
|
50
|
+
|
51
|
+
/**
|
52
|
+
* 1. Correct the inheritance and scaling of font size in all browsers.
|
53
|
+
* 2. Correct the odd `em` font sizing in all browsers.
|
54
|
+
*/
|
55
|
+
|
56
|
+
pre {
|
57
|
+
font-family: monospace, monospace; /* 1 */
|
58
|
+
font-size: 1em; /* 2 */
|
59
|
+
}
|
60
|
+
|
61
|
+
/* Text-level semantics
|
62
|
+
========================================================================== */
|
63
|
+
|
64
|
+
/**
|
65
|
+
* Remove the gray background on active links in IE 10.
|
66
|
+
*/
|
67
|
+
|
68
|
+
a {
|
69
|
+
background-color: transparent;
|
70
|
+
}
|
71
|
+
|
72
|
+
/**
|
73
|
+
* 1. Remove the bottom border in Chrome 57-
|
74
|
+
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
|
75
|
+
*/
|
76
|
+
|
77
|
+
abbr[title] {
|
78
|
+
border-bottom: none; /* 1 */
|
79
|
+
text-decoration: underline; /* 2 */
|
80
|
+
text-decoration: underline dotted; /* 2 */
|
81
|
+
}
|
82
|
+
|
83
|
+
/**
|
84
|
+
* Add the correct font weight in Chrome, Edge, and Safari.
|
85
|
+
*/
|
86
|
+
|
87
|
+
b,
|
88
|
+
strong {
|
89
|
+
font-weight: bolder;
|
90
|
+
}
|
91
|
+
|
92
|
+
/**
|
93
|
+
* 1. Correct the inheritance and scaling of font size in all browsers.
|
94
|
+
* 2. Correct the odd `em` font sizing in all browsers.
|
95
|
+
*/
|
96
|
+
|
97
|
+
code,
|
98
|
+
kbd,
|
99
|
+
samp {
|
100
|
+
font-family: monospace, monospace; /* 1 */
|
101
|
+
font-size: 1em; /* 2 */
|
102
|
+
}
|
103
|
+
|
104
|
+
/**
|
105
|
+
* Add the correct font size in all browsers.
|
106
|
+
*/
|
107
|
+
|
108
|
+
small {
|
109
|
+
font-size: 80%;
|
110
|
+
}
|
111
|
+
|
112
|
+
/**
|
113
|
+
* Prevent `sub` and `sup` elements from affecting the line height in
|
114
|
+
* all browsers.
|
115
|
+
*/
|
116
|
+
|
117
|
+
sub,
|
118
|
+
sup {
|
119
|
+
font-size: 75%;
|
120
|
+
line-height: 0;
|
121
|
+
position: relative;
|
122
|
+
vertical-align: baseline;
|
123
|
+
}
|
124
|
+
|
125
|
+
sub {
|
126
|
+
bottom: -0.25em;
|
127
|
+
}
|
128
|
+
|
129
|
+
sup {
|
130
|
+
top: -0.5em;
|
131
|
+
}
|
132
|
+
|
133
|
+
/* Embedded content
|
134
|
+
========================================================================== */
|
135
|
+
|
136
|
+
/**
|
137
|
+
* Remove the border on images inside links in IE 10.
|
138
|
+
*/
|
139
|
+
|
140
|
+
img {
|
141
|
+
border-style: none;
|
142
|
+
}
|
143
|
+
|
144
|
+
/* Forms
|
145
|
+
========================================================================== */
|
146
|
+
|
147
|
+
/**
|
148
|
+
* 1. Change the font styles in all browsers.
|
149
|
+
* 2. Remove the margin in Firefox and Safari.
|
150
|
+
*/
|
151
|
+
|
152
|
+
button,
|
153
|
+
input,
|
154
|
+
optgroup,
|
155
|
+
select,
|
156
|
+
textarea {
|
157
|
+
font-family: inherit; /* 1 */
|
158
|
+
font-size: 100%; /* 1 */
|
159
|
+
line-height: 1.15; /* 1 */
|
160
|
+
margin: 0; /* 2 */
|
161
|
+
}
|
162
|
+
|
163
|
+
/**
|
164
|
+
* Show the overflow in IE.
|
165
|
+
* 1. Show the overflow in Edge.
|
166
|
+
*/
|
167
|
+
|
168
|
+
button,
|
169
|
+
input { /* 1 */
|
170
|
+
overflow: visible;
|
171
|
+
}
|
172
|
+
|
173
|
+
/**
|
174
|
+
* Remove the inheritance of text transform in Edge, Firefox, and IE.
|
175
|
+
* 1. Remove the inheritance of text transform in Firefox.
|
176
|
+
*/
|
177
|
+
|
178
|
+
button,
|
179
|
+
select { /* 1 */
|
180
|
+
text-transform: none;
|
181
|
+
}
|
182
|
+
|
183
|
+
/**
|
184
|
+
* Correct the inability to style clickable types in iOS and Safari.
|
185
|
+
*/
|
186
|
+
|
187
|
+
button,
|
188
|
+
[type="button"],
|
189
|
+
[type="reset"],
|
190
|
+
[type="submit"] {
|
191
|
+
-webkit-appearance: button;
|
192
|
+
}
|
193
|
+
|
194
|
+
/**
|
195
|
+
* Remove the inner border and padding in Firefox.
|
196
|
+
*/
|
197
|
+
|
198
|
+
button::-moz-focus-inner,
|
199
|
+
[type="button"]::-moz-focus-inner,
|
200
|
+
[type="reset"]::-moz-focus-inner,
|
201
|
+
[type="submit"]::-moz-focus-inner {
|
202
|
+
border-style: none;
|
203
|
+
padding: 0;
|
204
|
+
}
|
205
|
+
|
206
|
+
/**
|
207
|
+
* Restore the focus styles unset by the previous rule.
|
208
|
+
*/
|
209
|
+
|
210
|
+
button:-moz-focusring,
|
211
|
+
[type="button"]:-moz-focusring,
|
212
|
+
[type="reset"]:-moz-focusring,
|
213
|
+
[type="submit"]:-moz-focusring {
|
214
|
+
outline: 1px dotted ButtonText;
|
215
|
+
}
|
216
|
+
|
217
|
+
/**
|
218
|
+
* Correct the padding in Firefox.
|
219
|
+
*/
|
220
|
+
|
221
|
+
fieldset {
|
222
|
+
padding: 0.35em 0.75em 0.625em;
|
223
|
+
}
|
224
|
+
|
225
|
+
/**
|
226
|
+
* 1. Correct the text wrapping in Edge and IE.
|
227
|
+
* 2. Correct the color inheritance from `fieldset` elements in IE.
|
228
|
+
* 3. Remove the padding so developers are not caught out when they zero out
|
229
|
+
* `fieldset` elements in all browsers.
|
230
|
+
*/
|
231
|
+
|
232
|
+
legend {
|
233
|
+
box-sizing: border-box; /* 1 */
|
234
|
+
color: inherit; /* 2 */
|
235
|
+
display: table; /* 1 */
|
236
|
+
max-width: 100%; /* 1 */
|
237
|
+
padding: 0; /* 3 */
|
238
|
+
white-space: normal; /* 1 */
|
239
|
+
}
|
240
|
+
|
241
|
+
/**
|
242
|
+
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
|
243
|
+
*/
|
244
|
+
|
245
|
+
progress {
|
246
|
+
vertical-align: baseline;
|
247
|
+
}
|
248
|
+
|
249
|
+
/**
|
250
|
+
* Remove the default vertical scrollbar in IE 10+.
|
251
|
+
*/
|
252
|
+
|
253
|
+
textarea {
|
254
|
+
overflow: auto;
|
255
|
+
}
|
256
|
+
|
257
|
+
/**
|
258
|
+
* 1. Add the correct box sizing in IE 10.
|
259
|
+
* 2. Remove the padding in IE 10.
|
260
|
+
*/
|
261
|
+
|
262
|
+
[type="checkbox"],
|
263
|
+
[type="radio"] {
|
264
|
+
box-sizing: border-box; /* 1 */
|
265
|
+
padding: 0; /* 2 */
|
266
|
+
}
|
267
|
+
|
268
|
+
/**
|
269
|
+
* Correct the cursor style of increment and decrement buttons in Chrome.
|
270
|
+
*/
|
271
|
+
|
272
|
+
[type="number"]::-webkit-inner-spin-button,
|
273
|
+
[type="number"]::-webkit-outer-spin-button {
|
274
|
+
height: auto;
|
275
|
+
}
|
276
|
+
|
277
|
+
/**
|
278
|
+
* 1. Correct the odd appearance in Chrome and Safari.
|
279
|
+
* 2. Correct the outline style in Safari.
|
280
|
+
*/
|
281
|
+
|
282
|
+
[type="search"] {
|
283
|
+
-webkit-appearance: textfield; /* 1 */
|
284
|
+
outline-offset: -2px; /* 2 */
|
285
|
+
}
|
286
|
+
|
287
|
+
/**
|
288
|
+
* Remove the inner padding in Chrome and Safari on macOS.
|
289
|
+
*/
|
290
|
+
|
291
|
+
[type="search"]::-webkit-search-decoration {
|
292
|
+
-webkit-appearance: none;
|
293
|
+
}
|
294
|
+
|
295
|
+
/**
|
296
|
+
* 1. Correct the inability to style clickable types in iOS and Safari.
|
297
|
+
* 2. Change font properties to `inherit` in Safari.
|
298
|
+
*/
|
299
|
+
|
300
|
+
::-webkit-file-upload-button {
|
301
|
+
-webkit-appearance: button; /* 1 */
|
302
|
+
font: inherit; /* 2 */
|
303
|
+
}
|
304
|
+
|
305
|
+
/* Interactive
|
306
|
+
========================================================================== */
|
307
|
+
|
308
|
+
/*
|
309
|
+
* Add the correct display in Edge, IE 10+, and Firefox.
|
310
|
+
*/
|
311
|
+
|
312
|
+
details {
|
313
|
+
display: block;
|
314
|
+
}
|
315
|
+
|
316
|
+
/*
|
317
|
+
* Add the correct display in all browsers.
|
318
|
+
*/
|
319
|
+
|
320
|
+
summary {
|
321
|
+
display: list-item;
|
322
|
+
}
|
323
|
+
|
324
|
+
/* Misc
|
325
|
+
========================================================================== */
|
326
|
+
|
327
|
+
/**
|
328
|
+
* Add the correct display in IE 10+.
|
329
|
+
*/
|
330
|
+
|
331
|
+
template {
|
332
|
+
display: none;
|
333
|
+
}
|
334
|
+
|
335
|
+
/**
|
336
|
+
* Add the correct display in IE 10.
|
337
|
+
*/
|
338
|
+
|
339
|
+
[hidden] {
|
340
|
+
display: none;
|
341
|
+
}
|