Skip to content

Commit

Permalink
Merge pull request #1 from swfrx/swfrx-patch-1
Browse files Browse the repository at this point in the history
Update index.html.tmpl
  • Loading branch information
swfrx authored Dec 31, 2024
2 parents 2720f67 + ade9795 commit ba09352
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions index.html.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,26 @@
<div>
<h1>Welcome to $station.location</h1>

<p>This weather station uses <a href="https://weewx.com">WeeWX</a> software and is currently running several skins</p>
<p>This weather station uses <a href="https://weewx.com">WeeWX</a> software and runs several skins:</p>
<p>
<a href="https://github.com/poblabs/weewx-belchertown">Belchertown</a>
and
<a href="https://github.com/poblabs/weewx-belchertown">Belchertown</a>,
<a href="https://github.com/brewster76/fuzzy-archer">Bootstrap</a>
both implement interactive charts,
Belchertown with <a href="https://www.highcharts.com/">HighCharts</a>
and
<a href="https://github.com/neoground/neowx-material">neowx-material</a>
all implement interactive charts</p>
<p>
Belchertown with <a href="https://www.highcharts.com/">HighCharts</a>
,
Bootstrap with <a href="https://v0.lvcharts.com/">Live Charts</a>
and
Neowx-Material with Google's <a href="https://m3.material.io/">Material Design</a>
.</p>

<h2><a href="belchertown">Belchertown skin</a></h2>
<h2><a href="Bootstrap">Bootstrap skin</a></h2>
<h2><a href="Seasons">Seasons - the WeeWx standard skin</a></h2>
<h2><a href="dokuwiki/sguweewx.html">SGC Weather Station skin</a></h2>
<h4><a href="belchertown">Belchertown</a></h4>
<h4><a href="Bootstrap">Bootstrap skin</a></h4>
<h4><a href="neowx-material">Neowx-Material</a></h4>
<h4><a href="Seasons">Seasons - the WeeWx standard</a></h4>
<h4><a href="dokuwiki/sguweewx.html">SGC Weather Station</a></h4>
</div>
</body>
</html>

0 comments on commit ba09352

Please sign in to comment.