[GeoNode-users] GeoNode
Julierme Pinheiro
juliermeopensourcedeveloper at gmail.com
Tue Jun 19 14:07:02 PDT 2018
Hi GeoNode developers,
I am in need to write a new <section id= "showcase"> for my GeoNode
project.
I am looking for the index.html file < find . -name index.html> in
/home/my_geonode/ and I can not find it.
I have the html piece of code bellow, but I need to write it in Django.
Could you point me to the index.html path for GeoNode at 2.8.0 installed in a
virtualenv in /home/my_geonode/?
I appreciated your time.
Kind regards
Julierme
<section id="showcase"> <div class="row"> <div
class="container text-center"> <h2>Featured Datasets</h2>
<div class="row home-facets"> <div
class="col-md-6"> <p><a href="/layers/"><i class="fa
fa-square-o fa-4x rotate-45"></i></a></p> <h2><a
href="/layers/">No Layers</a></h2> <p>Click to search for
geospatial data published by other users, organizations and public
sources. Download data in standard formats.</p>
<p class="text-center"><a class="btn btn-default" href="/layers/"
role="button">Explore layers »</a></p>
</div> <div class="col-md-6"> <p><a
href="/maps/"><i class="fa fa-map-marker fa-4x"></i></a></p>
<h2><a href="/maps/">No Maps</a></h2> <p>Data is available
for browsing, aggregating and styling to generate maps which can be
saved, downloaded, shared publicly or restricted to specify users
only.</p> <p><a class="btn btn-default"
href="/maps/" role="button">Explore maps »</a></p>
</div> <div class="col-md-6"> <p><a
href="/documents/"><i class="fa fa-newspaper-o fa-4x"></i></a></p>
<h2><a href="/documents/">No Documents</a></h2>
<p>As for the layers and maps GeoNode allows to publish tabular and
text data, manage theirs metadata and associated documents.</p>
<p class="text-center"><a class="btn btn-default"
href="/documents/" role="button">Explore documents »</a></p>
</div> <div class="col-md-6">
<p><a href="/people/"><i class="fa fa-user fa-4x"></i></a></p>
<h2><a href="/people/">1 User</a></h2> <p>Geonode allows
registered users to easily upload geospatial data and various
documents in several formats.</p> <p><a class="btn
btn-default" href="/people/" role="button">See users »</a></p>
</div> </div> </div> </div> <div
class="row"> <div class="container text-center">
<div ng-app="featured"> <div ng-repeat="item in
featured | limitTo:4"> <div class="col-md-3">
<a href="{{ item.detail_url }}"><img ng-src="{{
item.thumbnail_url }}" /></a> <h4>{{ item.title |
limitTo: 20 }}{{item.title.length > 20 ? '...' : ''}}</h4>
</div> </div> </div>
<p><a href="/search/">Explore all datasets</a></p> </div>
</div> </section>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/geonode-users/attachments/20180619/8b349a77/attachment.html>
More information about the geonode-users
mailing list