WIP Items module.
1
docker/docs/CNAME
Normal file
@@ -0,0 +1 @@
|
||||
nodock.io
|
||||
190
docker/docs/css/styles.css
Normal file
@@ -0,0 +1,190 @@
|
||||
html, body {
|
||||
color: #666666;
|
||||
font-family: 'Roboto', sans-serif;
|
||||
text-rendering: optimizeLegibility;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
code, pre {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 20px;
|
||||
color: #4A4A4A;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.uppercase {
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
h3 img {
|
||||
position: absolute;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.lightning-icon {
|
||||
left: -34px;
|
||||
}
|
||||
|
||||
.box-icon {
|
||||
left: -43px;
|
||||
}
|
||||
|
||||
h5 {
|
||||
font-size: 14px;
|
||||
color: #9B9B9B;
|
||||
margin: 10px 0 18px 0;
|
||||
}
|
||||
|
||||
.gist {
|
||||
font-size: 13px;
|
||||
line-height: 18px;
|
||||
margin-bottom: 30px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.gist pre {
|
||||
font-family: Menlo, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', monospace !important;
|
||||
}
|
||||
|
||||
.gist .gist-file {
|
||||
border-bottom: none !important;
|
||||
background-color: #FBFBFB !important;
|
||||
}
|
||||
|
||||
.gist-meta {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.top-section {
|
||||
background-color: #FBFBFB;
|
||||
border-bottom: 1px solid #E0E0E0;
|
||||
}
|
||||
|
||||
.middle-section {
|
||||
padding: 60px 0 0 0;
|
||||
}
|
||||
|
||||
.middle-section .container {
|
||||
margin-bottom: 60px;
|
||||
}
|
||||
|
||||
.logo {
|
||||
margin: 80px auto;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.intro {
|
||||
font-weight: 300;
|
||||
margin: 120px auto 60px auto;
|
||||
font-size: 21px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.intro span {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.tech-logos {
|
||||
margin: 30px auto 0 auto;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
footer {
|
||||
height: 120px;
|
||||
background-color: #000;
|
||||
padding: 30px 0;
|
||||
}
|
||||
|
||||
.osedea-logo {
|
||||
margin: 0 auto;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.cta {
|
||||
height: 40px;
|
||||
border: 1px solid #EE4028;
|
||||
border-radius: 8px;
|
||||
color: #EE4028;
|
||||
font-size: 15px;
|
||||
width: 300px;
|
||||
margin: 90px auto;
|
||||
display: block;
|
||||
line-height: 40px;
|
||||
text-align: center;
|
||||
background-color: #FFF;
|
||||
transition: background-color 0.3s ease;
|
||||
transition: color 0.3s ease;
|
||||
}
|
||||
|
||||
.cta:hover {
|
||||
background-color: #EE4028;
|
||||
color: #FFF;
|
||||
text-decoration: none;
|
||||
transition: background-color 0.3s ease;
|
||||
transition: color 0.3s ease;
|
||||
}
|
||||
|
||||
.middle-container:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
copyright {
|
||||
color: #FFF;
|
||||
font-size: 12px;
|
||||
position: initial;
|
||||
text-align: center;
|
||||
display: block;
|
||||
padding-top: 15px;
|
||||
}
|
||||
|
||||
copyright a {
|
||||
color: #FFF;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
copyright a:hover {
|
||||
color: #FFF;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.intro {
|
||||
font-size: 30px;
|
||||
margin: 140px auto 0 auto;
|
||||
}
|
||||
|
||||
.intro span {
|
||||
font-size: 22px;
|
||||
}
|
||||
|
||||
footer {
|
||||
height: 80px;
|
||||
}
|
||||
|
||||
.osedea-logo {
|
||||
margin: 0;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
copyright {
|
||||
position: relative;
|
||||
top: 3px;
|
||||
text-align: right;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 860px) {
|
||||
h3 img {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 820px) {
|
||||
.container{
|
||||
max-width: 820px !important;
|
||||
}
|
||||
}
|
||||
BIN
docker/docs/images/box-icon.png
Normal file
|
After Width: | Height: | Size: 974 B |
BIN
docker/docs/images/favicon.png
Normal file
|
After Width: | Height: | Size: 609 B |
BIN
docker/docs/images/lightning-icon.png
Normal file
|
After Width: | Height: | Size: 724 B |
BIN
docker/docs/images/logo.png
Normal file
|
After Width: | Height: | Size: 4.2 KiB |
BIN
docker/docs/images/nodock.jpg
Normal file
|
After Width: | Height: | Size: 84 KiB |
BIN
docker/docs/images/osedea-logo.png
Normal file
|
After Width: | Height: | Size: 2.2 KiB |
BIN
docker/docs/images/tech-logos.png
Normal file
|
After Width: | Height: | Size: 29 KiB |
113
docker/docs/index.html
Normal file
@@ -0,0 +1,113 @@
|
||||
<!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 & 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>
|
||||