Reskinn
This commit is contained in:
parent
efdf5f850d
commit
fd50a4adeb
1 changed files with 5 additions and 8 deletions
|
|
@ -3,15 +3,15 @@
|
||||||
|
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||||
<title>Meshtastic Map</title>
|
<title>STHLM-MESH MAP</title>
|
||||||
<meta name="title" content="Meshtastic Map">
|
<meta name="title" content="Meshtastic Map">
|
||||||
<meta name="description" content="An interactive map of all Meshtastic nodes.">
|
<meta name="description" content="An interactive map of all Meshtastic nodes.">
|
||||||
<link rel="icon" type="image/png" href="/icon.png"/>
|
<link rel="icon" type="image/png" href="/icon.png"/>
|
||||||
|
|
||||||
<!-- Open Graph / Facebook -->
|
<!-- Open Graph / Facebook -->
|
||||||
<meta property="og:type" content="website">
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="https://meshtastic.liamcottle.net">
|
<meta property="og:url" content="https://map.sthlm-mesh.se">
|
||||||
<meta property="og:title" content="Meshtastic Map">
|
<meta property="og:title" content="STHLM-MESH MAP">
|
||||||
<meta property="og:description" content="An interactive map of all Meshtastic nodes.">
|
<meta property="og:description" content="An interactive map of all Meshtastic nodes.">
|
||||||
|
|
||||||
<!-- tailwind css -->
|
<!-- tailwind css -->
|
||||||
|
|
@ -146,7 +146,7 @@
|
||||||
<div class="flex flex-col h-full">
|
<div class="flex flex-col h-full">
|
||||||
|
|
||||||
<!-- header -->
|
<!-- header -->
|
||||||
<div class="flex bg-white p-2 border-gray-300 border-b h-16">
|
<div class="flex p-3 h-16" style="background-color: 30a552;">
|
||||||
|
|
||||||
<!-- close mobile search button -->
|
<!-- close mobile search button -->
|
||||||
<div v-if="isShowingMobileSearch" class="my-auto">
|
<div v-if="isShowingMobileSearch" class="my-auto">
|
||||||
|
|
@ -166,10 +166,7 @@
|
||||||
|
|
||||||
<!-- app info -->
|
<!-- app info -->
|
||||||
<div v-if="!isShowingMobileSearch" class="my-auto leading-tight">
|
<div v-if="!isShowingMobileSearch" class="my-auto leading-tight">
|
||||||
<div class="font-bold">Meshtastic Map</div>
|
<a href="https://sthlm-mesh.se"><div class="font-bold" style="color: #ffffff; font-size: larger;">STHLM-MESH</div></a>
|
||||||
<div class="text-sm">
|
|
||||||
Created by <a class="link" target="_blank" href="https://liamcottle.com">Liam Cottle</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- search bar -->
|
<!-- search bar -->
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue