- Project Description
- Requirements
- Features
- Techniques and Technologies Used
- Accessing the Project
- Opening and Running the Project
- Developers
This project aims to develop a personal portfolio, as part of the Web Site Development course at Faculdade Metodista Granbery. The portfolio aims to present information about academic background, professional experience, technological skills, and personal projects.
- Include images and videos.
- Use the maximum number of HTML tags, such as lists, meta, bookmark, table, div, head, body, html, i, b, strong, u, br, a, pre, img.
-
Menu:
- The menu must contain links to the main pages.
- The menu must be displayed on all pages.
-
Footer:
- The footer must contain links to your social networks (linkedin, twitter, etc).
- The footer must be displayed on all pages.
- Links to social networks should open in a new browser tab.
-
Main Page:
- Page that contains relevant aspects of personal and professional life.
-
About Me:
- Page that details academic, professional, and skill trajectory.
-
Education:
- Page that presents academic and complementary education.
-
Professional Experience:
- Page that describes professional performance.
-
Contact:
- Page with personal contact information.
- Links to social networks and email contact form.
-
Portfolio:
- Page that describes projects developed by the student.
- Information for each project: name, description, image, link to the project, link to the repository.
- Present the technologies used in the development of each project, each with a link to a technical description page.
-
Technology Description:
- Page that describes a specific technology.
- Suggested information: name, official website, technology definition, 3 pros, 3 cons, and 6 major projects that use the technology.
- Programming Language::
HTML5
andCSS
- Development Environment:
Visual Studio Code
- Version Control Tools:
Git
andGitHub
You can access the project files by clicking here or download it as a zip file.
To open and run the project locally on your computer, follow the steps below:
- Choose or create a folder on your computer where you want to store the project.
- Create a repository on GitHub or use an existing one.
- Clone the repository to your local machine using the command git clone <URL_of_the_repository> in your terminal or Git Bash.
- Make sure you have Visual Studio Code installed on your computer. If not, you can download it here.
- Open Visual Studio Code.
- In the main menu, select "File" -> "Open Folder" and navigate to the directory where you cloned the project.
- Select the project folder and click "Open".
- Now you have access to the project files in your development environment.
- Locate the folder named
portfolio
. - Inside the project folder, you will find the HTML and CSS files that make up the portfolio.
- Now you can make modifications to the project.
- To view the project, simply open the main HTML file in your web browser. To do this, right-click on the main HTML file (
index.html
) and select the "Open with" option, then choose your preferred browser. - After opening the HTML file in the browser, you can navigate through the portfolio and test its functionalities.
- If you wish to make changes to the code, you can do so in the HTML and CSS files using Visual Studio Code.
- After making the desired changes, save the files and refresh the page in the browser to see the changes in action.
- Once you have completed your modifications and testing, you can upload the changed code to GitHub following the Git instructions.
Make sure that your development environment settings, such as Git and Visual Studio Code installation, are correctly configured and updated.