Skip to content

Commit ed07cde

Browse files
committed
reshuffling for new React content and FF branding
1 parent 028c247 commit ed07cde

File tree

165 files changed

+2492
-1617
lines changed

Some content is hidden

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

165 files changed

+2492
-1617
lines changed

.vuepress/config.js

+63-60
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,23 @@ const addCopyButton = require('./copyButton');
33
module.exports = {
44
base: '/',
55
head: [['link', { rel: 'icon', href: '/favicon.png' }]],
6-
title: 'Vue Vixens Workshops',
7-
description: 'Workshops to teach web and mobile development with Vue.js to beginners',
6+
title: 'Front-End Foxes Workshops',
7+
description: 'Workshops to teach web and mobile development to beginners',
88
locales: {
99
'/': {
1010
lang: 'en-US',
11-
title: 'Vue Vixens Workshops',
12-
description: 'Workshops to teach web and mobile development with Vue.js to beginners',
11+
title: 'Front-End Foxes Workshops',
12+
description: 'Workshops to teach web and mobile development to beginners',
1313
},
1414
'/de/': {
1515
lang: 'de-DE',
16-
title: 'Vue Vixens Workshops',
17-
description: 'Anfänger-Workshops für Web-Entwicklung mit Vue.js',
16+
title: 'Front-End Foxes Workshops',
17+
description: 'Anfänger-Workshops für Web-Entwicklung',
1818
},
1919
'/jp/': {
2020
lang: 'jp-JP',
21-
title: 'Vue Vixens Workshops',
22-
description: 'Vue.js ワークショップ',
21+
title: 'Front-End Foxes Workshops',
22+
description: 'ワークショップ',
2323
},
2424
},
2525
themeConfig: {
@@ -28,56 +28,59 @@ module.exports = {
2828
// custom text for edit link. Defaults to "Edit this page"
2929
editLinkText: 'Help us improve this page!',
3030
nav: [
31-
{ text: 'Home', link: '/' },
32-
{ text: 'Team', link: '/workshop/TEAM' },
33-
{ text: 'Code of Conduct', link: '/workshop/CODE_OF_CONDUCT' },
31+
{ text: 'React Workshops', link: '/workshops/react/' },
32+
{ text: 'Vue Workshops', link: '/workshops/vue/' },
33+
{ text: 'Code of Conduct', link: '/workshops/CODE_OF_CONDUCT' },
34+
{ text: 'Team', link: '/workshops/TEAM' },
3435
],
3536
locales: {
3637
'/': {
3738
selectText: 'Languages',
3839
label: 'English',
39-
sidebar: [
40-
{
41-
title: '🐶 Full Day Workshop',
42-
children: [
43-
'/workshop/full-day/ch1',
44-
'/workshop/full-day/ch2',
45-
'/workshop/full-day/ch3',
46-
'/workshop/full-day/ch4',
47-
'/workshop/full-day/ch5',
48-
'/workshop/full-day/appendix_1',
49-
],
50-
},
51-
{
52-
title: '🐾 Half-Day Workshops',
53-
children: [
54-
'/workshop/half-day/half-day1',
55-
['https://nsvue-workshop.netlify.com', '🔮 2: Build a complete mobile app - TarotMoji'],
56-
57-
],
58-
},
59-
{
60-
title: '🦴 Mini Workshops',
61-
children: [
62-
'/workshop/minis/mini1',
63-
'/workshop/minis/mini2',
64-
'/workshop/minis/mini3',
65-
'/workshop/minis/mini4',
66-
'/workshop/minis/mini5',
67-
],
68-
},
69-
{
70-
title: '👩‍🎓 Nano Activities',
71-
children: [
72-
'/workshop/nanos/nano1',
73-
'/workshop/nanos/nano2',
74-
'/workshop/nanos/nano3',
75-
'/workshop/nanos/nano4',
76-
'/workshop/nanos/nano5',
77-
'/workshop/nanos/nano6',
78-
],
79-
},
80-
],
40+
sidebar: {
41+
'/workshops/react': [{ title: 'Coming Soon!' }],
42+
'/workshops/vue': [
43+
{
44+
title: '🐶 Full Day Workshop',
45+
children: [
46+
'/workshops/vue/full-day/ch1',
47+
'/workshops/vue/full-day/ch2',
48+
'/workshops/vue/full-day/ch3',
49+
'/workshops/vue/full-day/ch4',
50+
'/workshops/vue/full-day/ch5',
51+
'/workshops/vue/full-day/appendix_1',
52+
],
53+
},
54+
{
55+
title: '🐾 Half-Day Workshops',
56+
children: [
57+
'/workshops/vue/half-day/half-day1',
58+
['https://nsvue-workshop.netlify.com', '🔮 2: Build a complete mobile app - TarotMoji'],
59+
],
60+
},
61+
{
62+
title: '🦴 Mini Workshops',
63+
children: [
64+
'/workshops/vue/minis/mini1',
65+
'/workshops/vue/minis/mini2',
66+
'/workshops/vue/minis/mini3',
67+
'/workshops/vue/minis/mini4',
68+
'/workshops/vue/minis/mini5',
69+
],
70+
},
71+
{
72+
title: '👩‍🎓 Nano Activities',
73+
children: [
74+
'/workshops/vue/nanos/nano1',
75+
'/workshops/vue/nanos/nano2',
76+
'/workshops/vue/nanos/nano3',
77+
'/workshops/vue/nanos/nano4',
78+
'/workshops/vue/nanos/nano5',
79+
'/workshops/vue/nanos/nano6',
80+
],
81+
},
82+
],
83+
},
8184
},
8285
'/de/': {
8386
selectText: 'Sprache',
@@ -86,12 +89,12 @@ module.exports = {
8689
{
8790
title: '🐶 Tagesworkshop',
8891
children: [
89-
'/de/workshop/full-day/ch1',
90-
'/de/workshop/full-day/ch2',
91-
'/de/workshop/full-day/ch3',
92-
'/de/workshop/full-day/ch4',
93-
'/de/workshop/full-day/ch5',
94-
'/de/workshop/full-day/appendix_1',
92+
'/de/workshops/vue/full-day/ch1',
93+
'/de/workshops/vue/full-day/ch2',
94+
'/de/workshops/vue/full-day/ch3',
95+
'/de/workshops/vue/full-day/ch4',
96+
'/de/workshops/vue/full-day/ch5',
97+
'/de/workshops/vue/full-day/appendix_1',
9598
],
9699
},
97100
],
@@ -102,7 +105,7 @@ module.exports = {
102105
sidebar: [
103106
{
104107
title: 'ミニワークショップ',
105-
children: ['/jp/workshop/minis/mini1', '/jp/workshop/minis/mini2'],
108+
children: ['/jp/workshops/vue/minis/mini1', '/jp/workshops/vue/minis/mini2'],
106109
},
107110
],
108111
},

.vuepress/public/logo.png

15.6 KB

.vuepress/styles/index.styl

+7-2
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,16 @@
1414
.dropdown-item .nav-link
1515
color $textColor
1616

17-
.sidebar-button
17+
.sidebar-button, .title
1818
color white
1919

2020
.sidebar .nav-links
2121
.nav-link, .repo-link, .dropdown-title
2222
color $textColor
2323

24-
24+
h1, img {
25+
text-align: center;
26+
display: block;
27+
margin-left: auto;
28+
margin-right: auto;
29+
}

README.md

+31-4

de/README.md

+29-7
File renamed without changes.

de/images/logo.png

61.2 KB

de/workshop/README.md

-27
This file was deleted.

de/workshops/react/README.md

56.5 KB

de/workshops/vue/README.md

File renamed without changes.

jp/README.md

+14-6

jp/workshop/README.md

-23
This file was deleted.

jp/workshops/react/README.md

+5
56.5 KB

jp/workshops/vue/README.md

+3

jp/workshops/vue/images/logo.png

61.2 KB
45.6 KB
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)