Principle Practises and Project Management

The assignment for this week was to setup our Webpage and upload it to GitLab, also, we present a concept of what could be our final project. My final project is a homebiogas kit for urban citizens The idea of this homebiogas kit is to help citizens to have affordable cooking energy which they can produce by themselves and also is a way of using clean energy whereby it will replace charcoal which is being used by more than 80% in the urban communities. This homebiogas kit will be easy to assemble, and it can be placed on a balcon since it won't be producing a bad smell. It will have gas leakage sensors that will sense if there's any leakage and close gas valves on the gas outlet tube.

Building the site

This is how my website looks like

It wasn't an easy task for me to build a website, i had to spend most of the time doing a research about building a website with HTML codes

This are the html codes that i used This are the Freelancer codes that i used This are the CSS codes that i used

Here is a sketch of my final project which is a home biogas

This is a section view of a home biogas, the anaerobic digester will be decomposing kitchen wastes by the help of bacteria and in the end it will produce gas which will be kept in the gas tank before it is used

Github coding to pull my classmates work and to push to archieves my work

  • Github is a nice repository,which provides web based graphical interface
  • After installing git,Here there are commands I used

    $ git config --global user.name "Denis" 
     $ git config --global user.email "rukden85@gmail.com l.com" 
    $ git init
    $ ssh-keygen -t rsa
    to link my computer and my repository
    cat /c/Users/DENZO/.ssh/id_rsa.pub > /dev/clipboard
    to copy the SSH key
    git init
    git add students/432/
    git commit -m"week 1"
    git pull
    git push