Skip to content

Commit

Permalink
Merge pull request #417 from TAMULib/august-sprint-329
Browse files Browse the repository at this point in the history
[Issue 329]: Add X logo and link to account in persons display aside template
  • Loading branch information
wwelling authored Aug 6, 2024
2 parents 79bbeb8 + 2b2232b commit ccf2188
Showing 1 changed file with 18 additions and 0 deletions.
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>

0 comments on commit ccf2188

Please sign in to comment.