Skip to content

Commit

Permalink
twitter to front
Browse files Browse the repository at this point in the history
  • Loading branch information
Joeycho committed Jun 10, 2024
1 parent 738c5ee commit 4f4bf27
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,16 @@ sections:
{{% cta cta_link="./people/" cta_text="Meet the team →" %}}
design:
columns: '1'
---
---
<style>
.twitter-timeline-container {
direction: rtl; /* Set direction to right-to-left */
}
.twitter-timeline {
text-align: left; /* Override text alignment */
}
</style>
<div class="twitter-timeline-container">
<a class="twitter-timeline" href="https://twitter.com/MICCAI_Society?ref_src=twsrc%5Etfw" style="display: none;">Tweets by MICCAI_Society</a>
</div>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>

0 comments on commit 4f4bf27

Please sign in to comment.