-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontactsaha.html
129 lines (126 loc) · 5.3 KB
/
contactsaha.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
<!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="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="./css/style.css">
<link rel="stylesheet" href="./css/contactsaha.css">
<script src="./js/preloader.js"></script>
<title>contact</title>
</head>
<body>
<div id="preloader"></div>
<header>
<div class="logo">
<img src="https://sahaskillinstitute.com/img/SI-logo.png" alt="">
</div>
<div class="icon">
<li>
<a href=" https://wa.me/+919871261719">
<i class="fa fa-phone" aria-hidden="true"> 9871261719,0129-4055280</i>
</a>
</li>
<li>
<a href="mailto:[email protected]">
<i class="fa fa-envelope" aria-hidden="true"> [email protected]</i>
</a>
</li>
<li>
<a href="./login.html">
<i class="fa fa-lock" aria-hidden="true"> Login</i>
</a>
</li>
</div>
</header>
<nav class="main1">
<li>
<a href="/index.html">HOME</a>
</li>
<li>
<a href="./aboutus.html">ABOUT US</a>
</li>
<li>
<a href="./course.html">COURSE</a>
</li>
<li>
<a href="./contactsaha.html">CONTACT</a>
</li>
</nav>
<DIV class="main2">
<h1 class="contact">Contact us</h1>
</DIV>
<div class="content">
<form action="./data.php" method="post" >
<h1 class="headd">Get in Touch</h1>
<input class="inpt" type="text" id="name" name="name" placeholder="Name"><br><br>
<input class="inpt" type="email" id="email" name="email" placeholder="Email id"><br><br>
<input class="inpt" type="number" id="mobile" name="mobile" placeholder="Mobile Number"><br><br>
<input class="inpt" type="text" id="subject" name="subject" placeholder="Subject"><br><br>
<input class="message" type="text" id="message" name="message" placeholder="Your message"><br><br>
<input class="button" type="submit" value="Submit us" >
</form>
<!-- <p class="text">Have any Queries? Let us know. <br> We will clear it for you at the best .</p>
<h2 class="tags">
<i class="fa fa-location-arrow" aria-hidden="true"> ADDRESS</i>
</h2>
<P class="text"> House No. 2219 , Sector -3,<br>Faridabad , Haryana 121004</P> -->
<!-- <h2 class="tags">
<i class="fa fa-envelope" aria-hidden="true"> EMAIL</i>
</h2>
<p class="text">[email protected]</p>
<h2 class="tags">
<i class="fa fa-phone" aria-hidden="true"> CALL ON</i>
</h2>
<p class="text">9871261719 , 0129-4055280</p> -->
</div>
</div>
<footer>
<div class="main4">
<img class="image" src="https://sahaskillinstitute.com/img/logo2.png" alt="">
<div class="footerdiv">
<h2 class="heading">Featured Links</h2>
<a href="./course.html">
<i class="fa fa-chevron-right" aria-hidden="true"> Courses</i>
</a><br>
<a href="./aboutus.html">
<i class="fa fa-chevron-right" aria-hidden="true"> About us</i>
</a><br>
<a href="./contactsaha.html">
<i class="fa fa-chevron-right" aria-hidden="true"> Contact</i>
</a>
</div>
<div class="footerdiv">
<h2 class="heading"> Address </h2>
<a href="">House No. 2219 , Sector -3,<br>Faridabad , Haryana 121004</a><br>
<a href="https://wa.me/+919871261719">
<i class="fa fa-phone" aria-hidden="true"> 9871261719 , 0129-4055280</i>
</a><br>
<a href="mailto:[email protected]">
<i class="fa fa-envelope" aria-hidden="true"> [email protected]</i>
</a>
</div>
<div class="footerdiv">
<h2 class="heading">Photo Gallery</h2>
<div class="gallery">
<img src="https://sahaskillinstitute.com/img/footer/1.jpg" alt="">
<img src="https://sahaskillinstitute.com/img/footer/2.jpg" alt=""><br>
<img src="https://sahaskillinstitute.com/img/footer/3.jpg" alt="">
<img src="https://sahaskillinstitute.com/img/footer/4.jpg" alt="">
</div>
</div>
</div>
<div class="arrow1">
<div class="arrow">
<a href="">
<i class="fa fa-arrow-circle-up" aria-hidden="true"></i>
</a>
</div>
</div>
<div class="main5">
<p >@2023 sahainstitute.in All Rights Reserved</p>
</div>
</div>
</footer>
</body>
</html>