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
<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> |
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
<!--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> |
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"> | |
<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 */ |
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
<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 --> |