-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcontact.html
More file actions
53 lines (49 loc) · 2.48 KB
/
Copy pathcontact.html
File metadata and controls
53 lines (49 loc) · 2.48 KB
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
<section class="bg1 section1 well6 wow fadeIn" id="kontakt">
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-6 col-xs-12 wow fadeInLeft mobile-cntr">
<h3 class="mod1">Kontakt</h3>
<h5 class="color5">Polsko-Japońska Akademia
Technik Komputerowych<br>
ul. Koszykowa 86<br>
02-008 Warszawa.</h5>
<dl class="dlist1">
<dt>Telefon:</dt>
<dd>
<a href="callto:+48225844500">+48 22 58 44 500</a>
</dd>
<dt>E-mail:</dt>
<dd>
<a href="mailto:sum@pjwstk.edu.pl">sum@pjwstk.edu.pl</a>
</dd>
</dl>
</div>
<div class="col-lg-6 col-md-6 col-sm-6 col-xs-12 wow fadeInRight mobile-cntr">
<h3 class="mod1"><i class="fa-envelope-o icon3 mod1"></i> <span>Napisz do nas</span>
</h3>
<div class="subsribe_mailform">
<form method="post" action="#" class="mailform">
<input type="hidden" name="form-type" value="subscribe">
<fieldset class="row">
<label class="col-lg-5 col-md-12 col-sm-12 col-xs-12">
<input type="text" name="name" placeholder="Imie i nazwisko:"
data-constraints="@LettersOnly @NotEmpty">
</label>
<label class="col-lg-5 col-md-12 col-sm-12 col-xs-12">
<input type="text" name="email" placeholder="Twój email"
data-constraints="@Email @NotEmpty">
</label>
<label class="col-lg-8 col-md-12 col-sm-12 col-xs-12">
<input type="text" name="message" placeholder="Wiadomość:"
data-constraints="@NotEmpty">
</label>
<div class="mfControls col-lg-4 col-md-12 col-sm-12 col-xs-12">
<button type="submit" class="btn mod1"> Wyślij</button>
</div>
</fieldset>
</form>
</div>
</div>
</div>
</div>
</section>