diff --git a/badge.png b/badge.png index 03fd297..3d3156b 100644 Binary files a/badge.png and b/badge.png differ diff --git a/example.png b/example.png new file mode 100644 index 0000000..03fd297 Binary files /dev/null and b/example.png differ diff --git a/index.html b/index.html index b73df40..2f67d45 100644 --- a/index.html +++ b/index.html @@ -1,9 +1,35 @@ - - eu.github.io - - -

eu.github.io

-

Site coming soon.

- + + eu.github.io + + + + + +

EU BadgeBadge Logo.

+

Would you like an EU Badge on your GitHub Profile?

+ Example-Profile +

Getting the badge

+

The "badge" is nothing more than a label that you're a part of the eu team. To join the team:

+
    +
  1. Fork list.txt and add your username to the bottom of this file.
  2. +
  3. Propose the file changes.
  4. +
+ I'll merge it and add you as soon as possible. +

Enabling the badge

+

To enable the badge, do the following:

+
    +
  1. Click the link in the Email you'll receive from GitHub asking if you wanna join the organization.
  2. +
  3. Go to the eu organization.
  4. +
  5. Click "People".
  6. +
  7. Search for your name in the list.
  8. +
  9. Click the "Private" lock next to your name.
  10. +
  11. Select "Public" from the dropdown.
  12. +
+

That's it! You'll now have the badge displayed on your GitHub Profile.

+
+

Any questions? Just open an issue.

+
This organization has no relation with the European Union. This is just done by some guy who happens to have the username. (>_<)
+ + \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..c26eb61 --- /dev/null +++ b/style.css @@ -0,0 +1,60 @@ +* { + box-sizing: border-box; + padding: 0; + margin: 0; +} + +@media (prefers-color-scheme: dark) { + :root { + --nc-tx-1: #ffffff !important; + --nc-tx-2: #eeeeee !important; + --nc-bg-1: #0D1117 !important; + --nc-bg-2: #222222 !important; + --nc-bg-3: #333333 !important; + --nc-lk-1: #3291FF !important; + --nc-lk-2: #3291FF !important; + --nc-lk-tx: #FFFFFF !important; + --nc-ac-1: #7928CA !important; + --nc-ac-tx: #FFFFFF !important; + } +} + +img:not(.badge) { + width: 345px; +} + +img.badge { + margin-left: .6rem; + margin-bottom: 0; +} + +@media only screen and (max-width: 768px) { + img:not(.badge) { + width: 50%; + } +} + +::selection { + background-color: #003399 !important; +} + +a { + text-decoration-line: none; +} + +a:hover { + text-decoration-line: underline; +} + +blockquote { + background-color: #05070A !important; + border-left: 5px solid #68560C; + color: #9A9A9A; +} + +.eu { + color: #003399; +} +.eubadge { + color: #FFCC00; +} \ No newline at end of file