mystl/other-licenses.html
2020-08-08 16:20:53 +00:00

58 lines
2 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="My STL">
<meta name="author" content="Jeff Epler">
<link href='http://fonts.googleapis.com/css?family=Arvo:400,700|PT+Sans:400,700,400italic' rel='stylesheet' type='text/css'>
<link href="resources/css/bootstrap.min.css" rel="stylesheet">
<link href="resources/css/style.css" rel="stylesheet">
<link href="resources/css/lightbox.css" rel="stylesheet">
<script src="resources/js/three.min.js"></script>
<script src="resources/js/STLLoader.js"></script>
<script src="resources/js/OrbitControls.js"></script>
<script src="resources/js/stlviewer.js"></script>
<script src="resources/js/lightbox.js"></script>
<title>Web Site Licenses</title>
</head>
<body>
<div class="wrapper">
<div id="header">
<div class="container">
<h1>Web Site Licenses</h1>
</div>
</div>
<div id="content">
<div class="container">
<p>This website is built on various open source technologies:</p>
<ul>
<li><a href="https://github.com/jekyll/jekyll/blob/master/LICENSE">Jekyll</a> [MIT]</li>
<li><a href="https://github.com/jhvanderschee/jekyllcodex/#mit-license">Jekyll Codex</a> [MIT]</li>
<li><a href="https://github.com/mrdoob/three.js/blob/dev/LICENSE">three.js</a> [MIT]</li>
<li><a href="https://tonybox.net/posts/simple-stl-viewer/">simple-stl-viewer</a> [MIT]</li>
</ul>
</div>
</div>
</div>
<hr>
<div id="footer">
<div class="container">
<p>
This 3D printable project is offered under <a href="LICENSE.html">an open source license</a>. The site is built with software under <a href="other-licenses.html">various open source licenses</a>. Create your own MySTL site with cookiecutter-mystl (coming soon!).
</p>
<a class="pull-right" href="#">Back to top</a>
</div>
</div>
</body>
</html>