Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

Commit

Permalink
added 'star us on github' and removed modal asking for donation
Browse files Browse the repository at this point in the history
  • Loading branch information
Blaumaus committed May 17, 2022
1 parent 607878a commit 5dfa193
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
<link rel="stylesheet" href="assets/styles.css">
<script src="script.js" defer></script>
<script src="https://cdn.jsdelivr.net/gh/Swetrix/swetrix-js@main/dist/swetrix.js" defer></script>
<!-- Place this tag in your head or just before your close body tag. -->
<script async defer src="https://buttons.github.io/buttons.js"></script>
</head>

<body>
Expand All @@ -40,6 +42,12 @@
<div class="contacts">
<a href="mailto:[email protected]" target="_blank" class="button regular contact">[email protected]</a>
</div>
<div>
<!-- Place this tag where you want the button to render. -->
<a class="github-button" href="https://github.com/blaumaus/le_chiffre" data-color-scheme="no-preference: light; light: light; dark: dark;" data-size="large" data-show-count="true" aria-label="Star blaumaus/le_chiffre on GitHub">
Star us on Github
</a>
</div>
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion frontend/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ document.addEventListener('DOMContentLoaded', () => {
})
.catch(console.error)

setTimeout(check_donation, 2500)
// setTimeout(check_donation, 2500)

swetrix.init('ZAX-2szETYGP')
swetrix.trackViews()
Expand Down

1 comment on commit 5dfa193

@vercel
Copy link

@vercel vercel bot commented on 5dfa193 May 17, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

lechiffre – ./

lechiffre.vercel.app
lechiffre-blaumaus.vercel.app
lechiffre-git-main-blaumaus.vercel.app

Please sign in to comment.