-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
84 lines (75 loc) · 2.78 KB
/
contact.html
File metadata and controls
84 lines (75 loc) · 2.78 KB
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
<!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="contact.css">
<title>Profile</title>
</head>
<body>
<div class="sample">
<div class="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="#resume">About us</a></li>
<li><a href="contact.html">Contact us</a></li>
<li><a href="">Our Service</a></li>
<li class="login"><a href="login.html">Login</a></li>
</ul>
</div>
<div class="heading">
<h1>The Support Team is Here To Help</h1>
<p>At Any Point of Time You Want To Contact To us than You Should To Contact Our Support Team</p>
</div>
<hr>
<div class="container">
<div class="box">
<div class="imagebx">
<img src="./website photo.jpg" alt="" width="320px" height="300px">
</div>
<div class="layer layer1"></div>
<div class="layer layer2"></div>
<div class="contentbx">
<div>
<h2>Patel Harsh H.</h2>
<h2>Mobile no:- 7984702807</h2>
<h2>Email:-harsh.ce19@sot.pdpu.ac.in</h2>
</div>
</div>
</div>
<div class="box">
<div class="imagebx">
<img src="swami.jpg" alt="loading image" width="320px" height="300px">
</div>
<div class="layer layer1"></div>
<div class="layer layer2"></div>
<div class="contentbx">
<div>
<h2>Patel Harsh N.</h2>
<h2>mobile no:- 6354447802</h2>
<h2>Email:- harsh.pce19@sot.pdpu.ac.in</h2>
</div>
</div>
</div>
<div class="box">
<div class="imagebx">
<img src="" alt="loading image">
</div>
<div class="layer layer1"></div>
<div class="layer layer2"></div>
<div class="contentbx">
<div>
<h2>Aum Pathak</h2>
<h2>mobile no:- 9428736201</h2>
<h2>Email:- aum.pce19@sot.pdpu.ac.in</h2>
</div>
</div>
</div>
</div>
</div>
<div class="footer">
<h2>Thank you</h2>
</div>
</body>
</html>