Project Management
Topics
- HTML Templates
- Mark down tutorial
- Git Bash
- GitLab
Summary
How to build a web site using html templates, adding image, how to modify image size and font and how to make a hyperlink.
For example to add and image you must write the following code:
<img class="imageClass" src="WK2/wk2%20html%20tmp.PNG" alt="gitlab" height="400" width="600">
To add a hyperlink in the web page you must write the following code:
<a href="http://fabacademy.org/2019/labs/uae/students/khalifa-alshehhi/wk2.html">Visit my 2nd week assignmentl</a >
CSS can be used to change the style. For example you can use the following CSS for all images to be in standard margins:
.imageClass{ margin-top: 3em; margin-bottom: 3em; }
How to update my web site, adding and removing my files using Git Bash.
If you want to add a file type (git add --all):
If you want to check the status of the file:
If you want to save changes og the file type(git commit):
If you want to send the file to server (git push):
Editing and checking the updates in gitlab.
Software
Student Agreement