1. Project management¶
This week I worked on creating my own website using git lab.To make the process work we’ve learned about using the tools in git lab and the applications that allow us to work and edit our website offline using our desktop like git bash and atom.
The journy into GitLab¶
I’ve recevied an invitation from our instructor to GitLab so I’ve signed up
Our first draft¶
We’ve learned about using GitLab and making changes in our own website given such as adding images and texts but all that must be using the website given and using the internet and this seems complicated not only this part of the story . For example, for upload an image we need to go to images files then upload the images then move to the wanted page that you want to insert this image , click edit, add images command and write the name of image that I have uploaded in the blank. So HOW TO MAKE THIS PROCESS SMOOTHER ?
Editing locally¶
So to make it easy we’ve started using Gitbash and atom to edit locally in our own computer
STEP 1
download Git bash and atom
STEP 2
Clone files to your computer using HTTPS. you can also use SSH also.
STEP 3
Create a folder to insert your website inside it then right click and choose GitBash here.
STEP 4
Once the Git Bash page appeared, I wrote (git clone), then pasted the link that I have copied before, and finally clicked enter.
and as you see everything there is here now.
STEP 5 Opened my files on Atom and start editing
Research¶
“Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.”
“Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.”
Useful links¶
Code Example¶
Use the three backticks to separate code.
// the setup function runs once when you press reset or power the board
void setup() {
// initialize digital pin LED_BUILTIN as an output.
pinMode(LED_BUILTIN, OUTPUT);
}
// the loop function runs over and over again forever
void loop() {
digitalWrite(LED_BUILTIN, HIGH); // turn the LED on (HIGH is the voltage level)
delay(1000); // wait for a second
digitalWrite(LED_BUILTIN, LOW); // turn the LED off by making the voltage LOW
delay(1000); // wait for a second
}
Gallery¶
files¶
click to download my car model
Video¶
From Vimeo¶
Sound Waves from George Gally (Radarboy) on Vimeo.
From Youtube¶
3D Models¶
Use HTML¶
You may also embed HTML in your markdown files
Try having a seperator line
ID | First Name | Last Name |
---|---|---|
235312 | John | Doe |
453123 | Mark | Jones |
998332 | Jonathan | Smith |
345612 | Andrew | McArthur |
453123 | Adam | Fuller |