Skip to content

Umarcomrd/webdev-basic

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

README: Personal Info Template

Introduction

Welcome to the Personal Info Template repository! This template is designed to help students create a simple "About Me" web page using basic HTML. The goal is to give students hands-on experience with HTML structure and hosting web pages on GitHub.


How to Use This Repository

1. Fork or Clone the Repository

  • Fork this repository to your own GitHub account.
  • Clone the repository to your local machine using:
    git clone https://github.com/yourusername/repo-name.git

2. Edit the index.html File

  • Open the index.html file in your preferred code editor (e.g., VS Code).
  • Replace the placeholder text inside the HTML tags with your personal information.

3. What to Fill In

  • Name: Muhammad Tukur Muhammad.
  • **Department:**Computer Science .
  • Level: 300L.
  • Career Goals: I want to become a highly skilled and versatile senior web developer, capable of leading complex projects and contributing significantly to the development of innovative web applications and web pages.
  • Bio: I am Muhammad Tukur Muhammad by name, i was born in 2000s live in pantami Are inside Gombe LGA, and a current 300L student in computer science department from Gombe State University.
  • Fun Fact: Mention something interesting or unique about yourself.
  • What I Learned from the Previous Session: Reflect on key takeaways from a past learning experience.
  • Tools for Web Development: Keep the provided list or add tools you use.
  • Social Media Links: Replace placeholders with links to your GitHub, Twitter, LinkedIn, or other platforms.

4. Commit and Push Your Changes

  • Stage and commit your changes:
    git add .
    git commit -m "Filled in personal information"
  • Push to your GitHub repository:
    git push origin main

5. Publish with GitHub Pages

  • Go to your repository on GitHub.
  • Navigate to Settings > Pages.
  • Select the branch (usually main) and root folder.
  • Click Save.

6. Share Your GitHub Page

  • Once published, your page will be available at:
    https://yourusername.github.io/repo-name
    

Helpful Tips

  • Ensure you have a valid GitHub account.
  • Use proper HTML syntax to avoid breaking the structure.
  • Test your page locally before pushing changes.

Resources

Happy Coding! 🚀

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 100.0%