This is a website about my favourite band: twenty-one pilots.The site includes band name,logos,band members and a short biography of each. Alongside listing why the band appeals to me musically and artistically, the website also lists the bands albums and my favourite songs from every album.
Prerequisites
To add any modification to the code you need to first have git installed.
Install git using the following terminal command: "$ sudo apt-get install git".
Verify the installation of got using the following command:"$ git --version"
Clone the code by opening the terminal and typing the following command:"$ git clone https://github.com/MartinKinyuka/My-favourite-band".
From you local directory you can now edit the code using your favourite editor.
This site is created in:
- CSS
- HTML
- Git
View the live site at: https://martinkinyuka.github.io/My-favourite-band/
This project is under the MIT licence.
MIT License Copyright (c) 2021 (Martin Kinyuka Kuria) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sub-license, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANT-ABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.