-
Notifications
You must be signed in to change notification settings - Fork 0
/
pvdx.html
50 lines (47 loc) · 1.79 KB
/
pvdx.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>BSE Website</title>
<link rel="stylesheet" href ="style3.css"/>
</head>
<body>
<header>
<div class = "navbar">
<div class="logo img">
<img src="images/logo2.png" alt="BSE logo">
</div>
<ul class = "links">
<li><a href = "index.html"> HOME </a></li>
<li><a href = "pvdx.html"> PVDX </a></li>
<li><a href = "equisat.html"> EQUISAT </a></li>
<li><a href = "about.html"> ABOUT BSE </a></li>
<li><a href = "subgroup.html"> SUBGROUPS </a></li>
<li><a href = "project.html"> PROJECTS </a></li>
<li><a href = "contact.html"> CONTACTS </a></li>
</ul>
</div>
</header>
<main>
<p>PVDX</p>
<section class="about-us">
<div class="about">
<img src="images/PVDX.png" class="pvdx">
<div class="text">
<h2>PVDX</h2>
<h5>Perovskite Visuals and Degradation eXperiment</h5>
<p>The primary mission of PVDX, which stands for Perovskite Visuals and Degradation eXperiment,
will be to test the performance of next-generation perovskite solar cells in the harsh orbital environment.
Perovskites are emerging as a low-cost challenger to silicon for making highly efficient solar cells.</p>
<div class="data">
<a href="https://www.brown.edu/news/2021-04-21/cubesat" class="hire">Read Brown Article</a>
</div>
<div class="data">
<a href="https://space.skyrocket.de/doc_sdat/pvdx.htm" class="hire">Read Gunter's Space Page</a>
</div>
</div>
</div>
</section>
</main>
</body>
</html>