GitHub Profile Set-up
Create your presence in the developer universe
🔐 A. Account Creation
Follow the Prompts
Use your CSU-provided or personal email (you can add or change emails later if desired) and verify.
🎨 B. Profile Customization
Access Settings
Click your avatar in the top-right corner and select Settings.
Personalize Your Profile
In the "Public Profile" section, enter your:
- Name - Your real name or preferred display name
- Bio - A brief description (e.g., "Engineering Student at University")
- Photo - Upload a professional or fun avatar
✨ C. [Optional] Exploration: The Special Profile README
The Crucial Step!
Name the repository exactly the same as your GitHub username.
For example: If your username is , the repo name must be JaneDoe.
Make it Public
Ensure the repository is Public.
Initialize with README
Check the box "Initialize this repository with a README".
Edit Your README
Once created, click the Pencil Icon (Edit) on the README.md file.
Add Some Markdown Magic
Use Markdown to add text:
- Headings: Use
#for large text - Images: Use the format
<img src="image.png" alt="description" width="size"> - Links: Use
[Link Text](URL)
# Hi there! 🌈🌷 I'm fairy ✨<img src="icons/cutie wizard star1.png" alt="cutie wizard" width="80">
🎓 Engineering Student at Colorado State University
🚀 Learning [GitHub](https://github.com) and version control
💡 Passionate about sustainability & building cool things
## My Interests
- 🌈 Visual Art
- 🌏 AI World Models
- 💪 Powerlifting
Hi there! 🌈🌷 I'm fairy ✨
🎓 Engineering Student at Colorado State University
🚀 Learning GitHub and version control
💡 Passionate about sustainability & building cool things
My Interests
- 🌈 Visual Art
- 🌏 AI World Models
- 💪 Powerlifting
Save Your Work
Scroll down to "Commit changes" to save.
✨ Try It Now!
Create your profile repository and add a single sentence or emoji to the README. Navigate to your main profile page to see it appear!