-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog.html
223 lines (208 loc) · 11.3 KB
/
blog.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
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
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Photography Site</title>
<meta name = "viewport" content = "width=device-width, intial-scale=1.0">
<link rel="stylesheet" href="main.css">
<script src="https://kit.fontawesome.com/61e0cad9c5.js" crossorigin="anonymous"></script>
</head>
<body>
<!-- header -->
<header class = "header">
<div class = "nav-section">
<div class = "brand-and-navBtn">
<span class = "brand-name">
SHUTTER STUDIOUS
</span>
<span class = "navBtn flex">
<i class = "fas fa-bars"></i>
</span>
</div>
<!-- navigation menu -->
<nav class = "top-nav">
<ul>
<li><a href = "index.html">Home</a></li>
<li><a href = "gallery.html">Gallery</a></li>
<li><a href = "blog.html" class = "active">Blog</a></li>
<li><a href = "contact.html">Contact</a></li>
</ul>
</nav>
<span class = "search-icon">
<i class = "fas fa-search"></i>
</span>
</div>
<div class = "container about">
<div class = "about-content">
<div class = "about-img flex">
<img src = "images/AboutUs.jpg" alt = "photographer img">
</div>
<h2>We are Shutter Studious</h2>
<h3>Photography Crew</h3>
<blockquote>
“While there is perhaps a province in which the photograph can tell us nothing more than what we see with our own eyes, there is another in which it proves to us how little our eyes permit us to see.”
<span>– Dorothea Lange</span>
</blockquote>
</div>
<div class = "social-icons">
<ul>
<li>
<a href = "#"><i class = "fab fa-facebook"></i></a>
</li>
<li>
<a href = "#"><i class = "fab fa-twitter"></i></a>
</li>
<li>
<a href = "#"><i class = "fab fa-instagram"></i></a>
</li>
<li>
<a href = "#"><i class = "fab fa-pinterest"></i></a>
</li>
</ul>
</div>
</div>
</header>
<!-- end of header -->
<!-- main -->
<section class = "section-four">
<div class = "container">
<div class = "blogs">
<div class = "blog-wrapper-lg">
<!-- single blog post -->
<div class = "blog">
<img src = "images/blog1.jpg">
<div class = "blog-content">
<span class = "badge">Photography</span>
<span class = "misc-info">
Published: 7 Weeks Ago | 36 Comments
</span>
<h3 class = "blog-title">
Best Photography Tips For Beginners
</h3>
<p class = "blog-text">
Master the art of photography with ease! Our guide to the best photography tips for beginners covers everything from camera settings and composition to lighting and editing. Start your journey to capturing stunning photos today!
</p>
<a href = "#" class = "btn">Read More</a>
</div>
</div>
<!-- end of single post -->
<!-- single blog post -->
<div class = "blog">
<img src = "images/blog2.jpg">
<div class = "blog-content">
<span class = "badge">Inspiration</span>
<span class = "misc-info">
Published: 5 Weeks Ago | 51 Comments
</span>
<h3 class = "blog-title">
Finding Your Inspiration
</h3>
<p class = "blog-text">
Unleash your creativity by discovering what inspires you. Explore ways to find your unique voice in photography, whether through nature, people, colors, or emotions. Let your passion guide your lens and turn everyday moments into extraordinary art.
</p>
<a href = "#" class = "btn">Read More</a>
</div>
</div>
<!-- end of single post -->
</div>
<div class = "blog-wrapper-sm">
<!-- single blog post -->
<div class = "blog">
<img src = "images/blog3.jpg">
<div class = "blog-content">
<span class = "badge">Memories</span>
<span class = "misc-info">
Published: 5 Weeks Ago | 28 Comments
</span>
<h3 class = "blog-title">
Gathering Memories
</h3>
<p class = "blog-text">
Preserve life’s most precious moments through the art of photography. Capture emotions, milestones, and everyday beauty to create lasting memories you’ll treasure forever. Because every picture tells a story worth remembering.
</p>
<a href = "#" class = "btn">Read More</a>
</div>
</div>
<!-- end of single post -->
<!-- single blog post -->
<div class = "blog">
<img src = "images/blog4.jpg">
<div class = "blog-content">
<span class = "badge">Videography</span>
<span class = "misc-info">
Published: 4 Weeks Ago | 25 Comments
</span>
<h3 class = "blog-title">
Filming The Ocean Life
</h3>
<p class = "blog-text">
Dive into the wonders of the deep! Filming ocean life brings the beauty and mystery of the underwater world to the surface, showcasing vibrant marine creatures, dynamic movements, and the serenity of aquatic landscapes. Let the ocean tell its story through your lens.
<a href = "#" class = "btn">Read More</a>
</div>
</div>
<!-- end of single post -->
<!-- single blog post -->
<div class = "blog">
<img src = "images/blog5.jpg">
<div class = "blog-content">
<span class = "badge">Inspiration</span>
<span class = "misc-info">
Published: 2 Weeks Ago | 19 Comments
</span>
<h3 class = "blog-title">
Running Out of Ideas?
</h3>
<p class = "blog-text">
Feeling stuck? Running out of ideas happens to the best of us. Take a step back, seek new perspectives, explore different environments, or revisit past work for fresh inspiration. Creativity is always just around the corner—don't be afraid to experiment!
</p>
<a href = "#" class = "btn">Read More</a>
</div>
</div>
<!-- end of single post -->
<!-- single blog post -->
<div class = "blog">
<img src = "images/blog6.jpg">
<div class = "blog-content">
<span class = "badge">Photography</span>
<span class = "misc-info">
Published: 5 days Ago | 23 Comments
</span>
<h3 class = "blog-title">
Capture The Perfect Scenery
</h3>
<p class = "blog-text">
Capture the beauty of nature in its finest form. From breathtaking landscapes to hidden gems, learn how to frame the perfect scenery with the right light, angle, and timing. Let every shot bring the beauty of the world to life.
</p>
<a href = "#" class = "btn">Read More</a>
</div>
</div>
<!-- end of single post -->
</div>
</div>
</div>
</section>
<!-- end of main -->
<!-- footer -->
<footer class = "footer">
<div class = "footer-container container">
<div>
<h2>SHUTTER STUDIOUS</h2>
<p>Bringing stories to life, one frame at a time. Dedicated to capturing unforgettable moments and delivering timeless photography. Let’s create something beautiful together. Follow us on social media to stay inspired!</p>
</div>
<div>
<h3>Free Subscription!</h3>
<p>Join our community for free! Subscribe to stay updated with exclusive photography tips, behind-the-scenes content, and inspiration delivered straight to your inbox. No cost, just creativity!</p>
<div class = "subs">
<i class = "fas fa-envelope"></i>
<input type = "email" id = "email" placeholder="Email Address">
<button type = "submit">SUBSCRIBE</button>
</div>
</div>
</div>
<p>© Copyright Shutter_Studious. SIMPLE AND NICE</p>
</footer>
<!-- end of footer -->
<script src="script.js"></script>
</body>
</html>