GithubHelp home page GithubHelp logo

mineirissimo's Introduction

Henrique da Fonte

   hello, world!
   WebDev


 LinkedIn Henrique da Fonte-  Gmail

about me

Junior Web developer with experience in HTML, CSS, JavaScript, Typescript, React, and Node.js. Recent graduate with a background in logistics, seeking to transition into a career in web development. Strong problem-solving skills and a passion for creating dynamic, user-friendly websites. Excited to continue learning and growing in the tech industry.

🎓 business administrator graduated in 2008
🔭 changing carrer paths
🌱 studying Web development 💻
💡 interested to know more about computer science
🏅 Karting, tennis
🎵 heavy metal, rock, regae

tech stacks (learning)


HTML CSS JavaScript TypeScript React Node.js

mineirissimo's People

Contributors

henriquedafonte avatar joaomaiabgm avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

mineirissimo's Issues

Fumaça pão de queijo

Meu discord não tá entrando!

Dá uma olhada nesse vídeo.

O HTML ficaria assim:

<div class="vapour">
                <span style="--v:1;"></span>
                <span style="--v:2;"></span>
                <span style="--v:5;"></span>
                <span style="--v:4;"></span>
                <span style="--v:6;"></span>
                <span style="--v:19;"></span>
                <span style="--v:7;"></span>
                <span style="--v:8;"></span>
                <span style="--v:9;"></span>
                <span style="--v:10;"></span>
                <span style="--v:11;"></span>
                <span style="--v:18;"></span>
            </div>

e o CSS assim:

.vapour {
    position: relative;
    display: flex;
    z-index: 1;
    padding: 0 20px;
    justify-content: center;
}

.vapour span {
    position: relative;
    bottom: 50px;
    display: block;
    margin: 0 2px 50px;
    min-width: 8px;
    height: 120px;
    background: #fff;
    border-radius: 50%;
    animation: animate 5s linear infinite;
    opacity: 0;
    filter: blur(10px);
    animation-delay: calc(var(--v) * -0.5s);
}

@keyframes animate {
    0% {
        transform: translateY(0) scaleX(1);
        opacity: 0;
    }
    15% {
        opacity: 1;
    }
    50% {
        transform: translateY(-150px) scaleX(5);
    }
    95% {
        opacity: 0;
    }
    100% {
        transform: translateY(-300px) scaleX(10);
    }
}

Testa aí depois fecha essa issue!

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.