|
3 | 3 | <head> |
4 | 4 | <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
6 | | -<link rel="stylesheet" type="text/css" href="assets/css/bootstrap.min.css"> |
7 | 6 | <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"> |
8 | 8 |
|
9 | 9 | <title>SAT>IP About Page</title> |
10 | 10 |
|
|
17 | 17 | <div id="menu"></div> |
18 | 18 | <div id="footer"></div> |
19 | 19 |
|
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> |
40 | 24 | </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> |
41 | 43 | </div> |
42 | 44 |
|
43 | 45 | </body> |
|
0 commit comments