1. Project Management¶
First Session¶
During the first week, we started setting up our website, and tried to manage our documintations during these two weeks. The first week was an introductionary to the fablab as a whole, then as the week progressed we started setting up our websites and our mentors taught us how to document our findings and how to attach them through fabcloud.
At first we were told to create an account on fablabs in order to access our own website.Our first class was mostly how to personalize our website while making it unique. How to launch the website with the edits made, how to add images and videos as well. All of these points mentioned above will be useful to document our progress within the program and record our findings at the same time.
One of the first edits we made to our website was to change the about me section in the website, then we uploaded an image to the server, and replaced the existing image with a personal picture of ourselves.
Second Session¶
In our second session we were taught how to clone a repository onto our laptop to access our website offline.
Steps
-
First we downloaded gitbash onto our laptops
-
Second we copy the https code from Gitlab which is in blue ont the top right
-
Type Git clone ” paste the code that was copied”
-
A log in page will appear which you would have to log in the same account and password that you made for gitlap
-
the file should run and will be found in the user folder of the laptop
After that was succesfully done, we were asked to download Visual studios in order to edit the termnial and documents there. When visual 360 runs, in the first page it asks to open folders, select the folders that gitbash cloned and your documents will appear on visual studios.
Then we changed the name linked to our Git by entering the command: git config-global user.name”Mohamed AlAnzoor”.
This command will only affect future works when we push it from visual studios telling us whos making the edits.
During the end of our session we started playing around with the fonts and colors of our website.
Steps
-
Home page of gitlab under documents
-
Select Mkdocs.yml
-
Click on edit single file
-
follow the link provided that will redirect you to a different page that provides muliple fonts, themes and accents when it comes to your own design preference
-
Replace whatever name, color, or font you desire and paste it in its right place
-
deploy the website to see your changes and edits with the desire aesthetic
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¶
click here to download my file
files¶
click to download my car model
Video¶
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 |