missing www
This commit is contained in:
parent
5f7c61f616
commit
cfc7c70d16
131 changed files with 11126 additions and 661 deletions
119
doc/aurora.html
Normal file
119
doc/aurora.html
Normal file
|
|
@ -0,0 +1,119 @@
|
|||
<!DOCTYPE HTML>
|
||||
<!--
|
||||
Prologue by HTML5 UP
|
||||
html5up.net | @ajlkn
|
||||
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||
-->
|
||||
<html>
|
||||
<head>
|
||||
<title>LJ Laser server</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
|
||||
<link rel="stylesheet" href="assets/css/main.css" />
|
||||
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
|
||||
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<!-- Header -->
|
||||
<div id="header">
|
||||
|
||||
<div class="top">
|
||||
|
||||
<!-- Logo -->
|
||||
<div id="logo">
|
||||
<h1 id="title">L J doc</h1>
|
||||
<p>by <a href="http://www.teamlaser.fr">/team/laser</a></p>
|
||||
</div>
|
||||
|
||||
<!-- Nav -->
|
||||
<nav id="nav">
|
||||
<!--
|
||||
|
||||
Prologue's nav expects links in one of two formats:
|
||||
|
||||
1. Hash link (scrolls to a different section within the page)
|
||||
|
||||
<li><a href="#foobar" id="foobar-link" class="icon fa-whatever-icon-you-want skel-layers-ignoreHref"><span class="label">Foobar</span></a></li>
|
||||
|
||||
2. Standard link (rbss the user to another page/site)
|
||||
|
||||
<li><a href="http://foobar.tld" id="foobar-link" class="icon fa-whatever-icon-you-want"><span class="label">Foobar</span></a></li>
|
||||
|
||||
-->
|
||||
<ul>
|
||||
<li><a href="../www/index.html" id="top-link" class="skel-layers-ignoreHref"><span class="icon fa-home">Home</span></a></li>
|
||||
<li><a href="features.html" id="portfolio-link" class="skel-layers-ignoreHref"><span class="icon fa-wifi">Features</span></a></li>
|
||||
<li><a href="concepts.html" id="contact-link" class="skel-layers-ignoreHref"><span class="icon fa-cog">Concepts</span></a></li>
|
||||
<li><a href="aurora.html" id="contact-link" class="skel-layers-ignoreHref"><span class="icon fa-cog">Aurora</span></a></li>
|
||||
<li><a href="plugins.html" id="contact-link" class="skel-layers-ignoreHref"><span class="icon fa-cog">Plugins</span></a></li>
|
||||
<li><a href="pointslists.html" id="contact-link" class="skel-layers-ignoreHref"><span class="icon fa-cog">Pointlists</span></a></li>
|
||||
<li><a href="references.html" id="contact-link" class="skel-layers-ignoreHref"><span class="icon fa-cog">References</span></a></li>
|
||||
<li><a href="etherdream/protocol.html" id="contact-link" class="skel-layers-ignoreHref"><span class="icon fa-cog">etherdream</span></a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<!-- Main -->
|
||||
<div id="main">
|
||||
|
||||
<!-- Sat -->
|
||||
<section id="sat" class="three">
|
||||
<div class="container" style="text-align: left">
|
||||
|
||||
<header>
|
||||
<h2 >Aurora</h2>
|
||||
</header>
|
||||
<img src="images/plugin.png" alt="" />
|
||||
<p style="font-size: 0.9em;">Aurora interface</p>
|
||||
Aurora generates graphics for up to 4 lasers. Pick 4 between all possible effects. Say you want 3 starfields and some word in the middle ?<br><br>
|
||||
Aurora generators :
|
||||
<p>
|
||||
<strong>Vertical line</strong> : scanning effect.<br />
|
||||
<strong>Horizontal line</strong> : scanning effect.<br />
|
||||
<strong>Wave</strong> : Simple wave form.<br />
|
||||
<strong>Circle</strong> : Simple circle form<br />
|
||||
<strong>Starfield</strong> : One different Starfield/laser<br />
|
||||
<strong>Text</strong> : One word per laser.<br />
|
||||
<strong>Live face tracking</strong> : Display your wiredframed face using your phone/webcam.<br />
|
||||
<br>
|
||||
|
||||
|
||||
</p>
|
||||
<img src="images/aurora.png" alt="" />
|
||||
<p style="font-size: 0.9em;">Aurora full interface</p>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<!-- Footer -->
|
||||
<div id="footer">
|
||||
|
||||
<!-- Copyright -->
|
||||
<p class="copyright">
|
||||
LJ is CC NC
|
||||
</p>
|
||||
|
||||
</div>
|
||||
|
||||
<!-- Scripts -->
|
||||
<script src="assets/js/jquery.min.js"></script>
|
||||
<script src="assets/js/jquery.scrolly.min.js"></script>
|
||||
<script src="assets/js/jquery.scrollzer.min.js"></script>
|
||||
<script src="assets/js/skel.min.js"></script>
|
||||
<script src="assets/js/util.js"></script>
|
||||
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
|
||||
<script src="assets/js/main.js"></script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue