Creating my website

First, I start looking for html5 templates on which the format of my web page would be based.

https://freehtml5.co/booster-free-html5-bootstrap-template/

html5

Then download the template, insert it into a folder, find the html files that will be the base format of the web page and create the files in html that will be the designated assingments.

carpetas

Then I opened the index file with the program Adobe Dreamweaver CS6, this program allows you to design your web page as a document, to structure it, to link to other webs, and the software generates the codes in parallel as you design it. I started to modify the file that would be the main page of my website.
Structure my website according to the Final Project, Introduce myself and assingments per week.

1

 

Also link the vignettes that would allow you to return or connect to another website, such as "Home", "Project Final", "Who I am" with BIO.html.

html

 

Then, do the same for the "Who I am" link when I introduce my self, insert images and insert the links that connect to the main page.

BIO CS6

And finally, link the images in jpg format. That represent each assingment per week, through the link in .html of each page.

images

Finally, this is my website

website

I introduce myself

You can see it HERE

 

Documented steps for uploading files to archive

First, I open the git bash from the students folder where the files will be uploaded for each assingment.

3

Then I made pull
git pull origin master

4

 

After that I copied all the files I created .
Then I added all the files I wanted to upload
git add *

5

 

Then I configured my user and email
git config --global user.name "name lastname"
git config --global user.email "email@domain.com"

6

Then I made a commit
git commit -m "Message"

7

And finally I made push
git push origin master

8

Made a sketch of your final project

Go kart
My idea of the final project is to manufacture a go kart, with manual steering systems, but using electronic components and programming for its operation.
Well based on this because I believe that with the tools learned, I could manufacture a vehicle that allows me to transport to different places in an ecological way. I would not use any kind of fuel.

 

13

2

Schedule - Diagram Gantt

10

Back