-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathadd_success.html
More file actions
28 lines (26 loc) · 1.37 KB
/
add_success.html
File metadata and controls
28 lines (26 loc) · 1.37 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Records in Contexts — Resource List</title>
<link rel="stylesheet" href="ric_resources.css">
<meta name="viewport" content="width=device-width, initial-scale=1"/>
</head>
<body>
<div class="header">
<a href="./index.html" class="title"><h1>Records in Contexts — Resource List</h1></a>
</div>
<div class="ric-links">
<p><span><a href="https://www.ica.org/resource/records-in-contexts-conceptual-model/">RiC-CM</a></span><span><a href="https://www.ica.org/standards/RiC/ontology">RiC-O</a></span><span class="last"><a href="https://groups.google.com/g/Records_in_Contexts_users">RiC users group</a></span></p>
</div>
<div class="egad-logo">
<img class="egad-logo" src="EGAD_logo.svg"/>
</div>
<div class="menu" id="menu">
</div>
<div class="success">
<p>Resource addition successfully submitted! A pull request should in the next few minutes be generated <a href="https://github.com/ICA-EGAD/RiC-ResourceList/pulls">at GitHub</a>, which EGAD will review. Once the pull request is approved (it may take a few days for us to get to it!), the submission will be deployed to the resource list and become visible there.</p>
<p class="return-to-resource-list"><a href="./index.html">Return to the resource list</a></p>
</div>
</body>
</html>