-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfoto.html
More file actions
253 lines (204 loc) · 12.4 KB
/
Copy pathfoto.html
File metadata and controls
253 lines (204 loc) · 12.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title data-i18n="FOTO_TITLE">Visual Evidence of Reality</title>
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
</head>
<body>
<canvas id="bg-canvas" aria-hidden="true"></canvas>
<div class="container">
<header class="header">
<a href="index.html" class="logo">HRCO</a>
<button class="mobile-menu-toggle" aria-label="Toggle mobile menu" aria-expanded="false" aria-controls="main-nav">
<span></span>
<span></span>
<span></span>
</button>
<nav id="main-nav">
<a href="index.html" class="nav-link" data-i18n="HOME_LINK">Start</a>
<a href="foto.html" class="nav-link active" data-i18n="NAV_VISUAL">Visual</a>
<a href="projects.html" class="nav-link" data-i18n="NAV_EXPERIENCE">Experience</a>
<a href="about_me.html" class="nav-link" data-i18n="NAV_ABOUT">About</a>
</nav>
<div class="settings-bar">
<div class="lang-toggles">
<button id="lang-toggle-slo" class="toggle-button">SLO</button>
<button id="lang-toggle-eng" class="toggle-button">ENG</button>
</div>
</div>
</header>
<main>
<!-- Drone Footage -->
<section class="drone-section">
<h2 data-i18n="DRONE_TITLE">Drone Footage</h2>
<div class="video-grid">
<div class="video-card">
<div class="video-wrapper">
<iframe
src="https://www.youtube.com/embed/klRVCyx2E_U"
title="Drone footage — Kolpa river"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen>
</iframe>
</div>
<p class="video-caption" data-i18n="VIDEO_1_CAPTION">Kolpa river — march 2025</p>
</div>
<div class="video-card">
<div class="video-wrapper">
<iframe
src="https://www.youtube.com/embed/VIDEO_ID_HERE"
title="Drone footage — Bela Krajina"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen>
</iframe>
</div>
<p class="video-caption" data-i18n="VIDEO_2_CAPTION">Aerial view — Bela Krajina</p>
</div>
<div class="video-card">
<div class="video-wrapper">
<iframe
src="https://www.youtube.com/embed/VIDEO_ID_HERE"
title="Drone footage"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen>
</iframe>
</div>
<p class="video-caption" data-i18n="VIDEO_3_CAPTION">Drone footage — coming soon</p>
</div>
<div class="video-card video-card--soon">
<div class="video-wrapper video-wrapper--placeholder">
<span>▶ More coming soon</span>
</div>
<p class="video-caption" data-i18n="VIDEO_SOON">More footage coming soon</p>
</div>
</div>
</section>
<h2 class="section-header" data-i18n="FOTO_SECTION_FOG">Morning Fog Chronicles</h2>
<section class="photo-carousel">
<div class="photo-grid">
<div class="photo-item">
<img src="images/web_1600_wm/gallery_01.jpg" alt="Kolpa River aerial morning view">
<p class="photo-caption" data-i18n="PHOTO_01">Rivers meander. Fog settles. Mountains exist majestically. The universe continues ignoring our opinions about topology.</p>
</div>
<div class="photo-item">
<img src="images/web_1600_wm/gallery_05.jpg" alt="Epic sunrise through fog">
<p class="photo-caption" data-i18n="PHOTO_05">Fog trapped between hills like confusion trapped between Monday and coffee.</p>
</div>
<div class="photo-item">
<img src="images/web_1600_wm/gallery_03.jpg" alt="Fiery sunrise colors">
<p class="photo-caption" data-i18n="PHOTO_03">Pink fog at dawn - proof that the atmosphere occasionally produces better color schemes than the Sirius Cybernetics Corporation.</p>
</div>
<div class="photo-item">
<img src="images/web_1600_wm/gallery_04.jpg" alt="Sun breaking through mist">
<p class="photo-caption" data-i18n="PHOTO_04">Golden hour meets fog layer. Physics doing what it does best: being consistently photogenic.</p>
</div>
<div class="photo-item">
<img src="images/web_1600_wm/gallery_02.jpg" alt="Morning fog between hills">
<p class="photo-caption" data-i18n="PHOTO_02">Fog trapped between hills like confusion trapped between Monday and coffee.</p>
</div>
<div class="photo-item">
<img src="images/web_1600_wm/gallery_12.jpg" alt="Sea of clouds">
<p class="photo-caption" data-i18n="PHOTO_06">Valley converted to cloud ocean. Villages emerge as improbable islands of civilization.</p>
</div>
<div class="photo-item">
<img src="images/web_1600_wm/gallery_13.jpg" alt="Evening fog in valley">
<p class="photo-caption" data-i18n="PHOTO_07">Evening mist performing its nightly ritual of obscuring everything interesting.</p>
</div>
<div class="photo-item">
<img src="images/web_1600_wm/gallery_24.jpg" alt="Dramatic sunrise with sunbeam">
<p class="photo-caption" data-i18n="PHOTO_08">Sunrise with lens flare included at no extra charge. Reality providing free special effects since forever.</p>
</div>
<div class="photo-item">
<img src="images/web_1600_wm/gallery_25.jpg" alt="Winding road through misty hills">
<p class="photo-caption" data-i18n="PHOTO_09">Morning fog settles on hills like procrastination settles on Mondays. The road knows where it's going, which is more than most of us.</p>
</div>
</div>
</section>
<h2 class="section-header" data-i18n="FOTO_SECTION_WINTER">Winter Chronicles: The Cold Equations</h2>
<section class="photo-carousel">
<div class="photo-grid">
<div class="photo-item">
<img src="images/web_1600_wm/gallery_06.jpg" alt="Winter river valley">
<p class="photo-caption" data-i18n="PHOTO_10">Winter transforms landscape into high-contrast study of white versus everything else.</p>
</div>
<div class="photo-item">
<img src="images/web_1600_wm/gallery_07.jpg" alt="Snowy river meander">
<p class="photo-caption" data-i18n="PHOTO_11">River refuses to freeze. Trees covered in snow. Stubborn liquid water: 1, Thermodynamics: 0.</p>
</div>
<div class="photo-item">
<img src="images/web_1600_wm/gallery_08.jpg" alt="Winter dusk with fog">
<p class="photo-caption" data-i18n="PHOTO_12">Winter sunset demonstrating that cold doesn't prevent beauty, merely makes photography significantly more uncomfortable.</p>
</div>
</div>
</section>
<h2 class="section-header" data-i18n="FOTO_SECTION_RIVER">River Aerial Chronicles</h2>
<section class="photo-carousel">
<div class="photo-grid">
<div class="photo-item">
<img src="images/web_1600_wm/gallery_10.jpg" alt="River with waterfall weir">
<p class="photo-caption" data-i18n="PHOTO_13">Small waterfall creating localized disturbance in otherwise calm river. Very relatable.</p>
</div>
<div class="photo-item">
<img src="images/web_1600_wm/gallery_16.jpg" alt="Camping tents along river">
<p class="photo-caption" data-i18n="PHOTO_14">Humans camping by river. The ancient tradition of sleeping uncomfortably near water continues unabated.</p>
</div>
<div class="photo-item">
<img src="images/web_1600_wm/gallery_17.jpg" alt="River confluence with gravel">
<p class="photo-caption" data-i18n="PHOTO_15">Where rivers meet and decide geography together. Democratic water distribution in action.</p>
</div>
<div class="photo-item">
<img src="images/web_1600_wm/gallery_18.jpg" alt="River split aerial view">
<p class="photo-caption" data-i18n="PHOTO_16">River choosing to split. Clear evidence that even water can't make up its mind sometimes.</p>
</div>
<div class="photo-item">
<img src="images/web_1600_wm/gallery_19.jpg" alt="Village by river valley">
<p class="photo-caption" data-i18n="PHOTO_17">Village nestled in valley. Humans building near water sources since discovering agriculture approximately 12,000 years ago.</p>
</div>
<div class="photo-item">
<img src="images/web_1600_wm/gallery_20.jpg" alt="River valley with farmland">
<p class="photo-caption" data-i18n="PHOTO_18">Agricultural fields arranged geometrically. Nature curved, humanity square. This tension defines civilization.</p>
</div>
<div class="photo-item">
<img src="images/web_1600_wm/gallery_21.jpg" alt="River through mountain valley">
<p class="photo-caption" data-i18n="PHOTO_19">River flowing between mountains with the confidence of having done this for millions of years.</p>
</div>
<div class="photo-item">
<img src="images/web_1600_wm/gallery_22.jpg" alt="River view from water level">
<p class="photo-caption" data-i18n="PHOTO_20">The river from water level. Perspective: changed. Physics: still applicable.</p>
</div>
<div class="photo-item">
<img src="images/web_1600_wm/gallery_23.jpg" alt="Wide river valley view">
<p class="photo-caption" data-i18n="PHOTO_21">Wide valley showcasing Earth's remarkable ability to be consistently scenic despite hosting humanity.</p>
</div>
</div>
</section>
<h2 class="section-header" data-i18n="FOTO_SECTION_PASTORAL">Pastoral Improbabilities</h2>
<section class="photo-carousel">
<div class="photo-grid">
<div class="photo-item">
<img src="images/web_1600_wm/gallery_15.jpg" alt="Cows from directly above">
<p class="photo-caption" data-i18n="PHOTO_22">Sheep from above. They remain unimpressed by aerial perspective. Dairy production continues regardless of viewpoint.</p>
</div>
</div>
</section>
</main>
</div>
<footer class="footer">
<div class="container">
<p>
© <span id="current-year"></span> |
<span data-i18n="FOOTER_TEXT">Constructed by HRCO. Mostly harmless.</span>
</p>
</div>
</footer>
<script src="js/gallery.js"></script>
<script src="js/main.js"></script>
<script src="js/bg-animation.js"></script>
</body>
</html>