email: ishimwefique@gmail.com
To get a local copy of the site:
git clone https://github.com/Aimee-pacy/Delani.git
or download zipped file
Extract the zipped file.
cd to Delani folder.
Launch index.html file.
| Inputs | Description |
|---|---|
| Name | The users name. eg Aimee-pacy |
The users email. eg example@gmail.com |
|
| Message | The message from the user. |
Delani Studio is a site built to practice concepts learnt including JQuery, bootstrap, javascript and working with APIS's.
- HTML5
- CSS3
- Bootstrap
- Javascript
- JQuery
- Clone this repository to a location in your file system.
git clone https://github.com/Aimee-pacy/Delani.git - Open terminal command line then navigate to the root folder of the application.
cd Delani - Open
index.htmlon your Browser or type code . in your Vs Code.
Want to contribute? Great!
To fix a bug or enhance an existing module, follow these steps:
- Fork the repo
- Create a new branch (git checkout -b improve-feature)
- Make the appropriate changes in the files
- Add changes to reflect the changes made
- Commit your changes (git commit -am 'Improve feature')
- Push to the branch (git push origin improve-feature)
- Create a Pull Request
Link to Live Site : https://aimee-pacy.github.io/Delani/
- MIT Copyright (c) 2020 Aimee Pacifique ISHIMWE
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, sublicense, 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 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 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.