Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated Events Page info #32

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
<button>Projects</button>
</li>
<li>
<button><a href="/schedule" class="teens-camp-button">Teens Camp</a>
<button><a href="/schedule" class="teens-camp-button">Events</a>
</li></button>
</li>
</ul>
Expand Down
Binary file added museum_assets/img/chengdu.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions pages/museum.html
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,12 @@
img: "img/t2.png",
desc: "Second Teens Camp - forum project collaboration.",
},
"NEXT_CLASS", {
title: "Education Seminar with Culiu",
time: "2024/3/10",
img: "img/chengdu.jpg",
desc: "OpenTeens Member joined Culiu on an education seminar in Chengdu.",
},
"NEXT_CLASS", {
title: "DevTogether 2024",
time: "2024/3/30",
Expand Down
35 changes: 35 additions & 0 deletions pages/schedule.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,20 @@ <h2></h2>
<script>
// Events
const events = [
{
date: "8/13/2023",
location: "成都",
title: "OpenTeens成立演讲",
description: "我们将在成都醋溜社区启动OpenTeens的第一个演讲。",
link: "#"
},
{
date: "10/15/2023",
location: "惠州",
title: "校内项目合作",
description: "我们将在惠州贝赛思教室内合作Python项目",
link: ""
},
{
date: "10/28/2023",
location: "成都",
Expand All @@ -48,6 +62,27 @@ <h2></h2>
title: "Simple Git Workshop",
description: "我们将通过浅显易懂的语言讲述Git中最核心的功能——分支和rebase操作。这一线下workshop也将面向所有人,无论你是否拥有编程基础,我们都欢迎你参加!",
link: "#"
},
{
date: "03/02/2024",
location: "深圳",
title: "TeensCamp #2: Web Development",
description: "我们将继续引导大家在GitHub上面合作项目,同时启动青少年开源论坛项目!",
link: "#"
},
{
date: "03/30/2024",
location: "深圳",
title: "DevTogether 2024",
description: "我们将一起参与DevTogether大会,向开源前辈们学习。",
link: "https://www.bagevent.com/event/dev-together-2024"
},
{
date: "06/01/2024",
location: "深圳",
title: "TeensCamp#3",
description: "活动正在规划中,暂不公布相关信息。",
link: "#"
}
// Add more events here
];
Expand Down