Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added a testimonial section on the index page #2723

Draft
wants to merge 3 commits into
base: gh-pages
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 5 additions & 1 deletion css/qfield.css
Expand Up @@ -113,6 +113,10 @@ footer.footer {
margin-top:4px;
}

#main-points {
margin-bottom:70px;
}

.point {
background: white;
height: auto;
Expand All @@ -129,7 +133,7 @@ footer.footer {
#about {
background-color: #212121;
height: auto;
margin: 40px auto 0px auto;
margin: 0 auto 0px auto;
width: 100%;
position: relative;
padding: 100px 0;
Expand Down
76 changes: 74 additions & 2 deletions index.html
Expand Up @@ -17,7 +17,7 @@
<meta name="author" content="OPENGIS.ch">

<link href="css/bootstrap.min.css" rel="stylesheet" media="screen">
<link href="css/qfield.css?ver=3" rel="stylesheet" media="screen">
<link href="css/qfield.css?ver=4" rel="stylesheet" media="screen">
<script src="js/jquery-1.11.0.min.js"></script>
<script src="js/bootstrap.min.js"></script>

Expand Down Expand Up @@ -130,7 +130,7 @@ <h3>Leverage the power of open source in the field</h3>

<!-- Section #1: main points -->

<section class="section-spacing text-center">
<section id="main-points" class="section-spacing text-center">
<div class="container" style="max-width:1140px;"><div class="row">

<div class="col-lg-4" >
Expand Down Expand Up @@ -162,6 +162,78 @@ <h2>Open anything</h2>
</div></div>
</section>


<!-- Section #2: testimonial -->

<section class="section-spacing text-center" style="background-color: #ddd; padding: 3em 0;">
<div class="container" style="max-width:1140px;">
<div class="row">

<div class="col-sm-6 col-xl-3" style="margin: 2em 0">
<div>
<p style="font-style: italic">
Collaborating with Tonga's Ministry of Agriculture, Food, and Forests, we developed a farm monitoring workflow for Pacific Island agricultural landscapes with QField as the primary data collection tool and using QFieldCloud to support large team collaborative surveys. This workflow has been used to survey over 10,000 farms across Tonga for applications ranging from national scale crop surveys to targeted disaster response.
We used the QFieldCloud API to build custom applications that enable data collected with QField to be used in automated reporting tasks and be quickly accessible to support decision makers.
</p>

<p class="text-muted">
— John Duncan
<cite title="Play Store">The University of Western Australia</cite>
</p>
</div>
</div>

<hr style="border-color: #444; width: 50%; margin-bottom: 0" class="visible-xs" />

<div class="clearfix"></div>

<div class="col-sm-6 col-xl-3" style="margin: 2em 0">
<div>
<p style="font-style: italic">
The Ministry of Agriculture, Food, and Forests in the Kingdom of Tonga has been using QField since 2020 for surveys and data collection. It’s transformed a process of paper-based surveys and manual data entry to digital capture of key geospatial farm management information. It’s been used for national scale crop surveys in 2020-2021 and focused applications such as an impact assessment to the agricultural sector after the Hunga Tonga Hunga Ha’apai eruption. The crop survey data captured before the eruption was used to generate early estimates of crop loss; QField’s offline capabilities meant cropland damage mapping could be undertaken while the country was offline when the undersea cables were severed; and, QField was used to survey community leaders for estimates of loss of agricultural produce and infrastructure.
</p>

<p class="text-muted">
— Ahi Saipaia
<cite title="Google Play Store">Ministry of Agriculture, Food, and Forests of Tonga</cite>
</p>
</div>
</div>

<hr style="border-color: #444; width: 50%; margin-bottom: 0" class="visible-xs" />

<div class="col-sm-6 col-xl-3" style="margin: 2em 0">
<div>
<p style="font-style: italic">
<br class="hidden-xs" />
Thank you to the developers! Great to have an affordable alternative to ArcGIS, that is better in almost every way!
<br class="hidden-xs" />
</p>

<p class="text-muted">
— Isaac Gentz
<cite title="Google Play Store">January 29, 2022 ★★★★★</cite>
</p>
</div>
</div>

<hr style="border-color: #444; width: 50%; margin-bottom: 0" class="visible-xs" />
<div class="col-sm-6 col-xl-3" style="margin: 2em 0">
<div>
<p style="font-style: italic">
This app works really well in combination with QGIS. Love it for large in field data collection and taking pictures at point locations. It's user friendly and has many options for data collection including the ability to add drop down lists, photos taken through your phone's camera, and notes.
</p>

<p class="text-muted">
— Kaitlyn Crawford
<cite title="Google Play Store">May 26, 2021 ★★★★★</cite>
</p>
</div>
</div>

</div></div>
</section>

<!-- Section #3: fine lines -->

<section id="about" data-speed="2" data-type="background">
Expand Down