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/
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.
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.
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.
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.
And finally, link the images in jpg format. That represent each assingment per week, through the link in .html of each page.
Finally, this is my website
I introduce myself
You can see it HERE
First, I open the git bash from the students folder where the files will be uploaded for each assingment.
Then I made pull
git pull origin master
After that I copied all the files I created .
Then I added all the files I wanted to upload
git add *
Then I configured my user and email
git config --global user.name "name lastname"
git config --global user.email "email@domain.com"
Then I made a commit
git commit -m "Message"
And finally I made push
git push origin master
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.
Schedule - Diagram Gantt