Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View Samayyash's full-sized avatar
  • Royal skay
  • United State

Block or report Samayyash

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
Samayyash/README.md
  • 👋 Hi, I’m @royal skay
  • 👀 Real estate and commercial services ... shipping ...
  • Your apartment is simply within your reach...
  • 📫 How to reach me ...
<title>Your Page Title</title> <style> /* Add your CSS styles here */ body { font-family: Arial, sans-serif; margin: 0; padding: 0; background-color: #f4f4f4; }
    header {
        background-color: #333;
        color: #fff;
        text-align: center;
        padding: 1em;
    }

    section {
        padding: 20px;
        max-width: 800px;
        margin: auto;
    }

    footer {
        background-color: #333;
        color: #fff;
        text-align: center;
        padding: 1em;
        position: fixed;
        bottom: 0;
        width: 100%;
    }
</style>

Your Website

Home | About | Contact
<section id="home">
    <h2>Welcome to Our Home Page!</h2>
    <p>This is the home section.</p>
</section>

<section id="about">
    <h2>About Us</h2>
    <p>This is the about section.</p>
</section>

<section id="contact">
    <h2>Contact Us</h2>
    <p>This is the contact section.</p>
</section>

<footer>
    &copy; 2023 Your Company
</footer>

Popular repositories Loading

  1. Royalskay Royalskay Public

    Everything in one place

    1

  2. Samayyash Samayyash Public

    Config files for my GitHub profile.

    1

  3. Royal-skay-real-estate--Export-List Royal-skay-real-estate--Export-List Public

    Forked from BaseMax/GitHub-Repository-Export-List

    Python: A tiny script to get list of all repository of a GitHub user and generate HTML output with style.

    HTML 1