-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
95 lines (94 loc) · 4.79 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<html>
<head lang="en">
<meta charset="UTF8" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-154664018-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-154664018-2');
</script>
<title>Compliance Layer</title>
<link rel="shortcut icon" href="./favicon.ico" />
<link rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css"
integrity="sha384-GJzZqFGwb1QTTN6wy59ffF1BuGJpLSa9DkKMp0DgiMDm4iYMj70gZWKYbI706tWS"
crossorigin="anonymous">
<link rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.7.2/css/all.css"
integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr"
crossorigin="anonymous">
<style>
a.text-light:hover {
color: #298c00 !important;
}
</style>
</head>
<body style="color: #298c00; background-color: #f8f9fa;">
<div class="h-50">
<div class="container mx-0 mw-100 h-100 bg-light"
style="
background: rgb(41,140,0);
background: linear-gradient(0deg, rgba(41,140,0,1) 0%, rgba(248, 249, 250, 1) 20%, rgba(248,249,250,1) 100%);">
<img src="globe.gif" style="position: relative; max-width: 19%; max-height: 46%; top: 45%; left: 50%; transform: translate(-50%, -50%);"/>
</div>
<!--div class="container text-center text-light mx-0 mt-auto mw-100 h-25"
</div-->
</div>
<div style="min-height: 25%; background-color: #298c00">
<div class="container text-center text-light mx-0 pb-3 mw-100">
<div style="font-size: 1.2em;">
<h1 class="p-3" style="font-size: 2.5rem;">The C-Layer Standard</h1>
<p>A fair and transparent compliance framework built on top of public blockchain</p>
<p>
<button type="button" class="btn btn-outline-light">
<a href="https://t.me/c_layer" class="text-light">
<i class="social fab fa-telegram"></i> Telegram
</a>
</button>
<button type="button" class="btn btn-outline-light">
<a href="https://github.com/c-layer" class="text-light">
<i class="social fab fa-github"></i> Github
</a>
</button>
</p>
</div>
</div>
</div>
<div class="container mt-3 p-3 text-center">
<h4>Simplifying the tokenization market</h4>
<p>Create a standardized layer for blockchains that issue and manage the token lifecycle by connecting and meeting requirements of everyone (institutions, business, individuals and regulators): faster, cheaper, and easier.</p>
</div>
<div class="container p-3 text-center">
<h4>Why token standards are usefull?</h4>
<p>Standardization helps everyone to interact easily with each other. That's why we want everyone to issue token and transact for a free economy!</p>
<p>Token standards are interfaces that must be part of the token design so it can be safely and freely traded, and re-used by other applications.</p>
<p>We believe in compliance token standards enabling open finance for a free economy.</p>
</div>
<div class="container p-3 text-center">
<h4>Why the C-Layer Standard?</h4>
<p>The C-Layer Standard is designed for all types of tokens and assets to simplify and standardize the whole token lifecycle under all regulatory requirements.</p>
<p>A fully open source standard, which ensures interoperability, trust, and security for its users.</p>
<p>The C-Layer enables you to create token easily, respecting your national law requirements. You can create a customized token, with a fiat gateway that follow regulations.</p>
<p>You will able to use generic Oracles for compliance and rates, available to you through the compliance layer directly from your service provider.</p>
</div>
<div class="text-center p-3">
<h4>How the C-layer works?</h4>
<p> </p>
<img src="c-layer-architecture.png" style="max-width: 400px"/>
</div>
<div class="container text-center p-5 text-center">
<h4>More about the C-Layer</h4>
<p>A standard for tokens managing token issuance, voting, redemption, ownership, data storage, multi-token, rates and many other components...</p>
<p>
<a href="https://github.com/c-layer/contracts" style="color: #298c00; font-weight: bold;">
<i class="social fab fa-github"></i> Github repository
</a>
</p>
</div>
<div class="text-center text-light pt-3" style="min-height: 60px; padding-top:30px!important; background-color: #298c00">
<small>©2019-20. Formation as a Swiss Association. contact@c-layer.org</small>
</div>
</body>
</html>