1
+ <!DOCTYPE html>
2
+ < html >
3
+ < head >
4
+ < meta charset ="utf-8 ">
5
+ < title > NoDock</ title >
6
+ < meta name ="viewport " content ="initial-scale=1.0,user-scalable=no,maximum-scale=1,width=device-width ">
7
+ < link rel ="icon " href ="images/favicon.png " type ="image/png ">
8
+ < link href ="https://fonts.googleapis.com/css?family=Roboto:100,300,400 " rel ="stylesheet " type ="text/css ">
9
+ < link href ="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css " rel ="stylesheet " integrity ="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u " crossorigin ="anonymous ">
10
+ < link rel ="stylesheet " href ="css/styles.css " type ="text/css ">
11
+ </ head >
12
+ < body >
13
+ < script >
14
+ ( function ( i , s , o , g , r , a , m ) { i [ 'GoogleAnalyticsObject' ] = r ; i [ r ] = i [ r ] || function ( ) {
15
+ ( i [ r ] . q = i [ r ] . q || [ ] ) . push ( arguments ) } , i [ r ] . l = 1 * new Date ( ) ; a = s . createElement ( o ) ,
16
+ m = s . getElementsByTagName ( o ) [ 0 ] ; a . async = 1 ; a . src = g ; m . parentNode . insertBefore ( a , m )
17
+ } ) ( window , document , 'script' , 'https://www.google-analytics.com/analytics.js' , 'ga' ) ;
18
+ ga ( 'create' , 'UA-86495449-1' , 'auto' ) ;
19
+ ga ( 'send' , 'pageview' ) ;
20
+ </ script >
21
+ < a href ="https://github.com/you "> < 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 >
22
+ < div class ="top-section ">
23
+ < div class ="container ">
24
+ < div class ="row ">
25
+ < div class ="col-xs-12 ">
26
+ < a href ="https://github.com/Osedea/nodock ">
27
+ < img class ="logo " src ="images/logo.png " alt ="NoDock Logo " title ="NoDock Logo " />
28
+ </ a >
29
+ < p class ="intro "> NoDock is the Docker solution for Node< br > < span > Open-source full-stack environment for your Node projects</ span > </ p >
30
+ </ div >
31
+ < div class ="col-xs-12 ">
32
+ < a class ="cta " href ="https://github.com/Osedea/nodock "> Contribute on GitHub</ a >
33
+ </ div >
34
+ </ div >
35
+ </ div >
36
+ </ div >
37
+ < div class ="middle-section ">
38
+ < div class ="middle-container container ">
39
+ < div class ="row ">
40
+ < div class ="col-xs-12 col-sm-4 ">
41
+ < h3 > Framework Agnostic</ h3 >
42
+ < p >
43
+ MEAN, Meteor, Sails, etc. Run the stack you choose, the way you want. Totally unopinionated, fully customizable.
44
+ </ p >
45
+ </ div >
46
+ < div class ="col-xs-12 col-sm-4 ">
47
+ < h3 > Better, Faster & Stronger</ h3 >
48
+ < p >
49
+ Docker + Docker Compose ensures your environment is fast and stable for development, testing and production.
50
+ </ p >
51
+ </ div >
52
+ < div class ="col-xs-12 col-sm-4 ">
53
+ < h3 > Focus on Code</ h3 >
54
+ < p >
55
+ Plug-and-play configurations allow you to get started in minutes. Reduce the learning curve for new developers.
56
+ </ p >
57
+ </ div >
58
+ </ div >
59
+ </ div >
60
+ < div class ="middle-container container ">
61
+ < div class ="row ">
62
+ < div class ="col-xs-12 ">
63
+ < h3 > < img class ="box-icon " src ="images/box-icon.png " alt ="Box Icon " title ="Box Icon " /> Easy to set up</ h3 >
64
+ < h5 > It takes 2 minutes to get an app up:</ h5 >
65
+ < script src ="https://gist.github.com/philtrep/716129ed0969ce2641dd56a63c2d7071.js "> </ script >
66
+ < h5 > Et voilà! You can see the example up on localhost.</ h5 >
67
+ </ div >
68
+ </ div >
69
+ </ div >
70
+ < div class ="middle-container container ">
71
+ < div class ="row ">
72
+ < div class ="col-xs-12 ">
73
+ < h3 > < img class ="lightning-icon " src ="images/lightning-icon.png " alt ="Lightning Icon " title ="Lightning Icon " /> Currently supports</ h3 >
74
+ < img class ="tech-logos " src ="images/tech-logos.png " alt ="Tech Logo " title ="Tech Logo " />
75
+ < h5 class ="text-right "> ... with more coming!</ h5 >
76
+ </ div >
77
+ < div class ="col-xs-12 ">
78
+ < a class ="cta " href ="https://github.com/Osedea/nodock "> Contribute on GitHub</ a >
79
+ </ div >
80
+ </ div >
81
+ </ div >
82
+ </ div >
83
+ < footer >
84
+ < div class ="container ">
85
+ < div class ="row ">
86
+ < div class ="col-xs-12 col-sm-3 ">
87
+ < a href ="https://osedea.com/ ">
88
+ < img class ="osedea-logo " src ="images/osedea-logo.png " alt ="Osedea Logo " title ="Osedea Logo " />
89
+ </ a >
90
+ </ div >
91
+ < div class ="col-xs-12 col-sm-9 ">
92
+ < copyright >
93
+ < a href ="https://osedea.com/ "> Osedea</ a > is proud to be supporting NoDock, < a href ="https://github.com/Osedea "> we < 3 open source </ a >
94
+ </ copyright >
95
+ </ div >
96
+ </ div >
97
+ </ div >
98
+ </ footer >
99
+ </ body >
100
+ </ html >
0 commit comments