-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
1,015 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,3 +15,4 @@ docker-weewx.code-workspace | |
/weewx.conf | ||
/archive/weewx.sdb | ||
/keys/ | ||
/dist/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<div class="entry-content about-outer" itemprop="text"> | ||
<br> | ||
<h2>Welcome to Beverly Cove!</h2> | ||
<p>This is just a hobby website I use to learn new software architectures, technologies, and techniques. If you have | ||
suggestions or want to see something different, feel free to suggest: <a href="mailto:[email protected]">[email protected]</a> | ||
</p> | ||
<ul> | ||
<li>Station hardware: $station.hardware</li> | ||
<li>Server uptime: $station.os_uptime</li> | ||
<li>WeeWX uptime: $station.uptime</li> | ||
<li>WeeWX version: $station.version</li> | ||
</ul> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
|
||
</div><!-- close div tag from header.html.tmpl --> | ||
|
||
<footer class="site-footer"> | ||
<div class="wrap"> | ||
<div class="footerLeft">$obs.label.copyright © $current.dateTime.format("%Y") $obs.label.footer_copyright_text</div> | ||
<div class="footerRight"><strong>$obs.label.footer_disclaimer_text</strong></div> | ||
<div class="clear"></div> | ||
</div> | ||
</footer> | ||
|
||
<script type='text/javascript' src='$belchertown_root_url/js/responsive-menu.js'></script> | ||
<script type='text/javascript' src='//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js'></script> | ||
|
||
<!-- Belchertown Skin Version: $belchertown_version --> | ||
<!-- Page Generated: $current.dateTime --> | ||
|
||
</body> | ||
</html> |
Oops, something went wrong.