2. Project management

For this class session I had the task of personalizing my website. My goal is to make sure all of the original text and images have been altered and specified to my project and course trajectory

Research

This week I attempted to personalize my own site via git lab. I had numerous issues with uploading images with in the index menu. I tried shrinking the files down to roughly 25kb.Still no result. I found it easier to write the file names in the other sections like the “About Me” . What I did was instead of deleting and rewriting the entire command I just copied and pasted the file name in the content section of the code. Then committed as thought it had never been altered.

I found some links to help me further under stand how to work in git lab. You can check the links below to look over the tutorials.

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
}

Video

From Vimeo

Sound Waves from George Gally (Radarboy) on Vimeo.

From Youtube

3D Models