HTML preprocessors can make writing HTML more powerful or convenient. For instance, Markdown is designed to be easier to write and read for text documents and you could write a loop in Pug.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. So you don't have access to higher-up elements like the <html>
tag. If you want to add classes there that can affect the whole document, this is the place to do it.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. If you need things in the <head>
of the document, put that code here.
The resource you are linking to is using the 'http' protocol, which may not work when the browser is using https.
CSS preprocessors help make authoring CSS easier. All of them offer things like variables and mixins to provide convenient abstractions.
It's a common practice to apply CSS to a page that styles elements such that they are consistent across all browsers. We offer two of the most popular choices: normalize.css and a reset. Or, choose Neither and nothing will be applied.
To get the best cross-browser support, it is a common practice to apply vendor prefixes to CSS properties and values that require them to work. For instance -webkit-
or -moz-
.
We offer two popular choices: Autoprefixer (which processes your CSS server-side) and -prefix-free (which applies prefixes via a script, client-side).
Any URL's added here will be added as <link>
s in order, and before the CSS in the editor. You can use the CSS from another Pen by using it's URL and the proper URL extention.
You can apply CSS to your Pen from any stylesheet on the web. Just put a URL to it here and we'll apply it, in the order you have them, before the CSS in the Pen itself.
You can also link to another Pen here (use the .css
URL Extension) and we'll pull the CSS from that Pen and include it. If it's using a matching preprocessor, use the appropriate URL Extension and we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
JavaScript preprocessors can help make authoring JavaScript easier and more convenient.
Babel includes JSX processing.
Any URL's added here will be added as <script>
s in order, and run before the JavaScript in the editor. You can use the URL of any other Pen and it will include the JavaScript from that Pen.
You can apply a script from anywhere on the web to your Pen. Just put a URL to it here and we'll add it, in the order you have them, before the JavaScript in the Pen itself.
If the script you link to has the file extension of a preprocessor, we'll attempt to process it before applying.
You can also link to another Pen here, and we'll pull the JavaScript from that Pen and include it. If it's using a matching preprocessor, we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
Search for and use JavaScript packages from npm here. By selecting a package, an import
statement will be added to the top of the JavaScript editor for this package.
Using packages here is powered by Skypack, which makes packages from npm not only available on a CDN, but prepares them for native JavaScript ES6 import
usage.
All packages are different, so refer to their docs for how they work.
If you're using React / ReactDOM, make sure to turn on Babel for the JSX processing.
If active, Pens will autosave every 30 seconds after being saved once.
If enabled, the preview panel updates automatically as you code. If disabled, use the "Run" button to update.
If enabled, your code will be formatted when you actively save your Pen. Note: your code becomes un-folded during formatting.
Visit your global Editor Settings.
<!DOCTYPE html>
<head>
<meta charset="UTF-8" />
<title></title>
<link rel='dns-prefetch' href='//s.w.org' />
<link rel="alternate" type="application/rss+xml" title="Jet on Boylston » Home Comments Feed" href="https://jetonboylston.com/home/feed/" />
<script type="text/javascript">
window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/2.4\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/2.4\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/jetonboylston.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=4.9.5"}};
!function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55357,56692,8205,9792,65039],[55357,56692,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings);
</script>
<style type="text/css">
img.wp-smiley,
img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 .07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
}
</style>
<link rel='stylesheet' id='fontawesome-css' href='https://jetonboylston.com/wp-content/plugins/wp-google-maps/css/font-awesome.min.css?ver=4.9.5' type='text/css' media='all' />
<link rel='stylesheet' id='jet_css-css' href='https://jetonboylston.com/wp-content/themes/jet/style.css?ver=4.9.5' type='text/css' media='all' />
<script type='text/javascript' src='https://jetonboylston.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script>
<script type='text/javascript' src='https://jetonboylston.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script>
<link rel='https://api.w.org/' href='https://jetonboylston.com/wp-json/' />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://jetonboylston.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://jetonboylston.com/wp-includes/wlwmanifest.xml" />
<meta name="generator" content="WordPress 4.9.5" />
<link rel="canonical" href="https://jetonboylston.com/" />
<link rel='shortlink' href='https://jetonboylston.com/' />
<link rel="alternate" type="application/json+oembed" href="https://jetonboylston.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fjetonboylston.com%2F" />
<link rel="alternate" type="text/xml+oembed" href="https://jetonboylston.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fjetonboylston.com%2F&format=xml" />
<link rel="stylesheet" href="https://use.typekit.net/tuv2nrg.css">
<script language="javascript">
document.getElementsByClassName('map')[0]
.addEventListener('click', function (event) {
window.open('https://goo.gl/maps/PZx64z6PXjt', '_blank');
});
</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-118863788-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-118863788-1');
setTimeout("ga('send','event','Engaged users','More than 45 seconds')",45000);
</script>
</head>
<div class="container">
<div class="logo">
<img src="/wp-content/uploads/2018/05/logo.png">
</div>
<h1 class="headline">
Urban Flats Coming Fall 2018
</h1>
<h2 class="subline">
Explore city environment living<br>
through sophisticated industrial style
</h2>
<div class="arrow">
<a href="#interest-list">
<img src="/wp-content/uploads/2018/05/arrow.png">
</a>
</div>
<div class="form">
<script>(function() {
if (!window.mc4wp) {
window.mc4wp = {
listeners: [],
forms : {
on: function (event, callback) {
window.mc4wp.listeners.push({
event : event,
callback: callback
});
}
}
}
}
})();
</script><!-- MailChimp for WordPress v4.2.1 - https://wordpress.org/plugins/mailchimp-for-wp/ --><form id="mc4wp-form-1" class="mc4wp-form mc4wp-form-6" method="post" data-id="6" data-name="Splash Page Interest List Signup" ><div class="mc4wp-form-fields"><div id="interest-list" class="form">
<div class="form-head">
STAY CONNECTED
</div>
<input type="text" name="NAME" placeholder="Name" required /><br>
<input type="email" name="email" placeholder="Email Address" required /><br>
<input type="phone" name="phone" placeholder="Phone Number" /><br>
<select name="source" />
<option selected>How Did You Hear About Jet on Boylston?</option>
<option>Apartments.com</option>
<option>Craigslist</option>
<option>Drove or Walked By</option>
<option>Facebook</option>
<option>Instagram</option>
<option>Online Ad</option>
<option>Online Search</option>
<option>Street Signage</option>
<option>Word of Mouth</option>
<option>Zillow</option>
<option>Other</option>
</select><br>
<select name="type" />
<option selected>Which Type of Apartment are you Looking For?</option>
<option>Studio</option>
<option>Open One-Bedroom</option>
<option>Traditional One-Bedroom</option>
<option>Two-Bedroom</option>
</select><br>
<input type="submit" class="submit" value="Subscribe to List" />
</div></div><label style="display: none !important;">Leave this field empty if you're human: <input type="text" name="_mc4wp_honeypot" value="" tabindex="-1" autocomplete="off" /></label><input type="hidden" name="_mc4wp_timestamp" value="1525840706" /><input type="hidden" name="_mc4wp_form_id" value="6" /><input type="hidden" name="_mc4wp_form_element_id" value="mc4wp-form-1" /><div class="mc4wp-response"></div></form><!-- / MailChimp for WordPress Plugin --> </div>
<div class="location">
<div class="rendering"></div>
<div class="map">
<a name='map1'></a>
<div class="wpgmza_map" id="wpgmza_map_1" style="display:block; overflow:auto; width:100%; height:100%; float:left;"> </div>
<div style="display:block; width:100%;">
<div id="wpgmaps_directions_edit_1" style="display:none; width:100%; clear:both;" class="wpgmaps_directions_outer_div">
<h2>Get Directions</h2>
<div id="wpgmaps_directions_editbox_1">
<table>
<tr>
<td>
<label for="wpgmza_dir_type_1">For</label>
</td>
<td>
<select id="wpgmza_dir_type_1" name="wpgmza_dir_type_1">
<option value="DRIVING" selected="selected">Driving</option>
<option value="WALKING">Walking</option>
<option value="TRANSIT">Transit</option>
<option value="BICYCLING">Bicycling</option>
</select>
<a href="javascript:void(0);" mapid="1" id="wpgmza_show_options_1" onclick="wpgmza_show_options(1);" style="font-size:10px;">show options</a>
<a href="javascript:void(0);" mapid="1" id="wpgmza_hide_options_1" onclick="wpgmza_hide_options(1);" style="font-size:10px; display:none;">hide options</a>
<div style="display:none" id="wpgmza_options_box_1">
<input type="checkbox" id="wpgmza_tolls_1" name="wpgmza_tolls_1" value="tolls" /> <label for="wpgmza_tolls_1">Avoid Tolls</label><br />
<input type="checkbox" id="wpgmza_highways_1" name="wpgmza_highways_1" value="highways" /> <label for="wpgmza_highways_1">Avoid Highways</label><br />
<input type="checkbox" id="wpgmza_ferries_1" name="wpgmza_ferries_1" value="ferries" /> <label for="wpgmza_ferries_1">Avoid Ferries</label>
</div>
</td>
</tr>
<tr class='wpgmaps_from_row'>
<td class='wpgmaps_from_td1'>
<label for="wpgmza_input_from_1">From</label>
</td>
<td width='90%' class='wpgmaps_from_td2'>
<input type="text" value="" id="wpgmza_input_from_1" style='width:80%' />
</td>
</tr>
<tr class='wpgmaps_to_row'>
<td class='wpgmaps_to_td1'>
<label for="wpgmza_input_to_1">To</label>
</td>
<td width='90%' class='wpgmaps_to_td2'>
<input type="text" value="" id="wpgmza_input_to_1" style='width:80%' />
</td>
</tr>
<tr>
<td>
</td>
<td>
<input onclick="javascript:void(0);" class="wpgmaps_get_directions " id="1" type="button" value="Go"/>
</td>
</tr>
</table>
</div>
</div>
<div id="wpgmaps_directions_notification_1" style="display:none;">Fetching directions......</div>
<div id="wpgmaps_directions_reset_1" style="display:none;">
<a href='javascript:void(0)' onclick='wpgmza_reset_directions(1);' id='wpgmaps_reset_directions' title='Reset directions'>Reset directions</a>
<br />
<a href='' id='wpgmaps_print_directions_1' title='Print directions'>Print directions</a>
</div>
<div id="directions_panel_1"></div>
</div>
</div>
</div>
</div>
<div id="footer">
1820 Boylston Avenue | Seattle WA | 98122<br><br>
Managed by <a href="http://blantonturner.com" target="_blank"><img src="/wp-content/uploads/2018/05/bt-logo.png"></a> <img src="/wp-content/uploads/2018/05/eho.png"><br><br><br>
<a href="https://www.facebook.com/Jet-on-Boylston-1670904049645671" target="_blank"><img src="/wp-content/uploads/2018/05/fb.png"></a> <a href="https://www.instagram.com/jetonboylston/" target="_blank"><img src="/wp-content/uploads/2018/05/ig.png"></a>
</div><script>(function() {function addEventListener(element,event,handler) {
if(element.addEventListener) {
element.addEventListener(event,handler, false);
} else if(element.attachEvent){
element.attachEvent('on'+event,handler);
}
}function maybePrefixUrlField() {
if(this.value.trim() !== '' && this.value.indexOf('http') !== 0) {
this.value = "http://" + this.value;
}
}
var urlFields = document.querySelectorAll('.mc4wp-form input[type="url"]');
if( urlFields && urlFields.length > 0 ) {
for( var j=0; j < urlFields.length; j++ ) {
addEventListener(urlFields[j],'blur',maybePrefixUrlField);
}
}/* test if browser supports date fields */
var testInput = document.createElement('input');
testInput.setAttribute('type', 'date');
if( testInput.type !== 'date') {
/* add placeholder & pattern to all date fields */
var dateFields = document.querySelectorAll('.mc4wp-form input[type="date"]');
for(var i=0; i<dateFields.length; i++) {
if(!dateFields[i].placeholder) {
dateFields[i].placeholder = 'YYYY-MM-DD';
}
if(!dateFields[i].pattern) {
dateFields[i].pattern = '[0-9]{4}-(0[1-9]|1[012])-(0[1-9]|1[0-9]|2[0-9]|3[01])';
}
}
}
})();</script><link rel='stylesheet' id='wpgmaps-style-pro-css' href='https://jetonboylston.com/wp-content/plugins/wp-google-maps-pro/css/wpgmza_style_pro.css?ver=6.16' type='text/css' media='all' />
<style id='wpgmaps-style-pro-inline-css' type='text/css'>
.wpgmza_map img { max-width:none; }
.wpgmza_widget { overflow: auto; }
</style>
<link rel='stylesheet' id='wpgmaps_datatables_style-css' href='https://jetonboylston.com/wp-content/plugins/wp-google-maps-pro/css/data_table_front.css?ver=6.16' type='text/css' media='all' />
<link rel='stylesheet' id='wpgmaps_datatables_responsive-style-css' href='//cdn.datatables.net/responsive/1.0.4/css/dataTables.responsive.css?ver=6.16' type='text/css' media='all' />
<script type='text/javascript' src='https://jetonboylston.com/wp-includes/js/wp-embed.min.js?ver=4.9.5'></script>
<script type='text/javascript' src='//maps.google.com/maps/api/js?v=3.exp&key=AIzaSyA9JLPJexYctlLwjBDYLOwT5oJhZ9xg35U&language=en_US&libraries=places%2Cvisualization&ver=6.16p'></script>
<script type='text/javascript' src='https://jetonboylston.com/wp-content/plugins/wp-google-maps-pro/js/jquery.dataTables.min.js?ver=4.9.5'></script>
<script type='text/javascript' src='https://jetonboylston.com/wp-content/plugins/wp-google-maps-pro/js/dataTables.responsive.js?ver=4.9.5'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var wpgmaps_localize = {"1":{"id":"1","map_title":"Jet Location","map_width":"100","map_height":"100","map_start_lat":"47.619655","map_start_lng":"-122.322606","map_start_location":"47.61965529233811,-122.32260600000001","map_start_zoom":"16","default_marker":"https:\/\/jetonboylston.com\/wp-content\/uploads\/2018\/05\/map-marker.png","type":"1","alignment":"1","directions_enabled":"1","styling_enabled":"0","styling_json":"","active":"0","kml":"","bicycle":"2","traffic":"2","dbox":"1","dbox_width":"100","listmarkers":"0","listmarkers_advanced":"0","filterbycat":"0","ugm_enabled":"0","ugm_category_enabled":"0","fusion":"","map_width_type":"%","map_height_type":"\\%","mass_marker_support":"1","ugm_access":"0","order_markers_by":"1","order_markers_choice":"2","show_user_location":"2","default_to":"","other_settings":{"wpgmza_store_locator_restrict":"","wpgmza_sl_animation":"1","store_locator_bounce":1,"store_locator_query_string":"ZIP \/ Address:","store_locator_name_string":"Title \/ Description:","store_locator_default_address":"","wpgmza_dbox_width_type":"%","map_max_zoom":"7","map_min_zoom":"21","sl_stroke_color":"FF0000","sl_stroke_opacity":"0.25","sl_fill_color":"FF0000","sl_fill_opacity":"0.15","click_open_link":2,"transport_layer":2,"iw_primary_color":"2A3744","iw_accent_color":"252F3A","iw_text_color":"FFFFFF","wpgmza_iw_type":"0","list_markers_by":"0","push_in_map":"","push_in_map_placement":"9","wpgmza_push_in_map_width":"","wpgmza_push_in_map_height":"","wpgmza_theme_data":"[{\"featureType\":\"water\",\"elementType\":\"geometry\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":17}]},{\"featureType\":\"landscape\",\"elementType\":\"geometry\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":20}]},{\"featureType\":\"road.highway\",\"elementType\":\"geometry.fill\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":17}]},{\"featureType\":\"road.highway\",\"elementType\":\"geometry.stroke\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":29},{\"weight\":0.2}]},{\"featureType\":\"road.arterial\",\"elementType\":\"geometry\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":18}]},{\"featureType\":\"road.local\",\"elementType\":\"geometry\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":16}]},{\"featureType\":\"poi\",\"elementType\":\"geometry\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":21}]},{\"elementType\":\"labels.text.stroke\",\"stylers\":[{\"visibility\":\"on\"},{\"color\":\"#000000\"},{\"lightness\":16}]},{\"elementType\":\"labels.text.fill\",\"stylers\":[{\"saturation\":36},{\"color\":\"#000000\"},{\"lightness\":40}]},{\"elementType\":\"labels.icon\",\"stylers\":[{\"visibility\":\"off\"}]},{\"featureType\":\"transit\",\"elementType\":\"geometry\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":19}]},{\"featureType\":\"administrative\",\"elementType\":\"geometry.fill\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":20}]},{\"featureType\":\"administrative\",\"elementType\":\"geometry.stroke\",\"stylers\":[{\"color\":\"#000000\"},{\"lightness\":17},{\"weight\":1.2}]}]","wpgmza_theme_selection":6,"upload_default_ul_marker":"","upload_default_sl_marker":""},"total_markers":1}};
var wpgmaps_localize_mashup_ids = null;
var wpgmaps_localize_marker_data = {"1":{"2":{"map_id":"1","marker_id":"2","title":"","address":"1820 Boylston Avenue, Seattle, WA, USA","desc":"JET on Boylston<br>\n<a href=\"https:\/\/goo.gl\/maps\/2oH1fEwBrFF2\" target=\"_blank\">1820 Boylston Ave.<\/a>","pic":"","icon":"https:\/\/jetonboylston.com\/wp-content\/uploads\/2018\/05\/map-marker.png","linkd":"","lat":"47.6182316","lng":"-122.32309420000001","anim":"2","retina":"0","category":"0","infoopen":"1","other_data":["0"]}}};
var wpgmaps_localize_cat_ids = {"1":"all"};
var wpgmaps_localize_map_types = {"1":""};
var wpgmaps_localize_global_settings = {"wpgmza_settings_image_resizing":"no","wpgmza_settings_image_width":"","wpgmza_settings_image_height":"","wpgmza_settings_infowindow_width":"","wpgmza_settings_infowindow_link_text":"More details","wpgmza_settings_map_zoom":"yes","wpgmza_settings_map_pan":"yes","wpgmza_settings_map_scroll":"yes","wpgmza_settings_map_striptags":"0","wpgmza_settings_ugm_autoapprove":"0","wpgmza_settings_ugm_email_new_marker":"0","wpgmza_settings_ugm_email_address":"ccoffman@blantonturner.com","wpgmza_custom_css":"","wpgmza_settings_carousel_markerlist_theme":"sky","wpgmza_default_items":"10","carousel_items":"5","carousel_autoplay":"5000","carousel_lazyload":"yes","carousel_autoheight":"yes","carousel_navigation":"yes","wpgmza_settings_filterbycat_type":"1","wpgmza_settings_map_open_marker_by":"1","wpgmza_settings_cat_logic":"0","wpgmza_api_version":"3.25","wpgmza_settings_access_level":"manage_options","wpgmza_settings_retina_width":"31","wpgmza_settings_retina_height":"45","wpgmza_settings_marker_pull":"0","wpgmza_iw_type":"0","list_markers_by":""};
var wpgmaps_localize_categories = {"1":[]};
var wpgmaps_localize_polygon_settings = [];
var wpgmaps_localize_polyline_settings = [];
var wpgmaps_localize_heatmap_settings = [];
var wpgmaps_markerurl = "https:\/\/jetonboylston.com\/wp-content\/uploads\/wp-google-maps\/";
var wpgmaps_lang_more_details = "More details";
var wpgmaps_lang_get_dir = "Get directions";
var wpgmaps_lang_my_location = "My location";
var wpgmaps_lang_km_away = "km away";
var wpgmaps_lang_m_away = "miles away";
var wpgmaps_lang_directions = "Directions";
var wpgmaps_lang_more_info = "More details";
var wpgmaps_lang_error1 = "Please fill out both the \"from\" and \"to\" fields";
var wpgmaps_lang_getting_location = "Getting your current location address...";
var wpgm_dt_sLengthMenu = "Show _MENU_ entries";
var wpgm_dt_sZeroRecords = "Nothing found - sorry";
var wpgm_dt_sInfo = "Showing _START_ to _END_ of _TOTAL_ records";
var wpgm_dt_sInfoEmpty = "Showing 0 to 0 of 0 records";
var wpgm_dt_sInfoFiltered = "(filtered from _MAX_ total records)";
var wpgm_dt_sFirst = "First";
var wpgm_dt_sLast = "Last";
var wpgm_dt_sNext = "Next";
var wpgm_dt_sPrevious = "Previous";
var wpgm_dt_sSearch = "Search";
var ajaxurl = "https:\/\/jetonboylston.com\/wp-admin\/admin-ajax.php";
var wpgmaps_pro_nonce = "f0a3f530b3";
var wpgmaps_plugurl = "https:\/\/jetonboylston.com\/wp-content\/plugins\/wp-google-maps\/";
var marker_pull = "0";
var wpgm_g_e = "0";
/* ]]> */
</script>
<script type='text/javascript' src='https://jetonboylston.com/wp-content/plugins/wp-google-maps-pro/js/core.js?ver=6.16p'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var wpgmza_circle_data_array = [];
var wpgmza_rectangle_data_array = [];
/* ]]> */
</script>
<script type='text/javascript' src='https://jetonboylston.com/wp-content/plugins/wp-google-maps/includes/compat/js/backwards_compat_user_v6.js?ver=1.0'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var mc4wp_forms_config = [];
/* ]]> */
</script>
<script type='text/javascript' src='https://jetonboylston.com/wp-content/plugins/mailchimp-for-wp/assets/js/forms-api.min.js?ver=4.2.1'></script>
<!--[if lte IE 9]>
<script type='text/javascript' src='https://jetonboylston.com/wp-content/plugins/mailchimp-for-wp/assets/js/third-party/placeholders.min.js?ve r=4.2.1'></script>
<![endif]-->
</html>
/* Location + map section */
.location {
height: 600px;
width: 100%;
box-sizing: border-box;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
align-items: center;
align-content: center;
}
.rendering {
background-image: url('https://jetonboylston.com/wp-content/uploads/2018/05/rendering.jpg');
background-size: cover;
background-position: center center;
display: inline;
height: 100%;
flex-grow: 1;
flex-shrink: 2;
flex-basis: 400px;
}
.map {
background-size: cover;
background-position: 60% 50%;
display: inline;
height: 100%;
flex-grow: 2;
flex-shrink: 1;
flex-basis: 600px;
}
Also see: Tab Triggers