Skip to content

Commit

Permalink
💄 add Badge
Browse files Browse the repository at this point in the history
  • Loading branch information
Zachary-Masson committed Jun 17, 2024
1 parent 981e5c3 commit b040969
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
14 changes: 14 additions & 0 deletions exemple/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
}

body {
position: relative;

width: 100%;
height: 100vh;

Expand All @@ -12,4 +14,16 @@ body {
align-items: center;

background-color: rgb(240, 139, 7);
}

.watchers {
position: absolute;
top: 25px;
right: 25px;
}

.made {
position: absolute;
bottom: 25px;
right: 25px;
}
17 changes: 17 additions & 0 deletions exemple/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,23 @@
<body>
<js-player id="player"></js-player>

<div class="watchers">
<a href="https://github.com/Zachary-Masson/JsPlayer" target="_blank">
<img
src="https://img.shields.io/github/watchers/Zachary-Masson/JsPlayer.svg"
alt=""
/>
</a>
</div>
<div class="made">
<a href="https://github.com/Zachary-Masson" target="_blank">
<img
src="https://img.shields.io/badge/Made%20with ❤ by -Zachary–Masson-red?style=for-the-badge&logo=Github"
alt=""
/>
</a>
</div>

<!-- Exemple Script -->
<script type="module" src="./assets/js/script.js"></script>
</body>
Expand Down

0 comments on commit b040969

Please sign in to comment.