-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathattribution.html
35 lines (31 loc) · 1.48 KB
/
attribution.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>
<head>
<title>Attribution</title>
<link rel="stylesheet" href="/css/a11y.css">
<style>
main {
height: 69vh;
}
</style>
</head>
<body>
<header>
<h1><span property="dcterms:publisher"><img class="logo" src="images/daisy_high.jpg" alt="DAISY Consortium"/></span> <span property="dcterms:title">Ace <span class="smart_hd">SMART</span></span></h1>
<div class="menubar"></div>
</header>
<main>
<h2>Attribution</h2>
<p>The following icons are used on the SMART site according to their terms of attribution:</p>
<ul>
<li>Icons in the revision history are by <a href="https://www.iconfinder.com/flaticondesign">Icon Studio</a>, used under <a href="https://creativecommons.org/licenses/by/3.0/">CC-By 3.0</a>.</li>
<li>The "more information" icon is made by <a href="https://www.freepik.com" title="Freepik">Freepik</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a>.</li>
<li><a href="https://www.flaticon.com/free-icons/logout" title="logout icons">Logout icons created by th studio - Flaticon</a></li>
</ul>
</main>
<footer>
<p>Copyright © <span property="dcterms:dateCopyrighted">2022</span> <a target="_blank" href="http://daisy.org">DAISY Consortium</a>. All Rights Reserved.</p>
<p><a target="_blank" href="http://www.github.com/daisy/ace-smart/issues">Report a problem</a> | <a target="_blank" href="http://www.daisy.org/terms-use">Terms of Use</a></p>
</footer>
</body>
</html>