Giter Club home page Giter Club logo

abexlee / web-designer Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 15 KB

GitHub is designed to make it easy for developers to work together on projects by providing tools for version control, code review, issue tracking, and collaboration. It is widely used by developers around the world to contribute to open-source projects, build their own projects, and collaborate with other developers on projects of all sizes.

License: Mozilla Public License 2.0

web-designer's Introduction

web-designer

GitHub is designed to make it easy for developers to work together on projects by providing tools for version control, code review, issue tracking, and collaboration. It is widely used by developers around the world to contribute to open-source projects, build their own projects, and collaborate with other developers on projects of all sizes.

web-designer's People

Contributors

abexlee avatar

Stargazers

 avatar

Watchers

 avatar

web-designer's Issues

Sheimena

<title>Sheimena</title> <style> header { background-color: #4CAF50; padding: 20px; text-align: center; font-size: 35px; color: white; } img { display: block; margin: 0 auto; max-width: 100%; height: auto; } form { max-width: 400px; margin: 20px auto; padding: 20px; border: 1px solid #ddd; border-radius: 5px; } input[type="text"], input[type="email"] { width: 100%; padding: 10px; margin-bottom: 10px; border: 1px solid #ccc; border-radius: 3px; } button[type="submit"] { background-color: #4CAF50; color: white; border: none; padding: 10px 20px; border-radius: 3px; cursor: pointer; } </style> Welcome to Sheimena!

Sheimena Logo

Sheimena is a platform for...

First Name: Last Name: Email: Register

Dear Sheimena Community,

Welcome to our platform! We're thrilled to have you join us. Whether you're here to learn, connect, or create, Sheimena is your space to explore, collaborate, and grow.

Feel free to explore our features, engage with other members, and make the most of your Sheimena experience. If you have any questions or need assistance, don't hesitate to reach out.

Wishing you an exciting journey ahead!

Best regards,

Abegaz Abayneh Abite

Simple Calculator

<title>Simple Calculator</title> <style> /* Add some basic styling for the calculator */ .calculator { width: 300px; margin: 0 auto; padding: 10px; border: 1px solid #ccc; } input[type="text"] { width: 100%; padding: 10px; margin: 5px 0; } input[type="button"] { width: 45px; height: 45px; margin: 5px; font-size: 18px; } </style>




<script> function addToDisplay(value) { document.getElementById('display').value += value; }
    function clearDisplay() {
        document.getElementById('display').value = '';
    }

    function calculate() {
        try {
            document.getElementById('display').value = eval(document.getElementById('display').value);
        } catch (error) {
            document.getElementById('display').value = 'Error';
        }
    }
</script>

/Abegaz Abayneh Blog

<title>Abegaz Abayneh Blog</title> <style> body { font-family: Arial, sans-serif; line-height: 1.6; } header { background: #333; color: #fff; padding: 1rem 0; text-align: center; } nav { display: flex; justify-content: center; background: #444; padding: 0.5rem 0; } nav a { color: #fff; text-decoration: none; padding: 0.5rem 1rem; } nav a:hover { background: #555; } .container { max-width: 800px; margin: auto; overflow: hidden; padding: 0 2rem; } .post { margin-bottom: 2rem; } .post h2 { border-bottom: 1px solid #333; padding-bottom: 0.5rem; } .post p { margin-top: 0.5rem; } footer { background: #333; color: #fff; text-align: center; padding: 1rem 0; } </style>

Abegaz Abayneh Blog

Home About Latest Posts Contact

Blog Post Title

Posted on [date] by [author]

This is a summary of the blog post. The rest of the content will go here...

Copyright © 2023 Abegaz Abayneh Blog

Abegaz. Option

<title>Signup and Signin Forms</title> <style> body { font-family: Arial, sans-serif; } .container { width: 300px; margin: auto; padding: 20px; } form { margin-bottom: 20px; } input[type="text"], input[type="password"], input[type="email"] { width: 100%; padding: 10px; margin: 10px 0; } input[type="submit"] { width: 100%; padding: 10px; background-color: #5cb85c; color: white; border: none; cursor: pointer; } input[type="submit"]:hover { background-color: #4cae4c; } </style>

Signup

    <!-- Signin Form -->
    <form action="your_signin_endpoint" method="POST">
        <h2>Signin</h2>
        <input type="text" name="username" placeholder="Username" required>
        <input type="password" name="password" placeholder="Password" required>
        <input type="submit" value="Signin">
    </form>
</div>

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.