WEEK 01
Principles and Practices
Jaime Zúñiga Flores
Huancavelica-Perú 2022Teacher for more than 10 years of the Computing and Informatics Studies Program of the IESTP "Huancavelica".
Extensive experience in software development for public and private institutions, development of desktop, web and mobile applications, using the programming languages C#, Python, Visual Basic .NET, JavaScript, etc. Extensive experience in graphic design.
Currently my area of interest and research interest is Artificial Intelligence (Machine Learning, Deep Learning and Computer Vision), Internet of Things and creation of applications using these technologies. Self-taught, proactive, responsible and teamwork.
FAB Academy Student Agreement
I am a Fab Academy student, responsible for:
In this blog you will collect all the experience developed in the Fab Academy 2022, in this blog all the experience in this program will be documented.
Principles and Practices
Project Management
Computer-Aided Design
Computer-Controlled Cutting
Electronics Production
3D Scanning and Printing
Electronics Design
Computer-Controlled Machining
Embedded Programming
Mechanical Design, Machine Design
Input Devices
Moulding and Casting
Output Devices
Embedded Networking and Communications
Interface and Application Programming
Wildcard Week
Applications and Implications
Invention, Intellectual Property and Business
Project Development
My person has experience in the development of web pages, so for the design I only used pure HTML, CSS and JavaScript, without the use of third-party templates or Wysiwyg software, the web page is a landing page of a single page, with internal links to access the information.
PREPARATION OF THE IMAGES:
For the preparation of the images used in the web page (main image of the page, logo, icons, etc.) I used the Adobe Photoshop program, which allowed me to manipulate and optimize the images, to be published on a web page.
CREATION OF THE WEB PAGE
The file structure of the web page is simple, it only has an index.html file, a style.css file, a scripts.js file, and some image assets.
The index.html file has all the structure and content of the web page.
The style.css file contains all the CSS rules to be able to style the HTML content of the index.html file.
Finally, the scripts.js file has the JavaScript code, which is used to manipulate the DOM and add some interactivity and animations to the web page.
For development only Visual Studio Code was used.
UPLOAD TO THE GITLAB REPOSITORY
The web page was uploaded to the GITLAB repository provided by the FAB Academy, the process of uploading the web page was carried out following the following steps: