Skip to content

Commit 7873b4b

Browse files
committed
add legend to activities.md
1 parent c7070c8 commit 7873b4b

1 file changed

Lines changed: 72 additions & 1 deletion

File tree

pages/activities.md

Lines changed: 72 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,81 @@
11
---
2-
title: Community Activities
2+
title: Community activities
33
page_id: activities
44
#type: resources
55
toc: false
66
---
77

8+
<div class="legend-item-1">
9+
<div class="legend-tile-content-1">
10+
<p class="legend-title" style="text-align: center">Roadmap deliverable 1: An Australian Structural Biology community space capable of fostering collaboration and knowledge sharing</p>
11+
</div>
12+
</div>
13+
<div class="legend-item-2">
14+
<div class="legend-tile-content-2">
15+
<p class="legend-title" style="text-align: center">Roadmap deliverable 2: A computational structural biology training program, developed in conjunction with the community</p>
16+
</div>
17+
</div>
18+
<div class="legend-item-3">
19+
<div class="legend-tile-content-3">
20+
<p class="legend-title" style="text-align: center">Roadmap deliverable 3: A shared platform, or platforms, for computational structural biology</p>
21+
</div>
22+
</div>
23+
<div class="legend-item-4">
24+
<div class="legend-tile-content-4">
25+
<p class="legend-title" style="text-align: center">Roadmap deliverable 4: Alignment, adoption and contribution to global best-practice efforts</p>
26+
</div>
27+
</div>
28+
29+
<style>
30+
31+
.legend-item-1 {
32+
border: 1px solid #e0e0e0;
33+
border-radius: 12px;
34+
width: 90%;
35+
background: #a4c2f4ff;
36+
display: flex;
37+
flex-direction: column;
38+
justify-content: space-between;
39+
}
40+
41+
.legend-item-2 {
42+
border: 1px solid #e0e0e0;
43+
border-radius: 12px;
44+
width: 90%;
45+
background: #6d9eebff;
46+
display: flex;
47+
flex-direction: column;
48+
justify-content: space-between;
49+
}
50+
51+
.legend-item-3 {
52+
border: 1px solid #e0e0e0;
53+
border-radius: 12px;
54+
width: 90%;
55+
background: #1155ccff;
56+
display: flex;
57+
flex-direction: column;
58+
justify-content: space-between;
59+
}
60+
61+
.legend-item-4 {
62+
border: 1px solid #e0e0e0;
63+
border-radius: 12px;
64+
width: 90%;
65+
background: #1c4587ff;
66+
display: flex;
67+
flex-direction: column;
68+
justify-content: space-between;
69+
}
70+
71+
.legend-title {
72+
color: #ffffff;
73+
font-size: 0.8rem;
74+
font-weight: 600;
75+
margin-bottom: 0px;
76+
}
77+
78+
</style>
879

980
## In progress
1081

0 commit comments

Comments
 (0)