Skip to content

Instantly share code, notes, and snippets.

<div class="block-style">
<style class="block-css">.u { max-width: 35px; max-height: 50px; position: absolute; top: 0; left: 0;} .o { position: relative; margin-bottom: 20px;}
.p { margin-top: 30px; margin-bottom: 30px; word-wrap: break-word;} .c { text-align: center;} .s { max-height: 500px; max-width: 100%;}
.k { margin-bottom: 10px;} .f { width: 100%; table-layout: fixed;} .g { margin-left: 50px; text-align: left; word-wrap: break-word;} .b { text-align: center;}
.b .button { padding-top: 15px; padding-bottom: 15px; width: 100%; background-color: #1E88E5; color: #FFFFFF;} @media (max-width: 750px) { .six.columns.a, .six.columns.h { width: 100%; margin-left: 0; } }
.opt-page-size-tablet .six.columns.a,.opt-page-size-tablet .six.columns.h,.opt-page-size-mobile .six.columns.a,.opt-page-size-mobile
.six.columns.h { width: 100%; margin-left: 0;} .large-body-text { color: #000000; }</style>
<div class="am v block-style-204 spacing" style="ba
@ONTRAPORT-Frank
ONTRAPORT-Frank / faq-block.html
Last active November 22, 2016 17:01
FAQ Section for Custom HTML Block in ONTRApages
<!-- Code for Custom HTML block in ONTRApages to create a FAQ section. It
uses the HTML5 details tag. To see this in action visit
http://acumen.pages.ontraport.net/details
-->
<style>
@import url('https://fonts.googleapis.com/css?family=Roboto');
details {
font-family: 'Roboto', sans-serif;
font-size: 13px;
/* @author Ray Peters <rpeters@ontraport.com> */
jQuery( document ).ready( function(){
/* CUSTOMIZATIONS */
/* A list of cultures available @ http://cdnjs.com/libraries/globalize */
/* A list of cultures to try and load is available on the left-most column of @ http://download1.parallels.com/SiteBuilder/Windows/docs/3.2/en_US/sitebulder-3.2-win-sdk-localization-pack-creation-guide/30801.htm */
/* Common country codes -- AUSTRALIA: en-AU, GREAT BRITAIN: en-GB */
var COUNTRY_CODE = "ja-JP";
/* @author Ray Peters <rpeters@ontraport.com> */
jQuery( document ).ready( function(){
/* CUSTOMIZATIONS */
/* A list of cultures available @ http://cdnjs.com/libraries/globalize */
/* A list of cultures to try and load is available on the left-most column of @ http://download1.parallels.com/SiteBuilder/Windows/docs/3.2/en_US/sitebulder-3.2-win-sdk-localization-pack-creation-guide/30801.htm */
/* Common country codes -- AUSTRALIA: en-AU, GREAT BRITAIN: en-GB */
var COUNTRY_CODE = "es-ES";
<script src="https://gist.github.com/ONTRAPORT-Frank/4bbcf945a52243f2fdb2.js"></script>
/* @author Ray Peters <rpeters@ontraport.com> */
jQuery( document ).ready( function(){
/* CUSTOMIZATIONS */
/* A list of cultures available @ http://cdnjs.com/libraries/globalize */
/* A list of cultures to try and load is available on the left-most column of @ http://download1.parallels.com/SiteBuilder/Windows/docs/3.2/en_US/sitebulder-3.2-win-sdk-localization-pack-creation-guide/30801.htm */
/* Common country codes -- AUSTRALIA: en-AU, GREAT BRITAIN: en-GB */
var COUNTRY_CODE = "en-GB";
@ONTRAPORT-Frank
ONTRAPORT-Frank / ONTRA-spanish.js
Last active August 29, 2015 14:27
ONTRAPORT Order Form Translation to Spanish
<script type="text/javascript" src="https://gist.githubusercontent.com/ONTRAPORT-Frank/4bbc6ff6edad6904b17e/raw/9765354ab3420990fec608adef0e9f9dab788b24/ONTRA-spanish-full.js"></script>
@ONTRAPORT-Frank
ONTRAPORT-Frank / ONTRA-spanish-full.js
Last active August 29, 2015 14:27
ONTRAPORT Spanish Translation
/**
* @brief - ONTRAPORT Orderform Translation Script
* @author Ray Peters - <rpeters@ontraport.com>
*/
;( function(){
// TRANSLATION MAP
var TRANSLATIONS = {
"One-time payment of": "Pago por única vez de",
<script type="text/javascript" src="https://gist.githubusercontent.com/ONTRAPORT-Frank/dec69bce60fad6b3e071/raw/b9ef62529331969d3cc866a560615194e4abf76e/uberGlobalize_ES.js"></script>
<script type="text/javascript" src="https://gist.githubusercontent.com/ONTRAPORT-Frank/b12ccaeeccdee053443e/raw/0329d1d5e849727b951a4e56b0858e439158d1c3/uberGlobalize_GB.js"></script>