-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
223 lines (196 loc) · 8.78 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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Contact</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Your page description here" />
<meta name="author" content="" />
<!-- css -->
<link href="https://fonts.googleapis.com/css?family=Handlee|Open+Sans:300,400,600,700,800" rel="stylesheet">
<link href="css/bootstrap.css" rel="stylesheet" />
<link href="css/bootstrap-responsive.css" rel="stylesheet" />
<link href="css/flexslider.css" rel="stylesheet" />
<link href="css/prettyPhoto.css" rel="stylesheet" />
<link href="css/camera.css" rel="stylesheet" />
<link href="css/jquery.bxslider.css" rel="stylesheet" />
<link href="css/style.css" rel="stylesheet" />
<!-- Theme skin -->
<link href="color/default.css" rel="stylesheet" />
<!-- Fav and touch icons -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="ico/apple-touch-icon-144-precomposed.png" />
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="ico/apple-touch-icon-114-precomposed.png" />
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="ico/apple-touch-icon-72-precomposed.png" />
<link rel="apple-touch-icon-precomposed" href="ico/apple-touch-icon-57-precomposed.png" />
<link rel="shortcut icon" href="ico/favicon.png" />
<!-- =======================================================
Theme Name: Eterna
Theme URL: https://bootstrapmade.com/eterna-free-multipurpose-bootstrap-template/
Author: BootstrapMade.com
Author URL: https://bootstrapmade.com
======================================================= -->
</head>
<body>
<div id="wrapper">
<!-- start header -->
<header>
<div class="container" style="margin-top: 10px;">
<div class="row nomargin">
<div class="span4">
<div class="logo">
<a href="index.html"><img src="img/hpg/logo_HPG.png" style="height: 60%; width: 60%" alt="HPG Logo" /></a>
</div>
</div>
<div class="span8">
<div class="navbar navbar-static-top">
<div class="navigation">
<nav>
<ul class="nav topnav">
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="team.html">Team </a>
</li>
<li>
<a href="publications.html">Publications </a>
</li>
<li>
<a href="technologies.html">Technologies </a>
</li>
<li>
<a href="projects.html">Projects </a>
</li>
<!-- <li>
<a href="support.html">Support </a>
</li> -->
<li class="active">
<a href="contact.html">Contact </a>
</li>
</ul>
</nav>
</div>
<!-- end navigation -->
</div>
</div>
</div>
</div>
</header>
<!-- end header -->
<section id="content">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3677.7181184567303!2d-47.07003238451434!3d-22.812906485059642!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x94c8c15274582707%3A0xedbefbe7d570408c!2sCEPETRO+-+Petroleum+Studies+Center!5e0!3m2!1sen!2sbr!4v1547468271131"
width="100%" height="380" frameborder="0" style="border:0" allowfullscreen></iframe>
<div class="container">
<div class="row">
<div class="span8">
<h4>Get in touch with us by filling contact form below</h4>
<div id="sendmessage">Your message has been sent. Thank you!</div>
<div id="errormessage"></div>
<form action="" method="post" role="form" class="contactForm">
<div class="row">
<div class="span4 form-group field">
<input type="text" name="name" id="name" placeholder="Your Name" data-rule="minlen:4" data-msg="Please enter at least 4 chars" />
<div class="validation"></div>
</div>
<div class="span4 form-group">
<input type="email" name="email" id="email" placeholder="Your Email" data-rule="email" data-msg="Please enter a valid email" />
<div class="validation"></div>
</div>
<div class="span8 form-group">
<input type="text" name="subject" id="subject" placeholder="Subject" data-rule="minlen:4" data-msg="Please enter at least 8 chars of subject" />
<div class="validation"></div>
</div>
<div class="span8 form-group">
<textarea name="message" rows="5" data-rule="required" data-msg="Please write something for us"
placeholder="Message"></textarea>
<div class="validation"></div>
<div class="text-center">
<button class="btn btn-theme btn-medium margintop10" type="submit">Send a message</button>
</div>
</div>
</div>
</form>
</div>
<div class="span4">
<div class="clearfix"></div>
<aside class="right-sidebar">
<div class="widget">
<h5 class="widgetheading">Contact information<span></span></h5>
<ul class="contact-info">
<li><label>Address: </label> R. Cora Coralina, 350 - Cidade Universitária, Campinas-SP, Brasil</li>
<li><label>Zip Code: </label> 13083-896 </li>
<li><label>Phone: </label> +55 19 3521-1208 </li>
<li><label>Email: </label> [email protected] </li>
</ul>
</div>
</aside>
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<div class="row">
<div class="span4">
<div class="widget">
<h5 class="widgetheading">Get in touch</h5>
<address>
<strong>High Performance Geophysics Lab</strong><br>
Cora Coralina 350 St, Cidade Universitária<br>
Campinas/SP Brazil
</address>
<p>
<i class="icon-phone"></i> +55 19 3521-1208<br>
<i class="icon-envelope-alt"></i> [email protected]
</p>
</div>
</div>
</div>
</div>
<div id="sub-footer">
<div class="container">
<div class="row">
<div class="span6">
<div class="copyright">
<p><span>© Eterna company. All right reserved</span></p>
</div>
</div>
<div class="span6">
<div class="credits">
<!--
All the links in the footer should remain intact.
You can delete the links only if you purchased the pro version.
Licensing information: https://bootstrapmade.com/license/
Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/buy/?theme=Eterna
-->
Designed by <a href="https://bootstrapmade.com/">BootstrapMade</a>
</div>
</div>
</div>
</div>
</div>
</footer>
</div>
<a href="#" class="scrollup"><i class="icon-angle-up icon-square icon-bglight icon-2x active"></i></a>
<!-- javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="js/jquery.js"></script>
<script src="js/jquery.easing.1.3.js"></script>
<script src="js/bootstrap.js"></script>
<script src="js/modernizr.custom.js"></script>
<script src="js/toucheffects.js"></script>
<script src="js/google-code-prettify/prettify.js"></script>
<script src="js/jquery.bxslider.min.js"></script>
<script src="js/jquery.prettyPhoto.js"></script>
<script src="js/portfolio/jquery.quicksand.js"></script>
<script src="js/portfolio/setting.js"></script>
<script src="js/jquery.flexslider.js"></script>
<script src="js/animate.js"></script>
<script src="js/inview.js"></script>
<!-- Contact Form JavaScript File -->
<script src="contactform/contactform.js"></script>
<!-- Template Custom JavaScript File -->
<script src="js/custom.js"></script>
</body>
</html>