-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhelp.html
133 lines (103 loc) · 6.53 KB
/
help.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
<!DOCTYPE html>
<html lang="en">
<head>
<style>
body{
background-image: url(cantactinfobg.jpeg);
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
}
</style>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css"
integrity="sha512-5A8nwdMOWrSz20fDsjczgUidUBR8liPYU+WymTZP1lmY9G6Oc7HlZv156XqnsgNUzTyMefFTcsFH/tnJE/+xBg=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="index.css">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hepl</title>
</head>
<body>
<div class="banner">
<div class="navbar">
<img src="logo.png" class="logo">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="crope.html">Seeds</a></li>
<li><a href="fertilizers.html">Fertilizers</a></li>
<li><a href="tool.html">Tools</a></li>
<li><a href="about.html">About</a></li>
<li><a href="help.html">Contact us</a></li>
</ul>
</div>
<div class="row3">
<div class="col3">
<h1>Contact us</h1>
<p>feel free to ask any type of Query regarding ourttt website or any releted content our team will contact you within 2-3 working days and will provide all the possible stuf recpetively thanks to communicate with us</p>
</div>
<div class="col3">
<div class="mail">
<div class="contac inf">
<form action="https://formsubmit.co/https://formsubmit.co/el/depowi" method="POST" />
<div class="input1">
<label for="name" >Enter your Name:</label>
<input type="text" id="name" name="name" required
minlength="4" maxlength="50" size="50">
<label for="name" >Enter your E-mail Id:</label>
<input type="text" id="name" name="name" required
minlength="4" maxlength="50" size="50">
<br>
<div class="in">
<label for="name" >Enter your Query and Questions</label>
<input type="text" id="que" name="que" required
minlength="1000" maxlength="100" size="1000" >
</div>
<label for="name" ><h5>Our team will contcat you:</h5></label>
<div class="submit">
<button type="button"><a href="https://formsubmit.co/el/depowi">Submit</a></button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<body>
<footer class="footer">
<section class="about">
<!--<h1>We Provides</h1> -->
<div class="about-sub">
</div>
<div class="subscribe">
<h2>Stay up to date with New Seeds varities</h2>
<form action="https://formsubmit.co/3c8b0efbdd8eccc2a6cbbbf3edbfd0a6 " method="POST" class="subscribe-box">
<input required type="email" name="subscription_email" placeholder="Enter your Email Address" />
<button type="button"><a href="https://formsubmit.co/el/depowi">Submit</a></button>
</form>
</div>
<div class="about-companies">
<h1><span>Connect with Us....</span></h1>
<div class="company-logos">
<a href="/" class="fa fa-google"></a>
<a href="/" class="fa fa-linkedin"></a>
<a href="/" class="fa fa-instagram"></a>
<a href="/" class="fa fa-github"></a>
<a href="/" class="fa fa-reddit"></a>
<a href="/" class="fa fa-twitter"></a>
</div>
</section>
<div class="conect">
<hr>
<br>
<p>BeejMaharashtra is the only Seeds and Fertilizers online store thats Empower the Farmers and varity of seeds and fertilizers. optimized for learning, testing, and training. Examples might be simplified to improve reading and basic understanding. Tutorials, references, and examples are constantly reviewed to avoid errors, but we cannot warrant full correctness of all content. While using this site, you agree to have read and accepted our terms of use, cookie and privacy policy.</p>
<br>
<p align="center">@Copyright 2021-2022 by Refsnes Data. All Rights Reserved.</p>
<br>
<br>
<br>
</div>
</footer>
</body>
</body>
</html>