askclass-home-theme 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/LICENSE +373 -0
- data/README.md +64 -0
- data/_config.yml +83 -0
- data/_includes/boxes/fullpage.html +58 -0
- data/_includes/boxes/rounded.html +31 -0
- data/_includes/foot/pwaupdate.html +9 -0
- data/_includes/footer.html +12 -0
- data/_includes/head/common.html +45 -0
- data/_includes/head/meta.html +10 -0
- data/_includes/header.html +8 -0
- data/_includes/image.html +3 -0
- data/_includes/logo.html +14 -0
- data/_includes/main.html +4 -0
- data/_includes/video.html +5 -0
- data/_layouts/default.html +19 -0
- data/_layouts/modules.html +14 -0
- data/_sass/_base.scss +208 -0
- data/_sass/_bullets.scss +15 -0
- data/_sass/_colors.scss +84 -0
- data/_sass/_media.scss +18 -0
- data/_sass/_post.scss +109 -0
- data/_sass/_section.scss +136 -0
- data/_sass/_table.scss +14 -0
- data/_sass/init.scss +34 -0
- data/assets/css/default.scss +3 -0
- data/assets/css/modules.scss +3 -0
- data/assets/favicon.ico +0 -0
- data/assets/loading.svg +6 -0
- data/assets/logo-144.png +0 -0
- data/assets/logo-192.png +0 -0
- data/assets/logo-300.png +0 -0
- data/assets/logo-48.png +0 -0
- data/assets/logo-512.png +0 -0
- data/assets/logo-96.png +0 -0
- data/assets/logo-icon.svg +4 -0
- data/assets/logo-square-144.png +0 -0
- data/assets/logo-square-192.png +0 -0
- data/assets/logo-square-300.png +0 -0
- data/assets/logo-square-48.png +0 -0
- data/assets/logo-square-512.png +0 -0
- data/assets/logo-square-96.png +0 -0
- data/assets/logo.svg +3 -0
- data/assets/site.webmanifest +53 -0
- metadata +100 -0
data/_sass/_table.scss
ADDED
@@ -0,0 +1,14 @@
|
|
1
|
+
table {
|
2
|
+
table-layout: fixed;
|
3
|
+
tr:nth-child(odd) {
|
4
|
+
background-color: var(--color-row-odd, '#2a2a2a');
|
5
|
+
}
|
6
|
+
th, tr:nth-child(even) {
|
7
|
+
background-color: var(--color-row-even, '#2f2f2f');
|
8
|
+
}
|
9
|
+
td, th {
|
10
|
+
word-break: normal;
|
11
|
+
vertical-align: top;
|
12
|
+
padding: 7px;
|
13
|
+
}
|
14
|
+
}
|
data/_sass/init.scss
ADDED
@@ -0,0 +1,34 @@
|
|
1
|
+
$font-main: 'Open Sans', sans-serif;
|
2
|
+
$font-mono: 'Share Tech Mono', monospace;
|
3
|
+
$font-special: 'Josefin Sans', sans-serif;
|
4
|
+
$font-secondary: 'Lora', serif;
|
5
|
+
$font-tertiary: 'Lexend', sans-serif;
|
6
|
+
|
7
|
+
$color-primary: white;
|
8
|
+
$color-secondary: floralwhite;
|
9
|
+
$color-tertiary: #2cdd88;
|
10
|
+
$color-fg: #333;
|
11
|
+
$color-bg: whitesmoke;
|
12
|
+
$color-dark: #444;
|
13
|
+
$color-link: deeppink;
|
14
|
+
$color-theme: #ffc100;
|
15
|
+
|
16
|
+
$color-row-odd: #2a2a2a;
|
17
|
+
$color-row-even: #2f2f2f;
|
18
|
+
|
19
|
+
$color-button-fg: #fff;
|
20
|
+
$color-button-bg: #ff4713;
|
21
|
+
$color-button2-fg: #fff;
|
22
|
+
$color-button2-bg: #222;
|
23
|
+
$color-code-bg: #222;
|
24
|
+
$color-card-bg: whitesmoke;
|
25
|
+
$color-card-fg: #444;
|
26
|
+
|
27
|
+
$card-font-size: 16px;
|
28
|
+
|
29
|
+
$content-width: 1200px;
|
30
|
+
|
31
|
+
$grid-width: 180px;
|
32
|
+
$grid-image-height: 180px;
|
33
|
+
|
34
|
+
@import "media", "base";
|
data/assets/favicon.ico
ADDED
Binary file
|
data/assets/loading.svg
ADDED
@@ -0,0 +1,6 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
|
2
|
+
<g transform="translate(50 50)">
|
3
|
+
<g>
|
4
|
+
<animateTransform attributeName="transform" type="rotate" values="0;45" keyTimes="0;1" dur="0.2s" repeatCount="indefinite"></animateTransform><path d="M29.491524206117255 -5.5 L37.491524206117255 -5.5 L37.491524206117255 5.5 L29.491524206117255 5.5 A30 30 0 0 1 24.742744050198738 16.964569457146712 L24.742744050198738 16.964569457146712 L30.399598299691117 22.621423706639092 L22.621423706639096 30.399598299691114 L16.964569457146716 24.742744050198734 A30 30 0 0 1 5.5 29.491524206117255 L5.5 29.491524206117255 L5.5 37.491524206117255 L-5.499999999999997 37.491524206117255 L-5.499999999999997 29.491524206117255 A30 30 0 0 1 -16.964569457146705 24.742744050198738 L-16.964569457146705 24.742744050198738 L-22.621423706639085 30.399598299691117 L-30.399598299691117 22.621423706639092 L-24.742744050198738 16.964569457146712 A30 30 0 0 1 -29.491524206117255 5.500000000000009 L-29.491524206117255 5.500000000000009 L-37.491524206117255 5.50000000000001 L-37.491524206117255 -5.500000000000001
|
5
|
+
L-29.491524206117255 -5.500000000000002 A30 30 0 0 1 -24.742744050198738 -16.964569457146705 L-24.742744050198738 -16.964569457146705 L-30.399598299691117 -22.621423706639085 L-22.621423706639092 -30.399598299691117 L-16.964569457146712 -24.742744050198738 A30 30 0 0 1 -5.500000000000011 -29.491524206117255 L-5.500000000000011 -29.491524206117255 L-5.500000000000012 -37.491524206117255 L5.499999999999998 -37.491524206117255 L5.5 -29.491524206117255 A30 30 0 0 1 16.964569457146702 -24.74274405019874 L16.964569457146702 -24.74274405019874 L22.62142370663908 -30.39959829969112 L30.399598299691117 -22.6214237066391 L24.742744050198738 -16.964569457146716 A30 30 0 0 1 29.491524206117255 -5.500000000000013 M0 -20A20 20 0 1 0 0 20 A20 20 0 1 0 0 -20" fill="#eee"></path></g></g>
|
6
|
+
</svg>
|
data/assets/logo-144.png
ADDED
Binary file
|
data/assets/logo-192.png
ADDED
Binary file
|
data/assets/logo-300.png
ADDED
Binary file
|
data/assets/logo-48.png
ADDED
Binary file
|
data/assets/logo-512.png
ADDED
Binary file
|
data/assets/logo-96.png
ADDED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/assets/logo.svg
ADDED
@@ -0,0 +1,3 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1500 500">
|
2
|
+
<path fill="#ffc100" fill-rule="nonzero" d="M222.46 374 263 285l83.77 33.01L370.95 374H409L299.01 129 185 374ZM334 285h-71l36.33-79zm119.43 93c14.12 0 26.18-4.49 36.16-13.47 10.27-9.48 15.41-21.25 15.41-35.32 0-10.97-3.06-19.7-9.19-26.19-6.12-6.48-18.03-13.57-35.72-21.25-12.84-5.49-19.26-11.03-19.26-16.61 0-3.2 1.09-5.82 3.26-7.86a11.05 11.05 0 0 1 7.85-3.07c6.43 0 11.81 4.5 16.16 13.47l27.56-14.82c-8.99-19.25-22.72-28.88-41.2-28.88-12.54 0-23.21 4.14-32 12.42-8.6 8.28-12.9 18.76-12.9 31.43 0 9.58 2.52 17.41 7.56 23.5 3.95 4.79 10.77 9.58 20.45 14.36 3.46 1.7 6.87 3.35 10.22 4.94 3.36 1.6 6.72 3.25 10.08 4.94 8.7 5.19 13.04 10.78 13.04 16.76 0 10.38-5.63 15.57-16.9 15.57-5.62 0-10.46-1.9-14.52-5.69-2.07-1.9-5.08-6.33-9.04-13.32L402 342.23c10.08 23.85 27.22 35.77 51.43 35.77Zm94.51-4v-56.17l5.43-5.4L601.95 374H646l-68.49-84.63 63.81-61.27h-45.56l-47.82 47.19V121H514v253zm212.3 5c21.92 0 42.84-5.64 62.76-16.93v-42.1a175.77 175.77 0 0 1-16.21 12.29 90 90 0 0 1-14.87 8.09c-8.57 4-18.98 6-31.23 6-23.7 0-43.73-8.35-60.07-25.03-16.34-16.68-24.5-37.15-24.5-61.42 0-24.57 8.16-45.34 24.5-62.32 16.24-17.08 36.21-25.62 59.92-25.62 21.52 0 42.34 8.44 62.46 25.32v-41.35C803.67 144.64 783.65 139 762.93 139c-37.95 0-68.88 14.13-92.8 42.4-19.42 23.07-29.13 49.34-29.13 78.8 0 32.86 11.6 60.92 34.82 84.2 23.3 23.06 51.45 34.6 84.42 34.6ZM875 374V121h-34v253zm84.52 4c15.94 0 30.84-6.49 44.7-19.46v15.27H1038V228.04h-33.79v16.91c-13.45-13.97-28.65-20.95-45.6-20.95-19.63 0-35.97 7.28-49.03 21.85-13.05 14.57-19.58 32.78-19.58 54.63 0 22.25 6.53 40.8 19.58 55.67 13.16 14.57 29.8 21.85 49.94 21.85Zm4.73-29c-11.67 0-21.35-4.46-29.03-13.39-7.48-8.82-11.22-20.25-11.22-34.29 0-13.13 3.84-24.16 11.52-33.08 7.78-8.83 17.46-13.24 29.03-13.24 12.27 0 22.25 4.36 29.93 13.08 7.68 8.93 11.52 20.26 11.52 34 0 13.73-3.84 25.06-11.52 33.99-7.68 8.62-17.76 12.93-30.23 12.93Zm139.18 29c14.12 0 26.18-4.49 36.16-13.47 10.27-9.48 15.41-21.25 15.41-35.32 0-10.97-3.06-19.7-9.19-26.19-6.12-6.48-18.03-13.57-35.71-21.25-12.85-5.49-19.27-11.03-19.27-16.61 0-3.2 1.09-5.82 3.26-7.86a11.05 11.05 0 0 1 7.85-3.07c6.43 0 11.81 4.5 16.16 13.47l27.56-14.82c-8.99-19.25-22.72-28.88-41.2-28.88-12.54 0-23.21 4.14-32 12.42-8.6 8.28-12.9 18.76-12.9 31.43 0 9.58 2.52 17.41 7.56 23.5 3.95 4.79 10.77 9.58 20.45 14.36 3.46 1.7 6.86 3.35 10.22 4.94 3.36 1.6 6.72 3.25 10.08 4.94 8.7 5.19 13.04 10.78 13.04 16.76 0 10.38-5.63 15.57-16.9 15.57-5.62 0-10.46-1.9-14.52-5.69-2.07-1.9-5.08-6.33-9.04-13.32L1052 342.23c10.08 23.85 27.22 35.77 51.43 35.77Zm103 0c14.12 0 26.18-4.49 36.16-13.47 10.27-9.48 15.41-21.25 15.41-35.32 0-10.97-3.06-19.7-9.19-26.19-6.12-6.48-18.03-13.57-35.71-21.25-12.85-5.49-19.27-11.03-19.27-16.61 0-3.2 1.09-5.82 3.26-7.86a11.05 11.05 0 0 1 7.85-3.07c6.43 0 11.81 4.5 16.16 13.47l27.56-14.82c-8.99-19.25-22.72-28.88-41.2-28.88-12.54 0-23.21 4.14-32 12.42-8.6 8.28-12.9 18.76-12.9 31.43 0 9.58 2.52 17.41 7.56 23.5 3.95 4.79 10.77 9.58 20.45 14.36 3.46 1.7 6.86 3.35 10.22 4.94 3.36 1.6 6.72 3.25 10.08 4.94 8.7 5.19 13.04 10.78 13.04 16.76 0 10.38-5.63 15.57-16.9 15.57-5.62 0-10.46-1.9-14.52-5.69-2.07-1.9-5.08-6.33-9.04-13.32L1155 342.23c10.08 23.85 27.22 35.77 51.43 35.77Zm88.07 0c5.7 0 10.52-1.97 14.45-5.9a19.9 19.9 0 0 0 6.05-14.6c0-5.6-2.02-10.42-6.05-14.45a19.72 19.72 0 0 0-14.45-6.05c-5.6 0-10.42 2.02-14.45 6.05a19.56 19.56 0 0 0-6.05 14.3c0 5.9 1.97 10.82 5.9 14.75 3.93 3.93 8.8 5.9 14.6 5.9z" display="inline"/>
|
3
|
+
</svg>
|
@@ -0,0 +1,53 @@
|
|
1
|
+
---
|
2
|
+
---
|
3
|
+
{%- assign ach = site.ach -%}
|
4
|
+
{
|
5
|
+
"background_color": "{{ ach.color.bg }}",
|
6
|
+
"theme_color": "{{ ach.color.theme }}",
|
7
|
+
"name": "{{ site.title }}",
|
8
|
+
"short_name": "{{ ach.short_name }}",
|
9
|
+
"categories": [ "{{ ach.categories | join: '","' }}" ],
|
10
|
+
"display": "standalone",
|
11
|
+
"scope": "/",
|
12
|
+
"start_url": "/",
|
13
|
+
"description": "{{ site.description | strip_newlines }}",
|
14
|
+
"orientation": "portrait-primary",
|
15
|
+
"lang": "en",
|
16
|
+
"dir": "auto",
|
17
|
+
{%- if ach.shortcuts %}
|
18
|
+
"shortcuts": [
|
19
|
+
{%- for sc in ach.shortcuts %}
|
20
|
+
{
|
21
|
+
"name": "{{ sc.name }}",
|
22
|
+
"url": "{{ sc.url }}",
|
23
|
+
"description": "{{ sc.desc }}"
|
24
|
+
}{%- if forloop.index != forloop.length %},{%- endif %}
|
25
|
+
{%- endfor %}
|
26
|
+
],
|
27
|
+
{%- endif %}
|
28
|
+
"icons": [
|
29
|
+
{%- for px in ach.logo.sizes %}
|
30
|
+
{
|
31
|
+
"src": "logo-{{px}}.png",
|
32
|
+
"sizes": "{{px}}x{{px}}",
|
33
|
+
"type": "image/png",
|
34
|
+
"purpose": "maskable"
|
35
|
+
},
|
36
|
+
{%- endfor %}
|
37
|
+
{
|
38
|
+
"src": "logo-300.png",
|
39
|
+
"type": "image/png",
|
40
|
+
"sizes": "300x300"
|
41
|
+
},
|
42
|
+
{
|
43
|
+
"src": "logo-icon.svg",
|
44
|
+
"type": "image/svg+xml",
|
45
|
+
"sizes": "any",
|
46
|
+
"purpose": "any"
|
47
|
+
}
|
48
|
+
],
|
49
|
+
"display_override": [
|
50
|
+
"standalone",
|
51
|
+
"fullscreen"
|
52
|
+
]
|
53
|
+
}
|
metadata
ADDED
@@ -0,0 +1,100 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: askclass-home-theme
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.0.1
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- AskClass
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2023-04-05 00:00:00.000000000 Z
|
12
|
+
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
14
|
+
name: jekyll
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
17
|
+
- - "~>"
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: '4.2'
|
20
|
+
type: :runtime
|
21
|
+
prerelease: false
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - "~>"
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: '4.2'
|
27
|
+
description:
|
28
|
+
email:
|
29
|
+
- team@askclass.com
|
30
|
+
executables: []
|
31
|
+
extensions: []
|
32
|
+
extra_rdoc_files: []
|
33
|
+
files:
|
34
|
+
- LICENSE
|
35
|
+
- README.md
|
36
|
+
- _config.yml
|
37
|
+
- _includes/boxes/fullpage.html
|
38
|
+
- _includes/boxes/rounded.html
|
39
|
+
- _includes/foot/pwaupdate.html
|
40
|
+
- _includes/footer.html
|
41
|
+
- _includes/head/common.html
|
42
|
+
- _includes/head/meta.html
|
43
|
+
- _includes/header.html
|
44
|
+
- _includes/image.html
|
45
|
+
- _includes/logo.html
|
46
|
+
- _includes/main.html
|
47
|
+
- _includes/video.html
|
48
|
+
- _layouts/default.html
|
49
|
+
- _layouts/modules.html
|
50
|
+
- _sass/_base.scss
|
51
|
+
- _sass/_bullets.scss
|
52
|
+
- _sass/_colors.scss
|
53
|
+
- _sass/_media.scss
|
54
|
+
- _sass/_post.scss
|
55
|
+
- _sass/_section.scss
|
56
|
+
- _sass/_table.scss
|
57
|
+
- _sass/init.scss
|
58
|
+
- assets/css/default.scss
|
59
|
+
- assets/css/modules.scss
|
60
|
+
- assets/favicon.ico
|
61
|
+
- assets/loading.svg
|
62
|
+
- assets/logo-144.png
|
63
|
+
- assets/logo-192.png
|
64
|
+
- assets/logo-300.png
|
65
|
+
- assets/logo-48.png
|
66
|
+
- assets/logo-512.png
|
67
|
+
- assets/logo-96.png
|
68
|
+
- assets/logo-icon.svg
|
69
|
+
- assets/logo-square-144.png
|
70
|
+
- assets/logo-square-192.png
|
71
|
+
- assets/logo-square-300.png
|
72
|
+
- assets/logo-square-48.png
|
73
|
+
- assets/logo-square-512.png
|
74
|
+
- assets/logo-square-96.png
|
75
|
+
- assets/logo.svg
|
76
|
+
- assets/site.webmanifest
|
77
|
+
homepage: https://ach.askclass.com
|
78
|
+
licenses:
|
79
|
+
- MPL-2.0
|
80
|
+
metadata: {}
|
81
|
+
post_install_message:
|
82
|
+
rdoc_options: []
|
83
|
+
require_paths:
|
84
|
+
- lib
|
85
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
86
|
+
requirements:
|
87
|
+
- - ">="
|
88
|
+
- !ruby/object:Gem::Version
|
89
|
+
version: '0'
|
90
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
91
|
+
requirements:
|
92
|
+
- - ">="
|
93
|
+
- !ruby/object:Gem::Version
|
94
|
+
version: '0'
|
95
|
+
requirements: []
|
96
|
+
rubygems_version: 3.3.7
|
97
|
+
signing_key:
|
98
|
+
specification_version: 4
|
99
|
+
summary: Responsive Jekyll theme for simple responsive homepage.
|
100
|
+
test_files: []
|