Home Page
This home page is designed to provide a quick overview of the application,
through a hero image that is intended to illustrate the contents and nature of the
app, including a title and a brief paragraph (or tagline).
In this case we've opted to use the homepage to direct the users to the
main components of the application. We have separated the code demonstrations into
several common use cases to help future implementors look at each case and its
underlying code separately. Developers can later combine them as needed.
- The layout and content of this page is defined in the template
located at
templates\WebApp\home.html
.
- For layout and styling we rely on standard bootstrap containers, however,
you can add your own CSS classes in the
WebApp\static\css\base.css
file.
- The custom interaction used for the search box is implemented through javaScript,
in
WebApp\static\js\home.js
.
- The code for this Django view is in the home function, located in
WebApp\views.py
- The URL for this page is defined through the urlpatterns
array, in
SERVIR_AppTemplate\urls.py
- The text for this popup window is located at
templates\WebApp\home_about.html