-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (35 loc) · 1.76 KB
/
index.html
File metadata and controls
35 lines (35 loc) · 1.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<html>
<head>
<title>eu.github.io</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@exampledev/new.css@1/new.min.css">
<link rel="stylesheet" href="https://fonts.xz.style/serve/inter.css">
<link rel=stylesheet href="style.css">
</head>
<body>
<h1><span class="eu">EU</span> <span class="eubadge">Badge</span><img src="badge.png" alt="Badge Logo." class="badge" height="25" width="25"></h1>
<p>Would you like an EU Badge on your GitHub Profile?</p>
<img src="example.png" alt="Example-Profile" title="Example Profile" >
<h1>Getting the badge</h1>
<p>The "badge" is nothing more than a label that you're a part of the <code>eu</code> team. To join the team:</p>
<ol>
<li><a href="https://github.com/eu/join/edit/master/list.txt">Fork <code>list.txt</code></a> and add your username to the bottom of this file.</li>
<li>Propose the file changes.</li>
</ol>
I'll merge it and add you as soon as possible.
<h1>Enabling the badge</h1>
<p>To enable the badge, do the following:</p>
<ol>
<li>Click the link in the Email you'll receive from GitHub asking if you wanna join the organization.</li>
<li>Go to the <a href="https://github.com/eu/">eu organization</a>.</li>
<li>Click "People".</li>
<li>Search for your name in the list.</li>
<li>Click the "Private" lock next to your name.</li>
<li>Select "Public" from the dropdown.</li>
</ol>
<p>That's it! You'll now have the badge displayed on your GitHub Profile.</p>
<hr>
<p>Any questions? Just <a href="https://github.com/eu/join/issues/new">open an issue</a>.</p>
<blockquote>This organization has no relation with the European Union. This is just done by some guy who happens to have the username. (>_<)</blockquote>
</body>
</html>