An embeddable 3D scene for your GitHub profile
Illuminate the room with your GitHub profile and a dynamic timeline of your contributions.
with
/YOUR USERNAME?theme=purple
with cmd + shift + s
, to save a shareable .png image
You can embed your 3D GitHub profile in any website using an iframe. Here's how:
<iframe
src="https://glowhub.pages.dev/embed?username=YOUR_USERNAME&theme=orange"
width="100%"
height="600px"
frameborder="0"
allowfullscreen
></iframe>
username
: Your GitHub username (required)theme
: The theme for the timeline (default: 'green')
<iframe
src="https://glowhub.pages.dev/embed?username=thomscoder&theme=green"
width="100%"
height="600px"
frameborder="0"
allowfullscreen
></iframe>