Skip to content

Commit e4473b6

Browse files
deploy
0 parents  commit e4473b6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+254
-0
lines changed

.nojekyll

Whitespace-only changes.

200.html

+10
Large diffs are not rendered by default.

404.html

+10
Large diffs are not rendered by default.

_nuxt/builds/latest.json

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"id":"3f82d264-b902-4405-a5de-d4cdddb2ea5e","timestamp":1706209107031}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"id":"3f82d264-b902-4405-a5de-d4cdddb2ea5e","timestamp":1706209107031,"matcher":{"static":{},"wildcard":{},"dynamic":{}},"prerendered":["/"]}

_nuxt/entry.nJTIbgKm.css

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_nuxt/entry.ttmpxd7p.js

+27
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_nuxt/error-404.TsBWxgAa.css

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_nuxt/error-404.nd9b5dDs.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_nuxt/error-500.4e5fvSuB.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_nuxt/error-500.s2VBNbvW.css

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_payload.json

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[{"data":1,"prerenderedAt":3},["Reactive",2],{},1706209110835]

browserconfig.xml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<browserconfig>
3+
<msapplication>
4+
<tile>
5+
<square70x70logo src="./img/icons/ms-icon-70x70.png"/>
6+
<square150x150logo src="./img/icons/ms-icon-150x150.png"/>
7+
<square310x310logo src="./img/icons/ms-icon-310x310.png"/>
8+
<TileColor>#ffffff</TileColor>
9+
</tile>
10+
</msapplication>
11+
</browserconfig>

favicon.ico

1.12 KB
Binary file not shown.

images/sprites-social.png

35 KB

img/icons/android-icon-144x144.png

2.17 KB

img/icons/android-icon-192x192.png

1.95 KB

img/icons/android-icon-48x48.png

1.74 KB

img/icons/android-icon-72x72.png

1.59 KB

img/icons/android-icon-96x96.png

1.73 KB

img/icons/apple-icon-114x114.png

1.91 KB

img/icons/apple-icon-120x120.png

2.02 KB

img/icons/apple-icon-144x144.png

2.17 KB

img/icons/apple-icon-152x152.png

2.29 KB

img/icons/apple-icon-180x180.png

2.63 KB

img/icons/apple-icon-57x57.png

1.52 KB

img/icons/apple-icon-60x60.png

1.65 KB

img/icons/apple-icon-72x72.png

1.59 KB

img/icons/apple-icon-76x76.png

1.62 KB

img/icons/apple-icon-precomposed.png

2.51 KB

img/icons/apple-icon.png

2.51 KB

img/icons/favicon-16x16.png

988 Bytes

img/icons/favicon-32x32.png

1.53 KB

img/icons/favicon-96x96.png

1.73 KB

img/icons/ms-icon-144x144.png

2.17 KB

img/icons/ms-icon-150x150.png

2.27 KB

img/icons/ms-icon-310x310.png

5.26 KB

img/icons/ms-icon-70x70.png

1.59 KB

index.html

+12
Large diffs are not rendered by default.

manifest.json

+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
{
2+
"name": "App",
3+
"icons": [
4+
{
5+
"src": "./img/icons/android-icon-36x36.png",
6+
"sizes": "36x36",
7+
"type": "image/png",
8+
"density": "0.75"
9+
},
10+
{
11+
"src": "./img/icons/android-icon-48x48.png",
12+
"sizes": "48x48",
13+
"type": "image/png",
14+
"density": "1.0"
15+
},
16+
{
17+
"src": "./img/icons/android-icon-72x72.png",
18+
"sizes": "72x72",
19+
"type": "image/png",
20+
"density": "1.5"
21+
},
22+
{
23+
"src": "./img/icons/android-icon-96x96.png",
24+
"sizes": "96x96",
25+
"type": "image/png",
26+
"density": "2.0"
27+
},
28+
{
29+
"src": "./img/icons/android-icon-144x144.png",
30+
"sizes": "144x144",
31+
"type": "image/png",
32+
"density": "3.0"
33+
},
34+
{
35+
"src": "./img/icons/android-icon-192x192.png",
36+
"sizes": "192x192",
37+
"type": "image/png",
38+
"density": "4.0"
39+
}
40+
]
41+
}

open-sans/index.css

