148 lines
		
	
	
		
			4.5 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			148 lines
		
	
	
		
			4.5 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
<html>
 | 
						|
  <head>
 | 
						|
    <title>Neataptic.js - Home</title>
 | 
						|
 | 
						|
    <!-- Meta data -->
 | 
						|
    <meta charset="UTF-8">
 | 
						|
 | 
						|
    
 | 
						|
 | 
						|
    
 | 
						|
 | 
						|
    
 | 
						|
 | 
						|
    <!-- CSS -->
 | 
						|
    <link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
 | 
						|
    <link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
 | 
						|
    <link rel="stylesheet" type="text/css" href="./custom.css">
 | 
						|
 | 
						|
    <!-- Favicon -->
 | 
						|
    <link rel="shortcut icon" href="http://i.imgur.com/rPZtAOc.png">
 | 
						|
 | 
						|
    <!-- Fonts -->
 | 
						|
    <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" rel="stylesheet">
 | 
						|
 | 
						|
    <!-- Google Analytics -->
 | 
						|
    <script async>
 | 
						|
      (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
 | 
						|
      (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
 | 
						|
      m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
 | 
						|
      })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
 | 
						|
 | 
						|
      ga('create', 'UA-51480408-2', 'auto');
 | 
						|
      ga('send', 'pageview');
 | 
						|
    </script>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
    <!-- Scripts -->
 | 
						|
    <script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
 | 
						|
    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
 | 
						|
 | 
						|
    <script type="text/x-mathjax-config">
 | 
						|
      MathJax.Hub.Config({
 | 
						|
        tex2jax: {
 | 
						|
          inlineMath: [ ['$','$'], ["\\(","\\)"] ],
 | 
						|
          processEscapes: true
 | 
						|
        }
 | 
						|
      });
 | 
						|
    </script>
 | 
						|
    <script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
 | 
						|
  </head>
 | 
						|
  <body>
 | 
						|
    <!-- Fixed navbar -->
 | 
						|
    <nav class="navbar navbar-default navbar-fixed-top">
 | 
						|
      <div class="container">
 | 
						|
        <div class="navbar-header">
 | 
						|
          <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
 | 
						|
            <span class="sr-only">Toggle navigation</span>
 | 
						|
            <span class="icon-bar"></span>
 | 
						|
            <span class="icon-bar"></span>
 | 
						|
            <span class="icon-bar"></span>
 | 
						|
          </button>
 | 
						|
          <a class="navbar-brand" href="."><p class="brand">Neataptic</p></a>
 | 
						|
        </div>
 | 
						|
        <div id="navbar" class="navbar-collapse collapse">
 | 
						|
          <ul class="nav navbar-nav">
 | 
						|
            <li class="current active"><a href=".">Home</a></li>
 | 
						|
            <li class="current"><a href="docs/">Docs</a></li>
 | 
						|
            <li class="current"><a href="articles/">Articles</a></li>
 | 
						|
          </ul>
 | 
						|
          <ul class="nav navbar-nav navbar-right">
 | 
						|
            <li><a href="https://github.com/wagenaartje/neataptic" target="blank"><i class="fa fa-github fa-1x"></i><b> GITHUB</b></a></li>
 | 
						|
          </ul>
 | 
						|
        </div>
 | 
						|
      </div>
 | 
						|
    </nav>
 | 
						|
 | 
						|
    
 | 
						|
    <div class="jumbotron vertical-center">
 | 
						|
      <div class="container text-center">
 | 
						|
        <div class="row">
 | 
						|
          <img src="http://i.imgur.com/dLPm3Lx.jpg"/>
 | 
						|
        </div>
 | 
						|
        <div class="row welcome">
 | 
						|
          <p>Neuro-evolution on steroids, right in the browser</p>
 | 
						|
          <p class="subtitle"><sup>Using the <a href="https://medium.com/@ThomasWagenaar/neuro-evolution-on-steroids-82bd14ddc2f6">Instinct</a> algorithm</sup></p>
 | 
						|
        </div>
 | 
						|
        <div class="row">
 | 
						|
          <a href="https://www.npmjs.com/package/neataptic"><img src="https://img.shields.io/npm/v/neataptic.svg?style=flat-square"></a>
 | 
						|
          <a href="https://www.npmjs.com/package/neataptic"><img src="https://img.shields.io/npm/dm/neataptic.svg?style=flat-square"></a>
 | 
						|
          <a href="https://travis-ci.org/wagenaartje/neataptic"><img src="https://img.shields.io/travis/wagenaartje/neataptic/master.svg?style=flat-square"></a>
 | 
						|
        </div>
 | 
						|
      </div>
 | 
						|
    </div>
 | 
						|
    
 | 
						|
 | 
						|
    <!-- Javascript (only for blogs) -->
 | 
						|
    
 | 
						|
      
 | 
						|
        
 | 
						|
      
 | 
						|
        
 | 
						|
          
 | 
						|
        
 | 
						|
          
 | 
						|
        
 | 
						|
          
 | 
						|
        
 | 
						|
          
 | 
						|
        
 | 
						|
          
 | 
						|
        
 | 
						|
          
 | 
						|
        
 | 
						|
          
 | 
						|
        
 | 
						|
      
 | 
						|
        
 | 
						|
          
 | 
						|
            
 | 
						|
          
 | 
						|
        
 | 
						|
          
 | 
						|
        
 | 
						|
          
 | 
						|
        
 | 
						|
          
 | 
						|
        
 | 
						|
          
 | 
						|
        
 | 
						|
          
 | 
						|
        
 | 
						|
      
 | 
						|
    
 | 
						|
 | 
						|
    <script>
 | 
						|
      $("table").each(function(){
 | 
						|
          $(this).addClass('table table-striped');
 | 
						|
      });
 | 
						|
      $(".current").each(function(){
 | 
						|
        var text = $(this).text().toLowerCase();
 | 
						|
        if(window.location.pathname.indexOf(text) >= 0){
 | 
						|
          $('.active').removeClass('active');
 | 
						|
          $(this).addClass('active');
 | 
						|
        }
 | 
						|
      })
 | 
						|
    </script>
 | 
						|
  </body> |