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

Hack School Introduction & Logistics Page #3

Merged
merged 11 commits into from
Aug 8, 2023
3 changes: 3 additions & 0 deletions pages/Hack-School/_meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"index": "Welcome to ACM Hack School!"
}
12 changes: 12 additions & 0 deletions pages/Hack-School/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Welcome to Hack School!


## What is ACM's Hack School?
Hack School is a quarter-long, full-stack web development bootcamp. It's designed to help beginners and experienced developers alike build
a web application in just 6 workshops!


## What do you learn?
Our Hack School project is built with the MERN stack (MongoDB, Express.js, React.js, Node.js), which is a modern set of technologies for web development.
We chose the MERN stack for its wide adoption in the development community, ease of use, and single-language knowledge (you only need to learn JavaScript)! Over the course of 6 workshops, we'll touch on concepts such as building user interfaces, server-side programming, and deploying your web application. There is absolutely no
prerequisite for this course -- we've designed it so that you learn as you go through it!
23 changes: 23 additions & 0 deletions pages/Hack-School/logistics.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Hack School Logistics

This page is a collection of all the logistics for Hack School. Given the popularity of Hack School, we're only able to admit so many students to attend our workshops in-person during
the fall quarter. However, we record our workshops and maintain all of our material! If you aren't admitted, or you're viewing this after fall quarter, but you still want to follow
along, you can find all of our material on our GitHub, our YouTube, and this textbook!

## Fall Quarter 2023
Our next iteration of Hack School will be running in Fall 2023. You can find all related logistics here, including the dates & locations of our workshops, Zoom links, calendar for office hours, and necessary material.
We'll make slides or other prerequisite material available before every workshop.



Workshop 1: HTML/CSS

Workshop 2: JavaScript

Workshop 3: React.js and Building Front-End interfaces

Workshop 4: Express.js and Server-Side programming

Workshop 5: All About Databases with MongoDB

Workshop 6: Deployment with AWS and Vercel
3 changes: 2 additions & 1 deletion pages/_meta.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"index": "ACM Hack"
"index": "ACM Hack",
"hack-school": "Hack School"
}
3 changes: 0 additions & 3 deletions pages/hack/_meta.json

This file was deleted.

3 changes: 0 additions & 3 deletions pages/hack/index.mdx

This file was deleted.

10 changes: 1 addition & 9 deletions pages/index.mdx
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
# Introduction

Welcome to Nextra! This is a basic docs template. You can use it as a starting point for your own project :)

## What is Nextra?

A **simple**, **powerful** and **flexible** site generation framework with everything you love from Next.js.

## Documentation

The documentation is available at [https://nextra.site](https://nextra.site).
Welcome to ACM Hack! This site is currently under construction 🏗️. Check back in the fall to see all of our content!
2 changes: 1 addition & 1 deletion theme.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const config: DocsThemeConfig = {
};
},
footer: {
text: 'ACM Hack is so cool!',
text: 'Made with 🧡 by ACM Hack!',
},
search: {
placeholder: 'Search',
Expand Down
Loading