Skip to content

Website #27

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
May 1, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 0 additions & 23 deletions www/HEADER.html

This file was deleted.

7 changes: 7 additions & 0 deletions www/bootstrap.min.css

Large diffs are not rendered by default.

Binary file added www/d/cc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
35 changes: 35 additions & 0 deletions www/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Creative Commons license badges</title>
<link rel="stylesheet" href="bootstrap.min.css" />
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body style="padding-top:5rem;">
<div class="container">
<div class="row">
<div class="col-md-12">
<p><img style="max-width: 80%;" src="d/cc.png" alt="Creative Commons">
</p>
<p>Would you like to place a work under the terms of a Creative Commons
license?</p>
<p>Use our <a href="https://creativecommons.org/choose/">license
chooser</a> to help you select the right license and to receive
some HTML that you can use to mark your work, which includes one of
the license badges found here.</p>
<p>Before using these license badges and icons please review our
<a href="https://creativecommons.org/policies">policies</a>.</p>
<ul>
<li><a href="l/">License badges</a></li>
<li><a href="p/">Public domain badges</a></li>
<li>
<a href="i/">Icons for use in your website or web platforms</a>
</li>
</ul>
</div>
</div>
</div>
</body>
</html>