Skip to content

Instantly share code, notes, and snippets.

View AmGarera's full-sized avatar

Anthony Garera AmGarera

View GitHub Profile
@AmGarera
AmGarera / swap-img.html
Created February 7, 2017 23:17
Swap IMG on Hover
<a href="ENTER_DESTINATION_URL"><img src="https://dl.dropboxusercontent.com/u/2975422/NEVER%20DELETE%20THIS%20HOSTED%20CONTENT/girlhappy.png" onmouseover="this.src='https://dl.dropboxusercontent.com/u/2975422/NEVER%20DELETE%20THIS%20HOSTED%20CONTENT/girlangry.png'" onmouseout="this.src='https://dl.dropboxusercontent.com/u/2975422/NEVER%20DELETE%20THIS%20HOSTED%20CONTENT/girlhappy.png'" /></a>
<!--MaterializeCSS Modal Hotfix-->
<script>$(document).ready(function () {
// the "href" attribute of .modal-trigger must specify the modal ID that wants to be triggered
$('.modal').modal();
});</script>
@AmGarera
AmGarera / MUI Boilerplate
Created February 22, 2016 21:21
MUI Boilerplate
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="//cdn.muicss.com/mui-0.4.6/css/mui.min.css" rel="stylesheet" type="text/css" />
<script src="//cdn.muicss.com/mui-0.4.6/js/mui.min.js"></script>
<style>
/* Tutorial CSS goes here */
@AmGarera
AmGarera / MDBootstrap Scripts
Created December 24, 2015 19:55
MDBootstrap Scripts
<head>
<meta charset="UTF-8">
<title></title>
<!-- Bootstrap core CSS -->
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" rel="stylesheet">
<!-- MDB core CSS -->
<link href="http://mdbootstrap.com/mdbcdn/mdb.min.css" rel="stylesheet">
<!-- JQuery -->