Skip to content

Commit

Permalink
initial certified hardware
Browse files Browse the repository at this point in the history
  • Loading branch information
mbernasocchi committed Oct 9, 2023
1 parent 436b520 commit 47bc6e0
Show file tree
Hide file tree
Showing 6 changed files with 507 additions and 0 deletions.
265 changes: 265 additions & 0 deletions certified-hardware.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,265 @@
<!doctype html>
<html class="no-js" lang="en">

<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-24350287-3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());

gtag('config', 'UA-24350287-3');
</script>

<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=2, user-scalable=yes">
<title>QField - Efficient field work built for QGIS</title>
<meta name="description" content="QField - Efficient field work built for QGIS">
<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">
<script src="js/jquery-1.11.0.min.js"></script>
<script src="js/bootstrap.min.js"></script>

</head>

<body>

<div id="navbar" class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<!-- .btn-navbar is used as the toggle for collapsed navbar content -->
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="./"><img src="images/qfield-logo.svg"> QFIELD </a>
</div>

<div class="collapse navbar-collapse nav-collapse">
<ul class="nav navbar-nav">
<li><a href="https://www.opengis.ch/category/qfield/highlights/" target="_blank"
title="Highlights">Highlights</a></li>
</ul>
<ul class="nav navbar-nav">
<li><a href="https://docs.qfield.org" title="Documentation">Documentation</a></li>
</ul>
<ul class="nav navbar-nav">
<li><a href="https://docs.qfield.org/get-started/support/" title="Get support">Get support</a></li>
</ul>
<ul class="nav navbar-nav">
<li><a href="https://docs.qfield.org/get-started/sponsor/" title="Donate to QField">Donate</a></li>
</ul>
<ul class="nav navbar-nav">
<li><a href="https://docs.qfield.org/get-started/contribute/" title="Contribute to QField">Contribute</a></li>
</ul>
<ul class="nav navbar-nav">
<li><a href="https://opengis.ch/#contact" title="Contact Us">Contact Us</a></li>
</ul>
</div>
</div>
</div>

<!-- Section #1: carousel -->

<div id="maincarousel" class="carousel slide" data-ride="carousel" data-interval="5000">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#maincarousel" data-slide-to="0" class="active"></li>
<li data-target="#maincarousel" data-slide-to="1"></li>
<li data-target="#maincarousel" data-slide-to="2"></li>
<li data-target="#maincarousel" data-slide-to="3"></li>
<li data-target="#maincarousel" data-slide-to="4"></li>
</ol>

<!-- Wrapper for slides -->
<div class="carousel-inner">
<div class="item active" style="background-image:url('images/bg/forest.jpg');">
<div class="carousel-caption">
<div>
<h3>Hold the power of QGIS in your hand, for free</h3>
<p style="text-align:right;">
<a class="reference external" href="https://qfield.org/get"><img alt="Get QField on the play store"
src="images/play_store.png" style="padding-top:10px"> <img alt="Get QField on the app store"
src="images/app_store.png" style="padding-top:10px"> <img alt="Get QField for Windows"
src="images/download_windows.png" style="padding-top:10px"></a>
</p>
</div>
</div>
</div>

<div class="item" style="background-image:url('images/bg/team.jpg');background-position:left center;">
<div class="carousel-caption">
<div>
<h3>Allow efficient decision making where it matters most</h3>
<p style="text-align:right;">
<a class="reference external" href="https://qfield.org/get"><img alt="Get QField on the play store"
src="images/play_store.png" style="padding-top:10px"> <img alt="Get QField on the app store"
src="images/app_store.png" style="padding-top:10px"> <img alt="Get QField for Windows"
src="images/download_windows.png" style="padding-top:10px"></a>
</p>
</div>
</div>
</div>

<div class="item" style="background-image:url('images/bg/elec.jpg');">
<div class="carousel-caption">
<div>
<h3>Live update your assets data directly on-site</h3>
<p style="text-align:right;">
<a class="reference external" href="https://qfield.org/get"><img alt="Get QField on the play store"
src="images/play_store.png" style="padding-top:10px"> <img alt="Get QField on the app store"
src="images/app_store.png" style="padding-top:10px"> <img alt="Get QField for Windows"
src="images/download_windows.png" style="padding-top:10px"></a>
</p>
</div>
</div>
</div>

<div class="item" style="background-image:url('images/bg/waste.jpg');">
<div class="carousel-caption">
<div>
<h3>Extend your geo-data infrastructure seamlessly</h3>
<p style="text-align:right;">
<a class="reference external" href="https://qfield.org/get"><img alt="Get QField on the play store"
src="images/play_store.png" style="padding-top:10px"> <img alt="Get QField on the app store"
src="images/app_store.png" style="padding-top:10px"> <img alt="Get QField for Windows"
src="images/download_windows.png" style="padding-top:10px"></a>
</p>
</div>
</div>
</div>

