Skip to content

Imma7/Anitas-Kitchen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Anita's kitchen project

Created on, 23.03.2018

By Immanuel Mugambi

Description

This is a Anita's kitchen project i created as a part of my independent project at moringa school.

Technologies used.

Html,css and bootstrap technologies is used to develop this site for my independent project. Git is used as the version control for tracking changes on the local and remote repository.

Procedure for development And deployment to git pages.

Html file first created to give the site a structure then styles added using css as the changes are being tracked continously using git.

Follow along.

  • Create a remote repository on github.
  • Initialize a local repository using git init command on the project directory.
  • Create the required html and css files and image directories.
  • Create a new branch called gh-pages git branch gh-pages.
  • Use git add . to add files and folders to git so that the project can be monitored then issue git commit -m "message here" to commit to staging area.
  • Then connect with the remote repository git remote add origin <url.git>
  • Then push to the remote repository on github.git push origin master.

Accessing the portfolio.

The site can be viewed from here Anita's kitchen website or kitchen github repository.

License

The site and materials can be accessed by the public freely

Copyright (c) 2018 Immanuel Mugambi

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.