maxi-schaefer / GitPulse

Create your own Github Overview website, where you can customize everything

Home Page:https://gitpulse.netlify.app?username=maxi-schaefer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitPulse

Create your own Github Overview website, where you can customize everything

Preview

demo

How to Customize

You can find your own Profile Overview under: https://gitpulse.netlify.app?username=yourname

How to change anything

Go to your Github repositories and under your repository with your name where you can also find your Readme.MD start to create a new file called profile.css. Example (profile.css):

:root {
  --primary: #63b0f7;
  --bg: #0c0c0c;
  --elements: #111111;
  --font: #d4d4d4;
  --font-darker: #292929;

  --shadow: -10px 10px 0px #00000059;

  --border-radius: 12px;
  --border: 1px solid var(--font-darker);

  --profileBorder: 6px solid var(--primary);
}

After doing this you need to wait a bit until it updates. You now can change every css value you want or write your own css code, be creative 🎨.

About

Create your own Github Overview website, where you can customize everything

https://gitpulse.netlify.app?username=maxi-schaefer

License:MIT License


Languages

Language:JavaScript 40.8%Language:SCSS 38.1%Language:HTML 21.1%