Files
bigcapital/docker/docs/index.html
Ahmed Bouhuolia 70809cb05c WIP Items module.
2019-09-03 02:07:28 +02:00

114 lines
6.4 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>NoDock</title>
<meta name="description" content="NoDock is the Docker solution for Node - Open-source full-stack environment for your Node projects.">
<meta name="keywords" content="node,docker,nodock,compose,docker-compose,web,development,container,certbot,nginx,mysql,memcached,mongodb,rabbitmq,opensource">
<meta property="og:url" content="http://nodock.io/">
<meta property="og:type" content="website">
<meta property="og:title" content="NoDock | Full-stack Docker environment for Node projects">
<meta property="og:description" content="NoDock is the Docker solution for Node - Open-source full-stack environment for your Node projects.">
<meta property="og:image" content="http://nodock.io/images/logo.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="NoDock | Full-stack Docker environment for Node projects">
<meta name="twitter:description" content="NoDock is the Docker solution for Node - Open-source full-stack environment for your Node projects.">
<meta name="twitter:image" content="http://nodock.io/images/logo.png">
<meta name="twitter:site" content="@osedea">
<meta name="twitter:creator" content="@osedea">
<meta name="viewport" content="initial-scale=1.0,user-scalable=no,maximum-scale=1,width=device-width">
<link rel="icon" href="images/favicon.png" type="image/png">
<link href="https://fonts.googleapis.com/css?family=Roboto:100,300,400" rel="stylesheet" type="text/css">
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="css/styles.css" type="text/css">
</head>
<body>
<script>
(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-87277646-1', 'auto');
ga('send', 'pageview');
</script>
<a href="https://github.com/Osedea/nodock"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/365986a132ccd6a44c23a9169022c0b5c890c387/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f7265645f6161303030302e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png"></a>
<div class="top-section">
<div class="container">
<div class="row">
<div class="col-xs-12">
<a href="https://github.com/Osedea/nodock">
<img class="logo" src="images/logo.png" alt="NoDock Logo" title="NoDock Logo" />
</a>
<p class="intro">NoDock is the Docker solution for Node<br><span>Open-source full-stack environment for your Node projects</span></p>
</div>
<div class="col-xs-12">
<a class="cta" href="https://github.com/Osedea/nodock">Contribute on GitHub</a>
</div>
</div>
</div>
</div>
<div class="middle-section">
<div class="middle-container container">
<div class="row">
<div class="col-xs-12 col-sm-4">
<h3>Framework Agnostic</h3>
<p>
MEAN, Meteor, Sails, etc. Run the stack you choose, the way you want. Totally unopinionated, fully customizable.
</p>
</div>
<div class="col-xs-12 col-sm-4">
<h3>Better, Faster &amp; Stronger</h3>
<p>
Docker + Docker Compose v3 ensures your environment is fast and stable for development, testing and production.
</p>
</div>
<div class="col-xs-12 col-sm-4">
<h3>Focus on Code</h3>
<p>
Plug-and-play configurations allow you to get started in minutes. Reduce the learning curve for new developers.
</p>
</div>
</div>
</div>
<div class="middle-container container">
<div class="row">
<div class="col-xs-12">
<h3><img class="box-icon" src="images/box-icon.png" alt="Box Icon" title="Box Icon" />Easy to set up</h3>
<h5>It takes 2 minutes to get an app up:</h5>
<script src="https://gist.github.com/philtrep/716129ed0969ce2641dd56a63c2d7071.js"></script>
<h5>Et voilà! You can see the example up on localhost.</h5>
</div>
</div>
</div>
<div class="middle-container container">
<div class="row">
<div class="col-xs-12">
<h3><img class="lightning-icon" src="images/lightning-icon.png" alt="Lightning Icon" title="Lightning Icon" />Currently supports</h3>
<img class="tech-logos" src="images/tech-logos.png" alt="Tech Logo" title="Tech Logo" />
<h5 class="text-right">... with more coming!</h5>
</div>
<div class="col-xs-12">
<a class="cta" href="https://github.com/Osedea/nodock">Contribute on GitHub</a>
</div>
</div>
</div>
</div>
<footer>
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-3">
<a href="https://osedea.com/">
<img class="osedea-logo" src="images/osedea-logo.png" alt="Osedea Logo" title="Osedea Logo" />
</a>
</div>
<div class="col-xs-12 col-sm-9">
<copyright>
<a href="https://osedea.com/">Osedea</a> is proud to be supporting NoDock, <a href="https://github.com/Osedea">we <3 open source</a>
</copyright>
</div>
</div>
</div>
</footer>
</body>
</html>