forked from ravikantcool2008/ethereum-foundation-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
57 lines (44 loc) · 1.92 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
<html lang="en">
<head>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
<meta name="description" content="Ethereum Foundation website">
<!-- Styles -->
<link rel="stylesheet" href="./css/ethereum-org.min.css">
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="./css/highlight-8.6-default.min.css">
<script src="./js/highlight-8.6.min.js"></script>
<!-- <link rel="icon" type="./image/png" href="favicon.ico"> //-->
<!-- Misc -->
<title>Ethereum Foundation</title>
</head>
<body>
<div class="container-fluid">
<div class="row row-footer-canary">
<div class="col-md-2"></div>
<div class="col-md-8" style="text-align:center;">
<img src="./images/avatar-icon.png" alt="Ethereum Crystalline Plumb Bob" width="300" height="300" border="0" />
<br/>
<img src="./images/ef-title.png" alt="Ethereum Foundation Title" width="630" height="100" border="0" />
</div>
<div class="col-md-2"></div>
</div>
<footer class="scrollme">
<div class="footer">
<div class="row row-footer-canary">
<div class="col-md-2"></div>
<div class="col-md-8">
<div class="canary" style="text-align:left;">
<p>The Ethereum Foundation (Stiftung Ethereum) has never been contacted by any agency anywhere in the world in a way which requires that contact not to be disclosed.
<br/><br/>
Stiftung Ethereum will publicly disclose any sort of inquiry from government agencies that falls outside the scope of regular business operations.</p>
</div>
</div>
<div class="col-md-2"></div>
</div>
</div>
</footer>
</body>
</html>