Allyson04 / tech-logos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Curated list of png/svg web-dev logos

Currently:

  1. Bash
  2. CircleCI SVG
  3. Cucumber SVG
  4. Cypress SVG
  5. Postman SVG
  6. Ruby SVG
  7. Selenium SVG
  8. Vim
  9. WSO2
  10. Angular
  11. Arduino
  12. Azure
  13. Babel
  14. Bootstrap
  15. Bourbon logo only
  16. Bourbon with text
  17. Bower
  18. Browserify
  19. Browserify2
  20. CSS3
  21. Docker
  22. EJS
  23. Express
  24. fFrebase
  25. Full mean stack
  26. Git-fork
  27. Github
  28. Grunt
  29. Gulp
  30. HTML5
  31. Jade
  32. Jasmine png
  33. Jasmine svg
  34. Javascript
  35. Jquery
  36. Jquery-dark
  37. Materialize
  38. Mocha
  39. Mongo DB
  40. Mongoose
  41. Nodejs png
  42. Nodejs svg
  43. Nodemon
  44. Npm
  45. Postgres
  46. PugFace
  47. PugSolid
  48. PugTextBW
  49. PugTextColor
  50. React
  51. Redis
  52. Redux
  53. Sass
  54. Socket.io
  55. Tape
  56. Yeoman

Feel free to add your own, just make a PR!

PS - the SVG files don't work here (and most likely in your repo) due to an issue on Github: isaacs/github#316 but should work fine if you download them for use on your site.


Adding to the List

Formatting

Display:

  1. angular

Markup: 1. [angular](angular.png)<img src="angular.png" height="40">

Format: 1. [text to display](imageName.file)<imc src="imageName.file" height="desired height in pixels">

  • The "1." at the beginning of the line stays the same throughout the list (markup knows to increment for you)
  • The two instances of (imageName.file) are doing different things:
    1. [angular](angular.png) - sets it as a link to the github source file page (then you'll want to right click and copy img location)
    2. <img src="angular.png" height="40"> - sets up the image in the README and sets the size to a height of 40px

About