--- title: "Web Resources" path: "Web Resources" --- {%hackmd @RintarouTW/About %} # Web Resources ## Simple Icons <img class="icon" height="32" width="32" src="https://cdn.jsdelivr.net/npm/simple-icons@latest/icons/simpleicons.svg"/> https://simpleicons.org/ Direct link to CDN with zero setup. ``` <img height="32" width="32" src="https://cdn.jsdelivr.net/npm/simple-icons@latest/icons/github.svg"/> ``` ## GitHub <img class="icon" height="32" width="32" src="https://cdn.jsdelivr.net/npm/simple-icons@latest/icons/github.svg"/> ## Font Awesome <img class="icon" width="32" height="32" src="https://simpleicons.org/icons/fontawesome.svg"/> https://fontawesome.com/icons?d=gallery&m=free CDN https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css ``` <link rel="stylesheet" type="text/css" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css "> <i class="fab fa-git"></i> ``` ## Netlify (Web Service Provider) <img class="icon" height="32" width="32" src="https://cdn.jsdelivr.net/npm/simple-icons@latest/icons/netlify.svg"/> https://netlify.com ## Google Fonts https://fonts.google.com/ ## Bootstrap <img class="icon" height="32" width="32" src="https://cdn.jsdelivr.net/npm/simple-icons@latest/icons/bootstrap.svg"/> https://getbootstrap.com/ ``` <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous"> ``` ## Styled Components <img class="icon" height="32" width="32" src="https://cdn.jsdelivr.net/npm/simple-icons@latest/icons/styled-components.svg"/> https://styled-components.com/ ###### tags: `resource` `web`
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up