All Projects β†’ janhuenermann β†’ Social Circles

janhuenermann / Social Circles

Licence: mit
Well designed social media buttons.

Projects that are alternatives of or similar to Social Circles

Get Social Social Media Font
Font Based Social Media Icon Set
Stars: ✭ 15 (-77.27%)
Mutual labels:  social, icons
Badges4 Readme.md Profile
πŸ‘©β€πŸ’»πŸ‘¨β€πŸ’» Improve your README.md profile with these amazing badges.
Stars: ✭ 929 (+1307.58%)
Mutual labels:  social, icons
Tusky
An Android client for the microblogging server Mastodon
Stars: ✭ 1,070 (+1521.21%)
Mutual labels:  social
Flutter twitter clone
Fully functional Twitter clone built in flutter framework using Firebase realtime database and storage
Stars: ✭ 1,123 (+1601.52%)
Mutual labels:  social
Yaru Plus
Yaru++, an elegant and modern third-party icons theme, based on Ubuntu's Yaru
Stars: ✭ 59 (-10.61%)
Mutual labels:  icons
Iconology
I got tired of manually exporting every icon size (for Xcode and more), so I made an app to do it.
Stars: ✭ 56 (-15.15%)
Mutual labels:  icons
Iconhandler
Tint you Icons, change the size, apply alpha color and set a position easily. πŸ‘“
Stars: ✭ 59 (-10.61%)
Mutual labels:  icons
Vue Social Sharing
A renderless Vue.js component for sharing links to social networks, compatible with SSR
Stars: ✭ 1,071 (+1522.73%)
Mutual labels:  social
Dctb Links
My Personal Links
Stars: ✭ 65 (-1.52%)
Mutual labels:  icons
Anicons
Anicons: a new kind of icon fonts with baked-in animation and colors
Stars: ✭ 59 (-10.61%)
Mutual labels:  icons
Hybicon
Hybrid SVG icons
Stars: ✭ 62 (-6.06%)
Mutual labels:  icons
Cryptoawesome
The most complete cryptocurrency image library to be used in your project.
Stars: ✭ 58 (-12.12%)
Mutual labels:  icons
Youtube Play Icon
Material style morphing play-pause drawable for Android
Stars: ✭ 57 (-13.64%)
Mutual labels:  icons
Govicons
πŸ‡ΊπŸ‡Έ US Government themed icons and CSS toolkit
Stars: ✭ 60 (-9.09%)
Mutual labels:  icons
Django Icons
Icons for Django
Stars: ✭ 55 (-16.67%)
Mutual labels:  icons
Social Text View
A custom Android TextView that highlights social media lingo (#hashtags, @mentions, phone, emails, and urls).
Stars: ✭ 64 (-3.03%)
Mutual labels:  social
Vynchronize
Watch videos with friends online with the new real time video synchronization platform
Stars: ✭ 1,072 (+1524.24%)
Mutual labels:  social
Swifticonfont
Icons fonts for iOS (Font Awesome 5, Iconic, Ionicon, Octicon, Themify, MapIcon, MaterialIcon, Foundation 3, Elegant Icon, Captain Icon)
Stars: ✭ 1,094 (+1557.58%)
Mutual labels:  icons
Boxicons
High Quality web friendly icons
Stars: ✭ 1,104 (+1572.73%)
Mutual labels:  icons
Materialstyleddialogs
A library that shows a beautiful and customizable Material-based dialog with header. API 14+ required.
Stars: ✭ 1,139 (+1625.76%)
Mutual labels:  icons

Social circles

Preview

Well designed social media buttons that are simple to use, just work and look good. Give them a try at http://janhuenermann.github.io/social-circles/

For feature requests please create an issue.

Features

  • Well designed brand icons and logos each with their specific colors
  • Vector graphics loaded as font for fast loading and easy scaling
  • Just about 5kb size
  • Animations and custom designs specified per class
  • No more than one line per button
  • 13 different networks with over 75 button variations

ToDo: SASS support

How to use

Just copy the /fonts and /css directories to your root directory of your web application. Then embed the css file /css/social-buttons.min.css in your main html file with the following code snippet

<link rel="stylesheet" href="../css/social-circles.min.css">

To create a button add the class 'social-button' to your anchors (a) and add the class of the social network you want the button to be, look at the table below. Now choose a button type, add it as a class and you're done. Congratulations, you've added your first social media button! For everybody who could not follow this text, here are a few examples:

<a class="icon-twitter social-button color" href="http://twitter.com/username"></a>
<a class="icon-instagram social-button grey" href="http://instagram.com/username"></a>
<a class="icon-rss social-button borderless static" href="http://yoursite.com/rss"></a>

Icons

Social network Class Brand color
Facebook icon-facebook #3b5998
Twitter icon-twitter #4dc8f1
Instagram icon-instagram #3e739d
Behance icon-behance #0683f1
Vimeo icon-vimeo #86c9ef
Youtube icon-youtube #ce332d
Google+ icon-googleplus #d13f2d
RSS icon-rss #f88b02
Pinterest icon-pinterest #cb2028
Tumblr icon-tumblr #274152
LinkedIn icon-linkedin #0275b5
Skype icon-skype #03aceb
Github icon-github #4183C4
Dribbble icon-dribbble #ea4c89

Button types

'color' buttons are transparent but turn into the color of their brand when you hover over them with your mouse.

'grey' buttons are just grey. When you hover over them they jump up.

'borderless' buttons are just plain icons that will get their brand color on hover.

Additional options

'no-animation' turns off all animations.

'static' turns off all custom behaviour when the user tries to interact with the buttons, for example hovering.

If you wish to alter size, change the font-size of the buttons you want to change size of.

Acknowledgements

Original icons are created by Daniel Oppel and you find them on dribbble (https://dribbble.com/shots/1509889-Free-Social-Media-Icons). I put them into a font file to make them accessible for web browsers.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].