├── .gitignore
├── LICENSE
├── README.md
├── favicons.png
├── index.html
├── reset.css
├── rosie-the-kraken.png
├── style.css
└── team.png
/.gitignore:
--------------------------------------------------------------------------------
1 | logs
2 | .DS_Store
3 |
--------------------------------------------------------------------------------
/LICENSE:
--------------------------------------------------------------------------------
1 | MIT License
2 |
3 | Copyright (c) 2019 Major League Hacking
4 |
5 | Permission is hereby granted, free of charge, to any person obtaining a copy
6 | of this software and associated documentation files (the "Software"), to deal
7 | in the Software without restriction, including without limitation the rights
8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9 | copies of the Software, and to permit persons to whom the Software is
10 | furnished to do so, subject to the following conditions:
11 |
12 | The above copyright notice and this permission notice shall be included in all
13 | copies or substantial portions of the Software.
14 |
15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21 | SOFTWARE.
22 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # MLH Localhost – Get Crackin' with Git using GitKraken
2 |
3 | In this workshop, participants learn how to use GitKraken's Git Client and Glo Boards to collaborate on a project. This is the source code for that project!
4 |
5 | ## Host This Workshop
6 |
7 | To host this workshop, or any MLH Localhost workshop, visit [localhost.mlh.io](localhost.mlh.io).
8 |
9 | ## Complete This Workshop
10 |
11 | To complete this workshop, follow the steps below:
12 | 1. Gather a few friends! You'll need a team of 3 people to really see the power of collaborating with GitKraken.
13 | 2. Visit [mlhlocal.host/github-signup](mlhlocal.host/github-signup) if you don't already have a GitHub account.
14 | 3. Then, visit [mlhlocal.host/gitkraken](mlhlocal.host/gitkraken) to sign up for GitKraken.
15 | 4. Download and install the GitKraken Git Client.
16 | 5. One person on your team should fork this repository.
17 | 6. Then, that person should add each other person on the team as a collaborator.
18 | 7. Each person should clone the fork of this repo in the GitKraken Git Client.
19 | 8. Copy lines 41-49 of index.html and paste them below.
20 | 9. Update them with information about yourself.
21 | 10. Use GitKraken to commit changes, open and review pull requests, and merge changes.
22 | 11. Voila! You're an expert.
23 |
24 | ## Become a GitKraken Ambassador!
25 |
26 | Love GitKraken? Want to earn awesome swag while sharing the love? Read below:
27 |
28 | The Get Crackin’ with Git using GitKraken workshop requires you (the organizer) and all participants to create GitKraken accounts. Make sure to create your account first, and then provide your [referral link](https://app.gitkraken.com/referrals) in the presentation slides for others to use when creating their accounts. GitKraken has an awesome referral program that allows you to win prizes like a custom Nintendo Switch, and following this process will ensure that all workshop participants’ accounts are associated with your referral code.
29 |
30 | Hosting this workshop and sharing your referral link with participants will put you well on your way to becoming a GitKraken Ambassador! We highly recommend joining this community of industry professionals and student developers. This program will help increase your software development knowledge, build your professional skills, and provide further value to your local tech community. Get support for your events, improve your content, increase your reach, and get legendary swag! Check out the [GitKraken Ambassador Program](https://www.gitkraken.com/ambassador), and when you apply, don’t forget to mention that you’re an organizer with MLH Localhost!
31 |
--------------------------------------------------------------------------------
/favicons.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MLH/mlh-localhost-gitkraken-code/72c623f544466361ec3f07bed135015a1feb409d/favicons.png
--------------------------------------------------------------------------------
/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
We're so glad you're visiting our page! Read below to learn more about us and what we do.
24 |
25 |
We were founded in 2019.
26 |
We build exciting things.
27 |
Let's build together!
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
Who We Are
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
Rosie the Kraken
46 |
I'm Rosie the Kraken! In the 1940s, I encouraged women to join the World War II effort in the United States. Since then, I have become a symbol of women participating in all sorts of industries where they are underrepresented. We can do it!