homepage adjustments
This commit is contained in:
@@ -5,7 +5,8 @@
|
||||
body {
|
||||
font-family:verdana,arial,sans-serif;
|
||||
font-size:medium;
|
||||
margin:10px;
|
||||
margin:25px;
|
||||
text-align:center;
|
||||
background-color:black;
|
||||
color:white;
|
||||
}
|
||||
|
||||
+10
-15
@@ -16,22 +16,17 @@ 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/>
|
||||
<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/>
|
||||
<a href="http://birdnetpi.local/By_Common_Name/" target="content"><h5>By Common Name</h5></a>
|
||||
<a href="http://birdnetpi.local/By_Date/" target="content"><h5>By Date</h5></a>
|
||||
<a href="http://birdnetpi.local/By_Scientific_Name/" target="content"><h5>By Scientiffic Name</h5></a>
|
||||
<a href="http://birdnetpi.local/Processed/" target="content"><h5>Processed</h5></a>
|
||||
<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/>
|
||||
<a href="https://github.com/mcguirepr89/BirdNET-Pi" target="_content"><h5>Repository</h5></a>
|
||||
<a href="https://github.com/mcguirepr89/BirdNET-Pi/discussions" target="_content"><h5>Discussions</h5></a>
|
||||
<a href="https://github.com/mcguirepr89/BirdNET-Pi/issues" target="_content"><h5>Issues</h5></a>
|
||||
<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/>
|
||||
<a href="https://birdnetwiki.pmcgui.xyz" target="_content"><h5>Wiki Help Page</h5></a>
|
||||
<a href="https://www.accuweather.com" target="content"><h5>Weather</h5></a>
|
||||
<a href="https://www.birds.cornell.edu" target="_content"><h5>The Cornell Lab of Ornithology</h5></a>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
+4
-1
@@ -8,7 +8,6 @@ body {
|
||||
font-size:medium;
|
||||
margin:10px;
|
||||
background-color: rgb(119, 196, 135);
|
||||
background-image: linear-gradient(to top, rgb(119, 196, 135), rgb(149, 226, 165));
|
||||
}
|
||||
#content {
|
||||
position: relative;
|
||||
@@ -27,6 +26,10 @@ body {
|
||||
</div>
|
||||
<h2>BirdNET-Pi</h2>
|
||||
<p>
|
||||
<a href="/viewdb.php" target="content">Database View</a> |
|
||||
<a href="/spectrogram.php" target="content">Spectrogram View</a> |
|
||||
<a href="http://birdnetpi.local:8080" target="content">BirdNET-Lite Log</a> |
|
||||
<a href="http://birdnetpi.local:8888" target="content">Extraction Log</a> |
|
||||
<a href="http://birdnetpi.local/phpsysinfo" target="content">System Info</a> |
|
||||
<a href="http://birdnetpi.local/scripts/" target="content">Tools</a>
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user