-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.qmd
693 lines (537 loc) · 16.7 KB
/
index.qmd
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
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
---
title: "Hertie Coding Club - Home"
page-layout: custom
listing:
- id: learn
contents: learn/rstudio/*/*.qmd
type: grid
fields: [image, title, author]
sort: "date desc"
#categories: cloud
sort-ui: false
filter-ui: false
page-size: 2
grid-columns: 2
- id: Events
contents: events/*/index.qmd
type: grid
grid-columns: 3
fields: [image, title]
sort: "date desc"
#categories: cloud
sort-ui: false
filter-ui: false
page-size: 3
- id: books
contents: material/Books/*/index.qmd
type: grid
grid-columns: 3
fields: [image]
sort: "date desc"
#categories: cloud
sort-ui: false
filter-ui: false
page-size: 3
image-height: 250px
- id: Resources
contents: material/Resources/*/index.qmd
type: grid
grid-columns: 2
fields: [image, title, subtitle, author]
sort: "date desc"
#categories: cloud
sort-ui: false
filter-ui: false
page-size: 2
- id: material
contents: material/Certifications/*/index.qmd
type: grid
fields: [image, title]
sort: "date desc"
#categories: cloud
sort-ui: false
filter-ui: false
grid-columns: 4
page-size: 4
toc: true
title-block-banner: false
include-in-header: meta.html
comments: false
---
```{=HTML}
<head>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"/>
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
<!-- Microsoft Clarity -->
<script type="text/javascript">
(function(c,l,a,r,i,t,y){
c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
})(window, document, "clarity", "script", "gh3qhfx6uq");
</script>
</head>
<!-- It doesn't work with class. We nned to put style -->
<div style=" flex-direction: column; width: 100%; height: 110vh; margin-top: -185px; background-size: cover; background-position: center; background-repeat: no-repeat; overflow: hidden; overflow: clip; contain: content; display: flex; align-items: center; justify-content: center; background: black;">
<css-doodle>
<style>
@grid: 50x1 / 50vmin;
:container {
perspective: 23vmin;
}
background: @m(
@r(200, 240),
radial-gradient(
@p(#142850, #27496D, #0C7B93, #005691, #046582, #db0f1a, white) 15%,
transparent 40%
) @r(100%) @r(100%) / @r(1%, 3%) @lr no-repeat
);
@size: 50%;
@place-cell: center;
border-radius: 50%;
transform-style: preserve-3d;
animation: scale-up 30s linear infinite;
animation-delay: calc(@i * -.4s);
@keyframes scale-up {
0% {
opacity: 0;
transform: translate3d(0, 0, 0) rotate(0);
}
10% {
opacity: 1;
}
95% {
transform:
translate3d(0, 0, @r(50vmin, 55vmin))
rotate(@r(-360deg, 360deg));
}
100% {
opacity: 0;
transform: translate3d(0, 0, 1vmin);
}
}
</style>
</css-doodle>
<div class="image">
<img src="images/hcc_long_welw_1400.png">
</div>
<div class="image_mob">
<img src="images/hcc_long_wel_smartw_1400.png">
</div>
<button class="btn-21"> <span> Learn more </span> </button>
</div>
<div class="intro_f">
<div class="intro-slideshow">
<div class="image-wrapper"><img src="images/Pictures HCC/kick_off_event1.jpeg"></div>
<div class="image-wrapper"><img src="images/Pictures HCC/kick_off_event2.jpeg"></div>
<div class="image-wrapper"><img src="images/Pictures HCC/kick_off_event3.jpeg"></div>
<div class="image-wrapper"><img src="images/Pictures HCC/event2.jpeg"></div>
<div class="image-wrapper"><img src="images/Pictures HCC/event3.jpeg"></div>
</div>
<div class="scroll-text intro-text">
<div class="quote-wrapper">
<div class="quote-content">
<div class="quote-img">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" viewBox="0 0 100 125" xml:space="preserve" class="svg-quote">
<g>
<g>
<path fill="#FFFFFF" fill-rule="evenodd" clip-rule="evenodd" d="M6.438,50.5v35.875h35.875V50.5h-20.5c0-11.321,9.179-20.5,20.5-20.5V14.625 C22.498,14.625,6.438,30.686,6.438,50.5z M93.562,30V14.625c-19.814,0-35.875,16.061-35.875,35.875v35.875h35.875V50.5h-20.5 C73.062,39.179,82.241,30,93.562,30z"/>
</g>
</g>
</svg>
</div>
<p class="quote-copy" style="color:white;"> <i> Our goal as a club is to help everyone and between us learn coding skills and show that coding is for everyone, no matter our background. </i>
</p>
<img src="images/hcc_logo_card.png" style="width:150px; margin-bottom:20px;">
</div>
</div>
</div>
<div class="intro-header">
<h1 class="scroll-text">We are the <br> Hertie Coding Club</h1>
<p class="scroll-text"">Everybody can learn to code</p>
</div>
</div>
<div class="quote-container-bg">
<div class="layout_grid_objectives_mob">
<div class="quote-container">
<h1 class="quote-text scroll-text" style="color:white;">Our goal as a club is to help everyone and between us learn coding skills and show that coding is for everyone, no matter our background.</h1>
<img src="images/hcc_logo_card.png" style="width:150px; margin-bottom:20px;">
</div>
</div>
</div>
<div class="container-blue">
<div class="layout_grid_objectives">
<div class="achievements">
<div class="work">
<div class="work-icon">
<lord-icon
src="https://cdn.lordicon.com/zjscbpdr.json"
trigger="loop"
delay="250"
colors="primary:#30c9e8,secondary:#104891,tertiary:#c71f16,quaternary:#ebe6ef"
style="width:100px;height:100px">
</lord-icon>
<p class="work-heading scroll-text">Skill Development</p>
</div>
<div class="work-description">
<p class="work-text scroll-text">Teach essential coding skills in R and other languages for data analysis and visualization to boost members' policy analysis abilities.</p>
</div>
</div>
<div class="work">
<div class="work-icon">
<lord-icon
src="https://cdn.lordicon.com/flvisirw.json"
trigger="loop"
delay="250"
colors="primary:#d1e3fa,secondary:#ee66aa,tertiary:#f4a09c"
style="width:100px;height:100px">
</lord-icon>
<p class="work-heading scroll-text">Collaborative Learning</p>
</div>
<div class="work-description">
<p class="work-text scroll-text">Foster a supportive and inclusive learning atmosphere where club members can help each other overcome the challenges of the coding learning curve and develop their skills collectively.</p>
</div>
</div>
<div class="work">
<div class="work-icon">
<lord-icon
src="https://cdn.lordicon.com/ckatldkn.json"
trigger="loop"
delay="250"
colors="primary:#646e78,secondary:#c71f16,tertiary:#ebe6ef"
style="width:100px;height:100px">
</lord-icon>
<p class="work-heading scroll-text">Adaptive Curriculum</p>
</div>
<div class="work-description">
<p class="work-text scroll-text">Regularly assess and adapt the club's programming curriculum to reflect the evolving needs of the Hertie community and the broader industry landscape, ensuring club members are prepared with relevant languages and tools.</p>
</div>
</div>
<div class="work">
<div class="work-icon">
<lord-icon
src="https://cdn.lordicon.com/jkzrgmvk.json"
trigger="loop"
delay="400"
colors="primary:#f1485b,secondary:#33546d,tertiary:#30c9e8,quaternary:#fffdfd"
style="width:100px;height:100px">
</lord-icon>
<p class="work-heading scroll-text">Community Building</p>
</div>
<div class="work-description">
<p class="work-text scroll-text">Establish the club as a hub for coding enthusiasts, within the Hertie community and abroad, promoting collaboration, networking, and knowledge sharing.</p>
</div>
</div>
<div class="work">
<div class="work-icon">
<lord-icon
src="https://cdn.lordicon.com/gkstbnbz.json"
trigger="loop"
delay="1000"
style="width:100px;height:100px">
</lord-icon>
<p class="work-heading scroll-text">Real-World Application</p>
</div>
<div class="work-description">
<p class="work-text scroll-text">Encourage club members to apply their coding skills to real-world policy problems, empowering them to make data-driven decisions and contribute to better policy design and analysis.</p>
</div>
</div>
<div class="work">
<div class="work-description">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container-blue2">
<div class="layout_grid_cards">
<div class="section_white">
</div>
</div>
</div>
<script src="js/doodle.js"></script>
<script src="https://cdn.lordicon.com/ritcuqlt.js"></script>
<style>
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&family=Roboto:wght@100&family=Urbanist:wght@100;900&display=swap');
</style>
```
```{=HTML}
<div class="wrap">
<div class="tile">
<img src='images/home_sections/hertie.jpg'/>
<a href="../members/team/team.html">
<div class="text">
<h1>Who are we?</h1>
<p class="animate-text"> We are a group of enthusiastic students at the Hertie School who are passionate about coding and data science. </p>
<div class="dots">
<span></span>
<span></span>
<span></span>
</div>
</div>
</a>
</div>
<div class="tile">
<img src='images/home_sections/r.jpg'/>
<a href="../learn/rstudio.html">
<div class="text">
<h1>Boost your skills and learn R</h1>
<p class="animate-text"> Develop your coding skills in R and other languages for data analysis and visualization. </p>
<div class="dots">
<span></span>
<span></span>
<span></span>
</div>
</div>
</a>
</div>
<div class="tile">
<img src='images/home_sections/certifications.jpeg'/>
<a href="../material/index.html">
<div class="text">
<h1>Certifications, books and resources</h1>
<p class="animate-text"> Get free access to our material, books and resources to boost your coding skills. </p>
<div class="dots">
<span></span>
<span></span>
<span></span>
</div>
</div>
</a>
</div>
<div class="tile">
<img src='images/home_sections/workshop.jpeg'/>
<a href="../events/index.html">
<div class="text">
<h1>Our events at the Hertie School</h1>
<p class="animate-text"> Check our past and upcoming events and workshops. </p>
<div class="dots">
<span></span>
<span></span>
<span></span>
</div>
</div>
</div>
</a>
</div>
</div>
```
<div class="section_white2">
</div>
<div class="layout_grid_learnr">
<div class="social-media">
```{=HTML}
<h1 style="font-size: 40px;
margin-bottom:40px;
display: flex;
justify-content: center;
align-items: center;
font-weight: 700;
color: #C0031C;
background-clip: text;
-webkit-background-clip: text;"
class="scroll-text"> Resources
<lord-icon
src="https://cdn.lordicon.com/qbaenubu.json"
trigger="loop"
delay="3000"
colors="primary:#646e78,secondary:#ebe6ef"
style="width:50px;height:50px">
</lord-icon>
</h1>
```
::: {#Resources}
:::
</hr>
</div>
<div>
```{=HTML}
<h1 style="font-size: 40px;
margin-bottom:40px;
display: flex;
justify-content: center;
align-items: center;
font-weight: 700;
color: #C0031C;
background-clip: text;
-webkit-background-clip: text;"
class="scroll-text"> Learn R
<lord-icon
src="https://cdn.lordicon.com/sglcptvj.json"
trigger="loop"
delay="3000"
colors="primary:#646e78,secondary:#ebe6ef"
style="width:50px;height:50px">
</lord-icon>
</h1>
```
::: {#learn}
:::
<div class="image-grid">
::: {#learn}
:::
</div>
</div>
</div>
<hr class="sep-2" />
</div>
<div class="layout_grid_learnr2">
<div>
```{=HTML}
<h1 style="font-size: 40px;
margin-bottom:40px;
display: flex;
justify-content: center;
align-items: center;
font-weight: 700;
color: #C0031C;
background-clip: text;
-webkit-background-clip: text;"
class="scroll-text"> Books
<lord-icon
src="https://cdn.lordicon.com/dxoycpzg.json"
trigger="loop"
delay="3000"
colors="primary:#646e78,secondary:#ebe6ef"
style="width:50px;height:50px">
</lord-icon>
</h1>
```
::: {#books}
:::
<a href="../books/index.html"> <button type="button" class="btn btn-primary float-end btn-sm">See all our books</button></a>
</br>
</div>
<div>
</br>
```{=HTML}
<h1 style="font-size: 40px;
margin-bottom:40px;
display: flex;
justify-content: center;
align-items: center;
font-weight: 700;
color: #C0031C;
background-clip: text;
-webkit-background-clip: text;"
class="scroll-text"> Events
<lord-icon
src="https://cdn.lordicon.com/qierxeeb.json"
trigger="loop"
delay="3000"
colors="primary:#646e78,secondary:#ebe6ef"
style="width:50px;height:50px">
</lord-icon>
</h1>
```
::: {#Events}
:::
<a href="../events/index.html"> <button type="button" class="btn btn-primary float-end btn-sm">See all our events</button></a>
</div>
</div>
</br>
</div>
<div class="layout_table">
```{=HTML}
<h1 style="font-size: 40px;
margin-bottom:40px;
display: flex;
justify-content: center;
align-items: center;
font-weight: 700;
color: #C0031C;
background-clip: text;
-webkit-background-clip: text;"
class="scroll-text"> Certifications
<lord-icon
src="https://cdn.lordicon.com/rzqpczno.json"
trigger="loop"
delay="3000"
colors="primary:#0f4667"
style="width:50px;height:50px">
</lord-icon>
</h1>
```
::: {#material}
:::
<a href="../material/index.html"> <button type="button" class="btn btn-primary float-end btn-sm">See all our material</button></a>
</div>
</br>
<div class="container-footer2">
</div>
<div class="container-footer">
<div class="layout_hertie">
<h1 style="font-size: 5vw;
display: flex;
align-items: center;
align-text: center;
font-weight: 900;
background-image: conic-gradient(#bc0525, white, white, #bc0525, #bc0525);
color: transparent;
background-clip: text;
-webkit-background-clip: text;"
class="scroll-text"> Want to know more about us and what we do? </h1>
</div>
<div class="layout" style = "font-size: 5px">
<article>
<img class="lukas" src="images/DSL.jpg" data-url="https://www.hertie-school.org/en/datasciencelab" >
<img class="lukas" src="images/MDS.jpg" data-url="https://www.hertie-school.org/en/mds" >
<img class="lukas" src="images/hertie.jpg" data-url="https://www.hertie-school.org/en/" >
</article>
</div>
```{=html}
<script src="js/text_obs.js"></script>
<script src="js/text_obs_achiev.js"></script>
<script src="js/text.js"></script>
<script src="js/background.js"></script>
<script src="js/slider.js"></script>
<script src="js/pagination.js"></script>
<script>
document.addEventListener('DOMContentLoaded', function () {
var images = document.getElementsByClassName('lukas');
for (var i = 0; i < images.length; i++) {
images[i].addEventListener('mouseup', function (event) {
var url = event.target.getAttribute('data-url');
window.open(url, '_blank');
});
}
});
</script>
```
<hr class="sep-2-f" style="margin-top: 50px;"/>
<div style="margin-top: 50px;"/>
::: {.grid}
::: {.g-col-3}
![](_site/images/hertie/DSL.png){width="150" fig-align="center"}
:::
::: {.g-col-6}
![](_site/images/hcc_final.png){width="150" fig-align="center"}
:::
::: {.g-col-3}
![](_site/images/hertie/hertie.png){width="150" fig-align="center"}
:::
:::
</div>
<div class="container-footer3">
<div class="layout_footer">
<a href="https://www.hertiecodingclub.com/about_us/privacy" target="_blank" style="font-size: 13px;"> <i class="fas fa-shield-alt"></i> Privacy Policy </a> | <a href="https://www.hertiecodingclub.com/about_us/impressum" target="_blank" style="font-size: 13px;"> <i class="fas fa-file-alt"></i> Impressum </a> | This website, the content and everything related to it is licensed under <a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank"> Creative Commons Attribution-NonCommercial 4.0 International License.</a>
<div class="cc-icons-row">
<img src="_site/images/cc/cc.svg" alt="CC" class="cc-icon">
<img src="_site/images/cc/by.svg" alt="BY" class="cc-icon">
<img src="_site/images/cc/nc.svg" alt="NC" class="cc-icon">
<img src="_site/images/cc/nd.svg" alt="ND" class="cc-icon">
</div>
</div>
</div>
<!-- Important: apply it to html index.html -->
<!-- <li class='page-item'><button class='page page-link' type='button'></button></li> -->
<!-- const options = {
valueNames: ['listing-image','listing-date','listing-title',{ data: ['index'] },{ data: ['categories'] },{ data: ['listing-date-sort'] },{ data: ['listing-file-modified-sort'] }],
page: 1,
pagination: { item: "<li class='page-item'><a class='page page-link' href='#'></a></li>" },
searchColumns: ["listing-title","listing-author","listing-date","listing-image","listing-description"],
}; -->