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
{ | |
"shot": { | |
"composition": "central low-angle wide, Hummer forming mid-air piece by piece", | |
"lens": "24mm", | |
"frame_rate": "2000fps for impact, 60fps camera motion", | |
"camera_movement": "ground tracking, orbital spin, vertical rise" | |
}, | |
"subject": { | |
"description": "Hummer EV, chassis, tires, shell, grille assembling in slow explosive layers", | |
"wardrobe": "", |
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
{ | |
"meta": { | |
"styleName": "Candid Balcony Sunlight", | |
"aspectRatio": "3:4", | |
"promptPrefix": "IMG_2025.JPG" | |
}, | |
"camera": { | |
"model": "35mm film camera (e.g., Canon AE-1, Olympus OM-1)", | |
"focalLength": "standard prime lens (e.g., 50mm)", | |
"angle": "slightly low-angle shot, looking up at the subject", |
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
{ | |
"meta": { | |
"styleName": "Candid Balcony Sunlight", | |
"aspectRatio": "3:4", | |
"promptPrefix": "IMG_2025.JPG" | |
}, | |
"camera": { | |
"model": "35mm film camera (e.g., Canon AE-1, Olympus OM-1)", | |
"focalLength": "standard prime lens (e.g., 50mm)", | |
"angle": "slightly low-angle shot, looking up at the subject", |
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
var myHeaders = new Headers(); | |
var ETagHeaders = new Headers(); | |
myHeaders.append("x-api-key", "INSERT API KEY"); | |
var requestOptions = { | |
method: 'GET', | |
headers: myHeaders, | |
redirect: 'follow' | |
}; |
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
<object data="https://kazm.xyz/invite/118b9d35-0def-4de5-8ec8-fadb82650c04" | |
width="450" | |
height="550" | |
type="text/html"> | |
Alternative Content | |
</object> |
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
let widget = await createWidget() | |
if (config.runsInWidget) { | |
Script.setWidget(widget) | |
} else { | |
widget.presentMedium() | |
} | |
Script.complete() |
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
Madrone Mountain is 100% compliant with the General Data Protection Regulation (GDPR) .To learn more about how we collect, keep, and process your private information in compliance with GDPR, please view our privacy policy. This policy was last updated today. | |
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
.col-sm-4 { | |
@include span-columns(3); | |
@include media($device) { | |
@include span-columns(6); | |
text-align: center; | |
} | |
} | |
.map { | |
@include span-columns(8); |
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
<div class="row shoplinks"> | |
<div class="col-md-6"> | |
<a target="_blank" href="http://www.ylighting.com/brand/Modern-Fan-Co/_/N-1sbf4"> | |
<img src="http://localhost/wp-content/uploads/2019/06/Ylighting_Logo.gif" alt="Modern Fan at YLighting" scale="0"> | |
<p>>> Shop YLighting</p> | |
</a> | |
</div> | |
<div class="col-md-6"> |
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
jQuery(document).ready(function($){ | |
$('section.loading').fadeOut('fast'); | |
$('section.gallery').imagesLoaded(function() { | |
$('.gallery').packery({ | |
itemSelector: 'div', | |
gutter: 10 | |
}); | |
$('section.gallery').addClass('loaded'); | |
}); |
NewerOlder