Skip to content

Commit

Permalink
Hack School Introduction & Logistics Page (#3)
Browse files Browse the repository at this point in the history
* playing around

* intro pages

* few changes

* fixed old test files

* fixed sidebar titling

* removed 'another' page

* updated codeowners and renamed logistics page

* grammar and trying to see if the deployment works

* rename to school

* rename to hack school

---------

Co-authored-by: Alex Zhang <[email protected]>
  • Loading branch information
nik-dange and alexzhang1618 authored Aug 8, 2023
1 parent 089c369 commit 3546432
Show file tree
Hide file tree
Showing 10 changed files with 44 additions and 49 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @acmucsd/acm-hack
* @acmucsd/acm-hack @nishantbalaji @alexzhang1618
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"
}
31 changes: 0 additions & 31 deletions pages/another.mdx

This file was deleted.

4 changes: 4 additions & 0 deletions pages/hack-school/_meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"index": "Welcome to ACM Hack School!",
"logistics": "Hack School Logistics"
}
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 are absolutely no
prerequisites 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: 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

0 comments on commit 3546432

Please sign in to comment.