more homepage edits -- trying new looks and layouts

This commit is contained in:
Patrick McGuire
2021-10-21 13:07:39 -04:00
parent c727df28b4
commit b1552530c9
4 changed files with 21 additions and 20 deletions
+1 -7
View File
@@ -15,13 +15,7 @@ a {
</style>
</head>
<body>
<h3>External Services</h3>
<p> <a href="https://birdnetwiki.pmcgui.xyz" target="_content">Wiki Help Page</a> |
<a href="http://birdnetpi.local/stream" target="footer">Live Audio Stream</a> |
<a href="http://birdnetpi.local/spectrogram.php" target="content">Realtime Spectrogram</a> |
<a href="external.html" target="content">Links to External Pages</a> |
<a href="https://www.accuweather.com" target="content">Weather</a> |
<a href="https://www.birds.cornell.edu" target="_content">The Cornell Lab of Ornithology</a>
<a href="http://birdnetpi.local/stream" target="footer"><h4>Play Live Audio Stream</h4></a>
</p>
</body>
</html>
+3 -3
View File
@@ -20,14 +20,14 @@ Note the following:
}
</script>
<frameset rows="100,*,100" frameborder="0" border="0" framespacing="0">
<frameset rows="100,*,70" frameborder="0" border="0" framespacing="0">
<frame name="topNav" src="top.html" scrolling="off">
<frameset cols="150,*" frameborder="0" border="0" framespacing="0">
<frame name="menu" src="menu.html" marginheight="0" marginwidth="0" scrolling="auto" noresize>
<frame name="menu" src="menu.html" marginheight="0" marginwidth="0" scrolling="off" noresize>
<frame name="content" src="/viewdb.php" marginheight="0" marginwidth="0" scrolling="auto" noresize>
</frameset>
<frame name="footer" src="footer.html" scrolling="off">
<frame name="footer" src="footer.html" scrolling="off">
<noframes>
<p>This section (everything between the 'noframes' tags) will only be displayed if the users' browser doesn't support frames. You can provide a link to a non-frames version of the website here. Feel free to use HTML tags within this section.</p>
+13 -4
View File
@@ -16,13 +16,22 @@ body {
</head>
<body>
<h4>Extractions</h4>
<a href="http://birdnetpi.local/By_Common_Name/" target="content">By Common Name</a><br/>
<a href="http://birdnetpi.local/By_Date/" target="content">By Date</a><br/>
<a href="http://birdnetpi.local/By_Scientific_Name/" target="content">By Scientiffic Name</a><br/>
<a href="http://birdnetpi.local/Processed/" target="content">Processed</a><br/>
<a href="http://birdnetpi.local/By_Common_Name/" target="content">- By Common Name</a><br/>
<a href="http://birdnetpi.local/By_Date/" target="content">- By Date</a><br/>
<a href="http://birdnetpi.local/By_Scientific_Name/" target="content">- By Scientiffic Name</a><br/>
<a href="http://birdnetpi.local/Processed/" target="content">- Processed</a><br/>
<h4>Views</h4>
<a href="/viewdb.php" target="content">Database</a><br/>
<a href="/spectrogram.php" target="content">Spectrogram</a><br/>
<a href="http://birdnetpi.local:8080" target="content">BirdNET-Lite Log</a><br/>
<a href="http://birdnetpi.local:8888" target="content">Extraction Log</a><br/>
<h4>GitHub</h4>
<a href="https://github.com/mcguirepr89/BirdNET-Pi" target="_content">Repository</a><br/>
<a href="https://github.com/mcguirepr89/BirdNET-Pi/discussions" target="_content">Discussions</a><br/>
<a href="https://github.com/mcguirepr89/BirdNET-Pi/issues" target="_content">Issues</a><br/>
<h4>External Links</h4>
<a href="https://birdnetwiki.pmcgui.xyz" target="_content">- Wiki Help Page</a><br/>
<a href="https://www.accuweather.com" target="content">- Weather</a><br/>
<a href="https://www.birds.cornell.edu" target="_content">- The Cornell Lab of Ornithology</a><br/>
</body>
</html>
+4 -6
View File
@@ -3,6 +3,7 @@
<title>BirdNET-Pi</title>
<style type="text/css">
body {
text-align:center;
font-family:verdana,arial,sans-serif;
font-size:medium;
margin:10px;
@@ -15,7 +16,7 @@ body {
#content img {
position: absolute;
top: 0px;
right: 0px;
left: 0px;
}
</style>
@@ -26,11 +27,8 @@ body {
</div>
<h2>BirdNET-Pi</h2>
<p>
<a href="http://birdnetpi.local/viewdb.php" target="content"><b>Recognized Birds Library</b></a> |
<a href="http://birdnetpi.local:8080" target="content">Deep Learning Analysis</a> |
<a href="http://birdnetpi.local:8888" target="content">Audio Extraction</a> |
<a href="http://birdnetpi.local/phpsysinfo" target="content">Hardware</a> |
<a href="http://birdnetpi.local/scripts/" target="content">System</a>
<a href="http://birdnetpi.local/phpsysinfo" target="content">System Info</a> |
<a href="http://birdnetpi.local/scripts/" target="content">Tools</a>
</p>
</body>
</html>