Hack Your Future Redesign
- Project name
- General info
- Screenshots
- Technologies
- Configuration
- Code examples
- Features
- Status
- Inspiration
- Contact
- Instructions for use
- Code quality checks
- Continuous integration
- Repository setup
Hack Your Future is a website offering IT courses to refugees .
- Home
- Features
- Docs
- HTML
- CSS
- Grid
- Flexbox
- Node 14.16.0
- JavaScript
- VSC code
npm run start
npm run build
git clone [email protected]:HackYourFutureBelgium/template-html-css
cd template-html-css
npm install
npm run format
: Make sure all the code in this repository is formatted correctly (looks good). (looks good).npm run lint:ls
: Checks that all the folder and file names match the conventions of the repository.npm run lint:md
: Checks all Markdown files in this repository.npm run lint:css
: Will make a copy of all CSS files in this repository.npm run validate:html
: Validates all HTML files in your project.npm run spell-check
: Goes through all the files in this repository looking for words it doesn't recognize. Just because it says something is an error does not mean it is! It doesn't know every word in the world. You can add new correct words to the ./.cspell.json file so that they do not cause an error. an error.npm run accessibility -- ./path/to/file.html
: Runs an accessibility scan on all HTML on all HTML files in the given path and writes the report to the file/accessibility_report
file.
When you open a PR to main
/master
in your repository, GitHub will
automatically do a linting check on the code in that repository, you can see
this in the this in the file
github/workflows/lint.yml.
If the linting fails, you will not be able to merge the PR. You can check that your code will that your code will pass before pushing it by running the code quality scripts locally.
- Give each member written access to the repo (if it's a group project).
- Enable GitHub pages and put a link to your website in the repo description.
- Activate the GitHub Actions
- in the Branches section of your repo settings, make sure :
- The repository requires review before pull requests can be merged.
- The
master
/main
branch must "Require status checks to pass before merge" - The
master
/main
branch must "Require required branches to be up to date before merging"
//
<!-- Navbar-->
<div class="navbar">
<div class="container flex">
<a href="index.html"> <img src="public/logo.svg" alt="Logo" /></a>
<nav>
<ul>
<li><a href="TheProgram.html">THE PROGRAM</a></li>
<li><a href="Volunteer.html">VOLUNTEER</a></li>
<li><a href="Digitalents.html">DIGITALENTS</a></li>
<li><a href="ABOUT.html">ABOUT</a></li>
<li><a href="FAQ.html">FAQ</a></li>
<li><a href="SUPPORTUS.html">SUPPORT US</a></li>
</ul>
</nav>
</div>
</div>
The project is: in progress
Hack Your Future WebSite HYF Template for HTML and CSS
Name | GitHub Links |
---|---|
Anita Sharma | AnitaSharma2022 |
Helen | Helen-HYF |
Lemma-Barnabas | Lemma-Barnabas |
Inna Vozniak | Inna Vozniak |
Renjani | renjani2022 |