-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathHistoria3.html
41 lines (41 loc) · 1.89 KB
/
Historia3.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
<html lang="en">
<head>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-F3w7mX95PdgyTmZZMECAngseQB83DfGTowi0iMjiWaeVhAn4FJkqJByhZMI3AhiU" crossorigin="anonymous">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class=container>
<h1>
RUBIN 8
</h1>
<div class="card" style="width: 25rem;" >
<p>
<strong>País origen:</strong> Alemania <br>
<strong>Fecha de lanzamiento:</strong> 2008/04/28<br>
<strong>Vehículo de lanzamiento:</strong> PSLV-CA<br>
<strong>Lugar de lanzamiento:</strong> Sriharikota, India<br>
<strong>Peso:</strong> 8 kg<br>
</p>
</div>
<h2>
Historia
</h2>
<div class="card" style="width: 40rem;">
<p>
Rubin 8 es un nanosatélite alemán que fue lanzado por un cohete PSLV-C9. La nave lleva un nuevo receptor que capturará los datos cargados para el Sistema Automático de Identificación Marina (AIS).
<br><br>
Es uno de los ocho nanosatélites entre las 10 naves que lanzó el PSLV-C9. Sin embargo, permaneció adjunto a la etapa final, como ha sido el caso de la anterior nave espacial Rubin.
</p>
</div>
<h2>¿Cuando pasara sobre Argentina?</h2>
<div class="card" style="width: 15rem;">
<p>
<strong>Fecha: </strong> 2021-10-03 <br>
<strong>Horario: </strong>18:49
</p>
</div>
<br><br>
<a href="index.html" class="btn btn-primary" role="button"> Volver </a>
</div>
</body>
</html>