-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathporosia.php
146 lines (105 loc) · 3.44 KB
/
porosia.php
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<meta name="keywords" content="">
<meta name="theme-color" content="#272727">
<title>DuarArtat | Porosit</title>
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon">
<!-- BOOTSTRAP -->
<link rel="stylesheet" href="css/bootstrap.css">
<!-- PLUGINS -->
<link rel="stylesheet" href="css/vlthemes.css">
<!-- CUSTOM CSS -->
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!-- FRAMES -->
<span class="frame-line top-frame"></span>
<span class="frame-line right-frame"></span>
<span class="frame-line bottom-frame"></span>
<span class="frame-line left-frame"></span>
<div class="animsition">
<div class="content">
<?php include('header.php');?>
<main>
<!-- END PADDING -->
<div class="padding">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<form
class="contact-form"
id="contact-form"
action="send_email.html"
method="post"
data-all-fields-required-msg="All fields are required"
data-ajax-fail-msg="Ajax could not set the request"
data-success-msg="Email successfully sent.">
<div class="row">
<div class="col-sm-6">
<div class="field-list">
<label>Emri Mbiemri:</label>
<input class="contact-form field" type="text" name="name">
</div>
</div>
<div class="col-sm-6">
<div class="field-list">
<label>Numri I Celularit:</label>
<input class="contact-form field" type="number" name="phone">
</div>
</div>
<div class="col-sm-12">
<div class="field-list">
<label>Adressa:</label>
<input class="contact-form field" type="text" name="adres">
</div>
</div>
<div class="col-sm-12">
<div class="field-list">
<label>Kodi i Produktit:</label>
<input class="contact-form field" type="text" name="code">
</div>
</div>
<div class="col-sm-12">
<div class="field-list">
<label>Sasia:</label>
<input class="contact-form field" type="number" name="sasia">
</div>
<p class="return-msg clearfix"></p>
<button class="button button-black button-block" type="submit" name="Submit2">
Send
<i
class="fa fa-spin fa-spinner ajax-loader"
style="display: none; margin-left: 5px;"></i>
</button>
</div>
</div>
</form>
<!-- END CONTACT-FORM -->
</div>
</div>
</div>
</div>
<!-- END PADDING -->
</main>
<!-- END MAIN -->
<?php include('footer.php');?>
</div>
<!-- END CONTENT -->
</div>
<!-- END ANIMSITION -->
<!-- SCRIPTS -->
<script src="vendors/jquery-1.12.0.min.js"></script>
<script src="scripts/plugins.min.js"></script>
<!-- GMAPS API -->
<script src="http://maps.google.com/maps/api/js?sensor=false"></script>
<!-- CUSTOM SCRIPT -->
<script src="scripts/script.js"></script>
</body>
</html>