[GeoNode-users] GeoNode

Simone Dalmasso simone.dalmasso at gmail.com
Tue Jun 19 23:12:02 PDT 2018


Hi, since you are using a geonode_project you can put it somewhere in the
site_index.html so that it will override the default geonode index.html.
The goal of the geonode_project is to let you change all parts of geonode
without touching the original code.

Best

Il giorno mar 19 giu 2018 alle ore 23:07 Julierme Pinheiro <
juliermeopensourcedeveloper at gmail.com> ha scritto:

> 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>
>
>
> _______________________________________________
> geonode-users mailing list
> geonode-users at lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/geonode-users
>


-- 
Simone
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/geonode-users/attachments/20180620/420a3f80/attachment-0001.html>


More information about the geonode-users mailing list