104 lines
		
	
	
		
			3.8 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			104 lines
		
	
	
		
			3.8 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!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">
 | |
| 
 | |
| 				<!-- Home -->
 | |
| 					<section id="top" class="one dark cover">
 | |
| 						<div class="container">
 | |
| 
 | |
| 							<header>
 | |
| 								<h2 class="alt"><strong>Hi</strong> ! I'm <strong>L J</strong><br />
 | |
| 								</h2>
 | |
| 								<p><strong>A laser framework and server for up to 4 ILDA lasers/etherdreams<br />
 | |
| 								 You get : easy DIY plugins, alignement, monitoring,...</strong></p>
 | |
| 							</header>
 | |
| 
 | |
| 							<footer>
 | |
| 								<a href="features.html" class="button scrolly" style = "background-image: linear-gradient(174deg,  #333,#111);">More</a>
 | |
| 							</footer>
 | |
| 
 | |
| 						</div>
 | |
| 					</section>
 | |
| 
 | |
| 			</div>
 | |
| 
 | |
| 		<!-- Footer -->
 | |
| 			<div id="footer">
 | |
| 
 | |
| 				<!-- Copyright -->
 | |
| 					<p class="copyright">
 | |
| 						LJ is CC NC. For commercial application mail to contact at teamlaser dot fr
 | |
| 					</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> |