Git Product home page Git Product logo

elbe-development.github.io's People

Contributors

elbe-plaq avatar

elbe-development.github.io's Issues

Old index

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon">  
    <title>Home - ElBe Development</title>
    <style>
        html {
            scroll-behavior: smooth;
            scroll-behavior: auto;
        }        

        body {
            background-color: black;
            overflow-x: hidden;
            overflow-y: scroll;
            height: 100%;
            perspective: 1px;
            transform-style: preserve-3d;
        }

        a {
            color: white;
            text-decoration: none;
        }

        .header_text {
            font-size: 120px;
            font-weight: bolder;
            font-family: 'Courier New', Courier, monospace;
            color: white;
            margin-left: 10px;
        }

        .text {
            font-size: 20px;
            font-family: 'Courier New', Courier, monospace;
            color: white;
            margin-left: 10px;
        }

        .typed-out{
          overflow: hidden;
          border-right: .15em solid white;
          white-space: nowrap;
          width: 0;
          animation: 
            typing 1s steps(16, end) forwards,
            blink 0.8s infinite;
        }
        
        .container {
            display: inline-block;
        }

        .image-container{
            background-image: url("images/Code.png");
            background-color: black;
            height: 100%;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            margin-bottom: 10px;
            filter: brightness(70%);
        }
        .image-container:hover {
            zoom: 110%;
            filter: brightness(120%);
        }
          
        @keyframes typing {
            from { width: 0 }
            to { width: 100% }
        }

        @keyframes blink {
            from {border-color: transparent}
            to {border-color: white}
        }
    </style>
</head>
    <div class="image-container">
        <div class="container">
            <div class="header_text typed-out">ElBe Development</div>
        </div>
        <div class="text" id="about">ElBe Development is a Development Organization founded by <a href="https://github.com/ElBe-Plaq">ElBe</a> in 2022. It includes ElBe Development, ElBlang Development and Alpha MC Development.<br><br></div>
        <div class="text"><span style="font-weight: bolder;">Projects:<br></span>- <a href="http://skyflamme.de">Plaq Games</a><br>- <a href="https://github.com/ElBe-Development/discord.py-bot-template">Discord.py bot template</a><br>- Simply Bot<br>- ElBlang<br>- Alpha MC<br>- 3arthh4ck+<br>... and more<br><br></div>
        <div class="text"><span style="font-weight: bolder;">Support:<br></span>- <a href="https://dsc.gg/elbe-development">Discord Support Server</a><br>- <a href="mailto:[email protected]">E-Mail</a></div>
        <br><br><br><br><br><br><br><br><br><br><br><br>
    </div>
    <div class="text" style="text-align: center;">© by <a href="https://github.com/ElBe-Plaq">ElBe</a> 2022</div>
</body>
</html>

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.