Skip to content

Commit caa8bbe

Browse files
authored
Merge pull request #11 from huda-lab/wuyeh/datavoid-research-temp-testing
add links for temporary test
2 parents d3a1d7d + d556dad commit caa8bbe

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/components/JoinUs.astro

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
Want to a be Research Assistant, post-doc, graduate or undergraduate
99
researcher at the HuDa Interaction Lab. <a href="https://forms.gle/S8x5JMKaZpRcZrig7" target="_blank">Apply here</a>.
1010
</p>
11+
<div id="research-test">Research on crypto frosting -
12+
<a class="test-link" href="https://medium.com/@moigirrafe/crypto-frosting-protocol-12fd52680965" target="_blank">Check Medium article</a>.
13+
<a class="test-link" href="https://cryptofrosting.jamma.tech/" target="_blank">Website</a>.
14+
</div>
1115
</div>
1216

1317
<style lang="scss">
@@ -16,4 +20,11 @@
1620
max-width: var(--s-content-width);
1721
padding: var(--section-padding);
1822
}
23+
#research-test {
24+
font-size: 0.8em;
25+
color: white !important;
26+
.test-link {
27+
color: white !important;
28+
}
29+
}
1930
</style>

0 commit comments

Comments
 (0)