Skip to content

Commit 8bf7eb7

Browse files
committed
Updated frontpage
1 parent bee179d commit 8bf7eb7

File tree

4 files changed

+27
-212
lines changed

4 files changed

+27
-212
lines changed

_includes/themes/metromongo/default.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,18 +43,17 @@
4343
<nav class="navbar navbar-top">
4444
<div class="navbar-inner">
4545
<div class="container">
46-
<a class="btn btn-navbar btntop" data-toggle="collapse" data-target=".nav-collapse">NAVIGATION</a>
4746
<h1 class="brand hidden-phone hidden-tablet">
4847
<a href="http://mongoengine.org">
4948
<img src="{{ ASSET_PATH }}/images/logo.png" alt="">
5049
</a>
5150
</h1>
52-
<div class="nav-collapse">
51+
<div class="nav-collapse hidden-desktop">
5352
<ul class="nav pull-right">
5453
<li><a href="/" class="first">Home</a></li>
5554
<li><a href="#getting-started">Getting Started</a></li>
5655
<li><a href="http://bit.ly/mongoengine-docs">Documentation</a></li>
57-
<li><a href="#source">Source</a></li>
56+
<li><a href="#contribute">Source</a></li>
5857
<li><a href="#community">Community</a></li>
5958
</ul>
6059
</div>

_includes/themes/metromongo/frontpage.html

Lines changed: 22 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -132,14 +132,29 @@ <h2 id="ghw-logo" class="bg-img-3"><span class="icon icon-github"></span>Github<
132132

133133
<div class="row-fluid">
134134
<div class="container">
135-
<div class="span12 secondary">
136-
<h2 class="bg-img-1">mongoengine</h2>
135+
<div class="span12 secondary last">
136+
<h2 class="bg-img-4"><span class="icon icon-leaf"></span>mongoengine</h2>
137+
<div class="sans">
138+
<h3 id="community">Community</h3>
139+
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>
140+
</div>
137141
<div class="sans">
138-
<h3>Contributing</h3>
139-
<p>
140-
To contribute to the project, fork it on GitHub and send a pull request,
141-
all contributions and suggestions are welcome!
142-
</p>
142+
<h3 id="contribute">Contributing</h3>
143+
<p>Want to join an open source project? Now's your chance!</p>
144+
<p>
145+
Don't know what you want to help out with? Well here are some areas
146+
that we could use help with:
147+
</p>
148+
<ul>
149+
<li>MongoEngine core</li>
150+
<li>MongoEngine documentation, tutorials and examples</li>
151+
<li>MongoEngine framework support</li>
152+
<li>MongoEngine website!</li>
153+
</ul>
154+
<p>
155+
To contribute to the project contact me <a href="http://twitter.com/rossc0">@RossC0</a> or fork any repository from the <a href="http://github.com/mongoengine">mongoengine organisation</a> on github and send a pull request, all contributions and suggestions are welcome!
156+
</p>
157+
<p>If you or your company is doing something cool / interesting on mongoengine then we want to know about it!</p>
143158
</div>
144159
</div>
145160
</div>

_includes/themes/metromongo/frontpage1.html

Lines changed: 0 additions & 200 deletions
This file was deleted.

assets/themes/metromongo/css/mongoengine.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ footer p { padding: 50px;}
477477
padding-right: 10px;
478478
}
479479

480-
.sans, .sans p {font-family: "Open Sans", Helvetica, Arial, sans-serif; line-height: 1.4em; margin: 0px 10px;}
480+
.sans, .sans p {font-family: "Open Sans", Helvetica, Arial, sans-serif; line-height: 1.4em; margin: 0px 0px 10px 10px;}
481481
/* Github */
482482
.ghw-clear:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}
483483
html[xmlns] .ghw-clear { display: block;}
@@ -490,6 +490,7 @@ html[xmlns] .ghw-clear { display: block;}
490490

491491
#github #ghw-repos {
492492
background: #fff;
493+
min-height: 270px;
493494
}
494495
#github #ghw-repos #ghw-github-loader {
495496
width: 100%;
@@ -604,4 +605,4 @@ html[xmlns] .ghw-clear { display: block;}
604605
border-bottom: 0px;
605606
}
606607

607-
.secondary:last-of-type { margin-bottom: 60px;};
608+
.last { margin-bottom: 60px;};

0 commit comments

Comments
 (0)