Git Product home page Git Product logo

prideflag's Introduction

progressive pride flag! 🌈

made with ❀ by ari melody


a lovely little pride flag made in svg, loaded with js, and optimised to be nice and lightweight!

it tucks into the top-right corner of any website you drop it on, and you're welcome to link it to whichever LGBTQI+-supporting site you like :)

progressive pride flag

this flag currently represents:

  • original LGBTQ+ colours! πŸ³οΈβ€πŸŒˆ
  • marginalized people of colour (POC) communities! πŸ§‘πŸΎπŸ§”πŸΏ
  • trans pride! πŸ³οΈβ€βš§οΈ
  • intersex! ♂️ ♀️

this flag is currently in use over at my own website, arimelody.me! feel free to check it out if you'd like to see it in action!

how do I use this on my own website?

simple! just slap prideflag.js onto your website, and your flag will be automagically generated on page load!

alternatively, you are welcome to copy prideflag.svg into your own site and set it up without javascript, like so:

<style>
    #prideflag {
        position: fixed;
        top: 0;
        right: 0;
        width: 120px;
        transform-origin: 100% 0%;
        transition: transform .5s cubic-bezier(.32,1.63,.41,1.01);
        z-index: 8008135;
        pointer-events: none;
    }
    #prideflag:hover {
        transform: scale(110%);
    }
    #prideflag:active {
        transform: scale(110%);
    }
    #prideflag * {
        pointer-events: all;
    }
</style>

<a href="https://git.arimelody.me/ari/prideflag" target="_blank" id="prideflag">
    <img src="prideflag.svg" width="120" height="120" alt="progressive pride flag">
</a>

both files contain a simple copyright license that links back to me (see COPYING.md). please retain this!!

have fun spreading the gay! 🌈

prideflag's People

Contributors

arimelody avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

pupbrained

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.