This repository was archived by the owner on Jan 14, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 477
Expand file tree
/
Copy pathindex.html
More file actions
67 lines (51 loc) · 3.2 KB
/
index.html
File metadata and controls
67 lines (51 loc) · 3.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<title>Landscape Photography</title>
<link
href="//fonts.googleapis.com/css?family=Roboto:400,500,300"
rel="stylesheet"
type="text/css"
/>
<link rel="stylesheet" href="css/style.css" />
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
</head>
<body>
<div id="header_id">
<header>
<h1>Landscape Photography</h1>
<p>Landscape photography is the art of capturing pictures of nature and the outdoors in a way that brings your viewer into the scene. From grand landscapes to intimate details, the best photos demonstrate the photographer’s own connection to nature and capture the essence of the world around them. Below, you’ll find all the landscape photography articles we have written over the past decade, including our highly approachable tutorials and techniques. If you want to learn everything there is to know about taking beautiful landscape pictures, this is the place to start.</p>
</header>
</div>
<main>
<div class="img_class">
<img id="photo_1" src="https://photographylife.com/wp-content/uploads/2019/07/09-Frozen-Lake-Patagonia-960x640.jpg" alt="">
</div>
<div>
<article>
<h2>Essays</h2>
<p>These are the top articles we’ve written to get you started in landscape photography, arranged in alphabetical order. Most importantly, you should know the basic camera settings and technical information (like aperture, shutter speed, exposure, and sharpness). After that, if there is a particular type of landscape subject you want to photograph, you’ll find information here as well.</p>
<a href="https://photographylife.com/landscapes/south-america-8-months">8 Months in South America with a Camera and a Pack</a>
</article>
<article>
<h2>Equipment</h2>
<p>If you already understand the basics of landscape photography, it might be time to learn the more advanced techniques. Things like hyperfocal distance, exposing to the right, and focus stacking are not absolutely essential for learning landscape photography, but they certainly help take your pictures to the next level.</p>
<a href="https://photographylife.com/how-to-correct-white-balance-photoshop">How to Correct White Balance in PhotoShop</a>
</article>
<article>
<h2>Post-Processing</h2>
<p>If you already understand the basics of landscape photography, it might be time to learn the more advanced techniques. Things like hyperfocal distance, exposing to the right, and focus stacking are not absolutely essential for learning landscape photography, but they certainly help take your pictures to the next level.</p>
<a href="https://photographylife.com/landscapes/advanced-post-processing-tips-three-step-sharpening">Advanced Post-Processing Tips: Three-Step Sharpening</a>
</article>
</div>
</main>
<footer>
<p>Copyright © 2023 · Rahma Berhan</p>
</footer>
</body>
</html>