diff --git a/README.md b/README.md index c6b79118..f93f3902 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,23 @@ Start Bootstrap was created by and is maintained by **[David Miller](https://dav Start Bootstrap is based on the [Bootstrap](https://getbootstrap.com/) framework created by [Mark Otto](https://twitter.com/mdo) and [Jacob Thorton](https://twitter.com/fat). +## Project Description +This project is a Mental Health Awareness website created by customizing +an existing open-source Bootstrap landing page template. + +## Improvements Made +- Updated the main heading and description to focus on mental health +- Added a student mental health awareness section +- Added mental wellness tips for daily well-being +- Improved the website color scheme +- Enhanced project documentation + +## Learning Outcome +This project helped me understand GitHub workflows such as forking a repository, +editing files directly on GitHub, committing changes, and improving +an open-source project. + + ## Copyright and License Copyright 2013-2023 Start Bootstrap LLC. Code released under the [MIT](https://github.com/StartBootstrap/startbootstrap-landing-page/blob/master/LICENSE) license. diff --git a/dist/css/styles.css b/dist/css/styles.css index d88b4985..1ed5fada 100644 --- a/dist/css/styles.css +++ b/dist/css/styles.css @@ -10916,4 +10916,13 @@ header.masthead h1, header.masthead .h1 { footer.footer { padding-top: 4rem; padding-bottom: 4rem; -} \ No newline at end of file +} +/* Custom styles added for Mental Health Awareness */ + +body { + background-color: #f1f9f6; +} + +h1, h2 { + color: #2f855a; +} diff --git a/dist/index.html b/dist/index.html index 29fbf448..9c04d0eb 100644 --- a/dist/index.html +++ b/dist/index.html @@ -5,7 +5,7 @@ -
+Mental health is as important as physical health. +This website aims to spread awareness about mental well-being, +especially among college students. +
+ @@ -99,6 +105,31 @@