-
Notifications
You must be signed in to change notification settings - Fork 0
/
aboutus.html
77 lines (76 loc) · 3.91 KB
/
aboutus.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
<!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="LensCrafted is a curated collection of photographic artistry from around the world. Our platform serves as a tribet to the art form, recognizing the skill, creativity, and dedication of photographers who transform ordinary scenes into extraordinary visual narratives.">
<link rel="icon" href="images/polaroid-line.png" sizes="32x32" type="image/png">
<title>About Us | LensCrafted</title>
<link rel="stylesheet" href="project.css">
</head>
<body>
<div id="aboutUs">
<header>
<nav>
<img src="images/logo1.png" alt="LensCrafted Logo" width="250" height="53">
<a href="#" class="toggle-button">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</a>
<div class="navbar-links">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="galleries.html">Galleries</a></li>
<li class="photographers-navbar">Photographers</li>
<li><a href="techniques.html">Techniques</a></li>
<li><a href="aboutus.html">About Us</a></li>
<li><a href="peerreview.html">Peer Review</a></li>
</ul>
</div>
<div class="photographers-navbar-links">
<ul>
<li class="hide">Photographers</li>
<li><a href="photographers.html">Ansel Adams</a></li>
<li><a href="photographers2.html">Don McCullin</a></li>
<li><a href="photographers3.html">Imogen Cunningham</a></li>
</ul>
</div>
</nav>
</header>
<div id="wrapper">
<main class="padding_remove">
<h1>About LensCrafted</h1>
<p>
LensCrafted is a curated collection of photographic artistry from around the world. Our mission is to
celebrate the beauty and diversity of photography, showcasing the talents of renowned photographers and
bringing their captivating work to your screens.
</p>
<p>
We believe in the power of visual storytelling. Each photograph featured on LensCrafted tells a unique
tale, capturing emotions, cultures, and moments frozen in time. Whether you're an aspiring photographer,
an art enthusiast, or simply someone who appreciates the art of capturing moments, LensCrafted welcomes
you to explore our vast gallery.
</p>
<p>
At LensCrafted, we are passionate about preserving the legacy of photography. Our platform serves as a
tribute to the art form, recognizing the skill, creativity, and dedication of photographers who transform
ordinary scenes into extraordinary visual narratives.
</p>
<p>
Join us on this inspiring journey through the lens. Discover the stories behind each image, learn about
the techniques that bring them to life, and immerse yourself in the world of photography. LensCrafted is
more than a website; it's a celebration of the art of seeing and capturing the world in all its
splendor.
</p>
</main>
</div>
</div>
<footer>
<div class="copyright">
Copyright © 2023 LensCrafted. All rights reserved.
</div>
</footer>
<script src="script.js"></script>
</body>
</html>