Skip to content

Commit

Permalink
chore: Add fork me on GitHub ribbon
Browse files Browse the repository at this point in the history
  • Loading branch information
smessie committed Mar 7, 2024
1 parent 2e1f0df commit a7a8e6c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
Binary file added public/forkme_right_gray.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions src/components/ScholarlyBrowser.vue
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
<template>
<a href="https://github.com/MellonScholarlyCommunication/scholarly-browser"
><img
loading="lazy"
width="149"
height="149"
src="/forkme_right_gray.png"
class="attachment-full size-full fork"
alt="Fork me on GitHub"
data-recalc-dims="1"
/></a>
<MDBContainer>
<h1>Scholarly Browser</h1>

Expand Down Expand Up @@ -244,4 +254,9 @@ h1 {
.status-message {
font-style: italic;
}

.fork {
float: right;
margin-top: -3em;
}
</style>

0 comments on commit a7a8e6c

Please sign in to comment.