Skip to content

Commit

Permalink
added figma banner
Browse files Browse the repository at this point in the history
  • Loading branch information
alohe committed Jul 12, 2023
1 parent fc7a993 commit 92f2e08
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
assets/img/rename.py
node_modules
assets/css/style.css
package_lock.json
package_lock.json
.vscode
19 changes: 19 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,5 +117,24 @@ <h1 class="text-center fw-bold mt-5 mb-2 header__text">Avatars</h1>
(tooltipTriggerEl) => new bootstrap.Tooltip(tooltipTriggerEl)
);
</script>
<script src="https://cdn.jsdelivr.net/gh/alohe/maker-tag@1.0.2/dist/mwl.min.js"></script>
<script>
new MakerTag({
text: `<svg xmlns="http://www.w3.org/2000/svg" width="50" height="30" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-figma"><path d="M5 5.5A3.5 3.5 0 0 1 8.5 2H12v7H8.5A3.5 3.5 0 0 1 5 5.5z"></path><path d="M12 2h3.5a3.5 3.5 0 1 1 0 7H12V2z"></path><path d="M12 12.5a3.5 3.5 0 1 1 7 0 3.5 3.5 0 1 1-7 0z"></path><path d="M5 19.5A3.5 3.5 0 0 1 8.5 16H12v3.5a3.5 3.5 0 1 1-7 0z"></path><path d="M5 12.5A3.5 3.5 0 0 1 8.5 9H12v7H8.5A3.5 3.5 0 0 1 5 12.5z"></path></svg> Figma plugin now available!`,
link: "https://www.figma.com/community/plugin/1259189280245319471/Avatars",
position: "bottom-left",
background:
"radial-gradient(circle at left, #f34e1e 0%, #fb735e 25%, #a259ff 55%, #19bcfc 65%, #09ce82 75%, #f34e1e 100%)",
color: "white",
animated: true,
padding: "10px 20px",
margin: "10px",
font: {
size: "13px",
weight: "700",
},
borderRadius: "13px",
});
</script>
</body>
</html>

0 comments on commit 92f2e08

Please sign in to comment.