forked from Emyrk/factoid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreport-2018Q3.html
223 lines (202 loc) · 10.3 KB
/
report-2018Q3.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
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>TFA: The Factoid Authority</title>
<link rel="shortcut icon" href="../images/fav_icon.png" type="image/x-icon">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.4.1/css/all.css" integrity="sha384-5sAR7xN1Nv6T6+dT2mhtzEpVJvfS3NScPQTrOxhwjIuvcA67KV2R5Jz6kr4abQsz" crossorigin="anonymous">
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Abril+Fatface" rel="stylesheet">
<!-- Bulma Version 0.7.1-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.7.1/css/bulma.min.css" />
<!-- CSS Adjustments -->
<link rel="stylesheet" type="text/css" href="css/hero.css">
<link rel="stylesheet" type="text/css" href="css/edits.css">
<link rel="stylesheet" href="https://unpkg.com/bulma-modal-fx/dist/css/modal-fx.min.css" />
</head>
<body>
<!-- HEADER HERO -->
<section class="hero hero-bkg-animated">
<div class="hero-head">
<!-- NAVBAR -->
<nav class="navbar">
<div class="container">
<div class="navbar-brand">
<a class="navbar-item" href="index.html">
<img src="media/tfa.svg" alt="Logo">
</a>
<span class="navbar-burger burger" data-target="navbarMenu">
<span></span>
<span></span>
<span></span>
</span>
</div>
<div id="navbarMenu" class="navbar-menu">
<div class="navbar-end">
<div class="tabs is-right">
<ul>
<!-- <li class="is-active"><a>Home</a></li> -->
<!-- <li><a href="">Examples</a></li> -->
<li>
<a href="https://explorer.factoid.org/">🔍 Explorer</a>
</li>
<li><a href="#">📄 Documentation</a></li>
<li><a href="#">🛠 Projects</a></li>
</ul>
<div class="navbar-item">
<a href="https://discordapp.com/channels/395532807205683210/420650923313070080" class="button is-outlined is-danger is-medium"><i class="fab fa-discord" style="color: white;"></i></a>
</div>
<div class="navbar-item">
<a href="https://twitter.com/TheFactoidAuth" class="button is-outlined is-info is-medium"><i class="fab fa-twitter" style="color: white;"></i></a>
</div>
<span class="navbar-item">
<a class="button is-white is-outlined is-medium" href="https://git.factoid.org/TFA/">
<span class="icon">
<i class="fab fa-git"></i>
</span>
<span>View Source</span>
</a>
</span>
</div>
</div>
</div>
</div>
</nav>
<!-- // NAVBAR -->
</div>
<div class="hero-body">
<div class="container">
<h1 class="title">
Quarterly Report
</h1><br>
</div>
</div>
</section>
<!-- // HEADER HERO -->
<!-- BODY -->
<section class="container">
<!-- PAPER -->
<div class="columns">
<div class="column is-10 is-offset-1 card">
<div class="columns is-mobile" style="padding-top: 50px;">
<div class="column is-3 is-offset-3">
<img src="media/tfa_shield_text.svg">
</div>
<div class="column">
<p class="title">
Q3 2018
</p>
</div>
</div>
<br><br>
<div class="columns">
<div class="column is-10 is-offset-1 cr fade">
<!-- BEGIN REPORT -->
<p style="padding-top: 30px;">
<strong>FACTOM COMMUNITY REPORT Q3 01.10.2018</strong>
</p><br><hr>
<p>
Dear Factom Community,<br />
<br />
We’re aligning our reports with the calendar year, as such the community can expect the following schedule:<br />
<br />
Q1 Report: JAN – MAR (available early April)<br />
Q2 Report: APR – JUN (available early July)<br />
Q3 Report: JUL – SEP (available early October)<br />
Q4 Report: OCT – DEC (available early January)<br />
<br />
Of course, we welcome any specific updates on request and we encourage you to join us on the <a href="https://discord.gg/ZTd2Jjj">TFA Discord</a>.<br />
<br />
It’s been a few months since TFA was elected into the Authority Set and we feel an update from our end is long overdue. Since being onboarded we’ve made tangible progress in terms of establishing our company, working towards our pledges and contributing to the Factom ecosystem in general.
</p>
<br><br>
<!-- // REPORT -->
</div>
</div>
</div>
</div>
<!-- // PAPER -->
<div class="columns has-text-centered" style="padding-top: 50px; padding-bottom: 50px;">
<div class="column is-10 is-offset-1">
<!-- BEGIN under card -->
<div class="title">
Read the rest of report
</div>
<div>
<a href="#" class="button is-large"><i class="far fa-file-pdf" style="margin-right: 20px;"></i>Download the PDF</a>
<a href="#"> Report Archive</a>
</div>
<!-- TABLE -->
<!-- <div class="columns">
<div class="column is-3 is-offset-2">
<div class="subtitle">Download the PDF</div>
</div>
<div class="column">
<p class="title">
Q3 2018
</p>
</div>
</div> -->
<!-- // TABLE -->
<!-- // Under Card -->
</div>
</div>
</section>
<!-- // BODY -->
<footer class="footer">
<div class="container">
<div class="columns">
<div class="column is-3 is-offset-2">
<h2><strong>Category</strong></h2>
<ul>
<li><a href="#">Lorem ipsum dolor sit amet</a></li>
<li><a href="#">Vestibulum errato isse</a></li>
<li><a href="#">Lorem ipsum dolor sit amet</a></li>
<li><a href="#">Aisia caisia</a></li>
<li><a href="#">Murphy's law</a></li>
<li><a href="#">Flimsy Lavenrock</a></li>
<li><a href="#">Maven Mousie Lavender</a></li>
</ul>
</div>
<div class="column is-3">
<h2><strong>Category</strong></h2>
<ul>
<li><a href="#">Labore et dolore magna aliqua</a></li>
<li><a href="#">Kanban airis sum eschelor</a></li>
<li><a href="#">Modular modern free</a></li>
<li><a href="#">The king of clubs</a></li>
<li><a href="#">The Discovery Dissipation</a></li>
<li><a href="#">Course Correction</a></li>
<li><a href="#">Better Angels</a></li>
</ul>
</div>
<div class="column is-4">
<h2><strong>Category</strong></h2>
<ul>
<li><a href="#">Objects in space</a></li>
<li><a href="#">Playing cards with coyote</a></li>
<li><a href="#">Goodbye Yellow Brick Road</a></li>
<li><a href="#">The Garden of Forking Paths</a></li>
<li><a href="#">Future Shock</a></li>
</ul>
</div>
</div>
<div class="content has-text-centered">
<!-- <div class="control level-item">
<a href="https://github.com/dansup/bulma-templates">
<div class="tags has-addons">
<span class="tag is-dark">Bulma Templates</span>
<span class="tag is-info">MIT license</span>
</div>
</a>
</div> -->
</div>
</div>
</footer>
<script src="js/bulma.js"></script>
</body>
</html>