|
42 | 42 | <meta property="og:title" content="Git-Scope | Control Your Git Universe"> |
43 | 43 | <meta property="og:description" |
44 | 44 | content="A blazing fast TUI to manage, search, and clean up all your local git repositories. Zero config required."> |
45 | | - <meta property="og:image" content="https://raw.githubusercontent.com/Bharath-code/git-scope/main/demo.gif"> |
| 45 | + <meta property="og:image" content="https://bharath-code.github.io/git-scope/og-image.png"> |
46 | 46 |
|
47 | 47 | <!-- Twitter --> |
48 | 48 | <meta property="twitter:card" content="summary_large_image"> |
49 | 49 | <meta property="twitter:url" content="https://bharath-code.github.io/git-scope/"> |
50 | 50 | <meta property="twitter:title" content="Git-Scope | Control Your Git Universe"> |
51 | 51 | <meta property="twitter:description" |
52 | 52 | content="A blazing fast TUI to manage, search, and clean up all your local git repositories. Zero config required."> |
53 | | - <meta property="twitter:image" content="https://raw.githubusercontent.com/Bharath-code/git-scope/main/demo.gif"> |
| 53 | + <meta property="twitter:image" content="https://bharath-code.github.io/git-scope/og-image.png"> |
54 | 54 |
|
55 | 55 | <!-- Fonts --> |
56 | 56 | <link rel="preconnect" href="https://fonts.googleapis.com"> |
|
499 | 499 | <section class="hero"> |
500 | 500 | <h1>Stop <span class="gradient-text">CD-ing.</span> <br> Start Coding.</h1> |
501 | 501 | <p class="subtitle"> |
502 | | - God-mode for your git repositories. Manage, search, and clean up 50+ projects in milliseconds.<br> |
503 | | - Runs on <strong>macOS</strong>, <strong>Linux</strong>, and <strong>Windows</strong>. |
| 502 | + Git-Scope helps busy developers instantly find, filter, and manage 50+ repos so you can stay in your |
| 503 | + flow state without endlessly <code>cd</code>-ing through nested directories. |
504 | 504 | </p> |
505 | 505 |
|
506 | 506 | <div class="install-section"> |
|
0 commit comments