Overview
The MilesONerd website features an extensive social media footer with links to 17+ platforms, showcasing a broad presence across development, design, and data science communities. Each platform uses SVG icons from SimpleIcons for consistent, scalable branding.All social links are displayed in the website footer with hover effects and lazy loading for optimal performance.
Platform Coverage
The social links span multiple categories:Code Repositories
GitHub, GitLab, Bitbucket, Gitea, Codeberg
Social Networks
Instagram, Threads, Mastodon
Developer Tools
CodePen, Stack Overflow, Postman, WakaTime
AI & Data Science
Kaggle, Hugging Face
Professional
Google Developer Profile, Open Profile, Gravatar
Complete Platform List
Here are all 17 social platforms with their respective URLs:Code Repository Platforms
Bitbucket
Bitbucket
Platform: Bitbucket
URL: https://bitbucket.org/milesonerd
Purpose: Git repository hosting and collaboration
Icon:
URL: https://bitbucket.org/milesonerd
Purpose: Git repository hosting and collaboration
Icon:
https://cdn.simpleicons.org/bitbucket/ffffffCodeberg
Codeberg
Platform: Codeberg
URL: https://codeberg.org/MilesONerd
Purpose: Open-source, privacy-focused Git hosting
Icon:
URL: https://codeberg.org/MilesONerd
Purpose: Open-source, privacy-focused Git hosting
Icon:
https://cdn.simpleicons.org/codeberg/ffffffGitea
Gitea
Platform: Gitea
URL: https://gitea.com/MilesONerd
Purpose: Self-hosted Git service
Icon:
URL: https://gitea.com/MilesONerd
Purpose: Self-hosted Git service
Icon:
https://cdn.simpleicons.org/gitea/ffffffGitHub
GitHub
Platform: GitHub
URL: https://github.com/MilesONerd
Purpose: Primary code repository and open-source contributions
Icon:
URL: https://github.com/MilesONerd
Purpose: Primary code repository and open-source contributions
Icon:
https://cdn.simpleicons.org/github/ffffffGitLab
GitLab
Platform: GitLab
URL: https://gitlab.com/MilesONerd
Purpose: DevOps platform with CI/CD capabilities
Icon:
URL: https://gitlab.com/MilesONerd
Purpose: DevOps platform with CI/CD capabilities
Icon:
https://cdn.simpleicons.org/gitlab/ffffffDevelopment & Design
CodePen
CodePen
Platform: CodePen
URL: https://codepen.io/MilesONerd
Purpose: Front-end code playground and showcase
Icon:
URL: https://codepen.io/MilesONerd
Purpose: Front-end code playground and showcase
Icon:
https://cdn.simpleicons.org/codepen/ffffffStack Overflow
Stack Overflow
Platform: Stack Overflow
URL: https://stackoverflow.com/users/26412577
Purpose: Technical Q&A and community support
Icon:
URL: https://stackoverflow.com/users/26412577
Purpose: Technical Q&A and community support
Icon:
https://cdn.simpleicons.org/stackoverflow/ffffffPostman
Postman
Platform: Postman
URL: https://www.postman.com/milesonerd
Purpose: API development and testing workspace
Icon:
URL: https://www.postman.com/milesonerd
Purpose: API development and testing workspace
Icon:
https://cdn.simpleicons.org/postman/ffffffWakaTime
WakaTime
Platform: WakaTime
URL: https://wakatime.com/@MilesONerd
Purpose: Coding activity tracking and metrics
Icon:
URL: https://wakatime.com/@MilesONerd
Purpose: Coding activity tracking and metrics
Icon:
https://cdn.simpleicons.org/wakatime/ffffffData Science & AI
Kaggle
Kaggle
Platform: Kaggle
URL: https://kaggle.com/milesonerd
Purpose: Data science competitions and datasets
Icon:
URL: https://kaggle.com/milesonerd
Purpose: Data science competitions and datasets
Icon:
https://cdn.simpleicons.org/kaggle/ffffffHugging Face
Hugging Face
Platform: Hugging Face
URL: https://huggingface.co/milesonerd
Purpose: Machine learning models and datasets
Icon:
URL: https://huggingface.co/milesonerd
Purpose: Machine learning models and datasets
Icon:
https://cdn.simpleicons.org/huggingface/ffffffSocial Media
Instagram
Platform: Instagram
URL: https://instagram.com/milesonerd
Purpose: Visual content and personal updates
Icon:
URL: https://instagram.com/milesonerd
Purpose: Visual content and personal updates
Icon:
https://cdn.simpleicons.org/instagram/ffffffThreads
Threads
Platform: Threads
URL: https://threads.net/milesonerd
Purpose: Text-based social networking
Icon:
URL: https://threads.net/milesonerd
Purpose: Text-based social networking
Icon:
https://cdn.simpleicons.org/threads/ffffffMastodon
Mastodon
Platform: Mastodon (Fosstodon)
URL: https://fosstodon.org/@MilesONerd
Purpose: Decentralized social network for FOSS community
Icon:
URL: https://fosstodon.org/@MilesONerd
Purpose: Decentralized social network for FOSS community
Icon:
https://cdn.simpleicons.org/mastodon/ffffffProfessional Profiles
Google Developer
Google Developer
Platform: Google Developer Profile
URL: https://g.dev/MilesONerd
Purpose: Google developer ecosystem presence
Icon:
URL: https://g.dev/MilesONerd
Purpose: Google developer ecosystem presence
Icon:
https://cdn.simpleicons.org/google/ffffffOpen Profile
Open Profile
Platform: Open Profile (Linux Foundation)
URL: https://openprofile.dev/profile/milesonerd
Purpose: Open-source developer credentials
Icon:
URL: https://openprofile.dev/profile/milesonerd
Purpose: Open-source developer credentials
Icon:
https://cdn.simpleicons.org/linuxfoundation/ffffffGravatar
Gravatar
Platform: Gravatar
URL: https://gravatar.com/milesonerd
Purpose: Globally recognized avatar service
Icon:
URL: https://gravatar.com/milesonerd
Purpose: Globally recognized avatar service
Icon:
https://cdn.simpleicons.org/gravatar/ffffffImplementation
HTML Structure
The social links are implemented using a semantic HTML structure in the footer:All icons use lazy loading (
loading="lazy") to improve initial page load performance.Icon System
The social links use SimpleIcons CDN for consistent, scalable vector graphics:{platform}- Platform name in lowercase (e.g.,github,gitlab){color}- Hex color code without the#(e.g.,fffffffor white)
Styling with Tailwind CSS
Each link uses Tailwind CSS classes for responsive hover effects:- Default white color for icons
- Blue hover effect on mouse over
- Smooth transition between states
Complete Code Example
Here’s the full social links section from the footer:Design Principles
Accessibility Features
Alt Text
Every icon includes descriptive alt text for screen readers
Semantic Links
Proper anchor tags with meaningful href attributes
Keyboard Navigation
All links are keyboard accessible via Tab navigation
Visual Feedback
Hover states provide clear visual indication of interactive elements
Platform Statistics
- Total Platforms: 17
- Code Repositories: 5 (GitHub, GitLab, Bitbucket, Gitea, Codeberg)
- Developer Tools: 4 (CodePen, Stack Overflow, Postman, WakaTime)
- Data Science: 2 (Kaggle, Hugging Face)
- Social Networks: 3 (Instagram, Threads, Mastodon)
- Professional: 3 (Google Dev, Open Profile, Gravatar)
The multi-platform presence demonstrates engagement across the entire developer ecosystem, from code hosting to community participation.
File Location
The social links implementation can be found in the footer section of:~/workspace/source/index.html (lines 127-145)
Adding New Platforms
To add a new social platform:Find Icon URL
Visit https://simpleicons.org/ and search for the platform
