-Week 1-
Introduction:
Hi my name is Salim Al-Ameeri and this week I started the FABLAB Workshop. first we were given a presentation about different languages (HTML and CSS). Also, I filled the Fab Academy application which is a requirement. Furthermore,I started my website and my personal channel in youtube.com. We were given an introduction about the website wordtohtml.net. After thinking and discussing about my final project, I designed a rough-draft drawing.
(Free-CSS.com) is a website that provides a large number of templates and Layouts that I chose from to start my own website. The most important that a template needed to have was a time-frame section such as weeks or days.
(HTML) is The Hypertext Markup Language
GIT Version Control:
Is a free and open source Distributed Version Control System designed to handle projects with speed and efficiency.
SSH:
I made an SSH Connection with the FAB Academy server using some commands in LINUX Terminal, then I uploaded my file using File Transfer Protocol.
The steps I followed to setting up the Github:
- First I Created an account in git lab.
"http://git.fabacademy.org"
- After that I Signed in with fablabsby Signing up
- Then I Installed git
- Following the installation and I generated SSH keys
- ssh-keygen -t rsa -b 4096 -C "salim.ameeri@gmail.com"
- The following step I entered a file to save the key
(/Users/ you /.ssh/id_rsa)
- Then I entered a pass phrase, which is a password for my git.
- After that I added the SSH agent and a key to the agent.
- then I added a global username and global email id.- the git config for my global user name is "Sameeri"
- the git config for my global user email id is "salim.ameeri@gmail.com"
- After the last step I Opened the gitlab account (git.fabacademy.org)
- In the end I added the SSH Key and completed the setup.