Skip to content

Commit 0a49474

Browse files
committed
added website files
files were slightly modified from legacy server to allow viewing the site locally or at a different domain (for testing)--absolute links made relative
1 parent 4bb3cfe commit 0a49474

File tree

4 files changed

+44
-0
lines changed

4 files changed

+44
-0
lines changed

www/bootstrap.min.css

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

www/cc.css

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
/* Move down content because we have a fixed navbar that is 50px tall */
2+
body {
3+
padding-top: 50px;
4+
padding-bottom: 20px;
5+
}

www/d/cc.png

13.7 KB
Loading

www/index.html

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<!DOCTYPE html>
2+
<html>
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+
<link rel="stylesheet" href="cc.css" />
10+
</head>
11+
<body>
12+
<div class="container">
13+
<div class="row">
14+
<div class="col-md-12">
15+
<p><img style="max-width: 80%;" src="d/cc.png" alt="Creative Commons" /></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 some
20+
HTML that you can use to mark your work, which includes one of the
21+
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+
25+
<ul>
26+
<li><a href="l/">License badges</a></li>
27+
<li><a href="p/">Public domain badges</a></li>
28+
<li><a href="i/">Icons for use in your website or web platforms</a></li>
29+
</ul>
30+
</div>
31+
</div>
32+
</div>
33+
</body>
34+
</html>

0 commit comments

Comments
 (0)