-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
41 lines (36 loc) · 1.5 KB
/
about.html
File metadata and controls
41 lines (36 loc) · 1.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About</title>
</head>
<body>
<!-- encabezado -->
<header></header>
<main>
<!-- Banner -->
<section id="banner"></section>
<div>
<article id="imagen-perfil">
<img src="" alt="">
</article>
<!-- texto -->
<article id="texto-presentacion">
<p>I am a passionate photographer who always had a love for capturing beautiful moments and telling stories
through my lens. I believe that photography is not just about taking pictures, but about creating art. Every
photo I take is a reflection of my passion for the craft, and I am dedicated to providing my clients with
stunning and timeless photographs that they will cherish for a lifetime. I believe that every photo has the
power to transport us back in time and relive special moments, which is why I take great care in capturing the
essence of each subject.
I offer a range of photography services, including portrait sessions, event coverage, and commercial
photography. I am always open to new opportunities and collaborations, so please feel free to reach out if you
are interested in working together.
Thank you for visiting my page, and I look forward to capturing your special moments!</p>
</article>
</main>
<!-- footer -->
</div>
<footer></footer>
</body>
</html>