Add W5ISP attribution and QRZ link to about page
This commit is contained in:
parent
32fca73d3a
commit
274af1ce93
1 changed files with 10 additions and 0 deletions
|
|
@ -22,6 +22,16 @@
|
|||
<p class="text-gray-600 dark:text-gray-300">
|
||||
APRS.me is a real-time Automatic Packet Reporting System (APRS) viewer built for amateur radio operators. Track stations, view position reports, weather data, and telemetry from the APRS-IS network on an interactive map.
|
||||
</p>
|
||||
|
||||
<p class="text-gray-600 dark:text-gray-300 mt-4">
|
||||
Created by <a
|
||||
href="https://www.qrz.com/db/W5ISP"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
class="text-indigo-600 hover:text-indigo-500 dark:text-indigo-400 dark:hover:text-indigo-300 underline"
|
||||
>W5ISP</a>.
|
||||
Contact and licensing information is available on the QRZ page.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="mt-8 rounded-lg bg-gray-50 p-5 ring-1 ring-gray-950/5 dark:bg-gray-900/50 dark:ring-white/10">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue