-
Notifications
You must be signed in to change notification settings - Fork 57
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
SVG social-media/follow icons #66
Comments
as per commit 425cf20 I already started migrating to inline SVG. Sadly, I was unable to procure some SVG icons (please help if you need them!), namely bitbucket and pinboard. I would very much welcome a way to separate the sytle from the content here (at present we have to specify the width and height, as well as the viewbox of our SVGs in Not least of all, the alignment of the elements in the header is really dodgy. I got them to align nicely via trial and error, but this is def prone to breakage in the future. Maybe we should rewrite the whole navigation bar? |
Yes, we should make them appear in the drop-down. Sadly, I have not figured out exactly how the dropdown works and where I can edit it. Probably it has to do with Bitbucket still being in the In any case I am pleased to see that the bitbucket icon still integrates well in spite of being in a completely different |
How to convert png file to SVG path? I want to add icon link to my vimeo and flickr |
use inkscape, though you might actually get better results doing a thorough search for the svg you want online. |
Thanks, and how to convert .svg image to code like this?
|
open the .svg file in a text editor and look for the part of the file which specifies the verteces. SVG files (which only contain paths) are actually just text. |
This issue is based on the discussion in pull request #42 and supersedes issue #41.
@yous , you can find the icons I use on my website here. If you want me to process any additional icons, just let me know which from under this directory you think we would also need.
The text was updated successfully, but these errors were encountered: