-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathactivities.qmd
More file actions
46 lines (41 loc) · 933 Bytes
/
activities.qmd
File metadata and controls
46 lines (41 loc) · 933 Bytes
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
---
title: "Activities"
listing:
contents:
- "projects/*.qmd"
# (additional metadata excluded for brevity)
categories: true
type: grid
---
[View a flowchart of all STEMcoding activities here.](flowchart.qmd)
<div class="cc-license-badge">
<a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank">
<img src="https://mirrors.creativecommons.org/presskit/buttons/88x31/png/by-nc.png" alt="CC BY-NC License">
</a>
</div>
<style>
.cc-license-badge {
position: fixed;
bottom: -15px;
left: 0px;
z-index: 1000;
background: rgba(255, 255, 255, 0.8);
padding: 1px;
border-radius: 4px;
box-shadow: 0 2px 5px rgba(0,0,0,0.2);
transition: opacity 0.3s;
}
.cc-license-badge:hover {
background: rgba(255, 255, 255, 1);
}
.cc-license-badge img {
display: block;
/* width: 88px; */
height: 80px;
}
@media (max-width: 1024px) {
.cc-license-badge {
display: none;
}
}
</style>