Improve visibility of the website
[proteocache.git] / webapp / view / home.jsp
index 4786a74..e960b0f 100644 (file)
@@ -9,6 +9,28 @@
 <body>
        <div class="container">
                <jsp:include page="fragments/mainmenu.jsp" />
+               <div class="row">
+                       <div class="col-md-6">
+                       <div class="panel panel-default">
+                       <div class="panel-heading">Execution statistics for the last days</div>
+                       <div class="panel-body">
+                               Statistics plot
+                       </div>
+                       </div>
+               </div>
+               <div class="col-md-6">
+                       <div class="panel panel-default">
+                       <div class="panel-heading">Overview</div>
+                       <div class="panel-body">
+                               ProteoCache is as a repository of the result of running all tools in the Dundee Resource on
+                               complete proteomes.  The data are updated on a regular basis as tools are improved and genomes newly
+                               sequenced or updated.
+                       </div>
+                       </div>
+               </div>
+               </div>
+               
+
                <jsp:include page="fragments/footer.jsp"/>
        </div>
 </body>