-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
189 lines (166 loc) · 4.82 KB
/
index.html
File metadata and controls
189 lines (166 loc) · 4.82 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Weather Robust Innovative / Integrated Air Mobility (IAM)</title>
<meta name="viewport" content="width=device-width, initial-scale=0.5">
<style>
body {
height: 100vh;
margin: 0;
font-family: "Segoe UI", Arial, sans-serif;
background: url("assets/images/background.jpg.jfif") no-repeat center center/cover;
color: #ffffff;
position: relative;
}
/* ===== MAIN TITLE ===== */
.title {
position: absolute;
top: 20px;
left: 50%;
transform: translateX(-50%);
font-size: 1.9rem;
font-weight: bold;
background: rgba(0, 85, 170, 0.9);
padding: 12px 28px;
border-radius: 12px;
box-shadow: 0 4px 10px rgba(0,0,0,0.4);
white-space: nowrap;
}
/* ===== PROFILE PHOTO ===== */
.profile-photo {
position: absolute;
top: 20px;
right: 20px;
width: 220px;
height: 150px;
object-fit: cover;
border-radius: 10px;
border: 2px solid #ffffff;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}
/* ===== NAVIGATION ===== */
.nav {
position: absolute;
top: 160px;
left: 20px;
display: flex;
gap: 20px;
flex-wrap: wrap;
}
.nav a {
padding: 8px 16px;
text-decoration: none;
color: #fff;
font-weight: bold;
border-radius: 12px;
}
.home { background: #a6ce39; }
.about { background: #ff6f61; }
.cfd { background: #6b5b95; }
.aam { background: #88b04b; }
.lit { background: #f7cac9; color: #000; }
.micro { background: #92a8d1; }
.news { background: #a6ce39; }
.aam { background: #88b04b; }
.Lidar{ background: #88b04b; }
.AI { background: #6b5b95; }
/* ===== VIDEO CONTAINER (BOTTOM LEFT) ===== */
.video-container {
position: fixed;
bottom: 20px;
left: 20px;
width: 420px;
z-index: 900;
}
/* ===== VIDEO TITLE ===== */
.video-title {
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
background: rgba(0, 85, 170, 0.95);
color: #ffffff;
font-weight: bold;
padding: 6px 16px;
border-radius: 0 0 10px 10px;
font-size: 1rem;
z-index: 2;
}
/* ===== VIDEO ===== */
.corner-video {
width: 100%;
border-radius: 12px;
box-shadow: 0 4px 12px rgba(0,0,0,0.6);
margin-top: 32px;
}
/* ===== SOCIAL ICONS ===== */
.social-icons {
position: fixed;
bottom: 20px;
right: 20px;
display: flex;
gap: 12px;
z-index: 900;
}
.social-icons img {
width: 36px;
height: 36px;
border-radius: 6px;
background: #ffffff;
padding: 4px;
}
/* ===== FOOTER ===== */
footer {
position: absolute;
bottom: 20px;
left: 50%;
transform: translateX(-50%);
font-size: 1.1rem;
color: #dddddd;
}
</style>
</head>
<body>
<!-- ===== PAGE TITLE ===== -->
<div class="title">Turbulence and VCA induced vortex modelling as safety cases</div>
<!-- ===== PROFILE PHOTO ===== -->
<img src="assets/images/myphoto.jpg" alt="Israel Gebresilasie Kimo" class="profile-photo">
<!-- ===== NAVIGATION ===== -->
<div class="nav">
<a href="home.html" class="home">Home</a>
<a href="about.html" class="about">About Me</a>
<a href="cfd.html" class="cfd">CFD & RWIND</a>
<a href="aam.html" class="aam">Concept Note for Urban Micrometeorology and IAM</a>
<a href="conceptual_framework.html" class="micro">Conceptual framework</a>
<a href="Lidar_data.html" class="Lidar">Doppler-LIDAR data analysis</a>
<a href="AI-supported-methods.html" class="AI">AI-supported-methods</a>
<a href="#literature" class="lit">Literature Review</a>
<a href="aam-news.html" class="news">AAM News</a>
</div>
<!-- ===== VIDEO (BOTTOM LEFT) ===== -->
<div class="video-container">
<div class="video-title">RWIND Simulation</div>
<video class="corner-video" autoplay muted loop controls>
<source src="assets/aam-demoo.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
<!-- ===== SOCIAL MEDIA ===== -->
<div class="social-icons">
<a href="https://www.linkedin.com/in/israel-gebresilasie-106a4a219/" target="_blank">
<img src="assets/images/linkedin.jpg" alt="LinkedIn">
</a>
<a href="mailto:israel.gebresillase@amu.edu.et">
<img src="https://cdn-icons-png.flaticon.com/512/732/732200.png" alt="Email">
</a>
<a href="https://orcid.org/0000-0001-9038-5634" target="_blank">
<img src="https://orcid.org/sites/default/files/images/orcid_16x16.png" alt="ORCID">
</a>
</div>
<!-- ===== FOOTER ===== -->
<footer>
© 2025 Israel Gebresilasie Kimo
</footer>
</body>
</html>