-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
92 lines (92 loc) · 4 KB
/
Copy pathindex.html
File metadata and controls
92 lines (92 loc) · 4 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>HISCOM Github Home</title>
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.3/css/bootstrap.min.css"
integrity="sha512-oc9+XSs1H243/FRN9Rw62Fn8EtxjEYWHXRvjS43YtueEewbS6ObfXcJNyohjHqVKFPoXXUxwc+q1K7Dee6vv9g=="
crossorigin="anonymous">
<link rel="stylesheet" href="custom.css">
</head>
<body>
<header class="text-white mb-5">
<div class="container">
<div class="row">
<div class="col">
<h1 class="display-4 mt-5">HISCOM Github Home</h1>
<p class="lead mb-5">HISCOM is the Herbarium Information Systems
Committee, the technical sub-committee of the
<a href="http://chah.gov.au/" class="text-white">Council of
Heads of Australasian Herbaria</a>. </p>
</div>
</div>
</div>
</header>
<div id="content">
<div class="container">
<div class="row">
<div class="col-md-6 mb-3 mb-md-0">
<div class="card text-white bg-success">
<div class="card-body">
<h4 class="card-title">HISPID 6 Vocabulary</h4>
<p class="card-text">The set of terms in the HISPID 6
vocabulary, based on Darwin Core. This vocabulary
supersedes all previous versions of HISPID.</p>
<a href="/hispid/terms/" class="btn btn-dark">Go</a>
</div>
</div>
</div>
<div class="col-md-6 mb-3 mb-md-0">
<div class="card text-white bg-success">
<div class="card-body">
<h4 class="card-title">Main Wiki site</h4>
<p class="card-text">HISCOM manages its work-in-progress
documents in a Mediawiki instance hosted by Royal
Botanic Gardens, Victoria, Australia.</p>
<a href="https://hiscom.rbg.vic.gov.au/"
class="btn btn-dark">Go</a>
</div>
</div>
</div>
</div>
</div>
<hr class="mt-5 mb-5">
<div class="container">
<div class="row">
<div class="col">
<h1 class="mb-5">Recommendations</h1>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="card bg-light">
<div class="card-header">
CHAH Recommendation
</div>
<div class="card-body">
<h4 class="card-title">Herbarium Exchange Protocol
2020</h4>
<p class="card-text">The CHAH-endorsed Herbarium
Exchange Protocol 2020.</p>
<a href="exchange-guide/" class="btn btn-dark">Go</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="footer" class="mt-5"></div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.slim.js"
integrity="sha512-1lagjLfnC1I0iqH9plHYIUq3vDMfjhZsLy9elfK89RBcpcRcx4l+kRJBSnHh2Mh6kLxRHoObD1M5UTUbgFy6nA=="
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.1/umd/popper.min.js"
integrity="sha512-ubuT8Z88WxezgSqf3RLuNi5lmjstiJcyezx34yIU2gAHonIi27Na7atqzUZCOoY4CExaoFumzOsFQ2Ch+I/HCw=="
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.3/js/bootstrap.min.js"
integrity="sha512-8qmis31OQi6hIRgvkht0s6mCOittjMa9GMqtK9hes5iEQBQE/Ca6yGE5FsW36vyipGoWQswBj/QBm2JR086Rkw=="
crossorigin="anonymous"></script>
</body>
</html>