forked from project-diamond/project-diamond.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
41 lines (31 loc) · 903 Bytes
/
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
---
title: Home
---
<div class="page-header-wrapper">
$partial("templates/navigation.html")$
$partial("templates/root/page-header.html")$
</div>
<div class="container">
We are a group of researchers exploring the possibility of a digital
monetary system based on strong cryptography. We hope to build new
cryptographic primitives, protocols and software that allows
efficient and safe monetary transactions in the digital world. Stay
tuned for more announcements here.
<br/><hr/><br/>
<div class="social">
$partial("templates/root/social.html")$
</div>
<br/><hr/><br/>
<h2 class="text-center">News</h2>
<p class="text-right">
<a href="/atom.xml"
class="btn btn-info text-right" role="button">
<i class="fa fa-lg fa-feed"></i> Follow us
</a>
</p>
</h2>
<br/>
<br/>
$partial("templates/root/news-list.html")$
<br/><hr/><br/>
</div>