Architecture

FABLAB WINAM 2019

Fablab Winam 2019

PROJECT MANAGEMENT

This week assignment is to build a personal website and i started it as follows

Work Description

HTML elements are represented by tags, placed between two angle brakets like content goes here...
such as heading, paragrapgh, image, video etc, !DOCTYPE html tag is used in the beginning to declare that its an HTML code,
html element is used to start and end each html page, head element contains meta

body element contains the visible content page, h1, h2, h3 elements
defines important headings to less important headings,
element defines paragraph, part of html code is in the photo bellow.

<

Git Version Control System

and keep track of the changes in our websites, Git workflow is in git commands section.
to be able to share my website on class archive
I first create an account in fablab.io then signed in
git.fabacademy.org

then fabacademy2016/opendot to clone the opendot local repository in my laptop. below are screenshots and git commands.

Git Commands

git global setup

git init
This initializes a git repository. it creates the initial.git directory in a new or in an existing project.

git clone
This creates a git repository copy from remote source and adds the original location as a remote so you can pull and push to it.

git add
This adds files changes in your directory.

git rm
This removes files from your directory.

git commit
This takes all the changes written and creates a new commit object pointing to it and sets the branch also to point to that new commit.

git pull
This fetches the files from the remote repository and merges it with the local one.

git push
This pushes all the modified files to the remote repository.

Ssh key generation
used the the putty key generator

copied the public key. To my gitlab account under the ssh