Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Logo #7

Open
korverdev opened this issue Mar 19, 2023 · 0 comments
Open

Logo #7

korverdev opened this issue Mar 19, 2023 · 0 comments
Assignees

Comments

@korverdev
Copy link
Owner

korverdev commented Mar 19, 2023

logo

Code used for my last website:

<svg width="80" height="80">
    <rect id="pixel" width="20" height="20" rx="4"/>
    <use href="#pixel" x="30"/>
    <use href="#pixel" x="60"/>
    <use href="#pixel" y="30"/>
    <use href="#pixel" y="60"/>
    <use href="#pixel" x="30" y="60"/>
    <use href="#pixel" x="60" y="60"/>
</svg>

A flickering effect, perhaps that is also triggered on hover-over or a set interval could be cool.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants