Skip to content

Commit ebd918a

Browse files
committed
Update projects
1 parent ba1e2b0 commit ebd918a

File tree

1 file changed

+67
-15
lines changed

1 file changed

+67
-15
lines changed

style.css

Lines changed: 67 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ body {
33
--data: (
44
projects: [
55
{
6-
href: 'https://scriptex.js.org/2048/',
6+
href: 'https://scriptex.js.org/2048',
77
name: '2048'
88
},
99
{
10-
href: 'https://scriptex.js.org/AnimateMe/',
10+
href: 'https://scriptex.js.org/AnimateMe',
1111
name: 'AnimateMe'
1212
},
1313
{
@@ -19,68 +19,120 @@ body {
1919
name: 'at-the-wall'
2020
},
2121
{
22-
href: 'https://scriptex.js.org/calendar-widget/',
22+
href: 'https://scriptex.js.org/calendar-widget',
2323
name: 'calendar-widget'
2424
},
2525
{
26-
href: 'https://scriptex.js.org/create-pwa/',
26+
href: 'https://scriptex.js.org/create-pwa',
2727
name: 'create-pwa'
2828
},
2929
{
30-
href: 'https://scriptex.js.org/localga/',
30+
href: 'https://scriptex.js.org/github-pages-vuepress',
31+
name: 'github-pages-vuepress'
32+
},
33+
{
34+
href: 'https://scriptex.js.org/hilarious-css',
35+
name: 'hilarious-css'
36+
},
37+
{
38+
href: 'https://scriptex.js.org/html-head-component',
39+
name: 'html-head-component'
40+
},
41+
{
42+
href: 'https://scriptex.js.org/localga',
3143
name: 'localga'
3244
},
3345
{
34-
href: 'https://scriptex.js.org/material-tetris/',
46+
href: 'https://scriptex.js.org/material-tetris',
3547
name: 'material-tetris'
3648
},
3749
{
38-
href: 'https://three11.github.io/optisize/',
39-
name: 'optisize'
50+
href: 'https://scriptex.js.org/no-html',
51+
name: 'no-html'
4052
},
4153
{
42-
href: 'https://scriptex.js.org/random-splice/',
54+
href: 'https://scriptex.js.org/npm-maintainer',
55+
name: 'npm-maintainer'
56+
},
57+
{
58+
href: 'https://scriptex.js.org/random-splice',
4359
name: 'random-splice'
4460
},
4561
{
46-
href: 'https://scriptex.js.org/react-accordion-ts/',
62+
href: 'https://scriptex.js.org/react-accordion-ts',
4763
name: 'react-accordion-ts'
4864
},
4965
{
50-
href: 'https://scriptex.js.org/react-svg-donuts/',
66+
href: 'https://scriptex.js.org/react-dropper',
67+
name: 'react-dropper'
68+
},
69+
{
70+
href: 'https://scriptex.js.org/react-svg-donuts',
5171
name: 'react-svg-donuts'
5272
},
73+
{
74+
href: 'https://scriptex.js.org/scriptex',
75+
name: 'scriptex'
76+
},
77+
{
78+
href: 'https://scriptex.js.org/scriptex.github.io',
79+
name: 'scriptex.github.io'
80+
},
5381
{
5482
href: 'https://scriptex.js.org/scss-goodies',
5583
name: 'scss-goodies'
5684
},
85+
{
86+
href: 'https://scriptex.js.org/socials',
87+
name: 'socials'
88+
},
5789
{
5890
href: 'https://scriptex.js.org/svg64',
5991
name: 'svg64'
6092
},
93+
{
94+
href: 'https://scriptex.js.org/svgo-viewbox',
95+
name: 'svgo-viewbox'
96+
},
6197
{
6298
href: 'https://scriptex.js.org/touchsweep',
6399
name: 'touchsweep'
64100
},
101+
{
102+
href: 'https://scriptex.js.org/ts-helpers',
103+
name: 'ts-helpers'
104+
},
65105
{
66106
href: 'https://scriptex.js.org/typed-usa-states',
67107
name: 'typed-usa-states'
68108
},
69109
{
70-
href: 'https://scriptex.js.org/weather-app/',
110+
href: 'https://scriptex.js.org/universal-github-client',
111+
name: 'universal-github-client'
112+
},
113+
{
114+
href: 'https://scriptex.js.org/url-shortener',
115+
name: 'url-shortener'
116+
},
117+
{
118+
href: 'https://scriptex.js.org/weather-app',
71119
name: 'weather-app'
72120
},
73121
{
74-
href: 'https://scriptex.js.org/webpack-mpa/',
122+
href: 'https://scriptex.js.org/webpack-mpa',
75123
name: 'webpack-mpa'
76124
},
77125
{
78-
href: 'https://scriptex.js.org/webpack-mpa-next/',
126+
href: 'https://scriptex.js.org/webpack-mpa-next',
79127
name: 'webpack-mpa-next'
80128
},
81129
{
82-
href: 'https://scriptex.js.org/webpack-mpa-ts/',
130+
href: 'https://scriptex.js.org/webpack-mpa-ts',
83131
name: 'webpack-mpa-ts'
132+
},
133+
{
134+
href: 'https://scriptex.js.org/optisize',
135+
name: 'optisize'
84136
}
85137
]
86138
);

0 commit comments

Comments
 (0)