Team Updates

This is the homepage or dashboard of the website
This is the homepage or dashboard of the website
A
Ananya Sinha
<!DOCTYPE html>
<html lang="en">
<head>
<title>Bootstrap Example</title>
<style>
#tab {
border-collapse: collapse;
border-spacing: 0;
width: 100%;
border: 1px solid #ddd;
}
#tab th,#tab td {
text-align: left;
padding: 8px;
}
#tab a{
color: blue;
}
tr:nth-child(even){background-color: #f2f2f2}
</style>
</head>
<body>
<?php
include 'header.php';
?>
<div class="w3-overlay w3-hide-large w3-animate-opacity" onclick="w3_close()" style="cursor:pointer" title="close side menu" id="myOverlay"></div>
<!-- !PAGE CONTENT! -->
<div class="w3-main" style="margin-left:300px;margin-top:35px;padding-left: 20px;padding-right: 20px;">
<br>
<div class="container">
<br>
<table class="table table-hover" id="tab">
<thead class="dark">
<tr>
<th>SATELLITE</th>
<th>COMPANY</th>
</tr>
</thead>
<tbody>
<tr>
<td>Pegasus XL | Ionospheric Connection Explorer (ICON)</td>
<td><a href="http://www.northropgrumman.com/Pages/default.aspx">Northrop Grumman</a></td>
</tr>
<tr>
<td>H-IIA | KhalifaSat & GOSAT-2</td>
<td><a href="https://www.mhi.com/">Mitshubishi Heavy Industries</a></td>
</tr>
<tr>
<td>Soyuz STB/Fregat | MetOp-C</td>
<td><a href="http://www.arianespace.com/">Arianespace</a></td>
</tr>
<tr>
<td>Antares 230 | Cygnus CRS NG-10</td>
<td><a href="http://www.northropgrumman.com/Pages/default.aspx">Northrop Grumman</a></td>
</tr>
<tr>
<td>Ariane 5 ECA | Hellas Sat 4/SaudiGeoSat-1</td>
<td><a href="http://www.arianespace.com/">Arianespace</a></td>
</tr>
<tr>
<td>Delta IV Heavy | NROL-71</td>
<td><a href="https://www.ulalaunch.com/">United Launch Alliance</a></td>
</tr>
<tr>
<td>Electron | It's Business Time</td>
<td><a href="https://www.rocketlabusa.com/">Rocket Lab</a></td>
</tr>
<tr>
<td>Falcon 9 Block 5 | Es'hail 2</td>
<td><a href="https://www.spacex.com/">SpaceX</a></td>
</tr>
<tr>
<td>GSLV Mk II | GSAT-7A</td>
<td><a href="http://indianairforce.nic.in/">Indian Air Force</a></td>
</tr>
<tr>
<td>GSLV Mk III | GSAT-29</td>
<td><a href="https://www.isro.gov.in/">ISRO</a></td>
</tr>
<tr>
<td>PSLV XL | HySIS</td>
<td><a href="https://www.isro.gov.in/">ISRO</a></td>
</tr>
<tr>
<td>Rokot / Briz-KM | Gonets-M24, Gonets-M25, Gonets-M26 & 2 x Blits-M</td>
<td><a href="https://en.wikipedia.org/wiki/Russian_Space_Forces">Russian Space Force</a></td>
</tr>
<tr>
<td>Soyuz 2.1B/Fregat-M | Glonass-M</td>
<td><a href="http://en.roscosmos.ru/">Roscosmos</a></td>
</tr>
<tr>
<td>Soyuz-FG | Progress MS-10 (71P)</td>
<td><a href="http://en.roscosmos.ru/">Roscosmos</a></td>
</tr>
<tr>
<td>Falcon 9 Block 5 | Spaceflight SSO-A</td>
<td><a href="https://www.spacex.com/">SpaceX</a></td>
</tr>
<tr>
<td>Falcon 9 Block 5 | SpX CRS-16</td>
<td><a href="https://www.spacex.com/">SpaceX</a></td>
</tr>
<tr>
<td>Ariane 5 ECA | EDRS-C/HYLAS 3</td>
<td><a href="http://www.arianespace.com/">Arianespace</a></td>
</tr>
<tr>
<td>Ariane 5 ECA | GEO-KOMPSAT-2A</td>
<td><a href="http://www.arianespace.com/">Arianespace</a></td>
</tr>
<tr>
<td>Electron | VCLS ELaNa XIX</td>
<td><a href="https://www.rocketlabusa.com/">Rocket Lab</a></td>
</tr>
<tr>
<td>Falcon 9 Block 5 | PSN VI</td>
<td><a href="https://www.spacex.com/">SpaceX</a></td>
</tr>
<tr>
<td>Falcon Heavy | Arabsat-6A</td>
<td><a href="https://www.spacex.com/">SpaceX</a></td>
</tr>
<tr>
<td>Rokot / Briz-KM | Geo-IK-2 N13L</td>
<td><a href="http://en.roscosmos.ru/">Roscosmos</a></td>
</tr>
</tbody>
</table>
</div>
</body>
</html>
view raw agency.php hosted with ❤ by GitHub
<!DOCTYPE html>
<html>
<title>CURIO</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
html,body,h1,h2,h3,h4,h5 {font-family: "Raleway", sans-serif}
#a{
text-decoration: none;
}
</style>
<body class="w3-light-grey">
<!-- Top container -->
<div class="w3-bar w3-top w3-black w3-xlarge" style="z-index:4;background-color: cornflowerblue;">
<button class="w3-bar-item w3-button w3-hide-large w3-hover-none w3-hover-text-light-grey" onclick="w3_open();"><i class="fa fa-bars"></i>  Menu</button><br>
<span class="w3-bar-item w3-left"><em></em></span>
</div>
<!-- Sidebar/menu -->
<nav class="w3-sidebar w3-collapse w3-animate-left" style="z-index:3;width:300px; background-color:#333; black;color: white;opacity: ;border-right: 2px solid #333;" id="mySidebar">
<br>
<div class="w3-container"><br>
<table>
<tr>
<td>
<img src="https://image.flaticon.com/icons/svg/432/432381.svg" style="width: 90px;height: 90px;">
</td>
<td>&ensp;</td>
<td>
<h3 style="color:dodgerblue;font-size: 20px;"><strong> CURIO-<br>"The Rocketopia"</strong></h3>
</td>
</tr>
</table>
<hr>
</div>
<div class="w3-bar-block">
<a href="#" class="w3-bar-item w3-button w3-padding-16 w3-hide-large w3-dark-grey w3-hover-black" onclick="w3_close()" title="close menu"><i class="fa fa-remove fa-fw"></i>  Close Menu</a>
<a href="nasa_home.php" class="w3-bar-item w3-button w3-padding" id="a"><i class="fa fa-usesrs fa-fw"></i>Overview</a>
<a href="upcoming.php" class="w3-bar-item w3-button w3-padding" id="a"><i class="fa fa-sbank fa-fw"></i>Upcoming Launches</a>
<a href="viewOnline.php" class="w3-bar-item w3-button w3-padding" id="a"><i class="fa fa-diamonsd fa-fw"></i>View Launches Online</a>
<a href="agency.php" class="w3-bar-item w3-button w3-padding" id="a"><i class="fa fa-diamonsd fa-fw"></i>Organisation and Agencies</a>
<a href="spaceport.php" class="w3-bar-item w3-button w3-padding" id="a"><i class="fa fa-diamonsd fa-fw"></i>Spaceports</a>
<a href="ssites.php" class="w3-bar-item w3-button w3-padding" id="a"><i class="fa fa-besll fa-fw"></i>Real Time Experience</a>
<a href="https://webvr.space/" class="w3-bar-item w3-button w3-padding" id="a"><i class="fa fa-besll fa-fw"></i>VR Experience</a>
</div>
</nav>
<!-- Overlay effect when opening sidebar on small screens -->
<div class="w3-overlay w3-hide-large w3-animate-opacity" onclick="w3_close()" style="cursor:pointer" title="close side menu" id="myOverlay"></div>
</body>
</html>
view raw header.php hosted with ❤ by GitHub
<!DOCTYPE html>
<html>
<title>CURIO</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
body{
background-image: url("https://upload.wikimedia.org/wikipedia/commons/thumb/2/23/A_Deep_Look_into_a_Dark_Sky.jpg/220px-A_Deep_Look_into_a_Dark_Sky.jpg");
}
html,body,h1,h2,h3,h4,h5 {font-family: "Raleway", sans-serif}
.w3-main img{
height: 200px;
width: 200px;
}
.accordion {
background-color: #eee;
color: #444;
cursor: pointer;
padding: 18px;
width: 100%;
border: none;
text-align: left;
outline: none;
font-size: 15px;
transition: 0.4s;
}
.active, .accordion:hover {
background-color: #ccc;
}
.accordion:after {
content: '\002B';
color: #777;
font-weight: bold;
float: right;
margin-left: 5px;
}
.active:after {
content: "\2212";
}
.panel {
padding: 0 18px;
background-color: white;
max-height: 0;
overflow: hidden;
transition: max-height 0.2s ease-out;
}
</style>
<body class="w3-light-grey">
<br>
<?php
include 'header.php';
?>
<!-- Overlay effect when opening sidebar on small screens -->
<div class="w3-overlay w3-hide-large w3-animate-opacity" onclick="w3_close()" style="cursor:pointer" title="close side menu" id="myOverlay"></div>
<!-- !PAGE CONTENT! -->
<div class="w3-main" style="margin-left:300px;margin-top:35px;padding-left: 20px;padding-right: 20px;">
<div class="jumbotron">
<!-- Header -->
<div class="row">
<div class="col-md-4">
<div class="thumbnail">
<a href="" target="_blank">
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSiwy4U2IG2zE8sYJU8fFHpa3P6lePuZIPdDrrdqKN-3my7MX4A" alt="Lights" style="width:100%">
<div class="caption">
<p>Orbital ATK cancelled</p>
</div>
</a>
</div>
</div>
<div class="col-md-4">
<div class="thumbnail">
<a href="" target="_blank">
<img src="https://img.purch.com/w/660/aHR0cDovL3d3dy5zcGFjZS5jb20vaW1hZ2VzL2kvMDAwLzA3NC83NzUvb3JpZ2luYWwvc3BhY2V4LWZhbGNvbi1oZWF2eS1sYXVuY2gtZGVidXQuanBn" alt="Nature" style="width:100%">
<div class="caption">
<p>Falcon heavy rocket launch</p>
</div>
</a>
</div>
</div>
<div class="col-md-4">
<div class="thumbnail">
<a href="/w3images/fjords.jpg" target="_blank">
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSu9gDRz1eUyFEqr-AKwmr-8GZvb1GWdGlOOU6FhOfOcW1gebnQwQ" alt="Fjords" style="width:100%">
<div class="caption">
<p>Rocket launch site</p>
</div>
</a>
</div>
</div>
</div>
<div class="w3-panel">
<div class="w3-row-padding" style="margin:0 -16px">
<div class="w3">
<h3>For space Enthusiasts</h3>
<p style="font-size: 18px;"> At <em>"Curio-The Rocketopia"</em>, we are dedicated to being the most uptodate and accurate source of information about orbital rocket launches worldwide.
Never again wonder when or where to watch the next rocket launch!!. You can always head to our main page for live coverage of the active launch at any time.</p>
<div class="alert alert-warning"><strong>Launch Dates are always subjected to change !!</strong></div>
</div>
</div>
</div>
</div>
<button class="accordion"><h3>Factors affecting Rocket Launch</h3></button>
<div class="panel">
<p>A few factors affect rocket launch and escape velocity, but they are different since the rocket is at different phases of flight at both times:
<ul>
<li>
<strong>Maximum Wind Resistance:</strong> Most rockets lack large aerodynamic lifting surfaces to get the large control moments needed to passively stabilize itself, because it spends most of its time either at high speed in the atmosphere or outside of the atmosphere. As such, to ensure the rocket can launch in bad conditions (crosswinds approaching gale strength, 10–20 m/s), the rocket has a high lift off speed. This is usually achieved by using something called a launch rail (shown below). It essentially allows the rocket to accelerate in a straight line before being released to the open air, giving it enough speed to make effective use of small control surfaces, or have enough speed to not really be affected by the wind. A rough rule of thumb is the rocket launch speed is 10X that of the wind speed if its being controlled aerodynamically, 2X if it thrust vectoring)
</li><br>
<li>
<strong>Maximum Acceleration Tolerable by Payload:</strong> Because the launch rail length is finite, and usually fairly low because of high costs of construction, it is made as short as possible. The lower limit on launch rail length is the maximum acceleration the payload can take. If the rocket payload is people or complex living organisms (like cats or mice), the rocket cannot launch at 3,000 g’s, as it would kill the payload. However, if it is a warhead or hardened satellite, the launch acceleration can be enormous, near 300–600 g’s. This is controlled by the thrust to weight ratio of rocket and lift off mass of the rocket. Rockets designed to accelerate as quickly as possible maximum thrust to weight ratio on liftoff and minimize liftoff mass of the rocket.
Now, moving onto how the rocket escape velocity is determined. If you mean the maximum speed of the rocket, that is determined by the following. The technical term is delta-V, since it is really the capacity of the rocket to change speed from 0 (on the ground) to its maximum wherever it is flying.
</li><br>
<li>
<strong>Propellant Specific Energy:</strong> The more energy a unit mass of propellant gives off, the higher the rocket speed. This is controlled by something called exhaust velocity, and is plugged into an equation called the rocket equation to see how fast a rocket could fly. The rocket equation is: Exhaust Velocity * ln(Rocket Mass on Liftoff/Rocket Mass at burnout) = Maximum Velocity of Rocket
</li><br>
<li>
<strong>Trajectory :</strong> While the theoretical maximum velocity is dictated by the rocket equation, a number of factors can sap energy during a rocket ascent. The magnitude of this energy leakage is controlled by the trajectory the rocket follows to get to its destination. Generally, the trajectory is made to ensure the rocket spends the minimum amount of time in the atmosphere, and minimum amount of time reaching orbit, because of drag losses and gravity losses. Drag losses are when the rocket faces air resistance that forces it to spend more energy to fly at the same spend. Gravity losses are when the rocket is thrusting upward and expending energy to maintain position (essentially the energy used to support the rocket’s weight). If the rocket is reusable, it also determines how much propellant (or parachute) will be needed to land the rocket safely back on the ground.
</li><br>
<li>
<strong>Rocket Structural Design: </strong>A rocket is made as stiff as possible, which helps reduce its structural weight, and in turn increases its mass ratio by lowering the empty rocket mass. This is the reason why large rockets are not launched in high wind conditions, because the rocket is not stiffened to bending loads, it would fly apart if launched in the high winds. Essentially controlled by the amount of strain energy the materials used in the rocket can carry and the trajectory flown (which imposes the lift, drag, and thrust loads which the rocket will have to resist). The material maximum strain energy is defined by the strength to weight ratio (maximum stress tolerable/material density). The maximum strain energy carried by the airframe is equal to = load carried ^2 / stiffness of airframe in that direction. If the rocket is designed to be reusable, the maximum stress tolerable is lower since the material will need to last more than 1 launch, and the airframe weight increases.
</li><br>
<li>
Now, if by escape velocity you meant the speed needed to leave Earth completely, this is determined solely by the mass of the Earth (or whatever planet you are launching from) and its radius. A high mass, small radius planet will have a HUGE escape velocity, with the limit being a black hole, where the escape velocity is faster than the speed of light.
</li>
</ul></p>
</div>
<button class="accordion"><h3>Factors affecting scheduling of Launch</h3></button>
<div class="panel">
<p><ul>
<li>
<strong>Lightning :</strong> Electrical surges can trigger loss of control and bring about the destruction of rockets. It is also hazardous to ground crews during launch and routine site operations.
</li><br>
<li>
<strong>Wind : The following factors are influenced by the wind :</strong>
<ul>
<li> range safety and environmental protection;</li>
<li> flight trajectory;</li>
<li> vehicle controllability</li>
<li> splashdown location, safety and operations;</li>
<li> tower clearance;</li>
<li> solid booster separation function;</li>
<li> structural loadings on vehicles, towers, and other equipment;</li>
<li>landing safety (for manned and unmanned recoverable vehicles)</li>
<li> site safety during routine operations and construction;</li>
<li> safety and efficiency of transport of components and space vehicles;</li>
<li> stability of vehicle on pad and during transfer from assembly building;</li>
<li>rate of salt deposition (and therefore of corrosion) on launch structures.</li>
</ul><br></li>
<li>
<strong>Turbulence :</strong>Turbulence may impose unacceptable stresses on key structural elements such as the attachment points
of hybrid vehicles. As large vehicles of complex shape (and therefore of more complex aerodynamic behavior) are developed, it is likely that their susceptibility to severe loading caused by turbulence will also increase. Similar considerations apply to the airborne transportation of large components or vehicles. At present, there are no direct means of turbulence measurement, apart from in situ investigation by aircraft.
</li><br>
<li>
<strong>Temperature and humidity :</strong> The near-surface temperature and humidity fields influence the formation of fog and low cloud, obstructing the optical tracking which is an important element in the early stages of the launch. They also affect the formation of ice on the vehicle. During the launch, this ice could become dislodged and cause damage to sensitive components, such as the thermal tiles in the case of some recoverable vehicles (Turnill 1987). The vertical profile of temperature and humidity fields yields important information for general weather forecasting purposes, and for the prediction of precipitation, convection, lightning risk, and cloud characteristics.Excessively high or low temperatures may cause damage to components (for example, as in the case of the infamous Shuttle O-rings [Presidential Commission on the Space Shuttle Accident 1986]), and may also create discomfort and loss of performance in ground crews. High-average temperatures probably accelerate corrosion due to windblown salt and moisture prevalent in the coastal locations favored for launch sites.
</li>
</ul></p>
</div>
<script>
var acc = document.getElementsByClassName("accordion");
var i;
for (i = 0; i < acc.length; i++) {
acc[i].addEventListener("click", function() {
this.classList.toggle("active");
var panel = this.nextElementSibling;
if (panel.style.maxHeight){
panel.style.maxHeight = null;
} else {
panel.style.maxHeight = panel.scrollHeight + "px";
}
});
}
</script>
<br><br>
<div class="w3-container">
<h5 style="color: white;">Countries with Successful launches :</h5>
<table class="w3-table w3-striped w3-bordered w3-border w3-hoverable w3-white">
<tr>
<td>United States</td>
<td>32%</td>
</tr>
<tr>
<td>Russia</td>
<td>23%</td>
</tr>
<tr>
<td>China</td>
<td>20%</td>
</tr>
<tr>
<td>Europe</td>
<td>10%</td>
</tr>
<tr>
<td>Japan</td>
<td>8%</td>
</tr>
<tr>
<td>India</td>
<td>6%</td>
</tr>
<tr>
<td>New zealand</td>
<td>1%</td>
</tr>
</table><br>
</div>
<br>
<div class="w3-container">
<h5 style="color: white;">Major Spaceports of NASA</h5>
<iframe src="https://www.google.com/maps/d/embed?mid=1PbSUPqC4R8jXreQ9BReSEacBErM" width="500" height="300" style=""></iframe>
</div>
<!-- Footer -->
<!-- End page content -->
<script>
// Get the Sidebar
var mySidebar = document.getElementById("mySidebar");
// Get the DIV with overlay effect
var overlayBg = document.getElementById("myOverlay");
// Toggle between showing and hiding the sidebar, and add overlay effect
function w3_open() {
if (mySidebar.style.display === 'block') {
mySidebar.style.display = 'none';
overlayBg.style.display = "none";
} else {
mySidebar.style.display = 'block';
overlayBg.style.display = "block";
}
}
// Close the sidebar with the close button
function w3_close() {
mySidebar.style.display = "none";
overlayBg.style.display = "none";
}
</script>
<script>
function myMap() {
var mapCanvas = document.getElementById("map");
var mapOptions = {
center: new google.maps.LatLng(51.5, -0.2), zoom: 10
};
var map = new google.maps.Map(mapCanvas, mapOptions);
}
</script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBu-916DdpKAjTmJNIgngS6HL_kDIKU0aU&callback=myMap"></script>
</body>
</html>
view raw nasa_home.php hosted with ❤ by GitHub
<!DOCTYPE html>
<html>
<head>
<style>
body{
background-image: url("https://upload.wikimedia.org/wikipedia/commons/thumb/2/23/A_Deep_Look_into_a_Dark_Sky.jpg/220px-A_Deep_Look_into_a_Dark_Sky.jpg");
}
.collapsible {
background-color: #777;
color: white;
cursor: pointer;
padding: 10px;
width: 100%;
border: none;
text-align: left;
outline: none;
font-size: 15px;
margin-bottom: 10px;
}
.active, .collapsible:hover {
background-color: #555;
}
.content {
padding: 0px;
display: none;
overflow: hidden;
width: 100%;
height: 50%;
background-color: #f1f1f1;
}
#tab {
border-collapse: collapse;
border-spacing: 0;
width: 100%;
border: 1px solid black;
}
#tab th, #tab td {
text-align: left;
padding: 8px;
}
tr:nth-child(even){background-color: #f2f2f2}
</style>
</head>
<body>
<?php
include 'header.php';
?>
<div class="w3-overlay w3-hide-large w3-animate-opacity" onclick="w3_close()" style="cursor:pointer" title="close side menu" id="myOverlay"></div>
<!-- !PAGE CONTENT! -->
<div class="w3-main" style="margin-left:300px;margin-top:35px;padding-left: 20px;padding-right: 20px;">
<br>
<h2> MAJOR SPACEPORTS AROUND THE GLOBE</h2>
<div class="container" style="width:100%;">
<button class="collapsible">AFRICA</button>
<div class="content">
<div style="overflow-x:auto;">
<table id="tab">
<tr>
<th>COUNTRY</th>
<th>LOCATION</th>
<th>COORDINATES</th>
<th>OPERATIONAL DATES</th>
<th>NUMBER OF ROCKET LAUNCHES</th>
<th>HEAVIEST ROCKET LAUNCHED</th>
<th>HIGHEST ACHIEVED ALTITUDE</th>
<th>NOTES</th>
</tr>
<tr>
<td>Algeria</td>
<td>Centre interarmées d'essais d'engins spéciaux (CIEES), Hammaguir</td>
<td>31.09951°N 2.83581°W</td>
<td>1947–1967</td>
<td>230</td>
<td>18000 kg</td>
<td>Orbital</td>
<td>Operated by France</td>
</tr>
<tr>
<td>Kenya</td>
<td>Broglio Space Centre (San Marco), Malindi</td>
<td>2.94080°S 40.21340°E</td>
<td>1964–1988</td>
<td>27</td>
<td>20000 kg</td>
<td>Orbital</td>
<td>Scout rockets, operated by ASI and Sapienza University of Rome, Italy</td>
</tr>
<tr>
<td>Algeria</td>
<td>Reggane</td>
<td>26.71895°N 0.27691°E</td>
<td>1961–1965 </td>
<td>10</td>
<td>-</td>
<td>-</td>
<td>-</td>
</tr>
</table>
</div>
</div><br>
<button class="collapsible">ASIA</button>
<div class="content">
<div style="overflow-x:auto;">
<table id="tab">
<tr>
<th>COUNTRY</th>
<th>LOCATION</th>
<th>COORDINATES</th>
<th>OPERATIONAL DATES</th>
<th>NUMBER OF ROCKET LAUNCHES</th>
<th>HEAVIEST ROCKET LAUNCHED</th>
<th>HIGHEST ACHIEVED ALTITUDE</th>
<th>NOTES</th>
</tr>
<tr>
<td>India</td>
<td>Vikram Sarabhai Space Centre, Thiruvananthapuram (thumba), Kerala</td>
<td>8.5314°N 76.8690°E</td>
<td>1962-</td>
<td>>2000</td>
<td>-</td>
<td>-</td>
<td>-</td>
</tr>
<tr>
<td>India</td>
<td>Satish Dhawan Space Centre (Sriharikota), Andhra Pradesh</td>
<td>13.73740°N 80.23510°E</td>
<td>1971–</td>
<td>-</td>
<td>402000 kg</td>
<td>Interplanetary</td>
<td>Satellites and lunar probes</td>
</tr>
<tr>
<td>India</td>
<td>Abdul Kalam Island, Balasore, Odisha</td>
<td>20.75804°N 87.085533°E</td>
<td>-</td>
<td>-</td>
<td>-</td>
<td>-</td>
<td>-</td>
</tr>
<tr>
<td>Kazakhstan</td>
<td>Baikonur Cosmodrome, Tyuratam</td>
<td>45.95515°N 63.35028°E</td>
<td>1957-</td>
<td>>1000</td>
<td>2400000 kg </td>
<td>Interplanetary</td>
<td>First satellite, first human. Operated by Russia</td>
</tr>
<tr>
<td>Kazakhstan</td>
<td>Sary Shagan</td>
<td>46.38000°N 72.87000°E</td>
<td>1958-</td>
<td>>1000</td>
<td>2400000 kg</td>
<td>Interplanetary</td>
<td>-</td>
</tr>
<tr>
<td>Japan</td>
<td>Akita Rocket Range</td>
<td>39.57148°N 140.05785°E</td>
<td>1956–1990</td>
<td>81</td>
<td>-</td>
<td>343 km</td>
<td>-</td>
</tr>
<tr>
<td>Indonesia</td>
<td>Stasiun Peluncuran Roket, Pameungpeuk, Garut</td>
<td>7.646643°S 107.689018°E</td>
<td>1965–</td>
<td>14+</td>
<td>765 kg</td>
<td>100 km</td>
<td>-</td>
</tr>
</table>
</div>
</div><br>
<button class="collapsible">EUROPE <br></button>
<div class="content">
<div style="overflow-x:auto;">
<table id="tab">
<tr>
<th>COUNTRY</th>
<th>LOCATION</th>
<th>COORDINATES</th>
<th>OPERATIONAL DATES</th>
<th>NUMBER OF ROCKET LAUNCHES</th>
<th>HEAVIEST ROCKET LAUNCHED</th>
<th>HIGHEST ACHIEVED ALTITUDE</th>
<th>NOTES</th>
</tr>
<tr>
<td>Germany</td>
<td>Peenemünde/Greifswalder Oie</td>
<td>54.14300°N 13.79400°E</td>
<td>1942–1945</td>
<td>>3000 </td>
<td>12 500 kg</td>
<td>>100 km </td>
<td>V-2 rockets during World War II, first rocket to reach space 20 June 1944</td>
</tr>
<tr>
<td>Norway</td>
<td>Andøya Space Center</td>
<td>69.29430°N 16.02070°E</td>
<td>1962–</td>
<td>>1200 </td>
<td>800 kg</td>
<td>-</td>
<td>Rockets to the upper atmosphere</td>
</tr>
<tr>
<td>Indonesia</td>
<td>Stasiun Peluncuran Roket, Pameungpeuk, Garut</td>
<td>7.646643°S 107.689018°E</td>
<td>1965–</td>
<td>14+</td>
<td>765 kg</td>
<td>100 km</td>
<td>-</td>
</tr>
</table>
</div>
</div><br>
<button class="collapsible">NORTH AMERICA</button>
<div class="content">
<div style="overflow-x:auto;">
<table id="tab">
<tr>
<th>COUNTRY</th>
<th>LOCATION</th>
<th>COORDINATES</th>
<th>OPERATIONAL DATES</th>
<th>NUMBER OF ROCKET LAUNCHES</th>
<th>HEAVIEST ROCKET LAUNCHED</th>
<th>HIGHEST ACHIEVED ALTITUDE</th>
<th>NOTES</th>
</tr>
<tr>
<td>Canada</td>
<td>Churchill Rocket Research Range, Manitoba</td>
<td>58.73430°N 93.82030°W</td>
<td>1954–1998</td>
<td>>3500</td>
<td>-</td>
<td>-</td>
<td>Canadian Army</td>
</tr>
<tr>
<td>United States</td>
<td>White Sands Missile Range</td>
<td>32.56460°N 106.35908°W</td>
<td>1946–</td>
<td>>7000</td>
<td>-</td>
<td>-</td>
<td>Military and civilian flights. Served as alternate landing site for the space shuttle</td>
</tr>
</table>
</div>
</div>
<button class="collapsible">SOUTH AMERICA</button>
<div class="content">
<div style="overflow-x:auto;">
<table id="tab">
<tr>
<th>COUNTRY</th>
<th>LOCATION</th>
<th>COORDINATES</th>
<th>OPERATIONAL DATES</th>
<th>NUMBER OF ROCKET LAUNCHES</th>
<th>HEAVIEST ROCKET LAUNCHED</th>
<th>HIGHEST ACHIEVED ALTITUDE</th>
<th>NOTES</th>
</tr>
<tr>
<td>Brazil</td>
<td>Natal/Barreira</td>
<td>5.86600°S 35.38300°W</td>
<td>1965–</td>
<td>233</td>
<td>-</td>
<td>1100 km</td>
<td>-</td>
</tr>
<tr>
<td>France</td>
<td>Guiana Space Centre, Kourou</td>
<td>5.23739°N 52.76950°W</td>
<td>1968–</td>
<td> < 200</td>
<td>777 000 kg</td>
<td>Interplanetary</td>
<td>Operated by CNES for ESA; launch base for Arianespace. Commercial and governmental launches.</td>
</tr>
<tr>
<td>Argentina</td>
<td>CELPA</td>
<td>30.12737°S 66.34082°W</td>
<td>1962–1974 / 2011–</td>
<td>100 (approximately)</td>
<td>933 kg</td>
<td>550 km</td>
<td>Military Launch Test Site (CITIDEF)</td>
</tr>
</table>
</div>
</div>
<button class="collapsible">OCEANIA</button>
<div class="content">
<div style="overflow-x:auto;">
<table id="tab">
<tr>
<th>COUNTRY</th>
<th>LOCATION</th>
<th>COORDINATES</th>
<th>OPERATIONAL DATES</th>
<th>NUMBER OF ROCKET LAUNCHES</th>
<th>HEAVIEST ROCKET LAUNCHED</th>
<th>HIGHEST ACHIEVED ALTITUDE</th>
<th>NOTES</th>
</tr>
<tr>
<td>Australia</td>
<td>Carnarvon</td>
<td>24.48564°S 113.40866°E</td>
<td>1964–1965</td>
<td>12</td>
<td>-</td>
<td>120 km</td>
<td>-</td>
</tr>
</table>
</div>
</div>
</div><br><br><br>
<div class="container" >
&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;<img src="http://spaceflight101.com/wp-content/uploads/2017/12/2017-Stats-1.jpg" style="width:500px" >
<br>
</div>
<br>
</div>
<script>
var coll = document.getElementsByClassName("collapsible");
var i;
for (i = 0; i < coll.length; i++) {
coll[i].addEventListener("click", function() {
this.classList.toggle("active");
var content = this.nextElementSibling;
if (content.style.display === "block") {
content.style.display = "none";
} else {
content.style.display = "block";
}
});
}
</script>
</body>
</html>
view raw spaceport.php hosted with ❤ by GitHub
<!DOCTYPE html>
<html lang="en">
<head>
<title>Sites</title>
<style>
#tab {
border-collapse: collapse;
border-spacing: 0;
width: 100%;
border: 1px solid #ddd;
}
#tab th, #tab td {
text-align: left;
padding: 8px;
}
#tab tr:nth-child(even){background-color: #f2f2f2}
#tab a{
color: blue;
}
img{
height:100px;width:100px;
}
a :hover{
text-decoration: none;
text-decoration-style: none;
}
</style>
</head>
<body>
<?php
include 'header.php';
?>
<div class="w3-overlay w3-hide-large w3-animate-opacity" onclick="w3_close()" style="cursor:pointer" title="close side menu" id="myOverlay"></div>
<!-- !PAGE CONTENT! -->
<div class="w3-main" style="margin-left:300px;margin-top:35px;padding-left: 20px;padding-right: 20px;">
<br>
<br>
<div class="container">
<table id="tab" class="table table-hover">
<thead class="dark">
<tr>
<th>IMAGE</th>
<th>SATELLITE</th>
<th>VIEW SITES</th>
</tr>
</thead>
<tbody>
<tr>
<td><img src="https://spacenews.com/wp-content/uploads/2018/02/f9-govsat.jpg" alt="Avatar" style="width:200px"></td>
<td>Falcon-9 Es'hail 2</td>
<td><ul>
<li>Alan Shepard Beach<br></li>
<li>Canavarel National Seashore<br></li>
<li>Exploration Tower<br></li>
</ul>
<a href="https://goo.gl/maps/Q1GsXtYyQPQ2"><span class="glyphicon glyphicon-map-marker"></span> Click Here To View Map</a><br>
</td>
</tr>
<tr>
<td><img src="https://spaceflight101.com/wp-content/uploads/2017/10/29706136403_1fba77ce5f_o9.jpg" alt="Avatar" style="width:200px"></td>
<td>Antares NG-10</td>
<td><ul>
<li>Kennedy Space Center at Cape Canaveral<br></li>
<li>Shores of the Indian River<br></li>
<li>U.S. Space Walk of Fame<br></li>
<li>Playalinda Beach<br></li>
<li>U.S. Astronauts Hall of Fame<br></li>
<li>Port Canaveral<br></li>
<li>Cocoa Beach Pier<br></li>
<li>The Space Coast<br></li>
<li>Tampa<br></li>
</ul>
<a href="https://goo.gl/maps/Q1GsXtYyQPQ2"><span class="glyphicon glyphicon-map-marker"></span> Click Here To View Map</a><br>
</td>
</tr>
<tr>
<td><img src="https://i.ndtvimg.com/i/2018-03/isro-gslv-gsat-6a_650x400_51522142024.jpg" alt="Avatar" style="width:200px"></td>
<td>GSLV MK3 GSAT 29</td>
<td><ul>
<li>Pullicat Lake<br></li>
</ul>
<a href="https://goo.gl/maps/pFahxdpPcCy"><span class="glyphicon glyphicon-map-marker"></span> Click Here To View Map</a><br>
</td>
</tr>
<tr>
<td><img src="https://upload.wikimedia.org/wikipedia/commons/thumb/3/3c/Ariane_5ES_with_ATV_4_on_its_way_to_ELA-3.jpg/300px-Ariane_5ES_with_ATV_4_on_its_way_to_ELA-3.jpg" alt="Avatar" style="width:200px"></td>
<td>Ariane-5 Bepicolombo</td>
<td>
<ul>
<li>Surf Beach<br></li>
<li>Renwick Ave & West Ocean Ave<br></li>
<li>Harris Grade Rd<br></li>
</ul>
<a href="https://www.google.com/maps/d/embed?mid=1scyvjUNKDZ3Gx2VSjn23GFJp-ryQsxS5"><span class="glyphicon glyphicon-map-marker"></span> Click Here To View Map</a>
</td>
</tr>
<tr>
<td><img src="https://upload.wikimedia.org/wikipedia/commons/thumb/b/bf/H_IIA_No._F23_with_GPM_on_its_way_to_the_launchpad.jpg/300px-H_IIA_No._F23_with_GPM_on_its_way_to_the_launchpad.jpg" style="width:200px"></td>
<td>H-2A GOSAT-2 & Khalifasat</td>
<td>
<ul>
<li>Tanegashima Island(3 Km from the space centre)<br>
</li>
</ul>
<a href="https://goo.gl/maps/XVq1nSSzisJ2"> <span class="glyphicon glyphicon-map-marker"></span> Here For Map</a><br>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</body>
</html>
view raw ssites.php hosted with ❤ by GitHub
<!DOCTYPE html>
<html>
<title>CURIO</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
html,body,h1,h2,h3,h4,h5 {font-family: "Raleway", sans-serif}
.container {
border: 2px solid #ccc;
background-color: #eee;
border-radius: 5px;
padding: 16px;
margin: 20px 0;
}
.container::after {
content: "";
clear: both;
display: table;
}
.container img {
float: left;
margin-right: 20px;
border-radius: ;
}
.container span {
font-size: 20px;
margin-right: 15px;
}
@media (max-width: 500px) {
.container {
text-align: center;
}
.container img {
margin: auto;
float: none;
display: block;
}
}
#more {display: none;}
a{
color: dodgerblue;
}
#name{
background-color: darkgrey;
}
img{
width: 150px;
height: 200px;
}
.w3-main{
background-image: url("https://upload.wikimedia.org/wikipedia/commons/thumb/2/23/A_Deep_Look_into_a_Dark_Sky.jpg/220px-A_Deep_Look_into_a_Dark_Sky.jpg");
}
</style>
<body class="w3-light-grey" >
<?php
include 'header.php';
?>
<div class="w3-main" style="margin-left:300px;margin-top:30px;padding-left: 30px;background-color:;padding-right: 30px;"><br>
<div class="container" style="background-color: darkgrey; color: black;">
<table>
<tr>
<td>
<img src="https://s3.amazonaws.com/launchlibrary/RocketImages/Ariane+5+ECA_1920.jpg" alt="rocket" style="width:150px;">
&emsp;<label id="demo0" > </label>
</td>
<td>
<p><span id="name">Ariane 5 ECA | BepiColombo</span> <br>T-0:<label id="time0">October 20, 2018 01:45:28</label>UTC<br>October 20, 2018 01:45:28 UTC</p>
<p>BepiColombo is a joint mission of the ESA and the JAXA to the planet Mercury. The mission comprises two satellites to be launched together: the Mercury Planetary Orbiter (MPO) and the Mercury Magnetospheric Orbiter (MMO). The mission will perform a comprehensive study of Mercury, including its magnetic field, magnetosphere, interior structure and surface.</p>
</td>
</tr>
</table>
</div>
<div class="container" style="background-color: darkgrey;color: black;">
<table>
<tr>
<td>
<img src="https://s3.amazonaws.com/launchlibrary/RocketImages/Pegasus+XL_1280.jpg" alt="rocket" style="width:150px;">
&emsp;<label id="demo1" > </label>
</td>
<td>
<p><span id="name">Pegasus XL | Ionospheric Connection Explorer (ICON)</span> <br>T-0: <label id="time1">October 26, 2018 08:05:00</label> UTC<br>October 26, 2018 08:00:00 UTC - October 26, 2018 09:30:00 UTC</p>
Location : <a href="https://goo.gl/maps/cVz4hSDCxTq">Cape Canaveral</a>
<br>
<p>Ionospheric Connection Explorer (ICON) is a NASA mission to study Earth's thermosphere and ionosphere and the connection between space weather and weather on our planet. Mission is planned to last for two years.</p>
</td>
</tr>
</table>
</div>
<div class="container" style="background-color: darkgrey;color: black;">
<table>
<tr>
<td>
<img src="https://s3.amazonaws.com/launchlibrary/RocketImages/H-IIA_2560.jpg" alt="rocket" style="width:150px;">
&emsp;<label id="demo2" class="glow"> </label>
</td>
<td>
<p><span id="name">H-IIA | KhalifaSat & GOSAT-2</span> <br>T-0: October 29, 2018 04:08:00 UTC<br>October 29, 2018 04:08:00 UTC - October 29, 2018 04:20:00 UTC</p>
Location : <a href="https://goo.gl/maps/L9NixgReo9A2">Osaki Y LP1, Tanegashima, Japan</a>
<p>KhalifaSat is an Earth observation satellite for UAE. KhalifaSat will provide high-resolution imagery of Earth to be used for various purposes, including urban planning, change monitoring, area classification, monitoring environmental change and aiding relief efforts for natural disasters GOSAT 2 (Greenhouse gases Observing SATellite 2) is a Japanese satellite dedicated to greenhouse gas measurement from space. It's a follow on to the GOSAT mission and includes such improvements as an ability to gather more precise data and monitor carbon monoxide concentrations. The mission will perform a comprehensive study of Mercury, including its magnetic field, magnetosphere, interior structure and surface.</p>
</td>
</tr>
</table>
</div>
<div class="container" style="background-color: darkgrey;color: black;">
<table>
<tr>
<td>
<img src="https://s3.amazonaws.com/launchlibrary/RocketImages/Fregat_1920.jpg" alt="rocket" style="width:150px;">
&emsp;<label id="demo3" class="glow"> </label>
</td>
<td>
<p><span id="name">Soyuz STB/Fregat | MetOp-C</span> <br>T-0: November 7, 2018 00:47:51 UTC <br>November 7, 2018 00:47:51 UTC</p>
Location : <a href="https://goo.gl/maps/bW9PfFLw8A72">Soyuz Launch Complex, Kourou/Sinnamary</a>
<p>MetOp is a series of three polar orbiting meteorological satellites developed by the European Space Agency (ESA).</p>
</td>
</tr>
</table>
</div>
<div class="container" style="background-color: darkgrey;color: black;">
<table>
<tr>
<td>
<img src="https://s3.amazonaws.com/launchlibrary/RocketImages/Antares230.jpg_1440.jpg" alt="rocket" style="width:150px;">
&emsp;<label id="demo4" class="glow"> </label>
</td>
<td>
<p><span id="name">Antares 230 | Cygnus CRS NG-10o</span> <br>T-0: November 15, 2018 09:49:00 UTC <br>November 15, 2018 09:49:00 UTC</p>
Location : <a href="https://goo.gl/maps/VwxyiXXhgX62">Launch Area 0 A, Wallops Island, Virginia</a>
<p></p>
</td>
</tr>
</table>
</div>
<div class="container" style="background-color: darkgrey;color: black;">
<table>
<tr>
<td>
<img src="https://s3.amazonaws.com/launchlibrary/RocketImages/Ariane+5+ECA_1920.jpg" alt="rocket" style="width:150px;">
&emsp;<label id="demo5" class="glow"> </label>
</td>
<td>
<p><span id="name">Ariane 5 ECA | Hellas Sat 4/SaudiGeoSat-1</span> <br>TBD <br></p>
Location : <a href="https://goo.gl/maps/ah9jyE5uRCL2">Ariane Launch Area 3, Kourou </a>
<p></p>
</td>
</tr>
</table>
</div>
<div class="container" style="background-color: darkgrey;color: black;">
<table>
<tr>
<td>
<img src="https://s3.amazonaws.com/launchlibrary/RocketImages/Antares230.jpg_1440.jpg" alt="rocket" style="width:150px;">
</td>
<td>
<p><span id="name">Delta IV Heavy | NROL-71</span> <br>TBD</p>
Location : <a href="https://goo.gl/maps/R9dcNHoAt2w">Space Launch Complex 6, Vandenberg AFB, CA</a>
<p>Classified payload for the U.S. National Reconnaissance Office.</p>
</td>
</tr>
</table>
</div>
<div class="container" style="background-color: darkgrey;color: black;">
<table>
<tr>
<td>
<img src="https://s3.amazonaws.com/launchlibrary/RocketImages/Electron.jpg_1440.jpg" alt="rocket" style="width:150px;">
</td>
<td>
<p><span id="name">Electron | It's Business Time</span> <br>TBD</p>
Location : <a href="https://goo.gl/maps/R9dcNHoAt2w">Rocket Lab Launch Complex 1</a>
<p>Electron's first commercial launch will feature two Lemur-2 cubesats for Spire Global, a single cubesat for GeoOptics, a NABEO drag sail demonstrator for High Performance Space Structure Systems, and an IRVINE01 cubesat from the Irvine CubeSat STEM Program.</p>
</td>
</tr>
</table>
</div>
<div class="container" style="background-color: darkgrey;color: black;">
<table>
<tr>
<td>
<img src="https://s3.amazonaws.com/launchlibrary/RocketImages/Falcon9Block5.jpg_1920.jpg" alt="rocket" style="width:150px;">
</td>
<td>
<p><span id="name">Falcon 9 Block 5 | Es'hail 2</span> <br>TBD</p>
Location : <a href="https://goo.gl/maps/x2Wfb8Xr2rS2">Launch Complex 39A, Kennedy Space Center, FL</a>
<p>Es'hail 2 is a communications satellite operated by a Quatar based company. The satellite will operate at 26 degrees East longitude along a geostationary orbit to provide direct-to-home television services in the Middle East and North Africa region.</p>
</td>
</tr>
</table>
</div>
<div class="container" style="background-color: darkgrey;color: black;">
<table>
<tr>
<td>
<img src="https://s3.amazonaws.com/launchlibrary/RocketImages/placeholder_1920.png" alt="rocket" style="width:150px;">
</td>
<td>
<p><span id="name">GSLV Mk II | GSAT-7A</span> <br>TBD</p>
Location : <a href="https://goo.gl/maps/ZC4xBU4rghJ2">Satish Dhawan Space Centre Second Launch Pad</a>
<p>GSAT-7A is a geostationary communications satellite for the Indian Air Force (IAF).</p>
</td>
</tr>
</table>
</div>
<div class="container" style="background-color: darkgrey;color: black;">
<table>
<tr>
<td>
<img src="https://s3.amazonaws.com/launchlibrary/RocketImages/placeholder_1920.png" alt="rocket" style="width:150px;">
</td>
<td>
<p><span id="name">GSLV Mk III | GSAT-29</span> <br>TBD</p>
Location : <a href="https://goo.gl/maps/ZC4xBU4rghJ2">Satish Dhawan Space Centre Second Launch Pad</a>
<p>GSAT-29 is a geostationary communications satellite developed by ISRO. GSAT-29 carries Ka x Ku multi-beam and optical communication payloads.</p>
</td>
</tr>
</table>
</div>
<div class="container" style="background-color: darkgrey;color: black;">
<table>
<tr>
<td>
<img src="https://s3.amazonaws.com/launchlibrary/RocketImages/PSLV+XL_1440.jpg" alt="rocket" style="width:150px;">
</td>
<td>
<p><span id="name">PSLV XL | HySIS</span> <br>TBD</p>
Location : <a href="https://goo.gl/maps/ZC4xBU4rghJ2">Satish Dhawan Space Centre Second Launch Pad</a>
<p>HySIS (Hyper Spectral Imaging Spectrometer) is a small Indian earth observation satellite developed by ISRO. The satellite is based on the SSB-2 bus inherited from SARAL. The mission will provide global coverage on repetitive basis to users and also supplement the existing multi-spectral missions. The space-borne Hyper Spectral Imaging Spectrometer (HySIS) will provide earth surface image in VNIR (0.4 to 0.95 m) and SWIR (0.9 to 2.5 m) spectral region in “70+256” contiguous spectral bands in each spectral range with 10 nm bandwidth. It will provide 30 m spatial resolution and a swath of 30 km. Two spectrometers (VNIR and SWIR) are being developed and the integrated payload deck will be delivered for satellite level integration.</p>
</td>
</tr>
</table>
</div>
<div class="container" style="background-color: darkgrey;color: black;">
<table>
<tr>
<td>
<img src="https://s3.amazonaws.com/launchlibrary/RocketImages/+Briz-KM_2560.jpg" alt="rocket" style="width:150px;">
</td>
<td>
<p><span id="name">Rokot / Briz-KM | Gonets-M24, Gonets-M25, Gonets-M26 & 2 x Blits-M</span> <br>TBD</p>
Location : <a href="https://goo.gl/maps/S48tPcuWVqE2">Plesetsk 133/3 </a>
<p>Gonets-M are an upgraded version of Gonets satellites, derived from military communications system Strela-3. Gonets-M constellation is tasked with monitoring ecological and industrial objects, providing communication and data transmission services, covering also the remote areas like the Far North region. Gonets-M satellites share the ride with the Blits-M microsatellite, which is a geodesic satellite tasked with determining precise orbit parameters for GLONASS satellites.</p>
</td>
</tr>
</table>
</div>
<div class="container" style="background-color: darkgrey;color: black;">
<table>
<tr>
<td>
<img src="https://s3.amazonaws.com/launchlibrary/RocketImages/Soyuz-FG_2560.jpg" alt="rocket" style="width:150px;">
</td>
<td>
<p><span id="name">Soyuz-FG | Progress MS-10 (71P)</span> <br>TBD</p>
Location : <a href="https://goo.gl/maps/q9UftqmRjB92">1/5, Baikonur Cosmodrome, Kazakhstan</a>
<p>The Progress resupply vehicle is an automated, unpiloted version of the Soyuz spacecraft that is used to bring supplies and fuel to the International Space Station.</p>
</td>
</tr>
</table>
</div>
<div class="container" style="background-color: darkgrey;color: black;">
<table>
<tr>
<td>
<img src="https://s3.amazonaws.com/launchlibrary/RocketImages/FalconHeavy.jpg_2560.jpg" alt="rocket" style="width:150px;">
</td>
<td>
<p><span id="name">Falcon Heavy | Arabsat-6A</span> <br>TBD</p>
Location : <a href="https://goo.gl/maps/wR1J3jThqkL2">Launch Complex 39A, Kennedy Space Center, FL</a>
<p>Gonets-M are an upgraded version of Gonets satellites, derived from military communications system Strela-3. Gonets-M constellation is tasked with monitoring ecological and industrial objects, providing communication and data transmission services, covering also the remote areas like the Far North region. Gonets-M satellites share the ride with the Blits-M microsatellite, which is a geodesic satellite tasked with determining precise orbit parameters for GLONASS satellites.</p>
</td>
</tr>
</table>
</div>
<br>
</div>
</body>
</html>
view raw upcoming.php hosted with ❤ by GitHub
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
* {
box-sizing: border-box;
}
#myInput {
background-image: url('/css/searchicon.png');
background-position: 10px 10px;
background-repeat: no-repeat;
width: 100%;
font-size: 16px;
padding: 12px 20px 12px 40px;
border: 1px solid #ddd;
margin-bottom: 12px;
}
#myTable {
border-collapse: collapse;
width: 80%;
border: 1px solid #ddd;
font-size: 18px;
}
#myTable th, #myTable td {
text-align: left;
padding: 12px;
}
#myTable tr {
border-bottom: 1px solid #ddd;
}
#myTable tr.header, #myTable tr:hover {
background-color: #f1f1f1;
}
table a{
color: blue;
}
</style>
</head>
<body>
<?php
include 'header.php';
?>
<div class="w3-overlay w3-hide-large w3-animate-opacity" onclick="w3_close()" style="cursor:pointer" title="close side menu" id="myOverlay"></div>
<!-- !PAGE CONTENT! -->
<div class="w3-main" style="margin-left:300px;margin-top:35px;padding-left: 20px;padding-right: 20px;">
<br>
<h2>Live Launches</h2>
<input type="text" id="myInput" onkeyup="myFunction()" placeholder="Search for names.." title="Type in a name">
<table id="myTable">
<tr class="header">
<th style="width:40%;">Spacecrafts</th>
<th style="width:60%;">Watch Online</th>
</tr>
<tr>
<td>Pegasus XL (ICON)</td>
<td><a href="https://www.youtube.com/watch?v=wwMDvPCGeE0">Click To View
</a>
</td>
</tr>
<tr>
<td>H-IIA | KhalifaSat & GOSAT-2</td>
<td><a href="https://www.youtube.com/watch?v=OAyL0VCf_L4">Click To View</a>
</td>
</tr>
<tr>
<td>Delta IV Heavy | NROL-71</td>
<td><a href="http://ulalaunch.com/webcast.aspx">Click To View
</a></td>
</tr>
<tr>
<td>Electron | It's Business Time</td>
<td><a href="http://www.rocketlabusa.com/live-stream">Click To View
</a>
</td>
</tr>
<tr>
<td>Falcon 9 Block 5 | Es'hail 2</td>
<td><a href="https://www.youtube.com/c/spacex/live">Click To View
</a>
</td>
</tr>
<tr>
<td>Atlas-5</td>
<td><a href="https://youtu.be/wwMDvPCGeE0">Click To View</a>
</td>
</tr>
<tr>
<td>PSLV HySIS</td>
<td>TO BE DECIDED
</td>
</tr>
<tr>
<td>Soyuz EgyptSat-A</td>
<td>TO BE DECIDED
</td>
</tr>
<tr>
<td>Ariane-5</td>
<td>TO BE DECIDED
</td>
</tr>
<tr>
<td>Antares NG-10</td>
<td>TO BE DECIDED
</td>
</tr>
</table>
<script>
function myFunction() {
var input, filter, table, tr, td, i;
input = document.getElementById("myInput");
filter = input.value.toUpperCase();
table = document.getElementById("myTable");
tr = table.getElementsByTagName("tr");
for (i = 0; i < tr.length; i++) {
td = tr[i].getElementsByTagName("td")[0];
if (td) {
if (td.innerHTML.toUpperCase().indexOf(filter) > -1) {
tr[i].style.display = "";
} else {
tr[i].style.display = "none";
}
}
}
}
</script>
</body>
</html>
view raw viewOnline.php hosted with ❤ by GitHub
A
Ananya Sinha
NASA Logo

SpaceApps is a NASA incubator innovation program.