Code Monkey home page Code Monkey logo

aroze.me's Introduction


hii, I'm Aroze 👋


Projects

• UwUGuard (A Minecraft anticheat)
• Duwuels (A little core for a duels gamemode)
• UwUCore (A Minecraft plugin with various useful features and commands)
• A ton of other small/personal things, hence all the private repos and commits :p

About me

• Aroze, she/her, 17
• UK, London
• Studying CS

• Fullstack dev:
• Fluent in Kotlin, Java, somewhat in Python andd Skript... :flushedhd:
• Currently learning web development.

• Discord: @Aroze
• YouTube: .com/aroze123
• Twitter: @aroze123
• Website: https://aroze.me
• Ko-fi: https://ko-fi.com/aroze


Github stats for nerds


aroze.me's People

Contributors

godmoded avatar uwuaroze avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

godmoded

aroze.me's Issues

better css

Change your css to this:

@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Sacramento&display=swap');

body {
    background-color: #383134;
    margin: 0;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    color: #ffebf5;
}

h1 {
    font-family: "Sacramento", cursive;
    font-size: 4rem;
    height: 3rem;
}

h2 {
    font-weight: 300;
}

hr {
    border-style: none;
    border-top: dotted #5c5156;
    border-width: 0.75rem;
    width: 10rem;
}

.kindabold {
    font-weight: 500;
    color: #fff5fa;
}

.top-container {
    padding-top: 7.5rem;
    padding-bottom: 2.5rem;
}

.middle-container {
    padding-top: 1rem;
    font-weight: 300;
}

.top-cloud {
    position: relative;
    left: 22.5rem;
    animation: move 6s ease-in-out infinite;
    animation-duration: 8s;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.bottom-cloud {
    position: relative;
    right: 22.5rem;
    top: 1rem;
    animation: move 6s ease-in-out infinite;
    animation-delay: -1s;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.heart {
    color: #955a6f;
    font-size: 1.5rem;
    opacity: 65%;
    padding: 0.75rem;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.footer-link {
    color: #ffebf5;
    padding: 0.25rem;
    text-decoration: none;
}

.footer-link:hover {
    color: #94878d;
    font-weight: 500;
}

.bottom-container {
    position: absolute;
    bottom: 2rem;
    width: 100%;
}

@keyframes move {
    50% {
        transform: translateY(-30px);
    }
}

::selection {
    background-color: #955a6f;
    color: #ffebf5;
}

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.