-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (25 loc) · 1.25 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Thunken">
<meta property="og:title" content="Thunken = Data Scientists × Science Dataists" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://thunken.com/" />
<title>Thunken = Data Scientists × Science Dataists</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Calistoga&Lora&display=swap" rel="stylesheet">
<link href="reset.css" rel="stylesheet">
<link href="style.css" rel="stylesheet">
</head>
<body>
<div>
<h1>Thunken</h1>
<p>Thunken was the brainchild of <a href="https://www.linkedin.com/in/lucboruta/">Luc Boruta</a> and <a href="https://www.linkedin.com/in/damien-vannson-516893a7/">Damien Vannson</a>.</p>
<p>We offered tools and services to the scholarly community. Conversations about persistent identifiers and open data standards made our hearts sing.</p>
<p>Thunken ceased operations in November 2022.</p>
</div>
</body>
</html>