Skip to content

Commit 01b8e83

Browse files
committed
🐞fix(主页,博客): 去Scratch;logo下载
1 parent f8175fb commit 01b8e83

File tree

7 files changed

+23
-11
lines changed

7 files changed

+23
-11
lines changed

blog/Neverland-community.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ author: "种瓜"
1515
<!--truncate-->
1616

1717

18-
<video width="80%" src="https://www-old.codelab.club/video/1583729439575050.mp4" controls="controls"></video>
18+
<video width="80%" src="https://adapter.codelab.club/video/1583729439575050.mp4" controls="controls"></video>
1919

2020
我们于2019年5月份完成CodeLab Neverland。 接受外部访问后,陆续收到许多访问预约,前后也接待了不少教育从业者/IT从业者(`>100`)。
2121

blog/tools.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,12 @@ v3.4.2:
5656
* <a href="http://scratch3-files.just4fun.site/mbedWinSerial_16466%20%283%29.exe" target="_blank">Windows serial driver(for earlier versions of Windows, (Windows 7, Vista) )</a>
5757
* ref: [How do I connect the micro:bit to my computer](https://support.microbit.org/support/solutions/articles/19000013984-how-do-i-connect-the-micro-bit-to-my-computer)
5858

59+
## CodeLab Logo
60+
* PNG 格式
61+
![PNG格式](https://adapter.codelab.club/img/codelab_logo.png)
62+
63+
* SVG 格式
64+
![SVG格式](https://adapter.codelab.club/img/codelab_logo.svg)
5965

6066
<!--暂未使用-->
6167
<!--

docusaurus.config.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
const codeblockTheme = require('prism-react-renderer/themes/palenight')
22
// 可选theme https://github.com/FormidableLabs/prism-react-renderer/tree/master/src/themes
33
// 覆盖背景色
4-
codeblockTheme.plain.backgroundColor = '#000000'
4+
codeblockTheme.plain.backgroundColor = '#000'
5+
codeblockTheme.plain.color = '#ffffff'
56

67
module.exports = {
78
title: 'CodeLab',
@@ -22,7 +23,7 @@ module.exports = {
2223
links: [
2324
{
2425
href: 'https://scratch.codelab.club',
25-
label:'Scratch 社区',
26+
label:'创作平台',
2627
position: 'left'
2728
},
2829
{

src/css/custom.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
}
2929

3030
code {
31-
background-color: #ffb81e;
31+
background-color: #ffd270;
3232
border-radius: 2px;
3333
color: black;
3434
font-family: var(--ifm-font-family-monospace);

src/pages/index.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -112,11 +112,11 @@ function Home() {
112112
<div className={clsx(styles.env)}>
113113
<div className={styles.yellowLine}></div>
114114
<div className={clsx("container",styles.start)}>
115-
<p className={clsx(styles.subtitle1)}>让我们从 Scratch 开始</p>
116-
<p className={clsx(styles.subtitleNote)}>色彩、卡通、音乐、运动、交互全在这里,由此进入动画故事、交互游戏、程序软件的幕后创作</p>
115+
<p className={clsx(styles.subtitle1)}>让我们从这里开始</p>
116+
<p className={clsx(styles.subtitleNote)}>色彩、卡通、音乐、运动、交互全在此,由此进入动画故事、交互游戏、程序软件的幕后创作</p>
117117
<iframe className={styles.iframe} src="https://scratch3v3.codelab.club/?sb3url=https://scratch3-files.just4fun.site/Wake_me_up_now_3m.sb3"/>
118118
<p className="text--center margin-top--lg">
119-
<a href="https://scratch.codelab.club/projects/editor/" target="_blank"><button className="button button--info margin-bottom--md">立即开始 Scratch 创作</button></a>
119+
<a href="https://scratch.codelab.club/projects/editor/" target="_blank"><button className="button button--info margin-bottom--md">立即开始创作</button></a>
120120
<a href="https://scratch.codelab.club" target="_blank"><button className="button button--info margin-bottom--md">先去看看大家的作品</button></a>
121121
</p>
122122

@@ -148,10 +148,10 @@ function Home() {
148148
<div className= 'col'>
149149
<article className={clsx(styles.box)}>
150150
<a className={clsx(styles.imagefeature)} href="https://mp.weixin.qq.com/s/1IJIHCKaqZeJki8hWiAKuw" target="_blank">
151-
<img src="/img/暑期课程.png" alt = "Scratch编程暑期公益课程"></img>
151+
<img src="/img/暑期课程.png" alt = "创意编程暑期公益课程"></img>
152152
</a>
153153
<h3>
154-
<a href="https://mp.weixin.qq.com/s/1IJIHCKaqZeJki8hWiAKuw" target="_blank">Scratch 编程暑期公益课程</a>
154+
<a href="https://mp.weixin.qq.com/s/1IJIHCKaqZeJki8hWiAKuw" target="_blank">创意编程暑期公益课程</a>
155155
</h3>
156156
<p>暑期进行中</p>
157157
</article>
@@ -164,7 +164,7 @@ function Home() {
164164
<h3>
165165
<a href="/blog/2020/08/14/3.5-release/">CodeLab Adapter 3.5 发布</a>
166166
</h3>
167-
<p>CodeLab Scratch社区的创作平台将作为Scratch入口</p>
167+
<p>将CodeLab创作平台社区作为入口</p>
168168
</article>
169169
</div>
170170
<div className= 'col'>
@@ -195,7 +195,7 @@ function Home() {
195195
<div className={clsx("container", "row", styles.community)}>
196196

197197
<div className={clsx(styles.circle1)}>
198-
<a href="https://scratch.codelab.club/" target="_blank"><div>Scratch 社区</div></a>
198+
<a href="https://scratch.codelab.club/" target="_blank"><div>社区</div></a>
199199
</div>
200200
<div className={clsx(styles.plus1, 'col', 'col--1')}>
201201
<p>+</p>

static/img/暑期课程.png

-243 Bytes
Loading

static/video_config.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@
2626
}
2727
],
2828
"来自CodeLab": [
29+
{
30+
"src": "https://adapter.codelab.club/video/1598408857132487.mp4 ",
31+
"title": "魔法烟花秀",
32+
"num":"3"
33+
},
2934

3035
{
3136
"src": "https://codelab-adapter-docs.codelab.club/video/wand_catapult_demo.mp4 ",

0 commit comments

Comments
 (0)