<div class="item" style="background-image:url('images/bg/wine.jpg');">
<div class="carousel-caption">
<div>
<h3>Leverage the power of open source in the field</h3>
<p style="text-align:right;">
<a class="reference external" href="https://qfield.org/get"><img alt="Get QField on the play store"
src="images/play_store.png" style="padding-top:10px"> <img alt="Get QField on the app store"
src="images/app_store.png" style="padding-top:10px"> <img alt="Get QField for Windows"
src="images/download_windows.png" style="padding-top:10px"></a>
</p>
</div>
</div>
</div>
</div>

<!-- Left and right controls -->
<a class="left carousel-control" href="#maincarousel" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#maincarousel" data-slide="next">
<span class="glyphicon glyphicon-chevron-right"></span>
<span class="sr-only">Next</span>
</a>

<a href="https://www.opengis.ch/2022/11/03/best-of-swiss-enterprise-app-award-for-qfield/" target="_blank"
style="display:block; position:absolute; top: 20px; right: 25px; width:140px;"><img src="images/bosa2022gold.png"
alt="Best of Swiss Enterprise App-Award 2022" style="filter: drop-shadow(4px 4px 8px #000000)"
width="140px"></a>
</div>

<!-- Section #1: claim -->
<section class="section-spacing text-center">
<h1>QField Certified hardware program</h1>

</section>

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

<section class="section-spacing text-center">
<div class="container" style="max-width:1140px;">
<div class="row">
<p>The QField certifies hardware program is designed to provide you with hardware that has been thoroughly
tested and certified by our team to work seamlessly with the latest QField version across various platforms.
</p>
<p>By choosing a QField Certified device, you can rest assured knowing that your hardware has been tested and
validated by our team of experts on the following criteria </p>
<div class="col-lg-3">
<div class="feature">
<h2>Functionality</h2>
<img src="images/point_deploy.svg">
<p>The device has been checked and confirmed by the QField team to work flawlessly with QField.</p>
</div>
</div>
<div class="col-lg-3">
<div class="feature">
<h2>Compatibility</h2>
<img src="images/point_formats.svg">
<p>The device is compatible with the latest version of QField.</p>
</div>
</div>
<div class="col-lg-3">
<div class="feature">
<h2>Platform&nbsp;versions</h2>
<img src="images/point_sync.svg">
<p>The device supports one or more platform versions including Android, iOS, Windows, macOS, and Linux.</p>
</div>
</div>
<div class="col-lg-3">
<div class="feature">
<h2>Ongoing&nbsp;validation</h2>
<img src="images/point_formats.svg">
<p>The device will continue to be tested and validated with newer versions of QField.</p>
</div>
</div>
</div>
<div class="row">
<h2>Certified devices </h2>
<p>
By using the <em>Buy now</em> links provided below, you are directly supporting the development of QField.
Your contribution helps us to continue improving and expanding this project.</p>
</div>
<!-- Section #2: partners -->
<div class="col-lg-4">
<div class="feature">
<h2>Happy Mini Q</h2>
<img src="images/partners/happy-mini-q.jpg">
<p>The happy mini Q is a 170 gramms sub-centimetre GNSS with IMU build explicitly for QField</p>
<p><a href="https://happy-q.com" target="_blank">Buy now</a></p>
</div>
</div>

</div>
</section>

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

<section id="about" data-speed="2" data-type="background">
<div class="container">
<div class="page-header">
<h1>About QField</small></h1>
</div>
<div class="row-fluid">
<div class="span4">
<h2>Opensource</h2>
<p>QField is <a class="reference external" href="https://github.com/opengisch/QField">released</a> under the
GNU Public License (GPL) Version 2 or above.
Developing QField under this license means that you can inspect and modify
the source code and guarantees that you will always have access to a QGIS
based field data collection app that is free of cost and can be freely
modified.</p>

</div><!-- /.span4 -->
<div class="span4">
<h2>Credits</h2>
<p>QField, QFieldCloud and QFieldSync are developped by <a href="https://www.opengis.ch/">OPENGIS.ch</a>.
OPENGIS.ch offers <a href="https://www.opengis.ch/training-consulting/">consulting</a>,
<a href="https://www.opengis.ch/custom-development/">development</a>, <a
href="https://www.opengis.ch/qfield-training/">training</a> and <a
href="https://www.opengis.ch/qgis-support/">support</a> for open source software including QField,
QGIS and PostGIS.
</p>
</div><!-- /.span4 -->
</div>
</div>
</section>

</body>

</html>
Binary file added images/partners/happy-mini-2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/partners/happy-mini-q.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/partners/happy-monch-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/partners/leica-flx100.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 47bc6e0

Please sign in to comment.