-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindexbackup.html
531 lines (498 loc) · 29.6 KB
/
indexbackup.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
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
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
<!DOCTYPE html>
<html lang="en">
<head>
<title>The Waveform Generation</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/wavgen.css">
<!-- Google Fonts Links -->
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Inconsolata:wght@400;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Oswald:wght@400;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Fira+Sans:wght@400;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Arvo:wght@400;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Nunito:wght@400;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Shadows+Into+Light&display=swap" rel="stylesheet">
<style>
h1 {
font-size: 22px;
color: #ffb936;
}
h2 {
margin-top: 20px;
color: #ffb936;
}
p {
font-size: 22px;
color: #ffb936;
}
.roboto {
font-family: 'Roboto', sans-serif;
}
.merriweather {
font-family: 'Merriweather', serif;
}
.lato {
font-family: 'Lato', sans-serif;
}
.pt-sans {
font-family: 'PT Sans', sans-serif;
}
.montserrat {
font-family: 'Montserrat', sans-serif;
}
.raleway {
font-family: 'Raleway', sans-serif;
}
.open-sans {
font-family: 'Open Sans', sans-serif;
}
.poppins {
font-family: 'Poppins', sans-serif;
}
.ubuntu {
font-family: 'Ubuntu', sans-serif;
}
.playfair-display {
font-family: 'Playfair Display', serif;
}
.inconsolata {
font-family: 'Inconsolata', monospace;
}
.source-sans-pro {
font-family: 'Source Sans Pro', sans-serif;
}
.oswald {
font-family: 'Oswald', sans-serif;
}
.fira-sans {
font-family: 'Fira Sans', sans-serif;
}
.arvo {
font-family: 'Arvo', serif;
}
.work-sans {
font-family: 'Work Sans', sans-serif;
}
.nunito {
font-family: 'Nunito', sans-serif;
}
.libre-baskerville {
font-family: 'Libre Baskerville', serif;
}
@media screen and (max-width: 700px) {
.responsive-div {
width: 95%;
}
}
</style>
</head>
<body>
<!-- Placeholder for the header component -->
<div id="header-container"></div>
<!-- The Modal -->
<div id="myModal" class="modal">
<span class="close">×</span>
<img class="modal-content" id="img01" alt="">
<div id="caption"></div>
</div>
<div class="body-header">
<h2><a href="index.html">Hello World, This page is under active development in 2024</a></h2>
<h2><a href="index.html">I am using Chat GPT to help build the site using VS Code and GitHub Pages</a></h2>
</div>
<div class="row">
<div class="side">
<h3>My name is Rob McDonald</h3>
<p><img src="images/1.gif" alt="Ball 1" style="width:320px;height:240px;"></p>
</div>
<div class="main">
<h4>I am creative and technical:</h4>
<h4>- I live in Toronto, Ontario, Canada</h4>
<h4>- I enjoy coding and design</h4>
<h4>- I work on AI projects</h4>
</div>
</div>
<div class="header">
<h2><a href="index.html">Hello World, This page is under active development in 2024</a></h2>
<h2><a href="index.html">I am using Chat GPT to help build the site using VS Code and GitHub Pages</a></h2>
</div>
<div class="row">
<div class="side">
<h3>My name is Rob McDonald</h3>
<p><img src="images/1.gif" alt="Ball 1" style="width:320px;height:240px;"></p>
</div>
<div class="main">
<h4>I am creative and technical:</h4>
<h4>- I live in Toronto, Ontario, Canada</h4>
<h4>- I enjoy coding and design</h4>
<h4>- I work on AI projects</h4>
</div>
</div>
<div class="header">
<h2><a href="index.html">Hello World, This page is under active development in 2024</a></h2>
<h2><a href="index.html">I am using Chat GPT to help build the site using VS Code and GitHub Pages</a></h2>
</div>
<div class="row">
<div class="side">
<h3>My name is Rob McDonald</h3>
<p><img src="images/1.gif" alt="Ball 1" style="width:320px;height:240px;"></p>
</div>
<div class="main">
<h4>I am creative and technical:</h4>
<h4>- I live in Toronto, Ontario, Canada</h4>
<h4>- I enjoy coding and design</h4>
<h4>- I work on AI projects</h4>
</div>
</div>
<div class="header">
<h2><a href="index.html">Hello World, This page is under active development in 2024</a></h2>
<h2><a href="index.html">I am using Chat GPT to help build the site using VS Code and GitHub Pages</a></h2>
</div>
<div class="row">
<div class="side">
<h3>My name is Rob McDonald</h3>
<p><img src="images/1.gif" alt="Ball 1" style="width:320px;height:240px;"></p>
</div>
<div class="main">
<h4>I am creative and technical:</h4>
<h4>- I live in Toronto, Ontario, Canada</h4>
<h4>- I enjoy coding and design</h4>
<h4>- I work on AI projects</h4>
</div>
</div>
<h1>Color Cells with color fonts and texture backgrounds for Section Divs that are clickable links</h1>
<a href="index.html" style="text-decoration: none; background-color: #340093;">
<div class="responsive-div"
style="width: 90%; background-color: #2c0077; color: #FEDD00; font-family: 'Roboto'; padding: 20px; margin: 20px left; border: 5px solid #FEDD00;">
<h1 style="font-family: helvetica, arial, sans-serif; color: #FEDD00;">The Waveform Generation</h1>
<h2 style="font-family: helvetica, arial, sans-serif; color: #FEDD00;">Index</h2>
<p style="font-family: helvetica, arial, sans-serif; color: #FEDD00;">Deeper Purple Background color - #2c0077 -
Helvetica, Arial, Sans-Serif - Pantone Yellow C color - #FEDD00</p>
<p style="font-family: helvetica, arial, sans-serif; color: #FEDD00;">This would be the presentation of a div on the
index page of the site using the same font as the site yet a hex conversion of the Pantone Yellow C color
which is #FEDD00. This color is a popular choice for this presentation as it is a color that is not too bright or
too dark and has a warm, slightly golden tint. The background color of this div uses the slightly deeper purple
background color that is used around the navigation links for a better contrast and to make the text more legible.
No background image was purposely used to keep the div clean and the possibility to add future images.
This div links back to the index page when clicked.</p>
</div>
</a>
<br>...<br>
<a href="music.html" style="text-decoration: none; background-color: #340093;">
<div class="responsive-div" style="width: 90%; background-color: #00249C; color: #99CCFF; font-family: 'Playfair Display'; padding: 20px; margin: 20px left; border: 5px solid #99CCFF;
background-image: url('images/textures/bluecolumntall.jpg'); background-blend-mode: multiply; background-size: cover;">
<h1 style="font-family: 'Playfair Display'; color: #99CCFF;">The Waveform Generation</h1>
<h2 style="font-family: 'Playfair Display'; color: #99CCFF;">Music can be Blues, Greys and Browns</h2>
<p style="font-family: 'Playfair Display'; color: #99CCFF;">Dark blue C color - #00249C - Playfair Display - Light
Blue - #99CCFF</p>
<p style="font-family: 'Playfair Display'; color: #99CCFF;">This div showcases the music section, featuring a dark
blue background that complements the elegant Playfair Display font.
The light blue text provides a harmonious contrast, enhancing the musical theme of this section. This div
showcases a tall blue column texture as the background,
using a multiply blend mode to enhance the depth and vibrancy of the colors. The background size is set to cover,
ensuring a full and immersive visual experience.</p>
</div>
</a>
<br>...<br>
<a href="electro.html" style="text-decoration: none; background-color: #340093;">
<div class="responsive-div" style="width: 90%; background-color: #3D2B1F; color: #ffffff; font-family: 'Montserrat'; padding: 20px; margin: 20px left; border: 5px solid #4E008E;
background-image: url('images/textures/bluecolumntall.jpg'); background-blend-mode: normal; background-size: cover;">
<h1 style="font-family: 'Montserrat'; color: #ffffff">The Waveform Generation</h1>
<h2 style="font-family: 'Montserrat'; color: #ffffff">Electro</h2>
<p style="font-family: 'Montserrat'; color: #ffffff">Dark Brown - #3D2B1F - Montserrat - White - #ffffff</p>
<p style="font-family: 'Montserrat'; color: #ffffff;">This div is for the electro section, featuring a dark brown
background with Montserrat font in a white for readbility against the dark background.
The luxurious color scheme is intended to reflect the creativity and craftsmanship involved in electronic music.
This div is featuring a medium blue light row texture as the background.
The luminosity blend mode is applied to create a striking contrast and dynamic visual effect allowing the dark
brown background color to show through.
The background size is set to cover, ensuring the texture fully envelops the div.</p>
</div>
</a>
<br>...<br>
<a href="ambient.html" style="text-decoration: none; background-color: #340093;">
<div class="responsive-div"
style="width: 90%; background-color: #A6A9AA; color: #00249C; font-family: 'Raleway'; padding: 20px; margin: 20px left; border: 5px solid #00249C;
background-image: url('images/textures/bluetallrowmedium.jpg'); background-blend-mode: normal; background-size: cover;">
<h1 style="font-family: 'Raleway'; color: #ffffff;">The Waveform Generation</h1>
<h2 style="font-family: 'Raleway'; color: #ffffff;">Ambient</h2>
<p style="font-family: 'Raleway'; color: #ffffff;">Gray pastel color - #A6A9AA - Raleway - White - #ffffff</p>
<p style="font-family: 'Raleway'; color: #ffffff;">This div represents the ambient section, featuring a gray pastel
background and Raleway font in white.
The background image is a medium blue tall row texture, set to cover the div, creating a serene and tranquil
visual effect.</p>
</div>
</a>
<br>
<a href="melodic.html" style="text-decoration: none; background-color: #340093;">
<div class="responsive-div" style="width: 90%; background-color: #A17652; color: #FFE6CC; font-family: 'Open Sans'; padding: 20px; margin: 20px left; border: 5px solid #4E008E;
background-image: url('images/textures/bluecolumnsquare.jpg'); background-blend-mode: normal; background-size: cover;">
<h1 style="font-family: 'Open Sans'; color: #ffffff;">The Waveform Generation</h1>
<h2 style="font-family: 'Open Sans'; color: #ffffff;">Melodic</h2>
<p style="font-family: 'Open Sans'; color: #ffffff">Bronze color - #A17652 - Open Sans - White - #ffffff</p>
<p style="font-family: 'Open Sans'; color: #ffffff;">This div is dedicated to the melodic section, featuring a warm
bronze background and Open Sans font in white.
The background image is a blue column square texture, set to cover the div, adding depth and richness to the
visual presentation.</p>
</div>
</a>
<br>
<a href="breaks.html" style="text-decoration: none; background-color: #340093;">
<div class="responsive-div" style="width: 90%; background-color: #3D2B1F; color: #ffffff; font-family: 'Poppins'; padding: 20px; margin: 20px left; border: 5px solid #2c0077;
background-image: url('images/textures/bluearcsquare.jpg'); background-blend-mode: normal; background-size: cover;">
<h1 style="font-family: 'Poppins'; color: #ffffff;">The Waveform Generation</h1>
<h2 style="font-family: 'Poppins'; color: #ffffff;">Breaks</h2>
<p style="font-family: 'Poppins'; color: #ffffff">Dark Brown - #3D2B1F - Poppins - White - #ffffff</p>
<p style="font-family: 'Poppins'; color: #ffffff;">This div highlights the breaks section, featuring a dark brown
background and Poppins font in white.
The background image is a blue arc square texture, set to cover the div, providing a dynamic and rhythmic visual
effect.</p>
</div>
</a>
</div>
</a>
<br>...<br>
<br>...<br>
<a href="video.html" style="text-decoration: none; background-color: #340093;">
<div class="responsive-div" style="width: 90%; background-color: #5A5B9F; color: #E0E0FF; font-family: 'Lato'; padding: 20px; margin: 20px left; border: 5px solid #E0D1FF;
background-image: url('images/textures/purplerowlong.jpg'); background-blend-mode: multiply; background-size: cover;">
<h1 style="font-family: 'Lato'; color: #ffffff;">The Waveform Generation</h1>
<h2 style="font-family: 'Lato'; color: #ffffff;">Video can be Purples, yet also RGB and light related workups</h2>
<p style="font-family: 'Lato'; color: #ffffff;">Blue iris color - #5A5B9F - Lato - White- #ffffff</p>
<p style="font-family: 'Lato'; color: #ffffff;">This div is dedicated to the video section, featuring a blue iris
background with a textured purple row image.
The modern Lato font in white complements the color scheme, designed to evoke a sense of clarity and focus,
essential for video content.</p>
</div>
</a>
<br>...<br>
<a href="realtime.html" style="text-decoration: none; background-color: #340093;">
<div class="responsive-div" style="width: 90%; background-color: #65428A; color: #E0D1FF; font-family: 'Ubuntu'; padding: 20px; margin: 20px left; border: 5px solid #4E008E;
background-image: url('images/textures/purplecardrow.jpg'); background-blend-mode: multiply; background-size: cover;">
<h1 style="font-family: 'Ubuntu'; color: #E0D1FF;">The Waveform Generation</h1>
<h2 style="font-family: 'Ubuntu'; color: #E0D1FF;">Realtime</h2>
<p style="font-family: 'Ubuntu'; color: #E0D1FF;">Medium purple U color - #65428A - Ubuntu - Light Purple - #E0D1FF
</p>
<p style="font-family: 'Ubuntu'; color: #E0D1FF;">This div is for the realtime section, featuring a medium purple
background with a purple card row texture.
The Ubuntu font in light purple enhances the soothing color scheme, reflecting the seamless and expansive nature
of real-time applications.</p>
</div>
</a>
<br>...<br>
<a href="mapping.html" style="text-decoration: none; background-color: #340093;">
<div class="responsive-div" style="width: 90%; background-color: #00249C; color: #ffffff; font-family: 'Playfair Display'; padding: 20px; margin: 20px left; border: 5px solid #2c0077;
background-image: url('images/textures/purplerowlong.jpg'); background-blend-mode: normal; background-size: cover;">
<h1 style="font-family: 'Playfair Display'; color: #ffffff;">The Waveform Generation</h1>
<h2 style="font-family: 'Playfair Display'; color: #ffffff;">Mapping</h2>
<p style="font-family: 'Playfair Display'; color: #ffffff;">Dark blue C color - #00249C - Playfair Display - White -
#ffffff</p>
<p style="font-family: 'Playfair Display'; color: #ffffff;">This div represents the mapping section, with a dark
blue background and a textured purple row image.
The Playfair Display font in white adds elegance, reflecting the complexity and sophistication of mapping
processes.</p>
</div>
</a>
<br>...<br>
<a href="mixing.html" style="text-decoration: none; background-color: #340093;">
<div class="responsive-div"
style="width: 90%; background-color: #4E008E; color: #ffffff; font-family: 'Inconsolata'; padding: 20px; margin: 20px left; border: 5px solid #4E008E;
background-image: url('images/textures/purplecolumnsquare.jpg'); background-blend-mode: multiply; background-size: cover;">
<h1 style="font-family: 'Inconsolata'; color: #ffffff;">The Waveform Generation</h1>
<h2 style="font-family: 'Inconsolata'; color: #ffffff;">Mixing</h2>
<p style="font-family: 'Inconsolata'; color: #ffffff;">Medium purple C color - #4E008E - Inconsolata - White -
#ffffff</p>
<p style="font-family: 'Inconsolata'; color: #ffffff;">This div is dedicated to the mixing section, featuring a
medium purple background with a purple column square texture.
The Inconsolata font in white complements the rich color palette, designed to evoke creativity and innovation, key
elements in the mixing process.</p>
</div>
</a>
<br>...<br>
<a href="editing.html" style="text-decoration: none; background-color: #340093;">
<div class="responsive-div" style="width: 90%; background-color: #0F4C81; color: #ffffff; font-family: 'Work Sans'; padding: 20px; margin: 20px left; border: 5px solid #2c0077;
background-image: url('images/textures/purplerowlong.jpg'); background-blend-mode: normal; background-size: cover;">
<h1 style="font-family: 'Work Sans'; color: #ffffff;">The Waveform Generation</h1>
<h2 style="font-family: 'Work Sans'; color: #ffffff">Editing</h2>
<p style="font-family: 'Work Sans'; color: #ffffff">Classic blue color - #0F4C81 - Work Sans - White - #ffffff</p>
<p style="font-family: 'Work Sans'; color: #ffffff;">This div highlights the editing section, with a classic blue
background and a textured purple row image.
The Work Sans font in white conveys a sense of immediacy and precision, essential for editing tasks.</p>
</div>
</a>
<br>...<br>
<br>...<br>
<a href="data.html" style="text-decoration: none; background-color: #340093;">
<div class="responsive-div" style="width: 90%; background-color: #000000; color: #FFFFFF; font-family: 'Roboto'; padding: 20px; margin: 20px left; border: 5px solid #E0FFE0;
background-image: url('images/textures/greenarccard.jpg'); background-blend-mode: normal; background-size: cover;">
<h1 style="font-family: 'Roboto'; color: #FFFFFF;">The Waveform Generation</h1>
<h2 style="font-family: 'Roboto'; color: #FFFFFF;">Data can be Greens yet also black and whites like a console</h2>
<p style="font-family: 'Roboto'; color: #FFFFFF;">Black C color - #000000 - Roboto - White - #FFFFFF</p>
<p style="font-family: 'Roboto'; color: #FFFFFF;">This div represents the data section of the site, using a stark
black background to emphasize the clean, modern look of the Roboto font in white. The background image of
'greenarccard.jpg' adds a subtle texture, enhancing the visual appeal while maintaining focus on data.</p>
</div>
</a>
<br>...<br>
<a href="webdev.html" style="text-decoration: none; background-color: #340093;">
<div class="responsive-div" style="width: 90%; background-color: #FFFFFF; color: #333333; font-family: 'Roboto'; padding: 20px; margin: 20px left; border: 5px solid #333333;
background-image: url('images/textures/greenarctall.jpg'); background-blend-mode: normal; background-size: cover;">
<h1 style="font-family: 'Roboto'; color: #333333;">The Waveform Generation</h1>
<h2 style="font-family: 'Roboto'; color: #333333;">Web Dev</h2>
<p style="font-family: 'Roboto'; color: #333333;">White - #FFFFFF - Roboto - Dark Grey - #333333</p>
<p style="font-family: 'Roboto'; color: #333333;">This div is for the web development section, featuring a clean
white background with Roboto font in dark grey. The background image 'greenarctall.jpg' provides a
sophisticated texture, symbolizing the structured and layered nature of web development.</p>
</div>
</a>
<br>...<br>
<a href="coding.html" style="text-decoration: none; background-color: #340093;">
<div class="responsive-div" style="width: 90%; background-color: #FFFFFF ; color: #FFFFFF; font-family: 'Fira Sans'; padding: 20px; margin: 20px left; border: 5px solid #000000;
background-image: url('images/textures/greenarcsquare.jpg'); background-blend-mode: normal; background-size: cover;">
<h1 style="font-family: 'Fira Sans'; color: #000000;">The Waveform Generation</h1>
<h2 style="font-family: 'Fira Sans'; color: #000000;">Coding</h2>
<p style="font-family: 'Fira Sans'; color: #000000;"> White - #FFFFFF - Fira Sans - Black C Color - #000000</p>
<p style="font-family: 'Fira Sans'; color: #000000;">This div is dedicated to the coding section, featuring a
white background and Fira Sans font in black. The background image 'greenarcsquare.jpg' adds a geometric
texture, reflecting the logical and precise nature of coding.</p>
</div>
</a>
<br>...<br>
<a href="genai.html" style="text-decoration: none; background-color: #340093;">
<div class="responsive-div" style="width: 90%; background-color: #009473; color: #E0FFE0; font-family: 'Arvo'; padding: 20px; margin: 20px left; border: 5px solid #009473;
background-image: url('images/textures/greencolumncard.jpg'); background-blend-mode: normal; background-size: cover;">
<h1 style="font-family: 'Arvo'; color: #E0FFE0;">The Waveform Generation</h1>
<h2 style="font-family: 'Arvo'; color: #E0FFE0;">Gen AI</h2>
<p style="font-family: 'Arvo'; color: #E0FFE0;">Emerald color - #009473 - Arvo - Light Green - #E0FFE0</p>
<p style="font-family: 'Arvo'; color: #E0FFE0;">This div represents the Gen AI section, with an emerald background
and Arvo font in light green. The background image 'greencolumncard.jpg' adds a dynamic texture, symbolizing
the innovative and evolving nature of AI technology.</p>
</div>
</a>
<br>...<br>
<a href="cloud.html" style="text-decoration: none; background-color: #340093;">
<div class="responsive-div" style="width: 90%; background-color: #454A4C; color: #000000; font-family: 'Source Sans Pro'; padding: 20px; margin: 20px left; border: 5px solid #000000;
background-image: url('images/textures/greenarctall.jpg'); background-blend-mode: normal; background-size: cover;">
<h1 style="font-family: 'Source Sans Pro'; color: #000000;">The Waveform Generation</h1>
<h2 style="font-family: 'Source Sans Pro'; color: #000000">Cloud</h2>
<p style="font-family: 'Source Sans Pro'; color: #000000;">Gadget grey color - #454A4C - Source Sans Pro - Black -
#000000</p>
<p style="font-family: 'Source Sans Pro'; color: #000000;">This div is for the cloud section, featuring a gadget
grey background and Source Sans Pro font in black. The background image 'greenarctall.jpg' provides a
subtle texture, representing the expansive and interconnected nature of cloud computing.</p>
</div>
</a>
<br>...<br>
<br>...<br>
<a href="art.html" style="text-decoration: none; background-color: #340093;">
<div class="responsive-div" style="width: 90%; background-color: #FF6F1D; color: #FFFFFF; font-family: 'PT Sans'; padding: 20px; margin: 20px left; border: 5px solid #FFFFFF;
background-image: url('images/textures/redrowmedium.jpg'); background-blend-mode: normal; background-size: cover;">
<h1 style="font-family: 'PT Sans'; color: #FFFFFF;">The Waveform Generation</h1>
<h2 style="font-family: 'PT Sans'; color: #FFFFFF;">Art can be red-orange yet also yellows, warm colors</h2>
<p style="font-family: 'PT Sans'; color: #FFFFFF;">Orange clown fish color - #FF6F1D - PT Sans - - White - #FFFFFF
</p>
<p style="font-family: 'PT Sans'; color: #FFFFFF;">This div highlights the art section, using a vibrant red-orange
background with a texture of medium red rows.
The PT Sans font in white contrasts the warm color scheme, reflecting the passion and energy of artistic
expression.</p>
</div>
</a>
<br>...<br>
<a href="painting.html" style="text-decoration: none; background-color: #340093;">
<div class="responsive-div" style="width: 90%; background-color: #FF6F1D; color: #FFFFFF; font-family: 'Nunito'; padding: 20px; margin: 20px left; border: 5px solid #333366;
background-image: url('images/textures/redarcsquare.jpg'); background-blend-mode: normal; background-size: cover;">
<h1 style="font-family: 'Nunito'; color: #FFFFFF;">The Waveform Generation</h1>
<h2 style="font-family: 'Nunito'; color: #FFFFFF;">Painting</h2>
<p style="font-family: 'Nunito'; color: #FFFFFF">Orange clown fish color - #FF6F1D - Nunito - White - #FFFFFF</p>
<p style="font-family: 'Nunito'; color: #FFFFFF;">This div is dedicated to the painting section, featuring an orange
clown fish background with a texture of red arc squares.
The Nunito font in white contrasts the vibrant color scheme, designed to evoke creativity and artistic expression,
essential for painting.</p>
</div>
</a>
<br>...<br>
<a href="drawing.html" style="text-decoration: none; background-color: #340093;">
<div class="responsive-div" style="width: 90%; background-color: #FFBA52; color: #FFFFFF; font-family: 'Libre Baskerville'; padding: 20px; margin: 20px left; border: 5px solid #4E008E;
background-image: url('images/textures/redcolumnmedium.jpg'); background-blend-mode: normal; background-size: cover;">
<h1 style="font-family: 'Libre Baskerville'; color: #FFFFFF;">The Waveform Generation</h1>
<h2 style="font-family: 'Libre Baskerville'; color: #FFFFFF;">Drawing</h2>
<p style="font-family: 'Libre Baskerville'; color: #FFFFFF;">Orange pop color - #FFBA52 - Libre Baskerville - White
- #FFFFFF</p>
<p style="font-family: 'Libre Baskerville'; color: #FFFFFF;">This div is for the drawing section, featuring an
orange pop background with a texture of medium red columns.
The Libre Baskerville font in white contrasts the warm color scheme, intended to reflect the creativity and
precision involved in drawing.</p>
</div>
</a>
<br>...<br>
<a href="modelling.html" style="text-decoration: none; background-color: #340093;">
<div class="responsive-div" style="width: 90%; background-color: #FCAEBB; color: #660033; font-family: 'Arvo'; padding: 20px; margin: 20px left; border: 5px solid #660033;
background-image: url('images/textures/redcolumntall.jpg'); background-blend-mode: normal; background-size: cover;">
<h1 style="font-family: 'Arvo'; color: #660033;">The Waveform Generation</h1>
<h2 style="font-family: 'Arvo'; color: #660033;">Modelling</h2>
<p style="font-family: 'Arvo'; ; color: #660033;">Red 0331 C pastel color - #FCAEBB - Arvo - Dark Red - #660033</p>
<p style="font-family: 'Arvo'; color: #660033;">This div highlights the modelling section, with a red pastel
background and a texture of tall red columns.
The Arvo font in dark red enhances the elegant color palette, chosen to evoke a sense of sophistication and
detail, key elements in modelling.</p>
</div>
</a>
<br>...<br>
<a href="printing.html" style="text-decoration: none; background-color: #340093;">
<div class="responsive-div" style="width: 90%; background-color: #FF611D; color: #FFFFFF; font-family: 'Open Sans'; padding: 20px; margin: 20px left; border: 5px solid #333366;
background-image: url('images/textures/redrowsquare.jpg'); background-blend-mode: normal; background-size: cover;">
<h1 style="font-family: 'Open Sans'; color: #FFFFFF;">The Waveform Generation</h1>
<h2 style="font-family: 'Open Sans'; color: #FFFFFF;">Printing</h2>
<p style="font-family: 'Open Sans'; color: #FFFFFF;">Orange clown fish color - #FF6F1D - Open Sans - White - #FFFFFF
</p>
<p style="font-family: 'Open Sans'; color: #FFFFFF;">This div is for the printing section, with a orange clown fish
background and a texture of red row squares.
The Open Sans font in white contrasts the gentle color palette, intended to reflect the precision and clarity
required in 3D and lithographic printing.</p>
</div>
</a>
<br>...<br>
<br>...<br>
<!-- Load GSAP Core and ScrollTrigger locally -->
<script src="js/gsap/gsap.min.js"></script>
<script src="js/gsap/ScrollTrigger.min.js"></script>
<script>
// Get the modal
var modal = document.getElementById("myModal");
// Get the image and insert it inside the modal - use its "alt" text as a caption
var imgs = document.querySelectorAll("img");
var modalImg = document.getElementById("img01");
var captionText = document.getElementById("caption");
imgs.forEach(img => {
img.onclick = function(){
modal.style.display = "block";
modalImg.src = this.src;
captionText.innerHTML = this.alt;
}
});
// Get the <span> element that closes the modal
var span = document.getElementsByClassName("close")[0];
// When the user clicks on <span> (x), close the modal
span.onclick = function() {
modal.style.display = "none";
}
</script>
<!-- Placeholder for the footer component -->
<div id="footer-container"></div>
<!-- Load the component loader script -->
<script src="js/loadComponents.js"></script>
</body>
</html>