-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathacknowledgements.html
More file actions
47 lines (47 loc) · 1.66 KB
/
Copy pathacknowledgements.html
File metadata and controls
47 lines (47 loc) · 1.66 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="robots" content="noindex" />
<title>Grid Labs citations moved</title>
<link rel="icon" href="GridLabs Logo.png" />
<link rel="stylesheet" href="assets/css/fontawesome-all.min.css" />
<link rel="stylesheet" href="assets/css/gridlabs.css" />
</head>
<body class="page-body">
<header class="site-header">
<a class="brand" href="index.html" aria-label="Grid Labs home">
<img src="images/gridlabs-black-bg.png" alt="" />
<span>Grid Labs</span>
</a>
<nav class="site-nav" aria-label="Primary navigation">
<a href="index.html#projects">Projects</a>
<a href="index.html#downloads">STL files</a>
<a href="index.html#storefront">Storefront</a>
</nav>
</header>
<main>
<section class="page-shell">
<p class="eyebrow">Superseded page</p>
<h1>The old citations page has been retired.</h1>
<p>
This page belonged to the earlier Gridcoin-era site. Current Grid Labs
projects and source links are now collected on the homepage.
</p>
<div class="section-actions">
<a class="button button-primary" href="index.html">
<span class="fas fa-arrow-left" aria-hidden="true"></span>
Back to Grid Labs
</a>
</div>
</section>
</main>
<footer class="site-footer">
<div class="footer-brand">
<img src="images/gridlabs-black-bg.png" alt="" />
<span>Grid Labs, LLC</span>
</div>
</footer>
</body>
</html>