background preloader

Simple Icon Hover Effects

Related:  Ressources Webdesign

Springy - A force directed graph layout algorithm in JavaScript. Creative Button Styles From our sponsor: Create spectacular WordPress sites with ease. Today we would like to give you some button inspiration. This button set consists of some simple, creative and subtle styles and effects to inspire you. The icons, which we add using the :before (and sometimes :after) pseudo-class, are from IcoMoon and we’ve created them with the IcoMoon app. Please note: this only works as intended in browsers that support the respective CSS properties. The markup of a button is really simple. <button class="btn btn-6 btn-6d">Button</button> The common styles for all the buttons are some resets defined in .btn and we use the specific numbered classes for the different sets of styles. An example for a specific button style is the following: Which will of course depend on what we define as a common style in .btn and .btn-6. This class structure is used for demo purposes. I hope you enjoy the styles and find them inspiring!

Bootstrap Markdown Bootstrap-Markdown designed to be easily integrated with your bootstrap project. It exposes useful API that allow you to fully hook-in into the plugin Switch regular textarea within your form into Bootstrap-Markdown editor seamlessly by adding data-provide="markdown" attribute Code <form><input name="title" type="text" placeholder="Title?" Inline editing with Bootstrap-Markdown is done by adding data-provide="markdown-editable" attribute <div data-provide="markdown-editable"><h3>This is some editable heading</h3><p>Well, actually all contents within this "markdown-editable" context is really editable. Result This is some editable heading Well, actually all contents within this "markdown-editable" context is really editable. Beside using above data-attributes, you could call it via code Noted that Bootstrap-Markdown could be used as a standalone input (without any form). Some examples Custom width using data-width="400" attribute Hidden buttons using data-hidden-buttons="cmdBold" attribute

100+ Free HTML5 Responsive Bootstrap Template in 2018 100+ HTML5 Free Responsive Bootstrap Templates in 2017 for Startups, Company, Business, Restaurant, Lawyers, Fitness, Gym, Hospital, Portfolio, Agency and others. We, The Themewagon Team gather more than 100 HTML5 free responsive Bootstrap template in 2017. Nowadays a website is a good medium for introducing. People can represent themselves or their organizations easily to the entire world through a website. Professional web developers are very rare. It is too much hard to seek out the suitable free HTML5 responsive Bootstrap templates. Hence, here’s a solution for you. Here, in this bundle, all templates are SEO friendly. Do you want more free responsive Bootstrap template? 150+ Best Free HTML5 Website Templates in 201641 Free High Quality Responsive Personal Portfolio Website HTML5 Bootstrap Templates 201726 HTML5 Bootstrap Free Responsive Templates for Fitness, Gymnasium, Hospital in 201730+ Free Responsive HTML5 Templates in 2017 for Restaurant, Cafe, Coffee Shop, Fast Food 01. 02.

Cikonss | Pure CSS Responsive Icons Introduction · jQuery Masonry Masonry is a dynamic grid layout plugin for jQuery. Think of it as the flip-side of CSS floats. Whereas floating arranges elements horizontally then vertically, Masonry arranges elements vertically, positioning each element in the next open spot in the grid. The result minimizes vertical gaps between elements of varying height, just like a mason fitting stones in a wall. Getting started Markup Masonry works on a container element with a group of similar child items. <div id="container"><div class="item">... Add jQuery and the Masonry script. All sizing of items is handled by your CSS. Script It is recommended you specify an itemSelector and columnWidth. That’s it! See Demo: Basic multi-column imagesLoaded plugin If your content contains any images, you’ll want to ensure that Masonry is triggered after all the images your content has loaded. See Demo: Images Code repository This project lives on GitHub at github.com/desandro/masonry. Acknowledgments Changelog v2.1: 9 Dec 2011 v2.0: May 2011 License

8 Amazing jQuery Lightbox Plugins You Need to Check Out jQuery can be defined as a cross browser java script library. It is a multi-browser java script library and is basically designed for the purpose of simplifying the scripting of HTML on the client side. This is also the most popular java script library which is used by the people these days. jQuery has a lot of advantages such as it is absolutely free of any cost and it is also open source software. Using jQuery the developers can also create plug-ins and also create low level interactions. 1) Pirobox 2) Shadowbox Js Shadowbox is a web-based media viewer application that supports all of the web’s most popular media publishing formats. 3) Colorbox A lightweight customizable lightbox plugin for jQuery. 4) Ceebox a Thick box Videobox Mashup 5) Pretty Photo jQuery Lightbox “prettyPhoto is a jQuery lightbox clone. 6) Lightview Lightview was built to change the way you overlay content on a website. 7) GreyBox GreyBox can be used to display websites, images and other content in a beautiful way.

The 10 Best Landing Page Builder Software for Every Business [2019] Mark Spera I'm a marketing guy, a pizza enthusiast and San Francisco resident. Also, I started this blog, Growth Marketing Pro and built it into a 6-figure passive income business in 18 months. Latest posts by Mark Spera (see all) Landing page software is an important tool for anyone looking for leads on the internet. Having the ability to rapidly create custom landing pages with forms, images and funnels is really game-changing. Landing page software hit the internet around 2011. My super high converting landing pages outperformed my competition and I was able to grow my company on the back of search marketing! Unsurprisingly, this WordStream study found that the top 10% of landing pages converted 3x-5x higher than average converting pages. Fast forward to today: I use landing page software every day for my clients and for this blog. I’ve ranked them 1-10, based on: Ease of use: can I set this up and make a few good looking pages in 20 minutes? 1. Ease of Use: 5/5 Features: 5/5 Price: 2/5 2. 3.

Backbone.js, now realtime with Pusher - Realtime Blog This tutorial was written by Micheil Smith Recently there have been a number of frameworks developed that allow you to add extra structure to your code when building rich javascript-heavy applications. These frameworks often achieve this structure by adding in layers of Models, Controllers, Views, and Events, most of the time performing synchronisation between the client and server using AJAX. One such framework that has recently grown in popularity is Backbone.js. Update: The code associated with this post has been updated to use Backbone.js 0.5.3 and Underscore.js 1.2.1 Backbone.js Backbone.js is a framework from DocumentCloud, which is known for it’s excellent documentation. Normally when using Backbone.js, you would have to implement your own timer and polling mechanism to check for changes on the server. // Poll every 10 seconds to keep the channel model up-to-date. setInterval(function() { channel.fetch(); }, 10000); Making Backbone.js realtime with Pusher ruby – items_controller.rb

Related: