nodezoo / nodezoo-web

nodezoo.com front end
MIT License
12 stars 61 forks source link

Added git clone URL with copy clipboard feature #45

Closed Georgette closed 8 years ago

Georgette commented 8 years ago

fixes #36

Also -- we need an icon for the copy to clipboard feature (I put in a button for now but its gross) and I noticed that none of the front-end repos use font awesome. I love font awesome, but there might be a reason to not use it?

mcdonnelldean commented 8 years ago

@Georgette We do use it but we opt to svg the image. We use both FontAwesome and Github Font. Basically since they are svg we can make teeny images that will autosize. We found the additional weight of adding the fonts fully was a non runner.

Do you have the necessary tools to do this? If not tell me what you need and I can make them.

mcdonnelldean commented 8 years ago

@Georgette Going to pull this in since the only issue is linting and I have @shanel262 working on that :D.