Skip to content

1. Project management

2nd of March

Happy May Day! Today we started the first class by having a quick overview on the programme and a quick tour. Since I stepped my foot inside we were tasked to replace the water dispenser :0 Anyways; In order to have your own website you start by having a fablabs.io cloud account and then using it to register on gitlab. After you’re invited to the team space, you set a password on gitlab to not use fablabs account again.

Creating a website

Start by going to CI/CI and commit to master create a pipeline use Web IDE for 3

Life Hack: Screenshot/Copy and paste for automatic image uploading :sunglasses:

Editing the website

We edited the website to make it our own and to our liking by editing mkdocs.yml This file is a ready-made template which converts your MK (MarkDown) files into HTML to present the website on the browsers. I changed the favicon (tab icon) to be the letter ع in Arabic, same for the website logo I changed the name and social media to my own. We changed the color and accent of the site, plus I added “dark-mode” to it.

Documentation

This is to practice documentation, and learn how to document the progress made and steps to replicate it for anyone to follow, even your future self incase needed.

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.”

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
}

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

Last update: May 10, 2023