-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathContact.html
More file actions
117 lines (116 loc) · 6.97 KB
/
Contact.html
File metadata and controls
117 lines (116 loc) · 6.97 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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Contact Us</title>
<link rel="stylesheet" type="text/css" href="Newfolder/bootstrap.css" />
<link rel="stylesheet" type="text/css" href="./style_contact.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" />
<link rel="stylesheet" type="text/css" href="Newfolder/flexslider.css">
<link rel="stylesheet" type="text/css" href="Newfolder/lightbox.css">
</head>
<body>
<div class="banner">
<header>
<div class="nav1">
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target=" #navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav m-auto">
<li class="nav-item">
<a class="nav-link" href="./home.html"><strong>HOME</strong></a>
</li>
<li class="nav-item">
<a class="nav-link" href="./motor.html"><strong>MOTOR CONTROL</strong></a>
</li>
<li class="nav-item">
<a class="nav-link" href="./data.html"><strong>DATA</strong></a>
</li>
<li class="nav-item">
<a class="nav-link" href="./graph.html"><strong>GRAPH</strong></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#"><strong>CONTACT US</strong></a>
</li>
<li class="nav-item">
<a class="nav-link" href="./feedback.html"><strong>FEEDBACK</strong></a>
</li>
</ul>
</div>
</nav>
</div>
</header>
<div class="lecture" id="lecture">
<div class="container">
<h1>Contact Us</h1>
<div class="row">
<div class="col-sm-12 col-md-3">
<div class="l-img">
<a href="#"><img src="img4.jpg"></a>
<div class="l-caption">
<ul>
<li><a href="https://www.facebook.com/swati.goyal.946954"><i class="fa fa-facebook" aria-hidden="true"></i></a></li>
<li><a href="#"><i class="fa fa-twitter" aria-hidden="true"></i></a></li>
<li><a href="https://plus.google.com/u/0/101552501964490948281"><i class="fa fa-google-plus" aria-hidden="true"></i></a></li>
</ul>
</div>
</div>
<div class="l-info">
<h3>Swati Goyal</h3>
<h5><i class="fa fa-phone" aria-hidden="true"></i> 8950373015</h5>
</div>
</div>
<div class="col-sm-12 col-md-3">
<div class="l-img">
<a href="#"><img src="img5.jpg"></a>
<div class="l-caption">
<ul>
<li><a href="https://www.facebook.com/Bharat0042"><i class="fa fa-facebook" aria-hidden="true"></i></a></li>
<li><a href="#"><i class="fa fa-twitter" aria-hidden="true"></i></a></li>
<li><a href="https://plus.google.com/u/0/100775310571263833333"><i class="fa fa-google-plus" aria-hidden="true"></i></a></li>
</ul>
</div>
</div>
<div class="l-info">
<h3>Bharat Gupta</h3>
<h5><i class="fa fa-phone" aria-hidden="true"></i> 9053729076</h5>
</div>
</div>
<div class="col-sm-12 col-md-3">
<div class="l-img">
<a href="#"><img src="img7.jpg"></a>
<div class="l-caption">
<ul>
<li><a href="https://www.facebook.com/prateekkewl"><i class="fa fa-facebook" aria-hidden="true"></i></a></li>
<li><a href="#"><i class="fa fa-twitter" aria-hidden="true"></i></a></li>
<li><a href="https://plus.google.com/u/0/117688147010122582555"><i class="fa fa-google-plus" aria-hidden="true"></i></a></li>
</ul>
</div>
</div>
<div class="l-info">
<h3>Prateek Agrawal</h3>
<h5><i class="fa fa-phone" aria-hidden="true"></i> 8607225938</h5>
</div>
</div>
<div class="col-sm-12 col-md-3">
<div class="l-img">
<a href="#"><img src="img8.jpg"></a>
<div class="l-caption">
<ul>
<li><a href="https://www.facebook.com/sunita.meena.96558"><i class="fa fa-facebook" aria-hidden="true"></i></a></li>
<li><a href="#"><i class="fa fa-twitter" aria-hidden="true"></i></a></li>
<li><a href="https://plus.google.com/u/0/101943296453306139301"><i class="fa fa-google-plus" aria-hidden="true"></i></a></li>
</ul>
</div>
</div>
<div class="l-info">
<h3>Sunita Meena</h3>
<h5><i class="fa fa-phone" aria-hidden="true"></i> 9996639776</h5>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>