Skip to content

Commit c78d44b

Browse files
committed
Cosmetic changes to WebIf and upgrade to Bootstrap v4.4.1
1 parent 12a7e93 commit c78d44b

21 files changed

+4886
-645
lines changed

web/about.html

Lines changed: 23 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<head>
44
<meta http-equiv="X-UA-Compatible" content="IE=edge">
55
<meta name="viewport" content="width=device-width, initial-scale=1">
6-
<link rel="stylesheet" type="text/css" href="assets/css/bootstrap.min.css">
76
<link rel="stylesheet" type="text/css" href="assets/css/stylesheet.css">
7+
<link rel="stylesheet" type="text/css" href="assets/css/fontawesome-free-5.13.0.css">
88

99
<title>SAT>IP About Page</title>
1010

@@ -17,27 +17,29 @@
1717
<div id="menu"></div>
1818
<div id="footer"></div>
1919

20-
<div class="container-fluid">
21-
<div class="start">
22-
<h3>About</h3>
23-
24-
<div id="content">SatPI is an SAT>IP server which supports:</div>
25-
<div>DVB-C DVB-T/T2 and DVB-S/S2</div>
26-
<div>==============================================</div>
27-
<div>Thanks go out to:</div>
28-
<div>Baris Altuncay for his contributions</div>
29-
<div>Axel Hartmann for kindly suppling hardware</div>
30-
<div>APfutura for kindly suppling hardware</div>
31-
<div>All who have tested this Software and gave feedback</div>
32-
33-
<script>
34-
// make menu
35-
document.getElementById("menu").innerHTML = buildmenu();
36-
document.getElementById("footer").innerHTML = buildfooter();
37-
setMenuItemActive("about");
38-
</script>
39-
20+
<div class="p-1">
21+
<div class=" window-start container border rounded-bottom">
22+
<div class="window-name">
23+
<p>About</p>
4024
</div>
25+
<div class="p-1">
26+
<p>SatPI is an SAT>IP server which supports:<br>
27+
DVB-C DVB-T/T2 and DVB-S/S2<br><br>
28+
==============================================<br><br>
29+
Thanks go out to:<br>
30+
Baris Altuncay for his contributions<br>
31+
Axel Hartmann for kindly suppling hardware<br>
32+
APfutura for kindly suppling hardware<br>
33+
All who have tested this Software and gave feedback</p>
34+
</div>
35+
36+
<script>
37+
// make menu
38+
document.getElementById("menu").innerHTML = buildmenu();
39+
document.getElementById("footer").innerHTML = buildfooter();
40+
setMenuItemActive("about");
41+
</script>
42+
</div>
4143
</div>
4244

4345
</body>

web/assets/css/bootstrap.min.css

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)