-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
141 lines (95 loc) · 4.11 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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<link rel="canonical" href="https://veres.one/meetings/">
<meta name="lang:clipboard.copy" content="Copy to clipboard">
<meta name="lang:clipboard.copied" content="Copied to clipboard">
<meta name="lang:search.language" content="en">
<meta name="lang:search.result.none" content="No matching documents">
<meta name="lang:search.result.one" content="1 matching document">
<meta name="lang:search.result.other" content="# matching documents">
<meta name="lang:search.tokenizer" content="[\s\-]+">
<link rel="icon" type="image/png" href="https://veres.one/img/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="https://veres.one/img/favicon-16x16.png" sizes="16x16" />
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-2.5.1">
<title>W3C Veres One Community Group Meetings</title>
<link rel="stylesheet" href="https://veres.one/assets/stylesheets/application.0284f74d.css">
<link rel="stylesheet" href="https://veres.one/assets/stylesheets/application-palette.01803549.css">
<script src="https://code.jquery.com/jquery-1.12.0.min.js"></script>
<script src="https://veres.one/assets/javascripts/modernizr.74668098.js"></script>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,400i,700|Roboto+Mono">
<style>body,input{font-family:"Roboto","Helvetica Neue",Helvetica,Arial,sans-serif}code,kbd,pre{font-family:"Roboto Mono","Courier New",Courier,monospace}</style>
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="https://veres.one/css/extra.css">
<style>
a {
color: #06A7CC;
}
div.comment {
font-family: 'Droid Serif', serif;
margin-top: 0.5em;
font-size: 1.25em;
}
.comment-continuation {
font-family: 'Droid Serif', serif;
font-size: 1.25em;
margin-left: 2em;
}
</style>
</head>
<body>
<div class="wrapper">
<h1>The W3C Veres One Community Group</h1>
<h2>A Globally Interoperable Blockchain for Identity</h2>
<h3><a href="https://veres.one/">Go Back</a></h3>
<hr>
</div>
<h3><a href="2019-07-08/">Meeting for 2019-07-08</a></h3>
<h4>Topics</h4><ol>
<li><a href="2019-07-08/#topic-1">Meeting Process</a></li>
<li><a href="2019-07-08/#topic-2">Introductions</a></li>
<li><a href="2019-07-08/#topic-3">Status of Veres One Testnet</a></li>
<li><a href="2019-07-08/#topic-4">Status of Veres One Foundation</a></li>
<li><a href="2019-07-08/#topic-5">Governance Hand-over of Veres One Network</a></li>
</ol>
<div class="md-footer-meta md-typeset">
<div class="md-footer-meta__inner md-grid">
<div class="md-footer-copyright">
<div class="md-footer-copyright__highlight">
Copyright 2019 - The Veres One Project - <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC-BY-4.0</a>
</div>
</div>
</div>
</div>
</footer>
</div>
<script src="https://veres.one/assets/javascripts/application.245445c6.js"></script>
<script>app.initialize({version:"1.0.4",url:{base:"https://veres.one/"}})</script>
<script>
window.ga = window.ga || function() {
(ga.q = ga.q || []).push(arguments)
}
ga.l = +new Date
/* Setup integration and send page view */
ga("create", "UA-114649669-1", "auto")
ga("set", "anonymizeIp", true)
ga("send", "pageview")
/* Register handler to log search on blur */
document.addEventListener("DOMContentLoaded", () => {
if (document.forms.search) {
var query = document.forms.search.query
query.addEventListener("blur", function() {
if (this.value) {
var path = document.location.pathname;
ga("send", "pageview", path + "?q=" + this.value)
}
})
}
})
</script>
<script async src="https://www.google-analytics.com/analytics.js"></script>
</body>
</html>