Animated Social Media Icons Using Font Awesome and Materialize CSS
Make money for being or staying online/internet.

You will get a $5 starting gift when you join using this link:: GET THE OFFER NOW!!

First of all, having social media icons on your website or portfolio will enable users to seek further help from you(Basing on their Questions) or get to know you in person. Moreso, increasing your follower count on those different platforms linked on your site.

So in this simple post, I will provide with source code and video to teach you how to create simple attractive animated social media icons.

The live example is in the footer section, See how those social media icons look beautiful with that pulse effect. They can really trigger users to click on them.

To create these icons, I will use a modern responsive front-end framework based on Material Design(Materialize CSS) and the world's most popular and easiest to use icon toolkit based on CSS and LESS(Font Awesome).

Watch Tutorial
Font Awesome CDN Link

Note:: Keep on visiting the official page because always different versions are pushed or published out. Font Awesome Site language

copy
	
/*Font Awesome CDN*/
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">

Social Media Icon MarkUp

Note:: In the href attribute is where you put your social media profile link. For example href="https://facebook.com/YourUsername"

copy

<ul>
<li><a href="" class="btn-floating pulse indigo darken-3"><i class="fa fa-facebook"></i></a>Facebook</li>
<li><a href="" class="btn-floating pulse light-blue darken-3"><i class="fa fa-twitter"></i></a>Twitter</li>
<li><a href="" class="btn-floating pulse red darken-3"><i class="fa fa-youtube"></i></a> Youtube</li>
<li><a href="" class="btn-floating pulse brown darken-3"><i class="fa fa-instagram"></i></a>Instagram</li>
<li><a href="" class="btn-floating pulse light-blue darken-3"><i class="fa fa-linkedin"></i></a>LinkedIn</li>
</ul>
	

Download project files from here: Download description

I will always put out free content on my YouTube Channel, but showing your support, subscribing to it, pushes me and gives me motivation, not because of the money, but because it feels like people really appreciate what I do. SUBSCRIBE TO:: Oston Code Cypher

Save up to 80% with this Domain & Shared Hosting package deal! 80% OFF - GET OFFER NOW

Related Post(s)

» Animated Social Media Icons Using Font Awesome and Materialize CSS

» How to center anything on a wepage using CSS

» CSS explained in a few lines

» Learn how to create an overlay effect with CSS

» Learn how to create Gradient Backgrounds using CSS

collections_bookmark Category :: Css
date_range Published :: 3 years ago At: 06:17 AM
event_note Detailed Date :: Dec 06th, 2019
person Writer :: Code
  • RECENT POSTS
5 months ago

How to force the browser to cache a page?

There are several ways to force a web browser to cache an HTML page:


5 months ago

How can i cache pages using php?

You can use the output buffering functions in PHP to cache pages. Output buffering allows you to store the output of a PHP script in a buffer, which you can then manipulate before sending it to the client.


5 months ago

PHP explained in a few lines

PHP is a popular programming language that is widely used for web development. It stands for "PHP: Hypertext Preprocessor" and is a server-side scripting language. This means that it is executed on the server, rather than in the user's web browser.


5 months ago

HTML explained in a few lines

HTML, or Hypertext Markup Language, is the standard markup language for creating web pages and web applications. It is used to structure and organize content on the web, and to create the basic structure and layout of a webpage.


5 months ago

CSS explained in a few lines

CSS, or Cascading Style Sheets, is a stylesheet language used for describing the look and formatting of a document written in HTML. CSS is used to control the presentation of multiple web pages at once, making it a crucial tool for web developers and designers.


1 year ago

A JavaScript library for formatting and manipulating numbers - Numeral.js

Check out this lightweight JavaScript library used for formatting and manipulating numbers.


1 year ago

All Countries Drop Down List | HTML Select Country Name

This simple country dropdown list is freely available for you to copy and use in your project forms.


1 year ago

HTML Entities Code Alphabet Discovery Using JavaScript

In this post I will show how writing just a few lines in JavaScript will allow you to render, browse and discover the alphabetical letters using a set of HTML entity codes.


Subscribe
  • ADVERTISEMENT

YOU MAY LIKE THESE POSTS

share