Skip to content

Commit 84b6c33

Browse files
zoebentleyericrosenbaum
authored andcommitted
Optimized images and made small tweaks to GIFs
1 parent deff6dd commit 84b6c33

8 files changed

+117
-117
lines changed

src/lib/libraries/decks/index.jsx

Lines changed: 117 additions & 117 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ import libraryPong from './thumbnails/pong.jpg';
4646
import libraryImagine from './thumbnails/imagine.jpg';
4747

4848
// Code a Cartoon
49-
import libraryCodeCartoon from './thumbnails/code-a-cartoon.jpg'
49+
import libraryCodeCartoon from './thumbnails/code-a-cartoon.jpg';
5050

5151
// Videos
5252
import recordASound from './thumbnails/record-a-sound.jpg';
@@ -102,125 +102,125 @@ export default {
102102
},
103103

104104
'code-cartoon': {
105-
name: (
106-
<FormattedMessage
107-
defaultMessage="Code a Cartoon"
108-
description="Name for the 'Code a Cartoon' how-to"
109-
id="gui.howtos.code-cartoon"
110-
/>
111-
),
112-
tags: ['code-cartoon'],
113-
// requiredProjectId: '331474033',
114-
img: libraryCodeCartoon,
115-
steps: [{
116-
video: 'code-cartoon'
117-
}, {
118-
title: (
119-
<FormattedMessage
120-
defaultMessage="Say Something When You Click the Green Flag"
121-
description="Step name for 'Say Something When You Click the Green Flag' step"
122-
id="gui.howtos.code-cartoon.step_codeCartoonSaySomething"
123-
/>
124-
),
125-
image: 'codeCartoonSaySomething'
126-
}, {
127-
title: (
128-
<FormattedMessage
129-
defaultMessage="Animate a Character When You Click It"
130-
description="Step name for 'Animate a Character When You Click It' step"
131-
id="gui.howtos.code-cartoon.step_codeCartoonAnimate"
132-
/>
133-
),
134-
image: 'codeCartoonAnimate'
135-
}, {
136-
title: (
137-
<FormattedMessage
138-
defaultMessage="Select a Different Character"
139-
description="Step name for 'Select a Different Character' step"
140-
id="gui.howtos.code-cartoon.step_codeCartoonSelectDifferentCharacter"
141-
/>
142-
),
143-
image: 'codeCartoonSelectDifferentCharacter'
144-
}, {
145-
title: (
146-
<FormattedMessage
147-
defaultMessage="Use a Minus Sign to Get Smaller"
148-
description="Step name for 'Use a Minus Sign to Get Smaller' step"
149-
id="gui.howtos.code-cartoon.step_codeCartoonUseMinusSign"
150-
/>
151-
),
152-
image: 'codeCartoonUseMinusSign'
153-
}, {
154-
title: (
155-
<FormattedMessage
156-
defaultMessage="Make a Character Grow and Shrink"
157-
description="Step name for 'Make a Character Grow and Shrink' step"
158-
id="gui.howtos.code-cartoon.step_codeCartoonGrowShrink"
159-
/>
160-
),
161-
image: 'codeCartoonGrowShrink'
162-
}, {
163-
title: (
164-
<FormattedMessage
165-
defaultMessage="Select a Different Character"
166-
description="Step name for 'Select a Different Character' step"
167-
id="gui.howtos.code-cartoon.step_codeCartoonSelectAnotherDifferentCharacter"
168-
/>
169-
),
170-
image: 'codeCartoonSelectAnotherDifferentCharacter'
171-
}, {
172-
title: (
173-
<FormattedMessage
174-
defaultMessage="Jump Up and Down"
175-
description="Step name for 'Jump Up and Down' step"
176-
id="gui.howtos.code-cartoon.step_codeCartoonJump"
177-
/>
178-
),
179-
image: 'codeCartoonJump'
180-
}, {
181-
title: (
182-
<FormattedMessage
183-
defaultMessage="Click a Character to Change Scenes"
184-
description="Step name for 'Click a Character to Change Scenes' step"
185-
id="gui.howtos.code-cartoon.step_codeCartoonChangeScenes"
186-
/>
187-
),
188-
image: 'codeCartoonChangeScenes'
189-
}, {
190-
title: (
191-
<FormattedMessage
192-
defaultMessage="Glide Around"
193-
description="Step name for 'Glide Around' step"
194-
id="gui.howtos.code-cartoon.step_codeCartoonGlideAround"
195-
/>
196-
),
197-
image: 'codeCartoonGlideAround'
198-
}, {
199-
title: (
200-
<FormattedMessage
201-
defaultMessage="Change Costumes"
202-
description="Step name for 'Change Costumes' step"
203-
id="gui.howtos.code-cartoon.step_codeCartoonChangeCostumes"
204-
/>
205-
),
206-
image: 'codeCartoonChangeCostumes'
207-
}, {
208-
title: (
105+
name: (
209106
<FormattedMessage
210-
defaultMessage="Choose More Characters to Add to Your Cartoon"
211-
description="Step name for 'Choose More Characters to Add to Your Cartoon' step"
212-
id="gui.howtos.code-cartoon.step_codeCartoonChooseMoreCharacters"
107+
defaultMessage="Code a Cartoon"
108+
description="Name for the 'Code a Cartoon' how-to"
109+
id="gui.howtos.code-cartoon"
213110
/>
214111
),
215-
image: 'codeCartoonChooseMoreCharacters'
216-
}, {
217-
deckIds: [
218-
'Chase-Game',
219-
'Tell-A-Story'
220-
]
221-
}
222-
],
223-
urlId: 'code-cartoon'
112+
tags: ['code-cartoon'],
113+
requiredProjectId: '331474033',
114+
img: libraryCodeCartoon,
115+
steps: [{
116+
video: 'code-cartoon'
117+
}, {
118+
title: (
119+
<FormattedMessage
120+
defaultMessage="Say Something When You Click the Green Flag"
121+
description="Step name for 'Say Something When You Click the Green Flag' step"
122+
id="gui.howtos.code-cartoon.step_codeCartoonSaySomething"
123+
/>
124+
),
125+
image: 'codeCartoonSaySomething'
126+
}, {
127+
title: (
128+
<FormattedMessage
129+
defaultMessage="Animate a Character When You Click It"
130+
description="Step name for 'Animate a Character When You Click It' step"
131+
id="gui.howtos.code-cartoon.step_codeCartoonAnimate"
132+
/>
133+
),
134+
image: 'codeCartoonAnimate'
135+
}, {
136+
title: (
137+
<FormattedMessage
138+
defaultMessage="Select a Different Character"
139+
description="Step name for 'Select a Different Character' step"
140+
id="gui.howtos.code-cartoon.step_codeCartoonSelectDifferentCharacter"
141+
/>
142+
),
143+
image: 'codeCartoonSelectDifferentCharacter'
144+
}, {
145+
title: (
146+
<FormattedMessage
147+
defaultMessage="Use a Minus Sign to Get Smaller"
148+
description="Step name for 'Use a Minus Sign to Get Smaller' step"
149+
id="gui.howtos.code-cartoon.step_codeCartoonUseMinusSign"
150+
/>
151+
),
152+
image: 'codeCartoonUseMinusSign'
153+
}, {
154+
title: (
155+
<FormattedMessage
156+
defaultMessage="Make a Character Grow and Shrink"
157+
description="Step name for 'Make a Character Grow and Shrink' step"
158+
id="gui.howtos.code-cartoon.step_codeCartoonGrowShrink"
159+
/>
160+
),
161+
image: 'codeCartoonGrowShrink'
162+
}, {
163+
title: (
164+
<FormattedMessage
165+
defaultMessage="Select a Different Character"
166+
description="Step name for 'Select a Different Character' step"
167+
id="gui.howtos.code-cartoon.step_codeCartoonSelectAnotherDifferentCharacter"
168+
/>
169+
),
170+
image: 'codeCartoonSelectAnotherDifferentCharacter'
171+
}, {
172+
title: (
173+
<FormattedMessage
174+
defaultMessage="Jump Up and Down"
175+
description="Step name for 'Jump Up and Down' step"
176+
id="gui.howtos.code-cartoon.step_codeCartoonJump"
177+
/>
178+
),
179+
image: 'codeCartoonJump'
180+
}, {
181+
title: (
182+
<FormattedMessage
183+
defaultMessage="Click a Character to Change Scenes"
184+
description="Step name for 'Click a Character to Change Scenes' step"
185+
id="gui.howtos.code-cartoon.step_codeCartoonChangeScenes"
186+
/>
187+
),
188+
image: 'codeCartoonChangeScenes'
189+
}, {
190+
title: (
191+
<FormattedMessage
192+
defaultMessage="Glide Around"
193+
description="Step name for 'Glide Around' step"
194+
id="gui.howtos.code-cartoon.step_codeCartoonGlideAround"
195+
/>
196+
),
197+
image: 'codeCartoonGlideAround'
198+
}, {
199+
title: (
200+
<FormattedMessage
201+
defaultMessage="Change Costumes"
202+
description="Step name for 'Change Costumes' step"
203+
id="gui.howtos.code-cartoon.step_codeCartoonChangeCostumes"
204+
/>
205+
),
206+
image: 'codeCartoonChangeCostumes'
207+
}, {
208+
title: (
209+
<FormattedMessage
210+
defaultMessage="Choose More Characters to Add to Your Cartoon"
211+
description="Step name for 'Choose More Characters to Add to Your Cartoon' step"
212+
id="gui.howtos.code-cartoon.step_codeCartoonChooseMoreCharacters"
213+
/>
214+
),
215+
image: 'codeCartoonChooseMoreCharacters'
216+
}, {
217+
deckIds: [
218+
'Chase-Game',
219+
'Tell-A-Story'
220+
]
221+
}
222+
],
223+
urlId: 'code-cartoon'
224224
},
225225

226226
'animate-a-name': {
-236 KB
Loading
-255 KB
Loading
-52.9 KB
Loading
-153 KB
Loading
-90.4 KB
Loading
-248 KB
Loading
-96.6 KB
Loading

0 commit comments

Comments
 (0)