Skip to content

virae/we-stand-with-ukraine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

We stand with Ukraine

A simple website badge to show your support for Ukraine.

Installation

<script src="https://cdn.jsdelivr.net/gh/virae/we-stand-with-ukraine@v1.0.2/badge.js" async></script>

Parameters

You can customize the badge with additional parameters by setting script attributes:

  • title

    (string) The tooltip text to display on badge hover

    Default: 'We stand with Ukraine'


  • url

    (string) The website URL to launch when the badge is clicked

    Default: nothing


  • position

    (string) The position in which the badge should be displayed

    Default: 'left'

<script src="https://cdn.jsdelivr.net/gh/virae/we-stand-with-ukraine@v1.0.2/badge.js" title="Help Urkaine Win" url="https://standforukraine.com" position="right" async></script>

Preview