1
0
Fork 0

aboutview

This commit is contained in:
Heiko Kernbach 2013-02-15 17:49:18 +01:00
parent 61c4158fb0
commit f6aad29f1f
1 changed files with 8 additions and 8 deletions

View File

@ -1,9 +1,10 @@
<div style="background-color: rgba(0, 0, 0, 0.05); border-radius: 0; padding: 20px !important;">
<div class="row">
<div class="span12">
<div style="padding:10px; background-color:white;">
<div class="row">
<div class="span12">
<img class="about-icon" src="img/download.png" width="50">
<h3>Download the source code</h3>
<p>The source code for this application is available in this repository on GitHub.</p>
<a href="https://github.com/triAGENS/ArangoDB">ArangoDB on GitHub</a>
</div>
</div>
@ -14,10 +15,8 @@
<img class="about-icon" src="img/discuss.png" width="50" style="float: left;">
<h3>Comments and questions</h3>
<p>We love to hear your feedback. Post your questions and comments on the blog post associated with this
application.</p>
</div>
<a href="https://groups.google.com/group/arangodb">ArangoDB Google Group</a>
</div>
</div>
<br/>
@ -43,6 +42,7 @@
<h3>Check out our blog</h3>
<p><a href="http://arangodb.org">http://arangodb.org</a></p>
</div>
</div>
</div>
</div>
</div>