-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
178 lines (164 loc) · 5.5 KB
/
index.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
<!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="Portfolio showcasing the work of a photographer">
<title>Photography Portfolio</title>
<style>
/* Global Styles */
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: #f4f4f4;
}
header {
background-color: #333;
color: white;
text-align: center;
padding: 20px 0;
}
header h1 {
margin: 0;
}
/* Navigation Bar */
nav {
display: flex;
justify-content: center;
background-color: #444;
}
nav a {
color: white;
padding: 15px 20px;
text-decoration: none;
text-transform: uppercase;
letter-spacing: 1px;
}
nav a:hover {
background-color: #575757;
}
/* Section Styles */
section {
padding: 40px;
}
h2 {
text-align: center;
color: #333;
}
/* Photo Grid */
.photo-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
gap: 20px;
padding: 20px;
}
.photo-grid img {
width: 100%;
height: auto;
border-radius: 8px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
/* Footer Styles */
footer {
background-color: #333;
color: white;
text-align: center;
padding: 20px;
position: fixed;
width: 100%;
bottom: 0;
}
</style>
</head>
<body>
<!-- Header Section -->
<header>
<h1>San Francisco Lens</h1>
<p>Capturing moments on film</p>
</header>
<!-- Navigation Bar -->
<nav>
<a href="#about">About</a>
<a href="#portfolio">Portfolio</a>
<a href="#contact">Contact</a>
</nav>
<!-- About Section -->
<section id="about">
<section id="about" style="text-align: center;">
<img src="./website portfolio/4679_00A.jpg" alt="Profile Picture" style="width:450px; height:450px; object-fit: cover; margin-bottom:20px;">
<h2>About Me</h2>
<p>I'm Alex Bondoc, and I'm from San Francisco here's a little introduction about me. I picked up photography during 2020, and it's a hobby I truly enjoy. Everyone has different angle when they pick up a camera. Here's how I see the world/moments of time. I mostly shoot architecture, candid and almost forgot all my work is shot on a Canon AE-1. My favorite roll of film is Kodak Gold 200, this film gives the picture a retro look and it makes color pop out more. Outside of photography I do more outdoor stuff like mountain biking, hanging out with friends, capturing moments and meeting new people. I believe every photo tells a story, and it tells your story. Go out there and shoot.</p>
</section>
<!-- Portfolio Section -->
<section id="portfolio">
<h2>Portfolio</h2>
<div class="photo-grid">
<figure>
<img src="website portfolio/000066870010.jpg" alt="Photo 1">
<figcaption>Wheels and Wings. Windsor, California.</figcaption>
<figcaption>Kodak Gold 200</figcaption>
</figure>
<figure>
<img src="website portfolio/000066870018 (1).jpg" alt="Photo 2">
<figcaption>Wheels and Wings. Windsor, California.</figcaption>
<figcaption>Kodak Gold 200</figcaption>
</figure>
<figure>
<img src="./website portfolio/4680_28A.JPG" alt="Photo 3">
<figcaption>Alamo Park. San Francisco, California.</figcaption>
<figcaption>Kodak Gold 200</figcaption>
</figure>
<figure>
<img src="./website portfolio/000093370028.jpg" alt="Photo 4">
<figcaption>Painted Ladies. San Francisco, California.</figcaption>
<figcaption>Kodak Gold 200</figcaption>
</figure>
<figure>
<img src="./website portfolio/000093370030.jpg" alt="Photo 5">
<figcaption>Western Addition Auto Garage. San Francisco, California.</figcaption>
<figcaption>Kodak Gold 200</figcaption>
</figure>
<figure>
<img src="./website portfolio/IMG_8086.jpg" alt="Photo 6">
<figcaption>Eiffel Tower. Paris, France.</figcaption>
<figcaption>Kodak Gold 200</figcaption>
</figure>
<figure>
<img src="./website portfolio/IMG_7407.jpg" alt="Photo 7">
<figcaption>Luxembourg Gardens. Paris, France.</figcaption>
<figcaption>Kodak Gold 200</figcaption>
</figure>
<figure>
<img src="./website portfolio/IMG_8093.jpg" alt="Photo 8">
<figcaption>City Hall. Paris, France.</figcaption>
<figcaption>Kodak Gold 200</figcaption>
</figure>
<figure>
<img src="./website portfolio/4680_16A.jpg" alt="Photo 9">
<figcaption>Tower Theatre. Bend, Oregon.</figcaption>
<figcaption>Kodak Gold 200</figcaption>
</figure>
<figure>
<img src="./website portfolio/4679_28A.JPG" alt="Photo 10">
<figcaption>Old Mill District. Bend, Oregon.<figcaption>
<figcaption>Kodak Gold 200</figcaption>
</figure>
<figure>
</div>
</section>
<div id="lightbox-modal" class="lightbox-modal">
<span id="close-modal" class="close">×</span>
<img id="enlarged-img" class="enlarged-img" src=""
<!-- Contact Section -->
<section id="contact">
<h2>Contact Me</h2>
<p>If you would like to book a session or have any questions, feel free to reach out!</p>
<p>Email: <a href="mailto:alexandermbondoc@gmail.com">alexandermbondoc@gmail.com</a></p>
</section>
<!-- Footer -->
<footer>
<p>© 2025 Alex Bondoc Photography. All rights reserved.</p>
</footer>
</body>
</html>