Skip to content

Commit

Permalink
Rebrand to 2023 (mostly)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePyProgrammer authored Oct 9, 2022
1 parent 9e976a8 commit 02aa90f
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 37 deletions.
23 changes: 8 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# BuildingBloCS 2022 Website
# BuildingBloCS 2023 Website

Welcome! This is the Github page for the 2022 version of the [BuildingBloCS Website](https://buildingblocs.sg/2022/).
Welcome! This is the Github page for the 2023 version of the [BuildingBloCS Website](https://buildingblocs.sg/2023/).

Table of Contents
-------------
Expand Down Expand Up @@ -29,7 +29,7 @@ Table of Contents

### 1.1 Installing Project

Go to this year's version of the BuildingBloCS page on Github [here](https://github.com/buildingblocs/2022). At the top of the page, click on the big green button titled "Code". From there, select your preferred method of installation.
Go to this year's version of the BuildingBloCS page on GitHub [here](https://github.com/buildingblocs/2023). At the top of the page, click on the big green button titled "Code". From there, select your preferred method of installation.

### 1.2 Installing Dependencies

Expand All @@ -44,23 +44,19 @@ The website makes use of the following:
7. [Bundler](https://bundler.io/v2.3/)

> Yarn is the selected package manager for our project. In the base folder of the project, run `yarn install` to install all subdependencies. If you have `node.js >=16.10` installed, you just need to enable yarn with `corepack enable`
```
yarn install
```s
$ yarn install
```

We use Ruby and RubyGems for this page. Using a tool like `rbenv` is recommended to install ruby as certain linux distributions may have an old version built and cached in their archives


> After installing RubyGems and Bundler, install the necessary gems as per the instructions [here](https://bundler.io/v2.3/bundle_install.html) by doing ```bundle install```
```
bundle install
> After installing RubyGems and Bundler, install the necessary gems as per the instructions [here](https://bundler.io/v2.3/bundle_install.html) by doing:
```s
$ bundle install
```





## 2. Configuration

### 2.1 Folder Structure
Expand Down Expand Up @@ -165,9 +161,6 @@ The following files should not be touched unless you know what you are doing.
```





## 3. Usage

### 3.1 Upgrading Subdependencies
Expand Down
4 changes: 3 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ layouts_dir: _layouts
data_dir: _data
includes_dir: _includes
# url: https://buildingblocs.sg
baseurl: /2022
baseurl: /2023

# For polyglot
# See: https://github.com/untra/polyglot
Expand All @@ -24,6 +24,8 @@ exclude:
- Gruntfile.js
- .jekyll-cache/
- .template/
- events/
- competitions/

plugins:
- jekyll-polyglot
Expand Down
24 changes: 12 additions & 12 deletions index-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,25 @@ lang: en

<section class="jumbo">
<div class="main-div">
<h1>{{ site.title }} June Conference</h1>
<h1><span class="huge">2022</span></h1>
<h4>Thursday 2 June - Saturday 4 June</h4>
<h4>NUS School of Computing / Online</h4>
<h4><a class="btn" href="{{ site.baseurl }}/events/june-conference/">Find Out More!</a></h4>
<h3> Scroll down for the schedule! </h3>
<h1>{{ site.title }}</h1>
<h1><span class="huge">2023</span></h1>
<!-- <h4>Thursday 2 June - Saturday 4 June</h4> -->
<!-- <h4>NUS School of Computing / Online</h4> -->
<!-- <h4><a class="btn" href="{{ site.baseurl }}/events/june-conference/">Find Out More!</a></h4> -->
<h3> Scroll down for more info! </h3>
</div>
</section>
<br><br><br>

## Theme: Computational Thinking, AI and Blockchain Education
## Theme: (Insert Theme)

With the increasing importance of Computing education and AI literacy globally as well as disruptive emerging blockchain technologies, this year's focus areas will be on Computational Thinking, Artificial Intelligence and Blockchain Education!
<!-- With the increasing importance of Computing education and AI literacy globally as well as disruptive emerging blockchain technologies, this year's focus areas will be on Computational Thinking, Artificial Intelligence and Blockchain Education! -->

We are proud to partner with <a href="https://aisingapore.org/">AI Singapore</a> again in their new <a href="https://aisingapore.org/student-outreach-programme/">AI Student Outreach Programme</a> which encourages students to form Student User Groups (SUG) to promote AI literacy and experiment with our open-source AI tools ‘AI BRICKS’ to develop solutions for their schools and real-world needs.
<!-- We are proud to partner with <a href="https://aisingapore.org/">AI Singapore</a> again in their new <a href="https://aisingapore.org/student-outreach-programme/">AI Student Outreach Programme</a> which encourages students to form Student User Groups (SUG) to promote AI literacy and experiment with our open-source AI tools ‘AI BRICKS’ to develop solutions for their schools and real-world needs.
Learn about <a href="https://www.youtube.com/watch?v=KI3INCiyst8&t=905s">Introduction to Blockchain</a> and <a href="https://www.youtube.com/watch?v=kde1nxLN43w&t=382s">Introduction to NFTs</a> by <a href="https://www.tzapac.com/">TZAPAC</a>, official industry partner of <a href="https://noisg.comp.nus.edu.sg/noi/">National Olympiad in Informatics 2022</a>.
Learn about <a href="https://www.youtube.com/watch?v=KI3INCiyst8&t=905s">Introduction to Blockchain</a> and <a href="https://www.youtube.com/watch?v=kde1nxLN43w&t=382s">Introduction to NFTs</a> by <a href="https://www.tzapac.com/">TZAPAC</a>, official industry partner of <a href="https://noisg.comp.nus.edu.sg/noi/">National Olympiad in Informatics 2023</a>. -->

## Schedule
<!-- ## Schedule
This year, BuildingBloCS' main June Conference will be held over 3 days in a hybrid manner! Please refer to the schedule below for more details:
Expand All @@ -39,7 +39,7 @@ This year, BuildingBloCS' main June Conference will be held over 3 days in a hyb
</tr>
{% endfor %}
</table>
{% endfor %}
{% endfor %} -->

## Organisers

Expand Down
17 changes: 8 additions & 9 deletions join-us/index-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,14 @@ permalink: join-us/
lang: en
---

# BuildingBloCS 2022
# BuildingBloCS 2023

Invitation to participate in BuildingBloCS 2022, Singapore’s largest for students by students Computing education outreach programme.
All students interested in Computing are welcome to participate!
We invite you to participate in BuildingBloCS 2023, Singapore’s largest _for-students-by-students_ Computing Education Outreach Programme. All students interested in Computing are welcome to participate!

### Sign up as organisers
Computing experience is not a prerequisite - so anyone can sign up with our wide range of roles and commitments available.
## <a class="btn" href="https://go.buildingblocs.sg/roles">View the available roles!</a>
## <a class="btn" href="https://go.buildingblocs.sg/organiser/signup ">Sign up as organisers!</a>
<!-- ### Sign up as organisers -->
<!-- Computing experience is not a prerequisite - so anyone can sign up with our wide range of roles and commitments available. -->
<!-- ## <a class="btn" href="https://go.buildingblocs.sg/roles">View the available roles!</a> -->
<!-- ## <a class="btn" href="https://go.buildingblocs.sg/organiser/signup ">Sign up as organisers!</a> -->

### Sign up for our events
## <a class="btn" href="{{ site.baseurl }}/events/june-conference">Registration for our June Conference is out now!</a>
<!-- ### Sign up for our events -->
<!-- ## <a class="btn" href="{{ site.baseurl }}/events/june-conference">Registration for our June Conference is out now!</a> -->
2 changes: 2 additions & 0 deletions past-years/index-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ lang: en

Here are the links to our website from past years, if you are interested in seeing how much we have grown :D

- ### <a href="https://buildingblocs.github.io/2022" target="_blank" rel="noopener noreferrer">2022</a>

- ### <a href="https://buildingblocs.github.io/2021" target="_blank" rel="noopener noreferrer">2021</a>

- ### <a href="https://buildingblocs.github.io/2020" target="_blank" rel="noopener noreferrer">2020</a>
Expand Down

0 comments on commit 02aa90f

Please sign in to comment.