Introduction

This website is made with the combination of HTML, CSS and Javascript. HTML is known as a 'markup' language, which is used to format the structure and content of the website. CSS is used to style a HTML document giving the HTML website some 'aesthetics'. While Javascript is used to progarm more varied features for your website such as features like my navigation bar and the 'Slideshow / Carousel' used in my guides. Most of my website's code is either used from the tutorial videos from Jake Wright or self taught using W3school.

Week 2: 25 October 2021

This marks the first time I have ever made my website. It is not much since I only learnt what has been taught in class such as the titles, headers and main. Something tells me this is website of mine is most likely going to be a huge time sink on my end.

Week 3: 1 November 2021

After viewing Jake Wright's 'Learn HTML in 12 mins'. I have added a CSS file into website.

Week 4: 8 November 2021

I went over to check out W3school after being reccomended by a friend. I learnt how to add a navigation bar with a dropdown feature! I kinda like my new website after that. I have currently planned the lay out of my website including a Blog spot, Guides for my upcoming assignments a tool table listing all the software I am using and a tab for my final project for this module. I will most likely try to add the guides in during the course of the week although I kinda have to catch up with my school work.

Week 5: 15 November 2021

I finally got around to uploading my site to github! I was too tired today and forgot to take any screenshots. [oops.] I will try to add a guide as well as explain how I uploaded it to github. (Update from the furture: This picture shown below is me updating the current iteration of the website9/12/2021 to github.)

Week 6: 15 November 2021

So one of the biggest mistakes I made while making this website was how I formatted it. Due to my constant adding of gudies and other HTML files, I have to constantly Update the nav bar. This is slowly driving me insane beause once I want to add a new HTML file or update the location of another one, I will have to do the same thing for every file's navbar (Currently there are 8 HTML files). I will most likely have to find a solution this problem after my MSTs due to my rapidly increasing workload and upcoming exams.

Week 7: 22 November 2021

I have added a slideshow for my guides. This should lower down the large amount of pictures that filled my guides allow for less scrolling and will allow for my website to look more clean. However, there is a slight limitation to this addtion, I have yet to fully understand the code so I am only able to add 2 slideshows per file. Since some of my files "The Fusion 360 Guide" for exmaple, has over 16 pcitures. So I would need to divide the file into to smaller files so all the slideshow could work. Which will further add to the already increasing list of files I need to add (Currently there are 13 HTML files). I will most likely have to find a solution to this during the holidays.