ashgawlik.com/Shortcuts/photography.html
2024-09-11 15:24:00 +01:00

41 lines
2.0 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Photography</title>
<link rel="stylesheet" href="../stylesheet/stylesheet.css">
</head>
<body>
<ul>
<li><a href="../index.html" class="topBar">Home</a></li>
<li><a href="GradesAndEducation.html" class="topBar">Grades and Education</a></li>
<li><a href="hobbies.html" class="topBar">Hobbies</a></li>
<li><a href="photography.html" class="topBar">Photos</a></li>
</ul>
<h2>
My photos...
</h2>
<h3>
I enjoy taking photos of random things, from sunsets to plants to my grandparents antiques, so here are some that I like, whether it be because its a good photo or beacause of the situations around taking the photo
</h3>
<div class="imgs">
<img src="../imgs/bridge over road.jpg" alt="rainy bridge with light at the end" width="35%">
<img src="../imgs/bright sunset.jpg" alt="bright sunset over ocean" width="60%">
<img src="../imgs/Cliff sea.jpg" alt="cliff over sea" width="55%">
<img src="../imgs/cliff.jpg" alt="a tall cliff over the sea" width="40%">
<img src="../imgs/galaxy.jpg" alt="the milky way" width="45%">
<img src="../imgs/lanterns.jpg" alt="lanterns behind bars in window" width="45%">
<img src="../imgs/plane trail.jpg" alt="plane trail in the night sky" width="50%">
<img src="../imgs/statue on builing.jpg" alt="statue on builing in london" width="40%">
<img src="../imgs/yellow plant.jpg" alt="yellow plant/flower" width="45%">
<img src="../imgs/underpass grafiti.jpg" alt="grafiti underpass" width="45%">
<img src="../imgs/antique living room.jpg" alt="living room" width="60%">
</div>
<div style="background-color: #0b1f2e; color: antiquewhite;">
<h4>Contact information:</h4>
<h4>ashgawlik@gmail.com</h4>
<h4></h4>
</div>
</body>
</html>