-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hack School Introduction & Logistics Page (#3)
* 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
1 parent
089c369
commit 3546432
Showing
10 changed files
with
44 additions
and
49 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
* @acmucsd/acm-hack | ||
* @acmucsd/acm-hack @nishantbalaji @alexzhang1618 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
{ | ||
"index": "ACM Hack" | ||
"index": "ACM Hack", | ||
"hack-school": "Hack School" | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"index": "Welcome to ACM Hack School!", | ||
"logistics": "Hack School Logistics" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters