代做PROCTECH 4IT3 & SEP 6IT3 Internet Technologies and databases Assignment 1: Build your personal

- 首页 >> Database作业

PROCTECH 4IT3 & SEP 6IT3

Internet Technologies and databases

Assignment 1: Build your personal webpage

Due: March 3, 2025

1 Objective

In this assignment, you will create a publicly accessible personal webpage using GitHub Pages. In Lab 1, you built a static HTML-based resume webpage and deployed it on the 4IT3 server. However, since this server is not publicly accessible, you cannot share your webpage with potential employers.

This assignment will guide you through hosting your webpage using GitHub Pages, ensuring it is accessible to everyone. You may reuse and enhance the content from Lab 1, but it is recommended to add more personal details, such as an expanded biography, portfolio, or additional sections.

2 Requirements

Your webpage should:

1. Follow GitHub Pages’ deployment guidelines.

2. Contain at least the information from your Lab 1 resume webpage, with recommended improvements.

3. Be publicly accessible through a GitHub Pages URL.

4. Be neatly designed and functional on both desktop and mobile browsers.

5. Demonstrate proper usage of HTML, CSS, and optional JavaScript. enhancements.

3 GitHub and GitHub Pages Setup

To complete this assignment, follow these steps:

1. Create a GitHub Account (if not already done): Go to https://github.com/ and sign up.

2. Create a new repository: Click New in the top-right corner, name your repository (e.g., yourusername.github.io), and ensure it is public.

3. Clone the repository: Use Git or GitHub Desktop to clone the repository to your local machine.

4. Add your webpage files: Copy your HTML, CSS, and other necessary files into the repository folder.

5. Commit and push your changes:

git add .

git commit -m "Initial commit for personal webpage"

git push origin main

6. Your webpage will be available at https://yourusername.github.io/

4 Submission Instructions

Submit the following:

• The URL of your GitHub Pages-hosted personal webpage.

• The GitHub repository link containing your source code.

These should be submitted as a comment in the Dropbox submission section.

5 Grading Criteria

Your assignment will be graded based on the following:

• Correctness (40%) - Does the webpage load correctly? Is it accessible via GitHub Pages?

• Content (30%) - Have you included a well-structured personal introduction?

• Design and Layout (20%) - Is the webpage visually appealing and responsive?

• GitHub Usage (10%) - Have you correctly set up version control and deployed your webpage?

6 Resources

• GitHub Pages Documentation: https://pages.github.com/

• GitHub Guide for Beginners: https://guides.github.com/




站长地图