-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcredits.html
326 lines (254 loc) · 12.1 KB
/
credits.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
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
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Pixabay Fernandez</title>
<meta name="description" content="A website template for photographers">
<!-- FONT AWESOME CDN -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css" integrity="sha512-MV7K8+y+gLIBoVD59lQIYicR65iaqukzvf/nwasF0nqhPay5w/9lJmVM2hMDcnK1OnMGCdVK+iQrJ7lzPJQd1w==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="styles/credits.css">
<!-- AOS ANIMATIONS-->
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet">
<script src="https://unpkg.com/[email protected]/dist/aos.js" defer></script>
<script src="./src/js/aos.js" defer></script>
</head>
<body>
<!-- WHOLE PAGE CONTAINER -->
<div class="credits_big-container">
<!-- HEADER -->
<header class="general_header">
<!-- SOCIAL MEDIA LINKS -->
<div class="general_header_social-media">
<a href="#" rel="external noopener noreferrer">
<i class="fa-brands fa-instagram"></i>
</a>
<a href="#" rel="external noopener noreferrer">
<i class="fa-brands fa-facebook"></i>
</a>
</div>
<!-- MAIN HEADING / HOME LINK -->
<h1 class="general_header_heading">
PIXABAY Fernandez
</h1>
<!-- HAMBURGER -->
<div class="general_header_hamburger-wrapper">
<button class="general_header_hamburger">
<span></span>
<span></span>
<span></span>
</button>
</div>
<!-- NAVIGATION -->
<nav class="general_header_nav" aria-label="primary navigation">
<h2 class="hidden">Navigation</h2>
<div class="general_header_nav_img"></div>
<ul class="general_header_nav_list">
<li>
<a href="./about-me.html">About Me</a>
</li>
<li>
Portfolio
<ul>
<li>
<a href="./gallery_wildlife.html">Wildlife</a>
</li>
<li>
<a href="./gallery_nature.html">Nature</a>
</li>
<li>
<a href="./gallery_pets.html">Pets</a>
</li>
</ul>
</li>
<li>
<a href="./credits.html">Credits</a>
</li>
</ul>
</nav>
</header>
<!-- Credits -->
<section class="credits_content">
<!-- Credits Header -->
<header class="credits_content_header">
<h2>Credits</h2>
<!-- <img src="./pics/Skitterphoto_man.jpg" alt="photographer"> -->
<img src="./pics/clapping-hands.gif" alt="clapping hands">
</header>
<!-- Inspiration for this project-->
<section class="credits_content_credit-section" data-aos="fade-up">
<h3>Inspiration to do this Project</h3>
<a href="https://zerotomastery.io/courses/javascript-projects/" rel="noopener external">
<span>The ZTM Course</span>
JavaScript Web Projects: <br class="special-br">
20 Projects to Build Your Portfolio
</a>
</section>
<!-- Inspiration for the UI / UX -->
<section class="credits_content_credit-section" data-aos="fade-up">
<h3>Inspiration for the UI / UX</h3>
<a href="https://library.elementor.com/nature-photographer/" rel="noopener external">
Elementor Template
</a>
</section>
<!-- Pictures-->
<section class="credits_content_credit-section" data-aos="fade-up">
<h3>The Pictures</h3>
<a href="https://pixabay.com/de/" rel="noopener external">
Pixabay
</a>
<!-- the single pictures-->
<div class="credits_content_credit-pic-container">
<img src="./pics/Budhadityam2321_dragonfly.jpg" alt="Libelle">
<a href="https://pixabay.com/de/users/budhadityam2321-7422361/" rel="noopener external">
Budhadityam2321
</a>
</div>
<div class="credits_content_credit-pic-container">
<img src="./pics/Chraecker_owl.jpg" alt="Eule">
<a href="https://pixabay.com/de/users/chraecker-5555/" rel="noopener external">
Chraecker
</a>
</div>
<div class="credits_content_credit-pic-container">
<img src="./pics/huskyherz_dalmatian.jpg" alt="Dalmatiner">
<a href="https://pixabay.com/de/users/huskyherz-136017/" rel="noopener external">
Huskyherz
</a>
</div>
<div class="credits_content_credit-pic-container">
<img src="./pics/IanZA _african-lion.jpg" alt="Löwe">
<a href="https://pixabay.com/de/users/ianza-2026973/" rel="noopener external">
IanZA
</a>
</div>
<div class="credits_content_credit-pic-container">
<img src="./pics/IanZA_leopard.jpg" alt="Leopard">
<a href="https://pixabay.com/de/users/ianza-2026973/" rel="noopener external">
IanZA
</a>
</div>
<div class="credits_content_credit-pic-container">
<img src="./pics/Josch13_bird-of-paradise-flower.jpg" alt="Blüte">
<a href="https://pixabay.com/de/users/josch13-48777/" rel="noopener external">
Josch13
</a>
</div>
<div class="credits_content_credit-pic-container">
<img src="./pics/moshehar_nature.jpg" alt="Sukkulente">
<a href="https://pixabay.com/de/users/moshehar-7046690/" rel="noopener external">
moshehar
</a>
</div>
<div class="credits_content_credit-pic-container">
<img src="./pics/Mylene2401_leaf.jpg" alt="Blatt">
<a href="https://pixabay.com/de/users/mylene2401-10328767/" rel="noopener external">
Mylene2401
</a>
</div>
<div class="credits_content_credit-pic-container">
<img src="./pics/Mylene2401_petal.jpg" alt="Blütenblatt">
<a href="https://pixabay.com/de/users/mylene2401-10328767/" rel="noopener external">
Mylene2401
</a>
</div>
<div class="credits_content_credit-pic-container">
<img src="./pics/PublicDomainPictures _background.jpg" alt="Kiwi">
<a href="https://pixabay.com/de/users/publicdomainpictures-14/" rel="noopener external">
PublicDomainPictures
</a>
</div>
<div class="credits_content_credit-pic-container">
<img src="./pics/Radfotosonn _daylily.jpg" alt="Lilie">
<a href="https://pixabay.com/de/users/radfotosonn-8242629/" rel="noopener external">
Radfotosonn
</a>
</div>
<div class="credits_content_credit-pic-container">
<img src="./pics/RandyRMM_animal.jpg" alt="Hund">
<a href="https://pixabay.com/de/users/randyrmm-11051907/" rel="noopener external">
RandyRMM
</a>
</div>
<div class="credits_content_credit-pic-container">
<img src="./pics/Skitterphoto_man.jpg" alt="Fotograf">
<a href="https://pixabay.com/de/users/skitterphoto-324082/" rel="noopener external">
Skitterphoto
</a>
</div>
<div class="credits_content_credit-pic-container">
<img src="./pics/Waratharn_fern.jpg" alt="Farn">
<a href="https://pixabay.com/de/users/waratharn-3351728/" rel="noopener external">
Waratharn
</a>
</div>
</section>
<!-- The Clapping Hands -->
<section class="credits_content_credit-section" data-aos="fade-up">
<h3>The Clapping Hands</h3>
<a href="https://giphy.com/" rel="noopener external">
Giphy
</a>
<div class="credits_content_credit-pic-container">
<img src="./pics/clapping-hands.gif" alt="Farn" class="full-pic">
<a href="https://giphy.com/you53" rel="noopener external">
Yuko
</a>
</div>
</section>
<!-- The Text Shaking -->
<section class="credits_content_credit-section" data-aos="fade-up">
<h3>The Text Shaking Inspiration</h3>
<a href="https://codepen.io/peralP/pens/public" rel="noopener external">
Peral on Codepen
</a>
</section>
<!-- AOS -->
<section class="credits_content_credit-section" data-aos="fade-up">
<h3>In Viewport Animations</h3>
<a href="https://michalsnik.github.io/aos/" rel="noopener external">
AOS
</a>
</section>
<!-- The Spinner -->
<section class="credits_content_credit-section">
<h3>The Spinner GIF</h3>
<a href="https://loading.io/" rel="noopener external">
loading.io
</a>
</section>
</section><!-- end credits -->
<!-- FOOTER -->
<footer class="general_footer footer">
<h2>PIXABAY <span>Fernandez</span></h2>
<!-- PORTFOLIO NAVIGATION -->
<nav class="general_footer_gallery-navigation" aria-label="portfolio navigation">
<h3 class="hidden">Portfolio Navigation</h3>
<ul>
<li>
<a href="./gallery_wildlife.html">Wildlife</a>
</li>
<li>
<a href="./gallery_nature.html">Nature</a>
</li>
<li>
<a href="./gallery_pets.html">Pets</a>
</li>
</ul>
</nav>
<button class="general_footer_arrow-up">
<p>↑</p>
</button>
</footer>
<div class="general_loader">
<img src="./pics/loader.svg" alt="loader">
</div>
</div> <!-- END / WHOLE PAGE CONTAINER-->
<script src="./src/js/dom_elements.js"></script>
<script src="./src/js/hamburger.js"></script>
<script src="./src/js/jump_home.js"></script>
<script src="./src/js/global-buttons.js"></script>
<script src="./src/js/external-links.js"></script>
<script src="./src/js/loader.js"></script>
</body>
</html>