Skip to content
View moner234's full-sized avatar

Block or report moner234

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
moner234/README.md
<title>Client Project Page</title> <style> body { font-family: 'Roboto', sans-serif; margin: 0; padding: 0; box-sizing: border-box; }
    header {
        background-color: #4CAF50;
        color: white;
        text-align: center;
        padding: 1rem 0;
    }

    .container {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 1rem;
        padding: 2rem;
    }

    .project {
        background-color: #f9f9f9;
        border: 1px solid #ddd;
        border-radius: 8px;
        padding: 1rem;
        text-align: center;
        transition: transform 0.3s ease;
    }

    .project:hover {
        transform: scale(1.05);
    }

    .project img {
        max-width: 100%;
        height: auto;
        border-radius: 8px;
    }

    footer {
        background-color: #333;
        color: white;
        text-align: left;
        padding: 1rem;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
    }

    footer span {
        font-size: 0.8rem;
    }

    #interactive-module {
        margin: 2rem auto;
        text-align: center;
    }

    button {
        background-color: #4CAF50;
        color: white;
        padding: 0.5rem 1rem;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

    button:hover {
        background-color: #45a049;
    }

    .dynamic-message {
        margin-top: 1rem;
        font-size: 1.2rem;
        color: #333;
    }
</style>

Client Projects

New IT Logo

Project 1

Description of Project 1

New IT Logo

Project 2

Description of Project 2

New IT Logo

Project 3

Description of Project 3

Interactive Module

Click Me!
Designed by ChatGPT
<script>
    function showMessage() {
        const messageDiv = document.getElementById('dynamic-message');
        messageDiv.textContent = 'You clicked the button! This is a dynamic interaction.';
    }
</script>

Popular repositories Loading

  1. moner234 moner234 Public

    Config files for my GitHub profile.

  2. Marketly Marketly Public

    Kotlin

  3. StockMaster StockMaster Public

    JavaScript

  4. expoProject expoProject Public

    TypeScript

  5. monerism monerism Public

    TypeScript

  6. QuizApp QuizApp Public

    TypeScript