-
Notifications
You must be signed in to change notification settings - Fork 10
/
header.html.php
32 lines (28 loc) · 1.53 KB
/
header.html.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<div class="row">
<div class="col col-4">
<span class="fa-stack float-right" style="margin-top: 0px; margin-bottom: -40px; margin-right: 20px;">
<i class="fas fa-satellite fa-stack-1x"></i>
<i class="fas fa-ban fa-stack-2x fade" style="color:Tomato" id="nosat"></i>
</span>
<div style="position: absolute; top: 20px; left: 62px;" class="fade" id="obstruction_icon"><i class="fas fa-tree" style="font-size: 28px;"></i></div>
<img src="img/sl.png" id="starlinklogo" style="">
<span class="badge badge-pill badge-success" id="state"></span>
</div>
<div class="col col-8">
<div style="position: absolute; right: 0px;"><a href="javascript://" onClick="pause_it()" id="pause_button" class="nocolor"><i class="fa fa-pause"></i> </a></div>
<span class="badge badge-pill badge-primary" style="position: absolute; bottom: 60px; right: 0px;" onClick="location='?'">BETA</span>
<h1 id="username2" style="position: absolute; bottom: 5px; right: 0px;">CHUCK<strong>TSI</strong></h1>
<div style="position: absolute; bottom: 55px; right: 60px;"><small style="width: 100%;"><em>"Better Than Nothing"</em></small></div>
<div style="position: absolute; bottom: -5px; width: 500px;" class="">
<?php
/*$a = 1;
while($a < 60){
echo '<div style="float: left; bottom: 0px; background-color: red; width:5px; height: '.rand(1,15).'px;" id="'.$a.'"></div>';
$a++;
}*/
?>
</div>
</div>
<div class="col col-4">
</div>
</div>