-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathattribution.html
73 lines (46 loc) · 1.92 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
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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://gitcdn.link/repo/Chalarangelo/mini.css/master/dist/mini-lite.min.css">
<!--This is from Mini CSS-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!--This is a Google-hosted JQuery library.-->
<link href="https://fonts.googleapis.com/css?family=Cormorant|Cormorant+Garamond|Proza+Libre|Vesper+Libre|Libre+Franklin|Inconsolata" rel="stylesheet">
<title></title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<div id="navbar">
<a href="index.html">Home</a>
<a href="suggestedreadings.html">Suggested Reading</a>
<a href="contact.html">Attribution</a>
</div>
<body>
<p class="paragraph"
You are free to:
<div class="container">
<div class="row">
<div class="col-sm-12 col-md-8 col-md-offset-2">
<h1 class="headline">Attribution
</h1>
<p class="paragraph">
Share — copy and redistribute the material in any medium or format
The licensor cannot revoke these freedoms as long as you follow the license terms.
Under the following terms: </p>
<p class="paragraph">
Attribution — You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
</p>
<p class="paragraph">
Non-Commercial — You may not use the material for commercial purposes.
</p>
<p class="paragraph">
No Derivatives — If you remix, transform, or build upon the material, you may not distribute the modified material.
</p>
<p class="paragraph">
No additional restrictions — You may not apply legal terms or technological measures that legally restrict others from doing anything the license permits.
</p>
</body>
<footer class="footer">
<p>© 2017 Rose Deneau | <a href="#">About</a> | <a href="#">Terms of use</a></p>
</footer>
</div>
</html>