-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcontact.html
127 lines (114 loc) · 6.25 KB
/
contact.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
---
title: Contact
layout: default
---
<meta http-equiv="refresh" content="1; URL=https://www.aimlab-technion.com/contact" />
<!-- ***** Contact Area Start ***** -->
<section class="uza-contact-area section-padding-80">
<div class="container">
<div class="row justify-content-between">
<!-- Contact Form -->
<div class="col-12 col-lg-8">
<div class="uza-contact-form mb-80">
<div class="contact-heading mb-50">
<h4>Thank you for your interest. <br>Please fill out the form below:</h4>
</div>
<form name="gform" id="gform" encrypt="text/plain"
action="https://docs.google.com/forms/d/e/1FAIpQLSfpwnjRXH0n020oFD8fyM79Mr03FQgL3FBlhE4Sd-EqoBmf_Q/formResponse?usp=pp_url&entry.1365318987=aimlab.name&entry.1455381171=aimlab.email&entry.1951473634=aimlab.phone&entry.1890196220=aimlab.org&entry.540137911=aimlab.messege"
target="hidden_iframe" onsubmit="submitted=true;">
<div class="row">
<div class="col-lg-6">
<div class="form-group">
<input type="text" class="form-control mb-30" name="entry.1365318987"
id="entry.1365318987" placeholder="Name" required>
</div>
</div>
<div class="col-lg-6">
<div class="form-group">
<input type="email" class="form-control mb-30" name="entry.1455381171"
id="entry.1455381171" placeholder="Email" required>
</div>
</div>
<div class="col-lg-6">
<div class="form-group">
<input type="text" class="form-control mb-30" name="entry.1951473634"
id="entry.1951473634" placeholder="Phone" required>
</div>
</div>
<div class="col-lg-6">
<div class="form-group">
<input type="text" class="form-control mb-30" name="entry.1890196220"
id="entry.1890196220" placeholder="Organization" required>
</div>
</div>
<div class="col-12">
<div class="form-group">
<textarea class="form-control mb-30" name="entry.540137911" id="entry.540137911"
rows="8" cols="80" placeholder="Message" required></textarea>
</div>
</div>
<div class="col-12">
<button class="btn uza-btn btn-3 mt-15">Contact Us</button>
</div>
</div>
</form>
<iframe name="hidden_iframe" id="hidden_iframe" style="display:none;"
onload="if(submitted) {}"></iframe>
</div>
</div>
<!-- Single Contact Card -->
<div class="col-12 col-lg-3">
<div class="contact-sidebar-area mb-80">
<!-- Single Sidebar Area -->
<div class="single-contact-card mb-50">
<a href="https://cris.technion.ac.il/en/persons/joachim-behar"><h4>Asst. Prof. Joachim A. Behar</h4></a>
<h6>Principal Investigator</h6>
<h5>(+972) 4 829 4125</h5>
<h6><small>Technion Israel Institute of Technology</small><br>
<small>Editor IOP Physiological Measurement</small><br>
<small>Co-director</small> <a href="https://pbi-lab.github.io/"
target="_blank"><small>Portable Biomed Innov Lab</small></a><br>
<small>jbehar@technion.ac.il</small></h6>
<a href="{{site.baseurl}}/assets/docs/Joachim_A_Behar_CV.pdf" target="_blank">Joachim A. Behar CV</a>
</div>
<!-- Single Sidebar Area -->
<div class="single-contact-card mb-50">
<a href=""><h4>Alexandra Alexandrovich</h4></a>
<h6><small>AIMLab. Manager</small></h6>
<h3></h3>
<h6><small>Technion Israel Institute of Technology<br>goldina@bm.technion.ac.il</small></h6>
</div>
</div>
</div>
</div>
<div style="text-align: center; align-items: center;margin: 10px">
<a
href="https://www.waze.com/en/livemap/directions?ct=livemap&latlng=32.775296%2C35.026206&utm_campaign=iFrame_expand_the_map&zoom=17">
<img src="{{site.baseurl}}/assets/img/bg-img/waze.png" width="70" height="70">
</a>
<br>
Department of Biomedical Engineering <br />
Julius Silver Building <br />
Technion-IIT Technion City <br />
Haifa 32000 <br />
ISRAEL <br />
</div>
<div class="row">
<!-- Google Maps -->
<div class="col-12">
<div class="google-maps">
<iframe
src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d665.6453535000792!2d35.02604930139336!3d32.77522765000271!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x23c7c6d311997032!2sBio+Medical+Engineering!5e0!3m2!1sen!2sil!4v1557364650722!5m2!1sen!2sil"
allowfullscreen></iframe>
</div>
</div>
</div>
</div>
</section>
<!-- ***** Contact Area End ***** -->
<script type="text/javascript">
$('#gform').on('submit', function (e) {
$('#gform *').fadeOut(2000);
$('#gform').prepend('Your submission has been processed...');
});
</script>