1- < div class ="hidden-phone ">
1+ < div class ="row-fluid ">
22 < div class ="container ">
3- < div id ="slider " class ="sl-slider-wrapper ">
3+ < div id ="slider " class ="sl-slider-wrapper hidden-phone ">
44 < div class ="sl-slider ">
55 < div class ="sl-slide " data-orientation ="horizontal " data-slice1-rotation ="-25 " data-slice2-rotation ="-25 " data-slice1-scale ="2 " data-slice2-scale ="2 ">
66 < div class ="sl-slide-inner bg-1 ">
7- < div class ="bg-img bg-img-1 "> </ div >
87 < h2 > < span > mongo</ span > engine</ h2 >
98 < blockquote id ="documentation ">
109 < p >
@@ -24,7 +23,6 @@ <h2><span>mongo</span>engine</h2>
2423
2524 < div class ="sl-slide " data-orientation ="vertical " data-slice1-rotation ="10 " data-slice2-rotation ="-15 " data-slice1-scale ="1.5 " data-slice2-scale ="1.5 ">
2625 < div class ="sl-slide-inner bg-2 ">
27- < div class ="bg-img bg-img-2 "> </ div >
2826 < h3 > Simple to use</ h3 >
2927 < blockquote >
3028{% highlight python %}
@@ -49,7 +47,6 @@ <h3>Simple to use</h3>
4947
5048 < div class ="sl-slide " data-orientation ="horizontal " data-slice1-rotation ="3 " data-slice2-rotation ="3 " data-slice1-scale ="2 " data-slice2-scale ="1 ">
5149 < div class ="sl-slide-inner bg-3 ">
52- < div class ="bg-img bg-img-3 "> </ div >
5350 < h3 > Framework Support</ h3 >
5451 < blockquote >
5552 < p > < a href ="https://github.com/MongoEngine/flask-mongoengine "> < img src ="{{ ASSET_PATH }}/metromongo/images/flask-logo.png "> </ a > </ p >
@@ -61,7 +58,6 @@ <h3>Coming Soon...</h3>
6158
6259 < div class ="sl-slide " data-orientation ="vertical " data-slice1-rotation ="-5 " data-slice2-rotation ="25 " data-slice1-scale ="2 " data-slice2-scale ="1 ">
6360 < div class ="sl-slide-inner bg-4 ">
64- < div class ="bg-img bg-img-4 "> </ div >
6561 < h3 > Tutorial</ h3 >
6662 < blockquote > < p >
6763 < a href ="http://docs.mongodb.org/manual/tutorial/write-a-tumblelog-application-with-flask-mongoengine/ ">
@@ -76,14 +72,16 @@ <h3>Tutorial</h3>
7672
7773 < div class ="sl-slide " data-orientation ="horizontal " data-slice1-rotation ="-5 " data-slice2-rotation ="10 " data-slice1-scale ="2 " data-slice2-scale ="1 ">
7874 < div class ="sl-slide-inner bg-5 ">
79- < div class ="bg-img bg-img-5 "> </ div >
8075 < h3 > Help wanted</ h3 >
8176 < blockquote >
82- < p > We're always looking for help on < em > any aspect</ em > of mongoengine.< p >
83- < img src ="{{ ASSET_PATH }}/metromongo/images/helpwanted.jpg ">
77+ < p > We're always looking for help on < em > any aspect</ em > of mongoengine.</ p >
78+ < a href ="#contribute ">
79+ < img src ="{{ ASSET_PATH }}/metromongo/images/helpwanted.jpg ">
80+ </ a >
8481 < p >
85- Get in touch on the < a href ="http://groups.google.com/group/mongoengine-users "> user group</ a > .
82+ Please get in touch on the < a href ="http://groups.google.com/group/mongoengine-users "> user group</ a > .
8683 </ p > </ blockquote >
84+ </ a >
8785 </ div >
8886 </ div >
8987 </ div > <!-- /sl-slider -->
@@ -96,14 +94,36 @@ <h3>Help wanted</h3>
9694 < a href ="#help-wanted "> < span > </ span > </ a >
9795 </ nav >
9896 </ div > <!-- /slider-wrapper -->
97+ < div class ="row-fluid visible-phone ">
98+ < div class ="span12 secondary ">
99+ < h2 class ="bg-1 "> < span > mongo</ span > engine</ h2 >
100+
101+ < div class ="sans ">
102+ < p >
103+ MongoEngine is a Document-Object Mapper (think ORM, but for document databases)
104+ for working with MongoDB from Python.
105+ </ p >
106+ < p > It uses a simple declarative API, similar to the Django ORM.</ p >
107+ < p >
108+ Documentation available at
109+ < a href ="http://bit.ly/mongoengine-docs "> http://bit.ly/mongoengine-docs</ a >
110+ - there is currently a < a href ="http://readthedocs.org/docs/mongoengine-odm/en/latest/tutorial.html "> tutorial</ a > , a < a href ="http://readthedocs.org/docs/mongoengine-odm/en/latest/guide/index.html "> user guide</ a > and
111+ < a href ="http://readthedocs.org/docs/mongoengine-odm/en/latest/apireference.html "> API reference</ a > .
112+ </ p >
113+ </ div >
114+ </ div >
115+ </ div >
99116 </ div >
100117</ div >
101118
119+
120+ </ div>
121+
102122< div class ="row-fluid ">
103123< div class ="container ">
104124 < div class ="span12 secondary ">
105125 < div class ="span6 ">
106- < h2 class ="bg-img- 2 "> < span class ="icon icon-wrench "> </ span > < a name ="getting-started "> </ a > Getting Started</ h2 >
126+ < h2 class ="bg-2 "> < span class ="icon icon-wrench "> </ span > < a name ="getting-started "> </ a > Getting Started</ h2 >
107127 < div class ="sans ">
108128 < p > To install MongoEngine, simply run:</ p >
109129 < p > < code > pip install mongoengine</ code > </ p >
@@ -120,7 +140,7 @@ <h2 class="bg-img-2"><span class="icon icon-wrench"></span><a name="getting-star
120140 </ div >
121141 </ div >
122142 < div id ="github " class ="span6 ">
123- < h2 id ="ghw-logo " class ="bg-img- 3 "> < span class ="icon icon-github "> </ span > Github </ h2 >
143+ < h2 id ="ghw-logo " class ="bg-3 "> < span class ="icon icon-github "> </ span > Code </ h2 >
124144 < div id ="ghw-repos ">
125145 < div id ="ghw-github-loader "> </ div >
126146 < ul > </ ul >
@@ -133,7 +153,7 @@ <h2 id="ghw-logo" class="bg-img-3"><span class="icon icon-github"></span>Github<
133153< div class ="row-fluid ">
134154< div class ="container ">
135155 < div class ="span12 secondary last ">
136- < h2 class ="bg-img- 4 "> < span class ="icon icon-leaf "> </ span > mongoengine</ h2 >
156+ < h2 class ="bg-4 "> < span class ="icon icon-leaf "> </ span > mongoengine</ h2 >
137157 < div class ="sans ">
138158 < h3 id ="community "> Community</ h3 >
139159 You can find help by joining the < a href ="http://groups.google.com/group/mongoengine-users "> MongoEngine Users mailing list</ a > or by chatting with other users on the < a href ="irc://irc.freenode.net/mongoengine "> #mongoengine IRC channel.</ a >
0 commit comments