Skip to content

Commit 0c9690a

Browse files
authored
Create index.html
1 parent c89f564 commit 0c9690a

File tree

1 file changed

+79
-0
lines changed

1 file changed

+79
-0
lines changed

index.html

Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<meta name="google-site-verification" content="EUwjvIWTdFfO_8cV2Amxca99V13GzRVwpQdkr5e4Ssw" />
7+
<meta name="description" content="A webpage showcasing EMBRACE Interactives for ionospheric studies.">
8+
<meta name="keywords" content="EMBRACE, Interactives, GitHub Pages, Ionosphere">
9+
<meta name="author" content="Tesfay Tesfu">
10+
<title>EMBRACE Interactives</title>
11+
<style>
12+
body {
13+
font-family: Arial, sans-serif;
14+
margin: 0;
15+
padding: 0;
16+
background-color: #f9f9f9;
17+
}
18+
header {
19+
background-color: #4CAF50;
20+
color: white;
21+
padding: 10px;
22+
text-align: center;
23+
}
24+
main {
25+
padding: 20px;
26+
}
27+
footer {
28+
background-color: #4CAF50;
29+
color: white;
30+
text-align: center;
31+
padding: 10px;
32+
position: fixed;
33+
bottom: 0;
34+
width: 100%;
35+
}
36+
a {
37+
color: #4CAF50;
38+
}
39+
</style>
40+
</head>
41+
<body>
42+
<header>
43+
<h1>Welcome to EMBRACE Interactives</h1>
44+
</header>
45+
<main>
46+
<p>This webpage is dedicated to showcasing interactive tools and resources for ionospheric studies across different repositories. Explore the tools below:</p>
47+
48+
<!-- Repository 1 -->
49+
<section>
50+
<h2>Repository 1: Visualizing Ionospheric Disturbances</h2>
51+
<p>This repository focuses on tools for visualizing ionospheric disturbances.</p>
52+
<ul>
53+
<li><a href="https://github.com/Tesfay-Tesfu/Repository1">Visit Repository 1</a></li>
54+
</ul>
55+
</section>
56+
57+
<!-- Repository 2 -->
58+
<section>
59+
<h2>Repository 2: Geomagnetic Storm Analysis</h2>
60+
<p>This repository provides tools for analyzing geomagnetic storms and their effects.</p>
61+
<ul>
62+
<li><a href="https://github.com/Tesfay-Tesfu/Repository2">Visit Repository 2</a></li>
63+
</ul>
64+
</section>
65+
66+
<!-- Repository 3 -->
67+
<section>
68+
<h2>Repository 3: TEC Maps</h2>
69+
<p>This repository includes tools for plotting Total Electron Content (TEC) maps.</p>
70+
<ul>
71+
<li><a href="https://github.com/Tesfay-Tesfu/Repository3">Visit Repository 3</a></li>
72+
</ul>
73+
</section>
74+
</main>
75+
<footer>
76+
<p>&copy; 2024 Tesfay Tesfu. All rights reserved.</p>
77+
</footer>
78+
</body>
79+
</html>

0 commit comments

Comments
 (0)