Skip to content

Commit 2eb72e2

Browse files
committed
add files
1 parent aca3edf commit 2eb72e2

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

data-code.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: Data & Code
3+
description: Data and code now live on aidevlab.org.
4+
layout: page
5+
permalink: /data-code/
6+
---
7+
8+
<p>This page has moved. Use the links below:</p>
9+
10+
<div class="grid grid-2 mt-6">
11+
<a class="card card-link" href="{{ site.main_site.links.data }}" target="_blank" rel="noopener">
12+
<h3 class="card-title">Data</h3>
13+
<p class="card-description">Datasets, access notes, and documentation.</p>
14+
<span class="link-arrow mt-3">Go to Data</span>
15+
</a>
16+
17+
<a class="card card-link" href="{{ site.main_site.links.code }}" target="_blank" rel="noopener">
18+
<h3 class="card-title">Code</h3>
19+
<p class="card-description">Software, tools, and repositories.</p>
20+
<span class="link-arrow mt-3">Go to Code</span>
21+
</a>
22+
</div>
23+

0 commit comments

Comments
 (0)