-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
97 lines (70 loc) · 3.42 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
96
97
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--stylesheet-->
<link rel="stylesheet" href="assets/css/style.css">
<!--bootstrap-->
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<!--fontawesome-->
<link rel="stylesheet" href="assets/css/fontawesome.css">
<!--Fonts-->
<link href="https://fonts.googleapis.com/css2?family=Abel&family=Dosis:wght@200&family=Handlee&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Karla:wght@200&display=swap" rel="stylesheet">
<!--Meta Data-->
<title>Commonwealth: Social Insurance 2.0</title>
<meta name="title" content="Commonwealth: Social Insurance 2.0">
<meta name="description" content="Insurance as a unifying means to underwrite and secure social mobility, and redefine a sustainable social contract for the 21st Century">
<meta name="keywords" content="decentralized currency, DID, social insurance, group insurance, social-good investments, open accreditation, open education, open recruitment, open hiring, decentralized society">
<meta name="robots" content="index, follow">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="language" content="English">
<!-- Favicons -->
<link href="./assets/img/favicon.png" rel="icon">
<link href="./assets/img/favicon.png" rel="apple-touch-icon">
</head>
<body class="bg">
<div class="space"></div>
<!-- Profile picture-->
<img src="./assets/logos/color-logo-back.png" alt="profile picture" class="logo-picture">
<!-- Profile name-->
<div class="profile-name"><b>We, The Commonwealth <img class="drag" src="./assets/img/icons8-verified-badge-16.png " alt="verified" width="16" height="16"></b></div>
<!-- Profile about-->
<div class="profile-about"><b>Insurance as a unifying means to underwrite and secure social mobility, and redefine a sustainable social contract for the 21st Century</b></div>
<!-- Links-->
<a href="https://wethecommonwealth.org" target="_blank" class="links , hover">
<i class="fas fa-link , links-in"></i>
<b>Website </b>
</a>
<a href="./assets/CommonwealthBrochure.pdf" target="_blank" class="links , hover">
<i class="fas fa-link , links-in"></i>
<b>Brochure</b>
</a>
<a href="./assets/Pitchdeck.pdf" target="_blank" class="links , hover">
<i class="fas fa-link , links-in"></i>
<b>Pitchdeck</b>
</a>
<a href="https://github.com/DEITrust/SI2" target="_blank" class="links , hover">
<i class="fas fa-link , links-in"></i>
<b>SI2 Overview</b>
</a>
<a href="./assets/Litepaper.html" target="_blank" class="links , hover">
<i class="fas fa-link , links-in"></i>
<b>Litepaper</b>
</a>
<a href="https://twitter.com/CommonwealthDAO" target="_blank" class="links , hover">
<i class="fab fa-twitter , links-in"></i>
<b>Twitter</b>
</a>
<a href="https://github.com/DEITrust" target="_blank" class="links , hover">
<i class="fab fa-github , links-in"></i>
<b>DEIT GitHub</b>
</a>
<a href="https://github.com/proggR" target="_blank" class="links , hover">
<i class="fab fa-github , links-in"></i>
<b>proggR GitHub</b>
</a>
<div class="space"></div>
</body>
</html>