Skip to content

Commit

Permalink
branding
Browse files Browse the repository at this point in the history
  • Loading branch information
kahst committed Jan 9, 2024
1 parent 3ce90b1 commit a6a4e98
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
Binary file added docs/assets/img/birdnet_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 14 additions & 7 deletions docs/projects.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<!DOCTYPE html>
<html>
<head>
<title>Map of Projects</title>
<title>BirdNET Projects Map</title>
<link rel="icon" href="favicon.ico" type="image/x-icon">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
<!-- Leaflet CSS -->
Expand All @@ -13,19 +14,25 @@

<!-- Header -->
<div id="header" class="container-fluid bg-dark text-white text-left p-3 ">
<h4>BirdNET Projects Map</h4>
<!--Logo and title-->
<div class="row align-items-center justify-content-left">
<div class="col-auto">
<img src="assets/img/birdnet_logo.png" alt="BirdNET Logo" style="height: 50px;">
</div>
<div class="col-auto">
<h4>BirdNET Projects Map</h4>
</div>
</div>
</div>

<!-- Map -->
<!--div id="map" style="height: 500px;"></div-->

<div class="container-fluid">
<div class="row">
<!-- Column for the Map -->
<div class="col-md-9 col-ld-10" id="map"></div>
<div class="col-md-9" id="map"></div>

<!-- Column for the Projects List -->
<div class="col-md-3 col-ld-2 bg-secondary p-0">
<div class="col-md-3 bg-secondary p-0">
<div id="projects-list" class="list-group overflow-auto"></div>
</div>
</div>
Expand All @@ -34,7 +41,7 @@ <h4>BirdNET Projects Map</h4>

<!-- Footer -->
<div id="footer" class="container-fluid bg-dark text-white text-center p-1">
<p>Working on another cool project using BirdNET? Let us know <a href="https://github.com/kahst/BirdNET-Analyzer/issues/221">here</a> and we'll add it to the map.</p>
<p>Working on another cool project using BirdNET? Let us know <a href="https://github.com/kahst/BirdNET-Analyzer/issues/221">here</a> and we'll add it to the map. | Last update: 2024-01-09</p>
</div>

<!-- Leaflet JS -->
Expand Down

0 comments on commit a6a4e98

Please sign in to comment.