This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Andhra Pradesh | |
| Arunachal Pradesh | |
| Assam | |
| Bihar | |
| Chhattisgarh | |
| Goa | |
| Gujarat | |
| Haryana | |
| Himachal Pradesh | |
| Jammu and Kashmir |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* ------------------------------------------------- | |
| The style sheet is from the subreddit at | |
| http://www.reddit.com/r/GetMotivated | |
| The reason the stylesheet has been copied | |
| is because it seems to follow for writing | |
| css. For example defining the colors at the start. | |
| Another reason is to see how an image can be |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Adilabad | |
| Agra | |
| Ahmedabad | |
| Ahmednagar | |
| Aizawl | |
| Ajitgarh (Mohali) | |
| Ajmer | |
| Akola | |
| Alappuzha | |
| Aligarh |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function login_enqueue_scripts(){ | |
| echo ' | |
| <div class="background-cover"></div> | |
| <style type="text/css" media="screen"> | |
| .background-cover{ | |
| background:url('.get_bloginfo('template_directory').'/images/background) no-repeat center center fixed; | |
| -webkit-background-size: cover; | |
| -moz-background-size: cover; | |
| -o-background-size: cover; | |
| background-size: cover; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function create_meta_desc() { | |
| global $post; | |
| if (!is_single()) { return; } | |
| $meta = strip_tags($post->post_content); | |
| $meta = strip_shortcodes($post->post_content); | |
| $meta = str_replace(array("\n", "\r", "\t"), ' ', $meta); | |
| $meta = substr($meta, 0, 125); | |
| echo "<meta name='description' content='$meta' />"; | |
| } | |
| add_action('wp_head', 'create_meta_desc'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!--- | |
| Author: Pali Madra | |
| URL: http://palimadra.tumblr.com | |
| Description: Cheat sheet for markdown on stackedit.io at http://www.stackedit.io | |
| Version: 1.0 | |
| Last updated: 10/26/2014 | |
| ---> | |
| <!--- HEADING ---> | |
| # Header 1 # |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .wpcf7 input, | |
| .wpcf7 textarea{ | |
| padding:10px; | |
| color:#8e8e8e; | |
| font-family:Arial, Helvetica, sans-serif; | |
| font-size:16px; | |
| line-height: 20px; | |
| border: solid 1px #9f9f9f; | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset='utf-8'> | |
| <title>Embedded Facebook Page Photo Gallery with jQuery</title> | |
| <style type='text/css'> #thumbs{float:left;width:200px;} #thumbs img{display:block;margin:0 0 10px;cursor:pointer;} #viewer{float:left;} </style> | |
| </head> | |
| <body> | |
| <h1>Embedded Facebook Page Photo Gallery with jQuery</h1> | |
NewerOlder