+133
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,133 @@
1+
/* purgecss start ignore */
2+
3+
/* open-sans-300normal - latin */
4+
@font-face {
5+
font-family: 'Open Sans';
6+
font-style: normal;
7+
font-display: auto;
8+
font-weight: 300;
9+
src:
10+
local('Open Sans Light '),
11+
local('Open Sans-Light'),
12+
url('./open-sans-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
13+
url('./open-sans-latin-300.woff') format('woff'); /* Modern Browsers */
14+
}
15+
16+
/* open-sans-300italic - latin */
17+
@font-face {
18+
font-family: 'Open Sans';
19+
font-style: italic;
20+
font-display: auto;
21+
font-weight: 300;
22+
src:
23+
local('Open Sans Light italic'),
24+
local('Open Sans-Lightitalic'),
25+
url('./open-sans-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
26+
url('./open-sans-latin-300italic.woff') format('woff'); /* Modern Browsers */
27+
}
28+
29+
/* open-sans-400normal - latin */
30+
@font-face {
31+
font-family: 'Open Sans';
32+
font-style: normal;
33+
font-display: auto;
34+
font-weight: 400;
35+
src:
36+
local('Open Sans Regular '),
37+
local('Open Sans-Regular'),
38+
url('./open-sans-latin-400.woff2') format('woff2'), /* Super Modern Browsers */
39+
url('./open-sans-latin-400.woff') format('woff'); /* Modern Browsers */
40+
}
41+
42+
/* open-sans-400italic - latin */
43+
@font-face {
44+
font-family: 'Open Sans';
45+
font-style: italic;
46+
font-display: auto;
47+
font-weight: 400;
48+
src:
49+
local('Open Sans Regular italic'),
50+
local('Open Sans-Regularitalic'),
51+
url('./open-sans-latin-400italic.woff2') format('woff2'), /* Super Modern Browsers */
52+
url('./open-sans-latin-400italic.woff') format('woff'); /* Modern Browsers */
53+
}
54+
55+
/* open-sans-600normal - latin */
56+
@font-face {
57+
font-family: 'Open Sans';
58+
font-style: normal;
59+
font-display: auto;
60+
font-weight: 600;
61+
src:
62+
local('Open Sans SemiBold '),
63+
local('Open Sans-SemiBold'),
64+
url('./open-sans-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
65+
url('./open-sans-latin-600.woff') format('woff'); /* Modern Browsers */
66+
}
67+
68+
/* open-sans-600italic - latin */
69+
@font-face {
70+
font-family: 'Open Sans';
71+
font-style: italic;
72+
font-display: auto;
73+
font-weight: 600;
74+
src:
75+
local('Open Sans SemiBold italic'),
76+
local('Open Sans-SemiBolditalic'),
77+
url('./open-sans-latin-600italic.woff2') format('woff2'), /* Super Modern Browsers */
78+
url('./open-sans-latin-600italic.woff') format('woff'); /* Modern Browsers */
79+
}
80+
81+
/* open-sans-700normal - latin */
82+
@font-face {
83+
font-family: 'Open Sans';
84+
font-style: normal;
85+
font-display: auto;
86+
font-weight: 700;
87+
src:
88+
local('Open Sans Bold '),
89+
local('Open Sans-Bold'),
90+
url('./open-sans-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
91+
url('./open-sans-latin-700.woff') format('woff'); /* Modern Browsers */
92+
}
93+
94+
/* open-sans-700italic - latin */
95+
@font-face {
96+
font-family: 'Open Sans';
97+
font-style: italic;
98+
font-display: auto;
99+
font-weight: 700;
100+
src:
101+
local('Open Sans Bold italic'),
102+
local('Open Sans-Bolditalic'),
103+
url('./open-sans-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
104+
url('./open-sans-latin-700italic.woff') format('woff'); /* Modern Browsers */
105+
}
106+
107+
/* open-sans-800normal - latin */
108+
@font-face {
109+
font-family: 'Open Sans';
110+
font-style: normal;
111+
font-display: auto;
112+
font-weight: 800;
113+
src:
114+
local('Open Sans ExtraBold '),
115+
local('Open Sans-ExtraBold'),
116+
url('./open-sans-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
117+
url('./open-sans-latin-800.woff') format('woff'); /* Modern Browsers */
118+
}
119+
120+
/* open-sans-800italic - latin */
121+
@font-face {
122+
font-family: 'Open Sans';
123+
font-style: italic;
124+
font-display: auto;
125+
font-weight: 800;
126+
src:
127+
local('Open Sans ExtraBold italic'),
128+
local('Open Sans-ExtraBolditalic'),
129+
url('./open-sans-latin-800italic.woff2') format('woff2'), /* Super Modern Browsers */
130+
url('./open-sans-latin-800italic.woff') format('woff'); /* Modern Browsers */
131+
}
132+
133+
/* purgecss end ignore */

open-sans/open-sans-latin-300.woff

18.2 KB
Binary file not shown.

open-sans/open-sans-latin-300.woff2

14.6 KB
Binary file not shown.
17.3 KB
Binary file not shown.
13.5 KB
Binary file not shown.

open-sans/open-sans-latin-400.woff

17.7 KB
Binary file not shown.

open-sans/open-sans-latin-400.woff2

14 KB
Binary file not shown.
17 KB
Binary file not shown.
13.5 KB
Binary file not shown.

open-sans/open-sans-latin-600.woff

18.3 KB
Binary file not shown.

open-sans/open-sans-latin-600.woff2

14.5 KB
Binary file not shown.
17.1 KB
Binary file not shown.
13.5 KB
Binary file not shown.

open-sans/open-sans-latin-700.woff

18.5 KB
Binary file not shown.

open-sans/open-sans-latin-700.woff2

14.7 KB
Binary file not shown.
17 KB
Binary file not shown.
13.6 KB
Binary file not shown.

open-sans/open-sans-latin-800.woff

18.6 KB
Binary file not shown.

open-sans/open-sans-latin-800.woff2

14.7 KB
Binary file not shown.
17.4 KB
Binary file not shown.
13.6 KB
Binary file not shown.

robots.txt

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
User-agent: *
2+
Disallow:

0 commit comments

Comments
 (0)