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.
- 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
- 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.
- 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.
- Stage and commit your changes:
git add . git commit -m "Filled in personal information"
- Push to your GitHub repository:
git push origin main
- Go to your repository on GitHub.
- Navigate to Settings > Pages.
- Select the branch (usually
main
) and root folder. - Click Save.
- Once published, your page will be available at:
https://yourusername.github.io/repo-name
- Ensure you have a valid GitHub account.
- Use proper HTML syntax to avoid breaking the structure.
- Test your page locally before pushing changes.
Happy Coding! 🚀