-
Notifications
You must be signed in to change notification settings - Fork 0
/
index4.html
181 lines (170 loc) · 7.4 KB
/
index4.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="assets/css/style.css">
<title>AGRIDERA | Main</title>
<script defer src="https://cdn.jsdelivr.net/npm/[email protected]/dist/vue.js"></script>
<script defer src="assets/js/script.js"></script>
</head>
<body>
<header class="wrapper">
<nav class="header-nav">
<ul class="ul">
<li>
<a href="index.html"><img class="logo"
src="assets/img/icon/Logo.png" alt="logo"></a>
</li>
</ul>
<div>
<div class="search-header">
<input type="text" placeholder="Search">
<img src="assets/img/icon/ico_search.svg" alt="Search">
</div>
<ul class="header-menu ul">
<li><a href="index.html">Home</a></li>
<li><a href="#">Company Profile</a></li>
<li><a href="index2.html">Products</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">R & D</a></li>
<li><a href="index4.html">Contact</a></li>
</ul>
</div>
</nav>
</header>
<aside class="BannerContactUs"></aside>
<main class="ContactMain wrapperTwo" id="app">
<h1>Contact us</h1>
<p>*****</p>
<table v-if="cart!=''" class="ContactTable">
<tr>
<th>Photo</th>
<th>Product Name </th>
<th>Description</th>
<th>Options</th>
</tr>
<tr v-for="c in cart">
<td><img class="ImgTableContact"
:src="'assets/img/Carrots/'+c.image" alt=""></td>
<td>{{c.title}}</td>
<td>{{c.desc}}</td>
<td><a href="#" @click.prevent="removeFromCart(c.id)">X</a></td>
</tr>
</table>
<form action="index4.html" @submit.prevent="makeOrder()"
v-if="order==0" class="ContactMainFormContainer">
<section>
<section>
<label for="text">Name *</label>
<input required type="text"
v-model="contactFields.name">
</section>
<section>
<label for="text">Company Name</label>
<input type="text" v-model="contactFields.Company">
</section>
<section>
<label for="text">Position</label>
<input type="text" v-model="contactFields.Position">
</section>
<section>
<label for="text">City</label>
<input type="text" v-model="contactFields.City">
</section>
<section>
<label for="text">Country</label>
<input type="text" v-model="contactFields.Country">
</section>
<section>
<label for="text">Telephone</label>
<input type="text" v-model="contactFields.Telephone">
</section>
<section>
<label for="text">Email *</label>
<input type="text" required
v-model="contactFields.Email">
</section>
</section>
<section>
<section>
<label for="text">You are a</label>
<select class="selectyour"
v-model="contactFields.select">
<option selected value="your">seed producer</option>
</select>
</section>
<section>
<label for="text">If other, please specify</label>
<input type="text">
</section>
<section>
<label for="text">If other, please specify</label>
<textarea name="text" id="" cols="30" rows="10"></textarea>
</section>
<section class="contactuscaptcha">
<label for="text">Please type this code</label>
<section>
<img src="assets/img/ContactUsCaptcha.svg"
alt="Captcha">
<input type="text">
<button>Send Message</button>
</section>
</section>
</section>
</form>
<div v-if="order==1" class="SubmitTextConact">
<p>Спасибо за внимание (◕‿◕)</p>
<p><label for="text">Name:</label> {{contactFields.name}}</p>
<p><label for="text">Company:</label>
{{contactFields.Company}}</p>
</div>
</main>
<aside class="aside-footer-contactus">
<section>
<h3>Our Address</h3>
<div></div>
<p>AGRIDERA Seeds & Agriculture Ltd.</p>
<p>P.O Box 103,</p>
<p>Gedera 70750, Israel.</p>
<p>Telephone: <span>+972 8 944 9222</span></p>
</section>
</aside>
<footer>
<section class="footer-container">
<nav class="footer-nav">
<ul class="ul">
<li><a href="#">PROFILE</a></li>
<li><a href="#">MANAGEMENT</a></li>
<li><a href="index2.html">PRODUCTS</a></li>
<li><a href="#">R&D</a></li>
<li><a href="#">LINKS</a></li>
<li><a href="#">SITEMAP</a></li>
<li><a href="index4.html">CONTACT</a></li>
</ul>
</nav>
<div class="footer-social">
<a href="#"><img
src="assets/img/FooterNav/Ico_in.svg"
alt=""></a>
<a href="#"><img
src="assets/img/FooterNav/Ico_inst.svg"
alt=""></a>
<a href="#"><img
src="assets/img/FooterNav/Ico_tube.svg"
alt=""></a>
<a href="#"><img
src="assets/img/FooterNav/Ico_tw.svg"
alt=""></a>
<a href="#"><img
src="assets/img/FooterNav/Ico_fb.svg"
alt=""></a>
</div>
</section>
<section class="footer-final-container">
<p>AGRIDERA SEEDS & AGRICULTURE LTD. © 2020</p>
</section>
</footer>
</body>
</html>