-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #276 from nulib/3824-single-asset-info
Add copy link to download and embed assets.
- Loading branch information
Showing
5 changed files
with
85 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
const IIIF = () => { | ||
const red = "#ed1d33"; | ||
const blue = "#2873ab"; | ||
|
||
return ( | ||
<svg viewBox="0 0 493.35999 441.33334" id="iiif-logo" version="1.1"> | ||
<title>IIIF Logo</title> | ||
<g transform="matrix(1.3333333,0,0,-1.3333333,0,441.33333)"> | ||
<g transform="scale(0.1)"> | ||
<path | ||
style={{ fill: blue }} | ||
d="M 65.2422,2178.75 775.242,1915 773.992,15 65.2422,276.25 v 1902.5" | ||
/> | ||
<path | ||
style={{ fill: blue }} | ||
d="m 804.145,2640.09 c 81.441,-240.91 -26.473,-436.2 -241.04,-436.2 -214.558,0 -454.511,195.29 -535.9527,436.2 -81.4335,240.89 26.4805,436.18 241.0387,436.18 214.567,0 454.512,-195.29 535.954,-436.18" | ||
/> | ||
<path | ||
style={{ fill: red }} | ||
d="M 1678.58,2178.75 968.578,1915 969.828,15 1678.58,276.25 v 1902.5" | ||
/> | ||
<path | ||
style={{ fill: red }} | ||
d="m 935.082,2640.09 c -81.437,-240.91 26.477,-436.2 241.038,-436.2 214.56,0 454.51,195.29 535.96,436.2 81.43,240.89 -26.48,436.18 -241.04,436.18 -214.57,0 -454.52,-195.29 -535.958,-436.18" | ||
/> | ||
<path | ||
style={{ fill: blue }} | ||
d="m 1860.24,2178.75 710,-263.75 -1.25,-1900 -708.75,261.25 v 1902.5" | ||
/> | ||
<path | ||
style={{ fill: blue }} | ||
d="m 2603.74,2640.09 c 81.45,-240.91 -26.47,-436.2 -241.03,-436.2 -214.58,0 -454.52,195.29 -535.96,436.2 -81.44,240.89 26.48,436.18 241.03,436.18 214.57,0 454.51,-195.29 535.96,-436.18" | ||
/> | ||
<path | ||
style={{ fill: red }} | ||
d="m 3700.24,3310 v -652.5 c 0,0 -230,90 -257.5,-142.5 -2.5,-247.5 0,-336.25 0,-336.25 l 257.5,83.75 V 1690 l -258.61,-92.5 V 262.5 L 2735.24,0 v 2360 c 0,0 -15,850 965,950" | ||
/> | ||
</g> | ||
</g> | ||
</svg> | ||
); | ||
}; | ||
export default IIIF; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters