Skip to content

Latest commit

 

History

History
55 lines (49 loc) · 3.19 KB

contact.md

File metadata and controls

55 lines (49 loc) · 3.19 KB
layout title permalink
page
Contact
/contact/
logo armosc <iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d10497.246006872121!2d2.317118!3d48.87133800000001!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x47e66fcc904ca935%3A0xa70e26d147b4e155!2s23+Rue+d'Anjou%2C+75008+Paris%2C+France!5e0!3m2!1sfr!2sfr!4v1489148535194" width="400" height="300" frameborder="0" style="border:0" allowfullscreen></iframe> Bureau [Office]

23 rue d'Anjou - 75008 PARIS - FRANCE

Envoyer un message électronique
Tel: +331 75 43 19 30
Fax: +331 75 43 19 31
Mobile: +336 07 48 61 39

<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2625.7648022813237!2d2.3272150151017703!3d48.84362480970123!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x47e671cf02024ca7%3A0x8a53dbe42c9559bf!2s135+Boulevard+Raspail%2C+75006+Paris%2C+France!5e0!3m2!1sfr!2sfr!4v1489148898731" width="400" height="300" frameborder="0" style="border:0" allowfullscreen></iframe> Chez moi [At home]

135 Boulevard Raspail - 75006 Paris - France
Tel: +331 45v44 35v69
Fax: +339 57 55 35 69

        <div class="form-group">
            <label class="col-lg-2 control-label" for="name">Name:</label>
            <div class="col-lg-10">
            <input type="text" placeholder="Your name" id="name" class="form-control" name="name" tabindex="1"/>
            </div>
        </div>
        <div class="form-group">
            <label class="col-lg-2 control-label" for="email">Email:</label>
            <div class="col-lg-10">
            <input type="email" placeholder="Your email" id="email" class="form-control" name="email" tabindex="2"/>
            </div>
        </div>
        <div class="form-group">
            <label class="col-lg-2 control-label" for="message">Message:</label>
            <div class="col-lg-10">
            <textarea class="contact-textarea" placeholder="Your message" class="form-control" rows="4" id="message" name="message" tabindex="3"></textarea>
            </div>
        </div>
        
       <div class="form-group"> 
       <div class="col-lg-10 col-lg-offset-2">  
     <input type="submit" class="btn btn-primary" value="Send" id="submit"/>
     </div>
     </div>
    <input type="hidden" name='redirect_to' value="http://blog.webjeda.com/thank-you/" />
</fieldset>  

This form is made functional by SimpleForm{: target="_blank"}. Read How to create a form in Jekyll site{: target="_blank"} to implement using formspree.