Skip to content

Commit

Permalink
v1.0.33 - Improve website
Browse files Browse the repository at this point in the history
  • Loading branch information
amastaneh committed Jun 5, 2024
1 parent 4bdaa10 commit a455d8a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion extension/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "GitHub Prime",
"version": "1.0.32",
"version": "1.0.33",
"description": "Enhance your GitHub experience with advanced features and customization options.",
"permissions": [
"webNavigation",
Expand Down
2 changes: 1 addition & 1 deletion extension/popup/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ <h1 class="ml-2 text-xl font-bold">
<a href="https://twitter.com/github-prime" title="GitHub Prime Twitter" target="_blank" rel="noopener">
<i class="fab fa-twitter"></i>
</a>
<small class="text-xs">© 2024 <a href="https://GitHubPrime.com">GitHub Prime</a> ver 1.0.32</small>
<small class="text-xs">© 2024 <a href="https://GitHubPrime.com">GitHub Prime</a> v1.0.33</small>
</div>
</footer>

Expand Down
13 changes: 7 additions & 6 deletions website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,14 @@

</head>

<body class="flex flex-col items-center justify-center min-h-screen px-4 py-8">
<body class="flex flex-col items-center justify-center min-h-screen p-2">
<div class="bg-foggy"></div>

<!-- ============= Header ============= -->
<header>
<header class="select-none text-center mt-10">
<img class="mx-auto" src="./images/github-prime-logo-510-t.png" alt="GitHub Prime" width="256" height="256" />
<h1 class="text-gray-900 text-4xl font-bold my-5">
GitHub Prime
<a href="https://GitHubPrime.com" title="GitHub Prime">GitHub Prime</a>
</h1>
</header>

Expand All @@ -78,7 +78,7 @@ <h1 class="text-gray-900 text-4xl font-bold my-5">
with advanced features and customization options. Boost your productivity with seamless integration
and intuitive tools for developers.
</p>
<div class="flex flex-col md:flex-row justify-center gap-5 my-10 prime-color">
<div class="flex flex-col md:flex-row justify-center gap-5 mt-5 prime-color">
<a href=""
class="py-2 px-4 rounded border-2 prime-border border-opacity-50 hover:border-opacity-100 animate-border"
target="_blank" rel="noopener noreferrer">
Expand Down Expand Up @@ -106,15 +106,16 @@ <h1 class="text-gray-900 text-4xl font-bold my-5">
</div>
</main>


<!-- ============= Footer ============= -->
<footer class="mx-auto text-center text-sm text-gray-400 my-5">
<footer class="mx-auto text-center text-sm text-gray-400 mt-10">
<a href="https://github.com/amastaneh/github-prime" class="me-3" aria-label="GitHub" title="GitHib" target="_blank" rel="noopener noreferrer">
<i class="fab fa-github"></i>
</a>
<a href="" class="me-5" aria-label="Twitter" title="Twitter" target="_blank" rel="noopener noreferrer">
<i class="fab fa-twitter"></i>
</a>
<small>© 2024 <a href="https://GitHubPrime.com">GitHub Prime</a> ver 1.0.32. All rights reserved.</small>
<small>© 2024 <a href="https://GitHubPrime.com">GitHub Prime</a> v1.0.33. All rights reserved.</small>
<a class="github-fork-ribbon" href="https://github.com/amastaneh/github-prime" data-ribbon="Fork me on GitHub"
title="Fork me on GitHub">Fork me on GitHub</a>
</footer>
Expand Down

0 comments on commit a455d8a

Please # to comment.