https://github.com/charlesgobina/microverse-capstone-project-one
This is my Microverse module one capstone project. It is a website for a musical concert. Visitors can see events of the concert, the various band members, and information about past concerts Built using HTML, CSS, and JS.
https://github.com/charlesgobina/microverse-capstone-project-one
css3 html javascript template
Last synced: 3 months ago
JSON representation
This is my Microverse module one capstone project. It is a website for a musical concert. Visitors can see events of the concert, the various band members, and information about past concerts Built using HTML, CSS, and JS.
- Host: GitHub
- URL: https://github.com/charlesgobina/microverse-capstone-project-one
- Owner: charlesgobina
- Created: 2021-11-15T09:28:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-13T01:50:02.000Z (over 3 years ago)
- Last Synced: 2024-10-18T09:14:54.808Z (8 months ago)
- Topics: css3, html, javascript, template
- Language: CSS
- Homepage: https://github.com/charlesgobina/microverse-capstone-project-one#
- Size: 11.2 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Microverse Capstone Project One
This project will test my HTML, CSS and JS skills.
Its also going to test my knowledge on the Gitflow and other technologies and skills used throughout module one, like Github and Reasearch.
It is a sum total of all all Microverse module one activities and is based on a real world problem.## Built With
* HTML
* CSS
* JS## Live Demo
* [Demo](https://charlesgobina.github.io/microverse-capstone-project-one/index.html)## Authors
Charles Gobina :student:
* Github:https://github.com/charlesgobina
* Twitter:https://twitter.com/i4mCloud
* LinkedIn:https://www.linkedin.com/in/charles-gobina-74a0ab193/## Software requirements
* Git
* Code Editor## Contributing :handshake:
Contributions, issues, and feature requests are welcome!
* Fork this repo using the command below```
gh repo fork [email protected]:charlesgobina/microverse-capstone-project-one.git
```
* Clone the forked repo using the command below```
git clone [email protected]:charlesgobina/microverse-capstone-project-one.git
```* Navigate to the directory in which you cloned the project and use the command below
```
cd microverse-capstone-project-one
```* Create a new feature branch using the command below
```
git checkout -b [name_of_feature_branch]
```* Commit your changes using git commit as shown below
```
git commit -m ["entere a commit message"]
```* Push your changes using
```
git push -u origin [name_of_feature_branch]
```
* Open pull request.## Show your support
Give a :star: if you like this project.## Acknowledgments
* Template design by [Cindy Shin](https://www.behance.net/adagio07)
* Hat tip to anyone whose code was used
* Inspiration
* etc## License :memo:
This project is [MIT](https://github.com/microverseinc/readme-template/blob/master/MIT.md) licensed