Skip to content

Commit

Permalink
additional changes
Browse files Browse the repository at this point in the history
  • Loading branch information
egzumer committed Oct 4, 2023
1 parent 4d297cc commit 5a0caae
Showing 1 changed file with 20 additions and 4 deletions.
24 changes: 20 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta property="og:title" content=UVTools - Online Quansheng Programming Tools>
<meta property="og:site_name" content=UVTools>
<meta property="og:url" content=https://whosmatt.github.io/uvmod />
<meta property="og:url" content=https://egzumer.github.io/uvtools />
<meta property="og:description"
content="Web-based tool to generate and flash customizable modded firmware, edit the configuration, and flash open source firmware for various Quansheng handheld radios.">
content="Web-based tool to flash open source firmware for Quansheng UV-K5/K6/5R Plus handheld radios.">
<meta property="og:type" content=website>
<meta property="og:image" content=https://whosmatt.github.io/uvmod/img/banner.webp>
<!-- <meta property="og:image" content=https://whosmatt.github.io/uvmod/img/banner.webp> -->

<title>UVTools</title>

Expand Down Expand Up @@ -107,6 +107,17 @@
checkbox {
cursor: pointer;
}

.footer {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
background-color: black;
color: white;
text-align: center;
}

</style>
</head>

Expand Down Expand Up @@ -139,7 +150,7 @@

<!-- Content Row -->
<div class="row">
<div class="col-lg-8 mb-4">
<div class="col-lg-8 mb-4 mx-auto">
<!-- Console -->
<div class="card shadow mb-4 sticky-top" style="top: 1.5rem">
<div class="card-header py-3 d-flex">
Expand Down Expand Up @@ -206,6 +217,11 @@ <h6 class="m-0 font-weight-bold text-primary">Flasher</h6>
<!-- <script src="js/libuvk5.js"></script>
<script src="js/batt_calibrator.js"></script> -->

<div class="footer">

Based on <a href="https://github.com/whosmatt/uvmod">https://github.com/whosmatt/uvmod</a></p>
</div>

<script>

window.onload = function () {
Expand Down

0 comments on commit 5a0caae

Please sign in to comment.