Skip to content

Instantly share code, notes, and snippets.

View leogono's full-sized avatar
🎯
Focusing

Leo Gono leogono

🎯
Focusing
View GitHub Profile
@leogono
leogono / index.html
Last active August 29, 2015 14:13
interactive hamburger menu icon
<div class="interactive-menu-button">
<a href="#">
<span>Menu</span>
</a>
</div>
@leogono
leogono / hide-text.css
Last active August 29, 2015 14:07
new Image Replacement css
.hide-text {
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}
a.hide-text {
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
<?php
/**
* This file adds a custom template to the AgentPress Child Theme.
*
* @author Brad Dalton
* @link http://wpsites.net/web-design/make-custom-page-template/
* @package Agentpress
* @subpackage Customizations
*/
<!DOCTYPE html>
<html>
<head>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js" type="text/javascript"></script>
</head>
<body>
<div id="container" style="width:100%;">
<div class="fb-like-box" data-href="https://www.facebook.com/adobegocreate" data-width="292" data-show-faces="true" data-stream="true" data-header="true"></div>
</div>