Skip to content

Instantly share code, notes, and snippets.

View jerwjones's full-sized avatar

Jeremy Jones jerwjones

View GitHub Profile
@jerwjones
jerwjones / modal.html
Created September 24, 2015 14:13
Modal Window for FMG popup
<!-- MODAL CSS -->
<style>
.modalDialog {
position: fixed;
font-family: Arial, Helvetica, sans-serif;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: rgba(0,0,0,0.8);
@jerwjones
jerwjones / fmg-template-contact-page-v01.html
Last active October 9, 2015 19:47
FMG Custom Contact Page
<!-- Client Contact Info -->
<div style="float:left; width:50%">
<h2>Call</h2>
<p>Office:&nbsp;<strong>(630) 510-3126</strong><br/>
Fax:&nbsp;<strong>(630) 510-3127</strong></p>
</div>
<div style="float:left; width:50%">
<h2>Visit</h2>
<p>401 South Carlton Avenue | Suite 204<br/>Wheaton, IL 60187</p>
</div>
@jerwjones
jerwjones / fmg-#additional-tabs.css
Created July 31, 2015 19:22
FMG Homepage Additional Tabs CSS Design
/* Helpful Content */
#additional{
background: none;
margin-top: 30px;
}
#additional .wrapper {
padding: 0;
}
#additional nav {
height: auto;
@jerwjones
jerwjones / gist:106696e5ad53f010fd75
Last active September 24, 2015 14:20
FMG Modal
<!-- PLATINUM MODAL CSS -->
<style>
#plat_overlay {
display: none;
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
text-align:center;