Skip to content

Commit d3c9f69

Browse files
committed
Updated platforms and tools
1 parent 9c008bd commit d3c9f69

File tree

2 files changed

+19
-10
lines changed

2 files changed

+19
-10
lines changed

images/icon-sparkplug.png

1.54 KB
Loading

pareto/anywhere/index.html

Lines changed: 19 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,8 @@ <h5 class="card-header text-truncate text-bg-primary">
470470
<p> <strong>Pareto Anywhere</strong> handles the <span class="text-body-emphasis">hardware</span> side of <em>things</em> so that you can rightly focus on the <span class="text-body-emphasis">applications</span> side of <em>things</em>. </p>
471471
<!-- Put to good use -->
472472
<h1 class="mt-5"> <strong class="text-ambient">IoT data</strong> put to <strong class="text-primary">good use</strong> </h1>
473-
<p class="lead text-body-secondary"> Readily apply IoT data using the platforms & tools you <em>already</em> know and love. </p>
473+
<p class="lead text-body-secondary mb-1"> Readily apply IoT data using the platforms & tools you <em>already</em> know and love. </p>
474+
<p class="text-body-tertiary"> Love open source? You'll love the <i class="fas fa-chart-line"></i> Grafana + <i class="fas fa-database"></i> PostgreSQL + Pareto Anywhere stack! </p>
474475
<ul class="nav nav-tabs" role="tablist">
475476
<li class="nav-item" role="presentation">
476477
<button class="nav-link active" id="analyticstab"
@@ -502,18 +503,18 @@ <h1 class="mt-5"> <strong class="text-ambient">IoT data</strong> put to <strong
502503
role="tabpanel" aria-labelledby="analyticstab">
503504
<ul class="list-inline">
504505
<li class="list-inline-item">
505-
<img src="../../images/icon-powerbi.png"
506+
<img src="../../images/icon-grafana.png"
506507
class="rounded-1 mt-2">
507508
<p class="my-2">
508-
<a href="integrations/azure/" role="button"
509+
<a href="integrations/grafana/" role="button"
509510
class="btn btn-sm btn-outline-primary"> Learn more </a>
510511
</p>
511512
</li>
512513
<li class="list-inline-item">
513-
<img src="../../images/icon-grafana.png"
514+
<img src="../../images/icon-powerbi.png"
514515
class="rounded-1 mt-2">
515516
<p class="my-2">
516-
<a href="integrations/grafana/" role="button"
517+
<a href="integrations/azure/" role="button"
517518
class="btn btn-sm btn-outline-primary"> Learn more </a>
518519
</p>
519520
</li>
@@ -591,6 +592,14 @@ <h1 class="mt-5"> <strong class="text-ambient">IoT data</strong> put to <strong
591592
<div class="tab-pane fade" id="protocolscontent" role="tabpanel"
592593
aria-labelledby="protocolstab">
593594
<ul class="list-inline">
595+
<li class="list-inline-item">
596+
<img src="../../images/icon-mqtt.png"
597+
class="rounded-1 mt-2">
598+
<p class="my-2">
599+
<a href="integrations/mqtt/" role="button"
600+
class="btn btn-sm btn-outline-primary"> Learn more </a>
601+
</p>
602+
</li>
594603
<li class="list-inline-item">
595604
<img src="../../images/icon-websockets.png"
596605
class="rounded-1 mt-2">
@@ -600,19 +609,19 @@ <h1 class="mt-5"> <strong class="text-ambient">IoT data</strong> put to <strong
600609
</p>
601610
</li>
602611
<li class="list-inline-item">
603-
<img src="../../images/icon-mqtt.png"
612+
<img src="../../images/icon-opcua.png"
604613
class="rounded-1 mt-2">
605614
<p class="my-2">
606-
<a href="integrations/mqtt/" role="button"
615+
<a href="integrations/opc-ua/" role="button"
607616
class="btn btn-sm btn-outline-primary"> Learn more </a>
608617
</p>
609618
</li>
610619
<li class="list-inline-item">
611-
<img src="../../images/icon-opcua.png"
620+
<img src="../../images/icon-sparkplug.png"
612621
class="rounded-1 mt-2">
613622
<p class="my-2">
614-
<a href="integrations/opc-ua/" role="button"
615-
class="btn btn-sm btn-outline-primary"> Learn more </a>
623+
<a href="integrations/sparkplug/" role="button"
624+
class="btn btn-sm btn-outline-primary disabled"> Learn more </a>
616625
</p>
617626
</li>
618627
</ul>

0 commit comments

Comments
 (0)