-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
77 lines (75 loc) · 3.12 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./style.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<title>HOLA COFEE</title>
</head>
<body style="margin: 0;">
<header>
<h1 class="heading">hola cofee</h1>
<nav>
<a href="./home.html">home</a>
<a href="./equipments.html">equipment</a>
<a href="./branch.html">our branches</a>
<a href="./contact.html">contact us</a>
<a href="./about.html">about</a>
<a href="./login.html">login</a>
</nav>
<a href="./order.html"><h3 class="order">track order</h3></a>
<a class="cart" href=""><i class="fa fa-shopping-cart"></i></a>
</header>
<h1 id="contact" style="text-transform: capitalize; text-align: center;" id="about">contact us</h1>
<div class="cnt-cnt">
<div class="cnt-img">
<img src="https://levista.in/cdn/shop/files/01.jpg?v=1642751438" alt="banner" width="95%" height="90%">
</div>
<div class="cnt-text">
<form >
<h2>contact</h2>
<label for="name">name:</label>
<input type="text" placeholder="enter your Name" name="id" required>
<label for="email" aria-required="true">mobile no:</label>
<input type="phone" placeholder="phone" name="phone" required>
<label for="email" aria-required="true">mail:</label>
<input type="email" placeholder="mail" name="mail" required>
<label for="description" aria-required="true">order id (if any):</label>
<input type="email" placeholder="id" name="mail" >
<span>description:</span>
<textarea placeholder="message" style="width: 95%; height: 10vh; " required></textarea>
<button style="padding: 2px; margin: 4px;" type="submit">submit</button>
</form> <br>
</div>
</div>
<footer>
<div>help :-
<p>store location</p>
<p>terms apply</p>
<p>return polocy</p>
<p>refund polocy</p>
</div>
<div>contact us :-
<p>hello@hola9.com</p>
<p> our main branch : <br>D.NO:40-5-19/4, Tikkal Road,<br> Moghalrajapuram,
Vijayawada,<br> Andhra Pradesh - 520010</p>
</div>
<div>
support :-
<p>contact</p>
<p>about</p>
<p>refund & return</p>
<p>t & c</p>
</div>
<div>
social media handles :-
<p>twiter : www.twiter.h9.com</p>
<p>instagram : www.inst.hola9.in</p>
<p>facebook : www.fb.hola9.in</p>
<p>youtube : www.youtube.h9.in</p>
</div>
</footer>
</body>
</html>