42 lines
1.4 KiB
HTML
42 lines
1.4 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>
|
|
Photography Details
|
|
</title>
|
|
</head>
|
|
|
|
<body bgcolor="#F0F8FF">
|
|
<details>
|
|
<summary>Menu</summary>
|
|
<ul>
|
|
<li><a href="./index.html">Home</a></li>
|
|
<li><a href="./embeded_details.html">Embeded Details</a></li>
|
|
<li><a href="./opencv_details.html">OpenCV Details</a></li>
|
|
<li><a href="./photography_details.html"><h4>Photography Details</h4></a></li>
|
|
<li><a href="./table.html">Table with filters (not working yet)</a></li>
|
|
<li><a href="./images/institute.png">Institute))</a></li>
|
|
</ul>
|
|
</details>
|
|
<h2 align="center">Photography Details</h2>
|
|
<hr width="800" align="center">
|
|
|
|
<p align="center">
|
|
Usually i capture landcape scenes with SLR camera, the main workhorse is Nikon D3100 with kit and 70-210mm
|
|
</p>
|
|
<p align="center">
|
|
<img src="images/photos/image0.png" alt="Photo 0" width="200">
|
|
<img src="images/photos/image1.png" alt="Photo 1" width="200">
|
|
<img src="images/photos/image2.png" alt="Photo 2" width="200">
|
|
</p>
|
|
<p align="center">
|
|
<img src="images/photos/image3.png" alt="Photo 3" width="200">
|
|
<img src="images/photos/image4.png" alt="Photo 4" width="200">
|
|
<img src="images/photos/image5.png" alt="Photo 5" width="200">
|
|
</p>
|
|
|
|
</body>
|
|
|
|
</html> |