Skip to content

uswa729/create_website

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Template Repository

Welcome to the GitHub template repository for the courses (CS3361, CS3365)! This template serves as a starting point for your first assignment of creating and deploying your portfolio. Follow the instructions below to download, customize, and push your work to your own GitHub repository.


📂 Repository Structure

The template includes the following structure:

📦create_website
 ┣ 📂files/         # Add your CV PDF inside this folder
 ┣ 📂images/        # Add your image inside this folder
 ┣ projects.html    # Update this file to add your own project details
 ┣ index.html       # Update this file for the main page of your portfolio
 ┣ 📜README.md      # Project instructions and information
 ┗ 📜LICENSE        # Licensing information

🚀 Getting Started

1. Clone or Download This Repository

Clone the repository to your local machine:

git clone https://github.com/MaazAmjad/create_website.git

Alternatively, download it as a ZIP file and extract it.


2. Update Your Information

Make the following changes:

  • Replace placeholder information (e.g., Your Name, Project Title) with your details.
  • Add your project code and any required files in the respective folders.

3. Create Your GitHub Repository

  1. Log in to your GitHub account.
  2. Create a new repository (public unless otherwise specified).
  3. Copy the repository URL for use in the next step.

4. Push Your Changes to Your Repository

Run the following commands to upload your project to your new repository:

# Initialize a new Git repository
git init

# Stage all changes
git add .

# Commit your changes
git commit -m "Initial commit"

# Set the main branch
git branch -M main

# Add the remote repository
git remote add origin <your-repo-url>

# Push changes to GitHub
git push -u origin main

📝 Submission Instructions

Once you have pushed your work to GitHub, submit the repository link as per the instructions provided in the course.


⚖️ License

This project template is licensed under the MIT License.


Celebrate and enjoy your coding experience! 🚀

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 100.0%