-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
466 lines (386 loc) · 16.2 KB
/
index.html
File metadata and controls
466 lines (386 loc) · 16.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
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
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Pekadi</title>
<meta name="impact-site-verification" value="22baa041-d7dd-41ad-849c-943b862145d0" />
<link rel="stylesheet" href="style.css" />
<link rel="icon" type="image/x-icon" href="icon.ico" />
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600&family=Inter:wght@300;400;500&display=swap" rel="stylesheet">
</head>
<body>
<header>
<div class="social-links header-row">
<form class="search-form" action="https://pcpartpicker.com/search/" method="get" target="_blank">
<input type="text" name="q" placeholder="Search PC parts..." required />
<button type="submit">Search</button>
</form>
<button class="pekadi-app-popup-button" onclick="openPekadiAppPopup()">
Pekadi App!
</button>
<div class="icon-row">
<a href="https://www.instagram.com/pekadi"><img src="instagram.png" class="social-icon" alt="Instagram"></a>
<a href="https://github.com/Pekadii"><img src="github.png" class="social-icon" alt="GitHub"></a>
<a href="https://discord.com/invite/h5EBn2zKBu"><img src="discord.png" class="social-icon" alt="Discord"></a>
</div>
</div>
</header>
<section class="signature signature--center">
<div class="signature-media">
<img src="Signature.png" alt="Pekadi Photography Signature" />
</div>
<div class="overlay">
</div>
</section>
<div class="signature-actions">
<a class="btn btn-small" href="von.html">Von’s Page</a>
</div>
<section class="about" id="about">
<div class="about-left">
<h2>About Me</h2>
<p>
I focus on creating cinematic tones. Portraits, Street, Landscape, I want to share my vision
also which lens to choose from depending on which photo style you want to take. Follow my journey
and learn new tips & tricks on camera settings as I learn something new everyday.
</p>
</div>
<div class="about-right">
<div class="about-card">
<h3>My Style</h3>
<p>Portraits • Street • Landscape</p>
<a class="btn btn-small" href="#contact">Contact me</a>
</div>
</div>
</section>
<section class="lenses" id="lenses">
<div class="lenses-head">
<h2>My Lenses</h2>
<p>
A quick look at the glass I’m currently using — what it’s best at, and the style it supports as I grow the kit.
</p>
</div>
<div class="lens-tabs" aria-label="Lens tabs">
<button class="lens-tab"
type="button"
aria-controls="lens-sigma"
id="tab-sigma"
data-lens-open>
<img class="tab-ico-img" src="sigma-18-35.png" alt="" aria-hidden="true">
<span>Sigma 18–35mm f/1.8</span>
</button>
<button class="lens-tab"
type="button"
aria-controls="lens-canon50"
id="tab-canon50"
data-lens-open>
<img class="tab-ico-img" src="canon-50mm.png" alt="" aria-hidden="true">
<span>Canon EF 50mm f/1.8 STM</span>
</button>
</div>
<div class="lens-modal" id="lensModal" hidden>
<button class="lens-backdrop" type="button" aria-label="Close lens details" data-lens-close></button>
<div class="lens-window" role="dialog" aria-modal="true" aria-labelledby="lensDialogTitle">
<div class="lens-window-head">
<div>
<p class="lens-window-kicker">Lens Info</p>
<h3 id="lensDialogTitle">Lens details</h3>
</div>
<button class="lens-close" type="button" aria-label="Close lens details" data-lens-close>×</button>
</div>
<div class="lens-panels">
<article class="lens-panel" role="tabpanel" id="lens-sigma" aria-labelledby="tab-sigma" hidden>
<div class="lens-grid">
<div class="lens-card">
<h3>Sigma 18–35mm f/1.8 (APS-C)</h3>
<p class="lens-meta">On Canon R50 (APS-C): feels like ~29–56mm equivalent • bright f/1.8 zoom</p>
<div class="pill-row">
<span class="pill">Portraits (environmental)</span>
<span class="pill">Street</span>
<span class="pill">Lifestyle</span>
<span class="pill">Low light</span>
<span class="pill">Video</span>
</div>
<ul class="lens-list">
<li><strong>Best for:</strong> versatile “cinematic” look, story shots, street + scenes with context.</li>
<li><strong>Strength:</strong> f/1.8 across the zoom gives strong subject separation + low-light ability.</li>
<li><strong>Look:</strong> wider frames at 18–24mm, tighter natural perspective at 30–35mm.</li>
<li><strong>Note:</strong> It’s an EF-mount lens — use your EF→RF adapter on the R50.</li>
</ul>
</div>
<div class="lens-card">
<h3>Suggested Use</h3>
<div class="mini-grid">
<div class="mini">
<h4>Street / Lifestyle</h4>
<p>24–35mm • f/1.8–2.8 • 1/250+ • ISO as needed</p>
</div>
<div class="mini">
<h4>Portrait w/ context</h4>
<p>30–35mm • f/1.8–2.2 • 1/200+ • soften background</p>
</div>
<div class="mini">
<h4>Moody low-light</h4>
<p>18–24mm • f/1.8 • 1/125–1/250 • raise ISO carefully</p>
</div>
</div>
</div>
</div>
</article>
<article class="lens-panel" role="tabpanel" id="lens-canon50" aria-labelledby="tab-canon50" hidden>
<div class="lens-grid">
<div class="lens-card">
<h3>Canon EF 50mm f/1.8 STM</h3>
<p class="lens-meta">On Canon R50 (APS-C): feels like ~80mm equivalent • classic budget portrait lens</p>
<div class="pill-row">
<span class="pill">Portraits</span>
<span class="pill">Details</span>
<span class="pill">Low light</span>
<span class="pill">Bokeh</span>
</div>
<ul class="lens-list">
<li><strong>Best for:</strong> portraits, tight compositions, detail shots, creamy background blur.</li>
<li><strong>Strength:</strong> light + sharp for the price; great for learning subject isolation.</li>
<li><strong>Look:</strong> more compression / “portrait feel” because it’s tighter on APS-C.</li>
<li><strong>Note:</strong> you’ll step back more indoors — it’s tighter than it sounds on R50.</li>
</ul>
</div>
<div class="lens-card">
<h3>Suggested Use</h3>
<div class="mini-grid">
<div class="mini">
<h4>Portraits</h4>
<p>f/1.8–2.8 • 1/200+ • focus on the eye • clean background</p>
</div>
<div class="mini">
<h4>Detail / Product</h4>
<p>f/2.8–5.6 • 1/125+ • sharper edges • more depth</p>
</div>
<div class="mini">
<h4>Low-light</h4>
<p>f/1.8 • keep shutter safe (1/160+) • raise ISO as needed</p>
</div>
</div>
</div>
</div>
</article>
</div>
</div>
</div>
</section>
<section class="gear-note" aria-label="Kit lens vs fast lens summary">
<h3>Kit Lens vs “Fast” Lens (Why Aperture Matters)</h3>
<p>
A typical <strong>kit lens</strong> usually has a <strong>smaller maximum aperture</strong>
(for example <strong>f/3.5–5.6</strong>), which means it lets in less light. In darker scenes,
you’ll often need a <strong>higher ISO</strong> (more grain) or a <strong>slower shutter</strong>
(more motion blur).
</p>
<p>
A <strong>fast lens</strong> (like <strong>f/1.8</strong> or <strong>f/2.8</strong>) lets in
much more light, so you can shoot <strong>cleaner</strong> at night, keep your shutter
<strong>faster</strong>, and get more <strong>background blur</strong> for portraits.
</p>
<ul>
<li><strong>Kit lens:</strong> great starter, travel, daylight — sharp enough, but needs more light.</li>
<li><strong>Fast lens:</strong> better low-light + more subject separation (blurred background).</li>
</ul>
<p class="gear-note-tip">
Tip: a lens with a “higher f-number” (like f/5.6) isn’t “better” — it just means less light enters the lens.
</p>
</section>
<div class="gear-example">
<div class="gear-example-text">
<p class="gear-note-tip">
<strong>Real-world example:</strong> Basic lenses aren’t bad — they just require
understanding light and timing.
</p>
<p>
This image was shot using a <strong>Canon EF 75–300mm</strong> (a common kit/basic telephoto lens).
While it has a smaller maximum aperture, good lighting made it possible to keep noise controlled.
</p>
<ul class="gear-example-settings">
<li><strong>Lens:</strong> EF 75–300mm</li>
<li><strong>Focal Length:</strong> 280mm</li>
<li><strong>Aperture:</strong> f/5.6</li>
<li><strong>Shutter:</strong> 1/1250 sec</li>
<li><strong>ISO:</strong> 320</li>
</ul>
<p class="gear-example-note">
When light hits the lens correctly, even slower glass can produce clean images.
A touch of grain can be embraced and refined in post for a <em>vintage, cinematic feel</em>.
</p>
</div>
<div class="gear-example-image">
<img src="Example.jpg" alt="Example photo shot on Canon EF 75-300mm lens">
</div>
</div>
<section class="photo-guide">
<h2>Understanding Exposure</h2>
<p class="guide-intro">
Photography is a balance between light, time, and sensitivity.
Mastering exposure comes down to three core settings.
</p>
<div class="guide-grid">
<div class="guide-card">
<h3>Aperture</h3>
<p>Controls depth of field and how much light enters the lens.</p>
<ul>
<li><strong>Low f-stop:</strong> brighter, shallow background</li>
<li><strong>High f-stop:</strong> darker, deeper focus</li>
</ul>
</div>
<div class="guide-card">
<h3>Shutter Speed</h3>
<p>Controls motion and exposure time.</p>
<ul>
<li><strong>Slow:</strong> motion blur, creative movement</li>
<li><strong>Fast:</strong> freeze action</li>
</ul>
</div>
<div class="guide-card">
<h3>ISO</h3>
<p>Controls sensor sensitivity to light.</p>
<ul>
<li><strong>Low:</strong> clean, sharp images</li>
<li><strong>High:</strong> brighter, more grain</li>
</ul>
</div>
</div>
</section>
<section class="ba-gallery" id="gallery">
<div class="ba-grid">
<div class="ba-copy">
<div class="ba-icon">🖥️</div>
<h2>Transform your photos with presets - lightroom editing.</h2>
<p>Real examples using the presets and editing to enhance your photos.</p>
</div>
<div class="ba-card">
<div class="ba-stage" id="baStage">
</div>
<div class="ba-ui">
<button class="ba-nav ba-prev" type="button" aria-label="Previous">‹</button>
<div class="ba-count" id="baCount">1 / 1</div>
<button class="ba-nav ba-next" type="button" aria-label="Next">›</button>
</div>
</div>
</div>
</section>
<p class="pekadi-quote">
“INSPIRED BY CREATIVITY. DEFINED BY BEAUTY.”
</p>
<section class="contact-section" id="contact">
<div class="contact-cta">
<p class="contact-kicker">Let’s talk</p>
<h2>Questions, edits, presets, or shoots.</h2>
<button class="contact-launch" type="button" data-contact-open>Open chat</button>
</div>
<div class="contact-modal" id="contactModal" hidden>
<button class="contact-backdrop" type="button" aria-label="Close contact form" data-contact-close></button>
<div class="contact-window" role="dialog" aria-modal="true" aria-labelledby="contactTitle">
<div class="contact-window-head">
<div>
<p class="contact-window-kicker">Pekadi</p>
<h3 id="contactTitle">Send a message</h3>
</div>
<button class="contact-close" type="button" aria-label="Close contact form" data-contact-close>×</button>
</div>
<div class="contact-thread" aria-hidden="true">
<div class="contact-bubble contact-bubble-reply">If you have any questions, please fill out the form below and I’ll get back to you as soon as I can!</div>
</div>
<form class="contact-form" action="https://formspree.io/f/mnndnyar" method="POST">
<input type="text" name="name" placeholder="Discord or name" required />
<input type="email" name="email" placeholder="Your email" required />
<textarea name="message" placeholder="Your message" required></textarea>
<button type="submit">Send Message</button>
</form>
</div>
</div>
</section>
<footer>
<p>Copyright © 2025 - Pekadi Photography - All rights reserved.</p>
</footer>
<script src="ba-gallery.js"></script>
<script>
(function(){
const modal = document.getElementById("lensModal");
const buttons = Array.from(document.querySelectorAll("[data-lens-open]"));
if(!modal || buttons.length === 0) return;
const panels = buttons
.map((button) => document.getElementById(button.getAttribute("aria-controls")))
.filter(Boolean);
const closers = modal.querySelectorAll("[data-lens-close]");
const title = document.getElementById("lensDialogTitle");
function openLens(button){
const panelId = button.getAttribute("aria-controls");
const panel = document.getElementById(panelId);
if(!panel) return;
buttons.forEach((item) => {
item.classList.toggle("is-active", item === button);
});
panels.forEach((item) => {
const on = item === panel;
item.classList.toggle("is-active", on);
if(on) item.removeAttribute("hidden");
else item.setAttribute("hidden", "");
});
if(title){
title.textContent = button.textContent.trim();
}
modal.hidden = false;
document.body.classList.add("lens-open");
}
function closeLens(){
modal.hidden = true;
document.body.classList.remove("lens-open");
buttons.forEach((item) => item.classList.remove("is-active"));
panels.forEach((item) => item.setAttribute("hidden", ""));
}
buttons.forEach((button) => {
button.addEventListener("click", () => openLens(button));
});
closers.forEach((closer) => {
closer.addEventListener("click", closeLens);
});
document.addEventListener("keydown", (event) => {
if(event.key === "Escape" && !modal.hidden){
closeLens();
}
});
})();
</script>
<script>
(function(){
const modal = document.getElementById("contactModal");
if(!modal) return;
const openers = document.querySelectorAll('[data-contact-open], a[href="#contact"]');
const closers = modal.querySelectorAll("[data-contact-close]");
const firstInput = modal.querySelector("input, textarea");
function openContact(event){
if(event) event.preventDefault();
modal.hidden = false;
document.body.classList.add("contact-open");
if(firstInput) requestAnimationFrame(() => firstInput.focus());
}
function closeContact(){
modal.hidden = true;
document.body.classList.remove("contact-open");
}
openers.forEach((opener) => {
opener.addEventListener("click", openContact);
});
closers.forEach((closer) => {
closer.addEventListener("click", closeContact);
});
document.addEventListener("keydown", (event) => {
if(event.key === "Escape" && !modal.hidden){
closeContact();
}
});
})();
function openPekadiAppPopup() {
window.open("https://apps.apple.com/us/app/pekadi/id6760949198", "_blank", "width=600,height=600");
}
</script>
</body>
</html>