-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
67 lines (65 loc) · 2.02 KB
/
index.html
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!doctype html>
<html>
<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-135020337-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-135020337-1');
</script>
<title>Developer Relations: Devrelopers.io</title>
<style>
@import url('https://fonts.googleapis.com/css?family=VT323');
a {
color: green;
}
body {
background-color: black;
color: lime;
font-family: 'VT323', monospace;
font-size: large;
padding: 8%;
}
p {
max-width: 72%;
padding-left: 8px;
margin-bottom: 26px;
}
footer {
font-size: x-small;
}
.green {
color: green;
}
</style>
</head>
<body>
<h1><span class="green">DevRel</span>opers.io</h1>
<h2>Developers</h2>
<p>
Are you interested in helping other developers learn? Do you like building
example projects, writing, and being part of the Developer community?
Would you like to get into Developer Relations, Technology Evangelism, and
R&D work, but don't know where to start? Connect with other
like-minded Developers and work for some of the most impactful clients
with the coolest technologies. You choose what you work on, when, where,
and how.
</p>
<h2>Technology Leaders</h2>
<p>
Are you looking for the best Developers in the world to increase awareness
of your product, service, or platform? Connect with a DevReloper today!
</p>
<h2>Connect</h2>
<p>
DevRelopers.io is currently operating in invite-only-mode.
If you need to reach us, send an email to
<a href="mailto:contact@devrelopers.io">contact@devrelopers.io</a>,
or join us on <a href="https://keybase.io/team/devrelopers.io">Keybase</a>.
</p>
<footer>
Copyright © 2019 DevRelopers.io. All rights reserved.
</footer>
</body>
</html>