Skip to content

Instantly share code, notes, and snippets.

@lonchbox
Last active November 23, 2015 11:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lonchbox/15db5ead95c2c7145162 to your computer and use it in GitHub Desktop.
Save lonchbox/15db5ead95c2c7145162 to your computer and use it in GitHub Desktop.
LongSocial WordPress Theme Contact page template code
<!-- EXAMPLE 1 -->
<div class="row">
<div class="col-md-6">[contact-form-7 id="88" title="Contact form 1"]</div>
<div class="col-md-6">
<address>
<strong>33 Themes HQ</strong>
Carrer d'En Bosc, 8
07002 Palma
Illes Balears - Spain
<abbr title="Phone">P:</abbr> +34 971 252 708
</address>
<address>
<strong>33 Themes UG (haftungsbeschränkt)</strong>
Fennpfuhlweg 30
13059 Berlin - Germany
<abbr title="Phone">P:</abbr> +49 3020236023
</address>
<address>
<strong>Email</strong>
<a href="mailto:info[at]33themes.com">info@33themes.com</a>
</address>
</div>
</div>
<div class="fluid-container">
    <iframe style="border: 0;" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3075.5953545282655!2d2.6547275999999993!3d39.568730699999996!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x1297924dea65a151%3A0xff0baf42bf0a1be8!2sCarrer+d'En+Bosc%2C+8!5e0!3m2!1ses!2ses!4v1441649381849" width="100%" height="50%" frameborder="0" allowfullscreen="allowfullscreen"></iframe>
</div>
<!-- EXAMPLE 2 -->
<div class="row">
<div class="col-md-6">[contact-form-7 id="382" title="Contact form 1"]</div>
<div class="col-md-6">
<div class="fluid-container">
            <iframe style="border: 0;" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d393421.90451313613!2d2.9116520000000152!3d39.613497949999996!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x1297b8766606c129%3A0xb7eb9bff02d2ecc0!2sMallorca%2C+Islas+Baleares!5e0!3m2!1ses!2ses!4v1418941848567" width="600" height="450" frameborder="0"></iframe>
        </div>
<address>
<strong>Twitter, Inc.</strong>
795 Folsom Ave, Suite 600
San Francisco, CA 94107
<abbr title="Phone">P:</abbr> (123) 456-7890
</address>
<address>
<strong>Email</strong>
<a href="mailto:#">first.last@example.com</a>
</address>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment