-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
70 lines (61 loc) · 2.29 KB
/
about.html
File metadata and controls
70 lines (61 loc) · 2.29 KB
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
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE html>
<html>
<head>
<title>About Me - Israel Gebresilasie Kimo</title>
<style>
body {
background-color: #e6f4ea; /* soft green background */
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
color: #333; /* dark gray text for readability */
line-height: 1.8; /* space between lines */
margin: 40px;
}
<style>
body {
background:
linear-gradient(rgba(255,244,230,0.85), rgba(255,244,230,0.85)),
url("assets/images/Niverstokequation1.JPG") no-repeat center center fixed;
background-size: cover;
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
color: #333;
line-height: 1.8;
margin: 0;
padding: 40px;
}
h1 {
color: #2e7d32; /* professional dark green */
font-size: 2.5em;
text-align: center;
margin-bottom: 30px;
}
p {
font-size: 1.1em;
max-width: 800px;
margin: 20px auto; /* centers the paragraph */
padding: 15px 20px;
background-color: #ffffff; /* white background for contrast */
border-left: 5px solid #2e7d32; /* green accent border */
border-radius: 5px;
box-shadow: 0 4px 8px rgba(0,0,0,0.05);
}
</style>
</head>
<body>
<h1>About Me</h1>
<p>
I hold a BSc in Meteorology and Hydrology and an MSc in Climate Change and Development. I currently work as a lecturer and researcher at the Faculty of Meteorology and Hydrology, Arba Minch University, Ethiopia.
</p>
<p>
I have taught a variety of meteorological courses, including Atmospheric Dynamics, Aviation Meteorology, Earth System Science, and other related subjects.
</p>
<p>
This teaching experience has provided me with a solid understanding of the equations governing atmospheric motion, such as the Navier–Stokes equations, as well as atmospheric boundary layer phenomena and micrometeorological processes that are critical for safe and efficient flight operations.
<p>
<p>
My academic interests include atmospheric boundary-layer processes, urban wind dynamics, turbulence, and their implications for weather-robust and safe Advanced Air Mobility operations.
</p>
<p>
I am preparing for PhD applications in topics related to AI- and satellite-based weather forecasting,micrometeorology, and urban CFD.
</p>
</body>
</html>