-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
60 lines (54 loc) · 3.07 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>IT in Geology</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="writing-area">
<nav>
<!-- Links different pages -->
<a href="index.html">Home</a>
<a href="software_in_geology.html">Software in geology</a>
<a href="earth_system_model.html">Earth system modeling</a>
<a href="GIS.html">GIS</a>
<a href="course_reservation.html">Course reservation</a>
</nav>
<h1>Information Technology in Geology</h1>
<p>Welcome to Information Technology in Geology, a website dedicated to showcasing the transformative impact of IT
on the field of geology. This platform serves as a hub for geoscientists, students, and enthusiasts to explore
how advanced technologies are reshaping the way we study Earth's processes and resources.</p>
<p>From GIS mapping and remote sensing to machine learning applications and 3D modeling, our website provides insights, tools,
and resources that bridge the gap between traditional geology and cutting-edge IT solutions.
Whether you're interested in analyzing geological data, visualizing subsurface structures, or predicting environmental changes,
this platform empowers you to leverage the latest advancements in technology to deepen your understanding of the Earth.</p>
<p>Join us as we explore the synergy between geology and information technology, paving the way for innovative discoveries and sustainable solutions!</p>
<div class="photo-gallery">
<div class="photo-item">
<img src="Pictures/PlateTectonics1.gif" alt="Formation of the Earth">
<p class="legend">Formation of the Earth</p>
</div>
<div class="photo-item" alt="Formation of the Earth">
<img src="Pictures/PlateTectonics2.gif" alt="Structure of the Earth">
<p class="legend">Structure of the Earth</p>
<p>Source: <a href="https://www.youtube.com/watch?v=fzhPmemffII&ab_channel=FrankGregorio" target="_blank">Plate tectonics</a></p>
</div>
<div class="photo-item">
<img src="Pictures/PlateTectonics3.gif" alt="Surface of the Earth">
<p class="legend">Surface of the Earth</p>
</div>
</div>
<hr class="bottom-line">
<footer>
<p>Visit
<a href="https://scholar.google.com/citations?user=hp-RxwgAAAAJ&hl=en" target="_blank">our publications</a>
or email to <a href="mailto:[email protected]?subject=Hello&body=I%20would%20like%20to%20know%20more" target="_blank" onclick="if (!window.open(this.href, '_blank')) {
window.open('https://mail.google.com/mail/?view=cm&fs=1&[email protected]&su=Hello&body=I%20would%20like%20to%20know%20more', '_blank');
} return false;">[email protected]</a> for more information</p>
<p>© 2025. This website is created only as a student project and for study purposes.</p>
</footer>
</div>
</body>
</html>