Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Issue 329]: Add X logo and link to account in persons display aside template #417

Merged
merged 1 commit into from
Aug 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,20 @@
</div>
{{/if}}

{{#if twitter}}
<div>
<hr />
<div>
<span class="label x-logo">
<svg viewBox="0 0 32 32" aria-hidden="true" class="r-4qtqp9 r-yyyyoo r-dnmrzs r-bnwqim r-lrvibr r-m6rgpd r-1r8g8re r-emhjjp r-1acpoxo"><g><path d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"></path></g></svg>
</span>
</div>
<div>
<span><a href="https:/x.com/{{twitter}}" target="_blank">{{twitter}}</a></span>
</div>
</div>
{{/if}}

{{#if futureResearchIdeas}}
<div class="d-none d-lg-block">
<hr />
Expand Down Expand Up @@ -152,4 +166,8 @@
height: 25px;
margin: auto;
}

.x-logo svg {
height: 23px;
}
</style>
Loading