-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
140 lines (121 loc) · 6.21 KB
/
index.html
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
<!DOCTYPE html>
<html>
<head>
<title>SpaceX Starship</title>
<link rel="icon" type="image/png" href="../assets/starship.jpg">
<link rel="stylesheet" href="../style.css">
<style>
#threebox {
float:left;
width:33%;
height:360px;
}
#fiveboxsmall {
float:left;
width:20%;
height:180px;
}
#sixboxbig {
float:left;
width:16.666666%;
height:720px;
}
#finetext {
font-size: 16px;
}
p {
font-size: 25px;
}
* {
margin: 0px;
padding: 0px;
}
</style>
</head>
<body>
<div id="cameras">
<div id = "threebox">
<iframe allowfullscreen="" frameborder="0" height="360" src="https://www.youtube.com/embed/sTA0GTgFn5E?&autoplay=1" width="640"></iframe><br/>
</div>
<div id = "threebox">
<iframe allowfullscreen="" frameborder="0" height="360" src="https://www.youtube.com/embed/edBUxf4Lv7Y?&autoplay=1" width="640"></iframe><br/>
</div>
<div id = "threebox">
<iframe allowfullscreen="" frameborder="0" height="360" src="https://www.youtube.com/embed/FLTncjUbQtI?&autoplay=1" width="640"></iframe><br/>
</div>
</div>
<div id="camerastwo">
<div id = "threebox">
<iframe allowfullscreen="" frameborder="0" height="360" src="https://www.youtube.com/embed/Nqt-Bxakoko?&autoplay=1" width="640"></iframe><br/>
</div>
<div id = "threebox">
<iframe allowfullscreen="" frameborder="0" height="360" src="https://www.youtube.com/embed/_og17JYSMcQ?&autoplay=1" width="640"></iframe><br/>
</div>
<div id = "threebox">
<iframe allowfullscreen="" frameborder="0" height="360" src="https://www.youtube.com/embed/w_pjKEIozdk?&autoplay=1" width="640"></iframe><br/>
</div>
</div>
<div id="camerasthree">
<div id = "threebox">
<iframe allowfullscreen="" frameborder="0" height="360" src="https://www.youtube.com/embed/62_WX_YWooA?&autoplay=1" width="640"></iframe><br/>
</div>
<div id = "threebox">
<iframe allowfullscreen="" frameborder="0" height="360" src="https://www.youtube.com/live_chat?v=w_pjKEIozdk&embed_domain=darkbrave.github.io" width="640"></iframe><br/>
</div>
<div id = "threebox">
<iframe allowfullscreen="" frameborder="0" height="360" src="https://www.youtube.com/live_chat?v=sTA0GTgFn5E&embed_domain=darkbrave.github.io" width="640"></iframe><br/>
</div>
</div>
<div id="tweets">
<div id="sixboxbig">
<a class="twitter-timeline" data-lang="en" data-height="720" data-dnt="true" href="https://twitter.com/elonmusk?ref_src=twsrc%5Etfw">Tweets by elonmusk</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
<div id="sixboxbig">
<a class="twitter-timeline" data-lang="en" data-height="720" data-dnt="true" href="https://twitter.com/SpaceX?ref_src=twsrc%5Etfw">Tweets by SpaceX</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
<div id="sixboxbig">
<a class="twitter-timeline" data-lang="en" data-height="720" data-dnt="true" href="https://twitter.com/LabPadre?ref_src=twsrc%5Etfw">Tweets by LabPadre</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
<div id="sixboxbig">
<a class="twitter-timeline" data-lang="en" data-height="720" data-dnt="true" href="https://twitter.com/BocaChicaGal?ref_src=twsrc%5Etfw">Tweets by BocaChicaGal</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
<div id="sixboxbig">
<a class="twitter-timeline" data-lang="en" data-height="720" data-dnt="true" href="https://twitter.com/RGVaerialphotos?ref_src=twsrc%5Etfw">Tweets by RGVaerialphotos</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
<div id="sixboxbig">
<a class="twitter-timeline" data-lang="en" data-height="720" data-dnt="true" href="https://twitter.com/Erdayastronaut?ref_src=twsrc%5Etfw">Tweets by brendan2908</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
</div>
<div id="resources">
<div id="fiveboxsmall">
<p>
<a href="https://www.cameroncounty.us/spacex/" target="_blank"><p>Highway/Road Closures</p></a><br>
<a href="https://imgur.com/a/WZyj7Ou" target="_blank"><p>Boca Chica Map</p></a><br>
<a href="https://www.faa.gov/data_research/commercial_space_data/launches/?type=Licensed" target="_blank"><p>FAA Licensed Launches</p></a><br>
<a href="http://weather.labpadre.com/" target="_blank"><p>Weather</p></a><br>
</p>
</div>
<div id="fiveboxsmall">
<p>
<a href="https://wiki.labpadre.com/w/Main_Page" target="_blank"><p>LabPadre Wiki</p></a><br>
<a href="https://www.starshipadvisory.com/" target="_blank"><p>Starship Advisory</p></a><br>
<a href="https://www.reddit.com/r/spacex/wiki/starship_dev_resources" target="_blank"><p>r/spacex Resources</p></a><br>
</p>
</div>
<div id="fiveboxsmall">
<p>
More coming soon!
</p>
</div>
<div id="fiveboxsmall">
<p>
</p>
</div>
<div id="fiveboxsmall">
<p>
</p>
</div>
</div>
<p id="finetext">Made by DarkBrave. I own none of the content on the page, this is simply a compilation of a bunch of different things on one page.</p>
</body>
</html>