Skip to content

Week 1 activities

During this week, the goal was to learn to create and edit a website using the MKDOCS program, and this depends on some auxiliary programs such as GitLab and Visual Studio Code. Through this site, all activities and requirements will be documented on a weekly basis during the program period.

Important Requirements

gitlab

Step 1

After creating an account, logging into Gitlab and logging in, I built the site by going to the “Build” tab and choosing “Pipeline”.

Step 2

After completing the previous steps, I published the page and clicked on the Pages tab, then to Unique Scope, and I saved the changes to create a unique scope for my page. To do that I click on new pipeline then I go to run pipeline and use unique domain after that I click on save change.

Git bash

gitBash is one of a group of command-line programs designed to execute on a Unix-style command-line environment. This program will help me facilitate the process of transferring data without having to open my page via tab, to do that we have some steps:

Step 1

First I copy the HTTPS link from my profile in gitlab.

After that on desktop I write click and I chose gitbash here.

In command page I write git clone and I put the URL link.

I put my email and password that I used for gitlab fabcloud

I configured my Git username and email globally by using the following commands:

git config –global user.name “Your Name”

git config –global user.email “Your Email”

Important Note: (After I finished, there are some necessary files that I downloaded from git bash Visual Studio. After that, I had to transfer and clone the page file, as I used git bash to do that. Then I opened the folder on Visual Studio.)

Now I can start edit on my page

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
}

click here to download my file

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: November 14, 2024