zero-to-mastery / Keiko-Corp
- воскресенье, 4 октября 2020 г. в 00:23:32
HTML
HTML challenge for Hacktoberfest 2020
Welcome to this year's HTML challenge for Hacktoberfest (What is Hacktoberfest?) A project with beginners and aspiring developers in mind, utilizing HTML, CSS & maybe a dash of JavaScript to achieve a simplistic yet elegant website for the greatest start up of all time; Keiko Corp.
Everyone is encouraged to participate, regardless of your skill level. This is a practice project and should be considered a playground. This project has plenty of options for collaboration, here are just a few of the many that we welcome pull requests for:-
Incredibly, Bruno the CEO of Keiko Corp has built the fastest growing tech start up in Silicon Valley, without ever having launched a website. Bruno's marketing team is insisting that they need a website in order to gain the confidence of the potential clients to reach this quarters sales targets.
Bruno has put together a quick Froala mockup to demonstrate the layout and simplistic design they are looking for. Although Bruno did request the website be as immaculate and as impressive as his hair, the design is totally open to interpretation and modification during the first iteration of development.
Ok, so you have read the brief and checked out the designs. Ready to contribute, but not sure how or where to start?
If you've never made a pull request before, or participated in an open-source project, we recommend taking a look at our Start Here Guidelines. This repo has everything you need to learn about open-source, with a step-by-step guide to making your very first PR. Once you've got your feet wet, you're ready to come back and dive into Hacktoberfest fun!
First up you need to fork (make a copy) this repo to your Github account.
Clone (download) your fork to your computer.
Set your streams so you can sync your clone with the original repo (get the latest updates).
git remote add upstream https://github.com/zero-to-mastery/Keiko-Corp.git
git pull upstream master
Find a task here or create a task
Create a branch for your task and complete the task.
Pull from the upstream again, like we did in step 3. This is to ensure we still have the latest code.
git pull upstream master
Commit and push the code to your fork.
Create a pull request to have the changes merged into the origin.
fixes #<issue number>
, replacing with the number of your issue will automatically close the issue when the pull request is merged.Congratulations! You are now one pull request closer to getting that free t-shirt. Repeat steps 4-8 until you have made at least 4 qualifying pull requests. You can check how many qualifying pull requests you have made at https://hacktoberfest.digitalocean.com/profile Have Fun and Happy Coding!!!
All discussions around this event can now be had in our #hacktoberfest-2020 channel on Discord!
To ensure everyone has the best chance at participating in this project. Please follow these simple guidelines where ever possible:-
Keiko Corp is a fictitious company, initially fabricated back in 2018 to enrich the learning process for the students of the Junior to Senior course. Keiko Corp, Bruno & his impeccable hair have since featured in several Zero To Mastery courses becoming the favourite topic of conversation amongst students.
Zero To Mastery receives no commission or incentives for your participating in either building this website or entering the Hacktoberfest event.