Skip to content

Commit 2b579ac

Browse files
authored
Merge pull request #27 from creativecommons/website
Website
2 parents 4bb3cfe + 703e38f commit 2b579ac

File tree

4 files changed

+42
-23
lines changed

4 files changed

+42
-23
lines changed

www/HEADER.html

-23
This file was deleted.

www/bootstrap.min.css

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

www/d/cc.png

13.7 KB
Loading

www/index.html

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<title>Creative Commons license badges</title>
5+
<link rel="stylesheet" href="bootstrap.min.css" />
6+
<meta charset="utf-8">
7+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
8+
<meta name="viewport" content="width=device-width, initial-scale=1">
9+
</head>
10+
<body style="padding-top:5rem;">
11+
<div class="container">
12+
<div class="row">
13+
<div class="col-md-12">
14+
<p><img style="max-width: 80%;" src="d/cc.png" alt="Creative Commons">
15+
</p>
16+
<p>Would you like to place a work under the terms of a Creative Commons
17+
license?</p>
18+
<p>Use our <a href="https://creativecommons.org/choose/">license
19+
chooser</a> to help you select the right license and to receive
20+
some HTML that you can use to mark your work, which includes one of
21+
the license badges found here.</p>
22+
<p>Before using these license badges and icons please review our
23+
<a href="https://creativecommons.org/policies">policies</a>.</p>
24+
<ul>
25+
<li><a href="l/">License badges</a></li>
26+
<li><a href="p/">Public domain badges</a></li>
27+
<li>
28+
<a href="i/">Icons for use in your website or web platforms</a>
29+
</li>
30+
</ul>
31+
</div>
32+
</div>
33+
</div>
34+
</body>
35+
</html>

0 commit comments

Comments
 (0)