-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
142 lines (137 loc) · 5.11 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>HCrafts Contact</title>
<link rel="Website Icon" type="png" href="images/logo.png">
<link rel="stylesheet" href="css/home.css">
<link rel="stylesheet" href="css/contact.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/boxicons@latest/css/boxicons.min.css">
<script src="js/home.js"></script>
</head>
<body>
<!--MENU BAR-->
<nav class="nav-bar">
<div id="row">
<a href="index.html">
<h1 id="logo">H<span id="span1">Crafts</span><span id="span2">.</span></h1>
</a>
<div id="menu-icon" onclick="myFunction(this)">
<p id="first"></p>
<p id="second"></p>
<p id="third"></p>
</div>
</div>
<div id="navbar">
<ul id="display">
<li><a href="index.html" onclick="bodyclose()">Home</a></li>
<li><a href="handicrafts.html" onclick="bodyclose()">HandiCrafts</a></li>
<li><a href="decorative.html" onclick="bodyclose()">Decorative</a></li>
<li><a href="contact.html" onclick="bodyclose()">Contact</a></li>
</ul>
</div>
<div id="search">
<div id="s-icon" onclick="searchbar()">
<i class="material-icons"
style="font-size:40px;color: rgb(255 179 0); text-shadow: 4px 2px 3px #000000;">search</i>
</div>
<form action="" id="search-form">
<input type="text" id="search-input" value="" placeholder="Search">
<button type="submit">
<i class="material-icons" style="font-size:29px;color:rgb(0, 0, 0);">search</i>
</button>
</form>
</div>
</nav>
<div id="cart"><a href="cart.html">
<svg id="cart-icon" xmlns="http://www.w3.org/2000/svg" width="30" height="30" fill="currentColor"
class="bi bi-cart3" viewBox="0 0 16 16">
<path
d="M0 1.5A.5.5 0 0 1 .5 1H2a.5.5 0 0 1 .485.379L2.89 3H14.5a.5.5 0 0 1 .49.598l-1 5a.5.5 0 0 1-.465.401l-9.397.472L4.415 11H13a.5.5 0 0 1 0 1H4a.5.5 0 0 1-.491-.408L2.01 3.607 1.61 2H.5a.5.5 0 0 1-.5-.5M3.102 4l.84 4.479 9.144-.459L13.89 4zM5 12a2 2 0 1 0 0 4 2 2 0 0 0 0-4m7 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4m-7 1a1 1 0 1 1 0 2 1 1 0 0 1 0-2m7 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2" />
</svg>
<p id="no-of-items">0</p>
</a></div>
<main onclick="bodyclose()">
<section class="contact" id="contact">
<h3 class="c-head">Contact Us</h3>
<form action="" method="">
<input type="text" name="name" id="name" placeholder="Your Name" required>
<input type="email" name="email" id="mail" placeholder="Your Email" required>
<textarea name="comment" type="text" id="area" cols="30" rows="10" placeholder="Write Message Here..."
required></textarea>
<input type="submit" id="submit" class="contact-button">
</form>
</section>
</main>
<footer class="foot">
<div class="flex-w">
<div class="w-size6">
<h4 class="s-text12">
GET IN TOUCH
</h4>
<div>
<p class="s-text7">
Any questions? Let us know in store at xxx,xxx state,xxx city or call us on (+91)xxxxxxxxxx
</p>
<div id="icons">
<a href="https://github.com/gaddevinay/" target="_blank"><i class="bx bxl-github"></i></a>
<a href="https://www.instagram.com/gadde_vinay" target="_blank"><i class="bx bxl-instagram"></i></a>
<a href="https://www.linkedin.com/in/vinay-gadde/" target="_blank"><i
class="bx bxl-linkedin-square"></i></a>
<a href="https://www.facebook.com/gaddevinay2005" target="_blank"><i class="bx bxl-facebook-circle"></i></a>
</div>
</div>
</div>
<div class="w-size7">
<h4 class="s-text12">
Categories
</h4>
<ul>
<li class="p-b-9">
<a href="handicrafts.html" class="s-text7">
HandiCrafts
</a>
</li>
<li class="p-b-9">
<a href="decorative.html" class="s-text7">
Decoratives
</a>
</li>
</ul>
</div>
<div class="w-size7">
<h4 class="s-text12">
Links
</h4>
<ul>
<li class="p-b-9">
<a href="#" class="s-text7">
Search
</a>
</li>
<li class="p-b-9">
<a href="cart.html" class="s-text7">
Cart
</a>
</li>
<li class="p-b-9">
<a href="contact.html" class="s-text7">
Contact Us
</a>
</li>
<li class="p-b-9">
<a href="#" class="s-text7">
Returns
</a>
</li>
</ul>
</div>
</div>
<div class="copyright">
Made by Vinay with <span style="font-size: 17px; color: red;">♥</span>
</div>
</footer>
</body>
</html>