Code Monkey home page Code Monkey logo

botaovisitagithub's Introduction

Sistema de botão para visitar página do github

jsdelivr

📂 PLAY

Versão atual: 3.

Usando API

DEMO

Só copiar e colar o código no HTML 😎.

<BotaoVisitaGithub model="modelo3" link="#/LINK_AQUI"></BotaoVisitaGithub>
<script src="https://cdn.jsdelivr.net/gh/LucasATS/BotaoVisitaGithub@5543a67f6227cb9bdb380625b51983b56a10c9ba/BotaoVisitaGithub.js"></script>

Modo manual

Suporta até a versão 2!

Versão 2

Exemplo

subistitua '< LINK DA PAGINA AQUI >' por algum link ou pelo repostirório do projeto.

<!-- VISITE MINHA PÁGINA NO GITHUB :D -->
<style> 
    .carimbo-github-pos { position: fixed; right: 20px; bottom: 20px; z-index: 10;  
                          flex-direction: row; align-items: center; display: flex;}
    .carimbo-github-h3  { background-color: #80D8FF; color: #455A64; border: 2px solid #455A64; visibility: hidden;
                          cursor: pointer; border-radius: 12px; padding: 5px; margin-right: 5px; font: 16px Arial, sans-serif;}
    .carimbo-github-pos:hover .carimbo-github-h3 { visibility: visible; }
</style>
<span title="Visite minha página no github" 
      class="carimbo-github-pos">
    <h3 class="carimbo-github-h3"
        href="<LINK DA PAGINA AQUI>">
        ⭐ <b>Give a star</b></h3>
    <a href="<LINK DA PAGINA AQUI>"
        class="carimbo-github">
        <img style="width: 60px;" src="https://raw.githubusercontent.com/LucasATS/LucasATS/main/src/svg/github.svg">
    </a>
</span>

Versão 1

<!-- VISITE MINHA PÁGINA NO GITHUB :D -->
<style> 
    @media only screen and (orientation: portrait) { .github-img { width: 60px !important; } }
    .carimbo-github-img { width: 60px; border-radius: 360px; }
    .carimbo-github-link{ position: fixed; right: 20px; bottom: 20px; z-index: 10; }
</style>
<a title="Visite minha página no github" 
    href="<LINK DA PAGINA AQUI>"
    class="carimbo-github-link">
    <img class="carimbo-github-img" src="https://raw.githubusercontent.com/LucasATS/LucasATS/main/src/svg/github.svg">
</a>

❤ AGRADECIMENTOS

@ThalesTayson "Eu dei um Help 😌"

🛠 TECNOLOGIAS

JavaScript CSS HTML5

😘 CONTATO

Github instagram linkedin gmail discord

botaovisitagithub's People

Contributors

lucasats avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

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.