-
-
Save jamland/111b5237ea8e7720a99b to your computer and use it in GitHub Desktop.
pages/contact-hubspot.php
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
<?php | |
/** | |
* Template Name: Contact Hubspot Page | |
* | |
* @package ironio | |
*/ | |
?> | |
<?php get_header(); ?> | |
<!-- Subheader --> | |
<?php | |
global $subheader_title ,$subheader_subtitle; | |
$subheader_title = 'Give Us a Shout' ; | |
$subheader_subtitle = "We love hearing from the community about how we're doing, and we're here to help assist you in your evaluation of Iron.io."; | |
get_template_part( 'layouts/subheader' ); ?> | |
<br><br> | |
<div class="row"> | |
<div class="large-7 columns" style="padding:10px 20px;"> | |
<div id="form-box"> | |
<div class="form-title"> | |
Contact Us | |
</div> | |
<!--[if lte IE 8]> | |
<script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/v2-legacy.js"></script> | |
<![endif]--> | |
<script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/v2.js"></script> | |
<script> | |
hbspt.forms.create({ | |
portalId: '553779', | |
formId: '70a81cac-777f-4c49-bbe5-dce8e1460d6c' | |
}); | |
</script> | |
</div> | |
</div> | |
<div class="large-1 columns"></div> | |
<div class="large-4 columns" style="padding:10px 20px;"> | |
<div id="form-box"> | |
<div class="form-title">Iron.io</div> | |
<div class="form-group fullborder"> | |
<div class="pad"> | |
<p>325 9th St<br> | |
San Francisco, CA 94103<br> | |
1-888-939-4623<br> | |
<a href="https://www.google.com/maps/place/325+9th+St/@37.773589,-122.411017,17z">View Map</a></p> | |
</div> | |
</div> | |
<div class="form-title">On the Web</div> | |
<div class="form-group fullborder"> | |
<div class="pad"> | |
<div class="row"> | |
<div class="large-6 columns" align="center"> | |
<a href="https://www.facebook.com/getiron"><?php echo ironio_image_tag('/assets/social/facebook-full.png') ?></a> | |
</div> | |
<div class="large-6 columns" align="center"> | |
<a href="https://twitter.com/getiron"><?php echo ironio_image_tag('/assets/social/twitter-full.png') ?></a> | |
</div> | |
</div> | |
<div class="row"> | |
<div class="large-6 columns" align="center"> | |
<a href="http://get.iron.io/community"><?php echo ironio_image_tag('/assets/social/google-full.png') ?></a> | |
</div> | |
<div class="large-6 columns" align="center"> | |
<a href="https://github.com/iron-io"><?php echo ironio_image_tag('/assets/social/github-full.png') ?></a> | |
</div> | |
</div> | |
</div> | |
</div> | |
<div class="form-title">Support Resources</div> | |
<div class="form-group fullborder bottom"> | |
<div class="pad"> | |
<ul> | |
<li style="padding:5px;"><a href="http://dev.iron.io/faq/">Frequently Asked Questions</a></li> | |
<li style="padding:5px;"><a href="http://stackoverflow.com/questions/tagged/ironworker+or+ironmq+or+iron.io+or+ironcache">Stack Overflow</a></li> | |
<li style="padding:5px;"><a href="https://github.com/iron-io/issues/issues">Report an Issue</a></li> | |
</ul> | |
</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
<br><br> | |
<?php get_footer(); ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment