-
Notifications
You must be signed in to change notification settings - Fork 14
Instructions added #14
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
Open
MohamedAlDeep
wants to merge
1
commit into
hackclub:v3
Choose a base branch
from
MohamedAlDeep:v3
base: v3
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 |
|---|---|---|
|
|
@@ -22,3 +22,4 @@ dist-ssr | |
| *.njsproj | ||
| *.sln | ||
| *.sw? | ||
| package-lock.json | ||
This file contains hidden or 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,74 @@ | ||
| export default function PrintingLegion101() { | ||
| return ( | ||
| <div className="max-w-4xl mx-auto p-6 font-sans text-gray-800"> | ||
| {/* Page 1 */} | ||
| <div className="mb-12"> | ||
| <h1 className="text-3xl font-bold mb-6">Overview:</h1> | ||
|
|
||
| <p className="text-lg mb-6">Hello there!</p> | ||
|
|
||
| <p className="mb-6"> | ||
| This is a document explaining how to use printing legion & how it works. This will be moved onto the website eventually… :pf. | ||
| </p> | ||
|
|
||
| <p className="mb-6"> | ||
| Maintained by @alexren on slack! If you have any questions please ask in #printing-legion! | ||
| </p> | ||
|
|
||
| <p className="mb-8"> | ||
| If you have any private questions/disputes, feel free to dm me. | ||
| </p> | ||
|
|
||
| <h2 className="text-2xl font-bold mb-4">For requesters</h2> | ||
|
|
||
| <ol className="list-decimal pl-6 mb-8 space-y-2"> | ||
| <li>Post your request in #printing-legion! Include your country, the .STL files to print, and a picture of what you need</li> | ||
| <li>Go to printlegion.hackclub.com and reach out to someone! Ask them to print your stuff</li> | ||
| <li>Pay for the shipping label using your YSWS card grant. You do not get extra money for this!</li> | ||
| <li>Repeat</li> | ||
| </ol> | ||
|
|
||
| <h2 className="text-2xl font-bold mb-4">For printers:</h2> | ||
|
|
||
| <ol className="list-decimal pl-6 mb-8 space-y-2"> | ||
| <li>Sign up by filling out forms.hackclub.com/printing-legion</li> | ||
| <li>Wait for someone to reach out! If you want a job sooner, feel free to grab any you see in #printing-legion</li> | ||
| <li>Print their part! Once you do, ping them in #printing-legion with a picture of their print!</li> | ||
| <li>Ship it - Ask for the requester's info and use their HCB card grant to pay for the label</li> | ||
| <li>Once you've printed 750g of filament & shipped it all out, fill out forms.hackclub.com/filament-reimbursement</li> | ||
| <li>Repeat!</li> | ||
| </ol> | ||
|
|
||
| <h3 className="text-xl font-bold mb-3">Notes:</h3> | ||
|
|
||
| <p className="font-bold mb-2">Filament reimbursement:</p> | ||
| <p className="mb-4"> | ||
| Printing legion is sponsored by Polymerker! They've provided us free filament for the following countries: | ||
| </p> | ||
|
|
||
| <ul className="list-disc pl-6 mb-4"> | ||
| <li>United States</li> | ||
| <li>Canada</li> | ||
| <li>Australia</li> | ||
| <li>Poland</li> | ||
| <li>France</li> | ||
| <li>Germany</li> | ||
| <li>South Africa</li> | ||
| </ul> | ||
| </div> | ||
|
|
||
| {/* Page 2 */} | ||
| <div> | ||
| <p className="mb-4"> | ||
| Filament will be shipped directly from polymaker warehouses. These countries are confirmed to | ||
| not need to pay any customs, so you shouldn't have issues! | ||
| </p> | ||
|
|
||
| <p> | ||
| If you're not from one of these countries, we'll send you a $20-25 HCB Card grant to get | ||
| filament instead | ||
| </p> | ||
| </div> | ||
| </div> | ||
| ); | ||
| } |
This file contains hidden or 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,19 +1,19 @@ | ||
| import Instuctions from "../components/Instructions"; | ||
|
|
||
|
|
||
|
|
||
| export default function Landing() { | ||
| return ( | ||
| <div className="container mx-auto px-4 py-8 w-full"> | ||
| <h1 className="text-3xl mb-6 font-bold text-center">PRINTING LEGION</h1> | ||
| <p className="text-xl mb-4"> | ||
| Welcome to the printing legion! This is the international network of 3D printers from Hack Club! | ||
| </p> | ||
| <p className="text-xl mb-4 font-bold"> | ||
| Check out how it works here: <a href="https://docs.google.com/document/d/1ZfHi5eKbt0F2vbO0I1bMSIaMovqBu4Z6j_3GU6wREVc/edit?usp=sharing" target="_blank" className="text-blue-600 hover:underline">Google doc</a> | ||
| </p> | ||
| <p className="italic text-gray-600 mb-6"> | ||
| The previous instructions will be added to the site soon, but as a placeholder please click on the link above | ||
| </p> | ||
| <div className="my-6 justify-center flex"> | ||
| <a href="/printers" className="outline-1 py-2 px-6 rounded-xl text-lg font-bold bg-blue-500 text-white">Check out the printers!!!</a> | ||
| </div> | ||
| <h1 className="text-3xl mb-6 font-bold text-center">PRINTING LEGION</h1> | ||
| <p className="text-2xl mb-4 my-6 justify-center flex"> | ||
| Welcome to the printing legion! This is the international network of 3D printers from Hack Club! | ||
| </p> | ||
|
|
||
| <Instuctions /> | ||
| <div className="my-6 justify-center flex"> | ||
| <a href="/printers" className="outline-1 py-2 px-6 rounded-xl text-lg font-bold bg-blue-500 text-white">Check out the printers!!!</a> | ||
| </div> | ||
| </div> | ||
| ); | ||
| } |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why would we remove the package lock?