forked from jlord/hello
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
38 lines (37 loc) · 1.43 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700|Montserrat" rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" href="css/style2.css">
<link rel="icon" href="favicon-b.png" type="image/x-icon">
<title>DKMS</title>
</head>
<body>
<div class="wrapper">
<div class="container">
<header>
<h1 class="name">DKMS</h1>
</header>
<article>
<p>We're a consulting firm that offers technology & business services. Our current projects are the
<a href="https://www.joineva.io" target="_blank">Eva Collective</a> and
<a href="https://because.social" target="_blank">Be:Cause Social</a>.
We believe in building a more connected & cooperative world.
</p>
<p> If you'd like to work with us in some way please send us an
<a href="mailto:[email protected]">Inquiry</a>
and we can discuss how we can best collaborate together!
</p>
</article>
<footer>
<ul class="meta inline-list">
<li><a href="mailto:[email protected]">[email protected]</a></li>
<li><a href="https://www.instagram.com/joineva" target="_blank">instagram/joineva</a></li>
<li><a href="https://www.github.com/mullojo" target="_blank">github/mullojo</a></li>
</ul>
</footer>
</div>
</div>
</body>
</html>