-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
64 lines (63 loc) · 2.31 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
<!DOCTYPE html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=UTF-8" />
<title>NavCoin Internship</title>
<link rel="stylesheet" href="main.css" />
</head>
<body>
<div class="container">
<img src="internship.png" alt="NavCoin" />
<p>
Encrypt-S is a blockchain development lab and consulting company and we're currently looking to hire some interns over the summer to
help contribute to NavCoin.
</p>
<p>
NavCoin is an OpenSource, Proof-of-Stake, Privacy focused Cryptocurrency that was created
in 2014. If you have an interest in Cryptocurrency/FinTech and want to get
some industry experience then read on.
</p>
<p>
We're interested in meeting you if you meet any of the following
requirements:
</p>
<ul>
<li>You want to upskill your C++</li>
<li>You know JavaScript and want to improve your web dev skills</li>
<li>You're interested in software testing</li>
<li>You're an aspiring graphics designer</li>
<li>
You're interested in marketing, copywriting, or you think you could bring
something else to the table
</li>
</ul>
<p>
If you're interested in a software development role, then please email
<a href="mailto:[email protected]">[email protected]</a>.
</p>
<p>
For marketing/community roles, please email
<a href="mailto:[email protected]">[email protected]</a>.
</p>
<p>Please include:</p>
<ul>
<li>Your CV, or a brief description of your skills and experience</li>
<li>Your GitHub profile/porfolio or links to your side projects if you have any</li>
<li>What you are interested in learning</li>
<li>
A rough description of when you would be available for interviews and
work over the summer
</li>
<li>
If you like dogs and rabbits, because we will have one of each in our
office 🐶 🐰
</li>
</ul>
<p>To find out more about us visit:</p>
<ul>
<li><a href="https://navcoin.org">NavCoin.org</a></li>
<li><a href="https://Github.com/NavCoin">Github.com/NavCoin</a></li>
<li><a href="https://encrypt-s.com">Encrypt-S.com</a></li>
<li><a href="https://Github.com/Encrypt-S">Github.com/Encrypt-S</a></li>
</ul>
</div>
</body>