-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.html
29 lines (24 loc) · 1.01 KB
/
main.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width= device-width, initial-scale=1.0">
<meta name="description" content="Photography gallery showing Mehdi's work">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<main>
<h1>Welcome Mehdi's gallery</h1>
<h2>A quick review of my works</h2>
<AtmosPicture>
<div id="AtmosPicDiv">
<h2 id="AtmosPic">Atmospheric pictures.</h2>
<p>Taken during 2023 in Perth, 2023</p>
<a href="file:///C:/Users/Mehdi/Desktop/Photos/Atmospheric_St_George_Balcony/Perth_St_George_terrace_Balcony2023-1.jpg" target="_blank"><img id="pic1" src="file:///C:/Users/Mehdi/Desktop/Photos/Atmospheric_St_George_Balcony/Perth_St_George_terrace_Balcony2023-1.jpg" style="width:600px; height:750px;" alt="Picture of south perth below clouds"></a>
</div>
</AtmosPicture>
</main>
<footer>
<p id="footer">MehdiOnAir, 2024</p>
</footer>
</html>