squircle

Make all the squircles you need, in the browser. https://squircley.app/
git clone http://git.hanabi.in/repos/squircle.git
Log | Files | Refs | LICENSE

commit 26329bde8464e29238f4c8f893ff68aa44ee758d
parent f8332999c0965361a3c532bee45846b80d44f2d9
Author: George Francis <georgedoescode@gmail.com>
Date:   Fri, 10 Jul 2020 15:36:11 +0100

add rel = noopener to profile link

Diffstat:
Msrc/components/TheInfoSection.vue | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/components/TheInfoSection.vue b/src/components/TheInfoSection.vue @@ -31,7 +31,10 @@ export default { <div class="app__footer"> <p class="info-section__paragraph"> Made by - <a href="https://github.com/georgedoescode" target="_blank" + <a + href="https://github.com/georgedoescode" + target="_blank" + rel="noopener" >georgedoescode</a > </p>