mirror of
https://github.com/standardebooks/web.git
synced 2025-07-14 02:21:55 -04:00
Add Facebook button in footer
This commit is contained in:
parent
225b01f3dd
commit
e7a9790147
3 changed files with 53 additions and 0 deletions
|
@ -5,6 +5,11 @@
|
||||||
<a href="https://twitter.com/standardebooks">X</a>
|
<a href="https://twitter.com/standardebooks">X</a>
|
||||||
</p>
|
</p>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>
|
||||||
|
<a href="https://www.facebook.com/standardebooks/">Facebook</a>
|
||||||
|
</p>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<p>
|
<p>
|
||||||
<a href="https://www.instagram.com/standardebooks/">Instagram</a>
|
<a href="https://www.instagram.com/standardebooks/">Instagram</a>
|
||||||
|
|
|
@ -1396,6 +1396,10 @@ footer ul.social-media a[href^="https://twitter.com"]::before{
|
||||||
background-image: url("/images/x.svg");
|
background-image: url("/images/x.svg");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
footer ul.social-media a[href^="https://www.facebook.com"]::before{
|
||||||
|
background-image: url("/images/facebook.svg");
|
||||||
|
}
|
||||||
|
|
||||||
footer ul.social-media a[href^="https://www.instagram.com"]::before{
|
footer ul.social-media a[href^="https://www.instagram.com"]::before{
|
||||||
background-image: url("/images/instagram.svg");
|
background-image: url("/images/instagram.svg");
|
||||||
}
|
}
|
||||||
|
|
44
www/images/facebook.svg
Normal file
44
www/images/facebook.svg
Normal file
|
@ -0,0 +1,44 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Generator: Adobe Illustrator 15.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
version="1.1"
|
||||||
|
id="Layer_1"
|
||||||
|
x="0px"
|
||||||
|
y="0px"
|
||||||
|
width="99.441px"
|
||||||
|
height="99.44px"
|
||||||
|
viewBox="0 0 99.441 99.44"
|
||||||
|
enable-background="new 0 0 99.441 99.44"
|
||||||
|
xml:space="preserve"
|
||||||
|
sodipodi:docname="facebook.svg"
|
||||||
|
inkscape:version="1.1.1 (3bf5ae0, 2021-09-20)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"><defs
|
||||||
|
id="defs9" /><sodipodi:namedview
|
||||||
|
id="namedview7"
|
||||||
|
pagecolor="#505050"
|
||||||
|
bordercolor="#eeeeee"
|
||||||
|
borderopacity="1"
|
||||||
|
inkscape:pageshadow="0"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="7.2304906"
|
||||||
|
inkscape:cx="49.720001"
|
||||||
|
inkscape:cy="49.512546"
|
||||||
|
inkscape:window-width="2560"
|
||||||
|
inkscape:window-height="1355"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="0"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="Layer_1" />
|
||||||
|
|
||||||
|
<path
|
||||||
|
fill="#3D5B99"
|
||||||
|
d="M88.7,0H10.739C4.808,0,0.001,4.809,0.001,10.74V88.7c0,5.932,4.807,10.74,10.738,10.74H88.7 c5.934,0,10.74-4.809,10.74-10.74V10.74C99.44,4.809,94.634,0,88.7,0z M65.394,53.129h-11.25v30.105H42.683V53.129h-7.961v-10.84 h7.961c0,0,0-4.441,0-9.258c0-7.276,4.701-13.956,15.537-13.956c4.387,0,7.631,0.421,7.631,0.421l-0.256,10.122 c0,0-3.309-0.032-6.918-0.032c-3.908,0-4.533,1.801-4.533,4.789c0,0.369,0,0.5,0,0.507c0,0.838,0,2.873,0,7.407h11.762 L65.394,53.129z"
|
||||||
|
id="path4"
|
||||||
|
style="fill:#000000" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.7 KiB |
Loading…
Add table
Add a link
Reference in a new issue