-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (20 loc) · 764 Bytes
/
index.html
File metadata and controls
27 lines (20 loc) · 764 Bytes
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
---
layout: default
---
{%- capture content -%}
<p>We are a group of individuals and entities with the goal of protecting Ethereum against risk vectors and fostering a robust and sustainable network.</p>
<p>
<div>› Monitor governance with <a href="https://govwatch.ethereumdefensealliance.com " class="lh-lg">GovWatch</a></div>
<!-- <div>› Monitor chain health with <a href="" class="lh-lg">StateOfEth</a></div> -->
</p>
<hr>
{% include partials/index/about.html %}
{% include partials/index/members.html %}
{% include partials/index/delegates.html %}
{% include partials/index/contact.html %}
{%- endcapture -%}
{% include components/card-text.html
title="Ethereum Defense Alliance (EDA)"
body=content
markdown=false
%}