Save One Today, To See A Better Future
Description
Save One Today, To See A Better is website Which helps to save children and their families for a better future, We champion the rights and interests of children worldwide, putting the most vulnerable children first.
The main purposes of this website are :
- Save children during hard time or nation conflit.
- Provide home for Homeless children
- Build an Orphanage for abandonned and orphans Children
see Here
Mobile Version Desktop version
Built With
This project is build with:
- HTML;
- CSS;
- JavaScript.
if you want more explanation about this project check on this video
Getting Started
To get the content of this project locally you need to run this command in your terminal:
[email protected]:Alfredbis29/Capston-Project.git
Test
For tracking linter errors locally you need to follow these steps:
-
After cloning the project you need to run this command
npm install
This command will download all the dependancies of the project -
For tracking the linter errors in HTML file run:
npx hint .
-
For tracking the linter errors in CSS file run:
npx stylelint "\*_/_.{css,scss}"
-
And For tracking the linter errors in JavaScript file run:
npx eslint .
Author
- GitHub: @alfredbis29
- Twitter: @alfredbisimwa
- LinkedIn: AlfredBisimwa
🤝
Contributing
Feel free to check the issues page
Show your support
Give a
Acknowledgments
- Design and inspiration by Cindy Shin on Behance
fix
In This PR:
Orphanage
Project requirements
Colors.
Typography: font face, size, and weight.
Layout: composition and space between elements.
The pages look almost identical to the original design.
**I Applied CSS framework (for example Bootstrap) for styling my capstone project.**
I build only these 2 pages:The home page.
The about page.
All those two pages are identic to both Version Mobile and Desktop:
Interactions
Links
Mobile menu
Morning session code review
First of all well done 👏 delivering a project with such perfection, yet there are some suggestions to make:
em, rem, vh, vw
instead of static measurements such aspx
.min-width
to your body so that the page won't collapse.