-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcontactus.html
209 lines (185 loc) · 7.31 KB
/
contactus.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
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Contact Us</title>
<script src="https://code.jquery.com/jquery-3.6.1.js" integrity="sha256-3zlB5s2uwoUzrXK3BT7AX3FyvojsraNFxCc2vC/7pNI=" crossorigin="anonymous"></script>
<script>
function SubForm (){
$.ajax({
url:'https://api.apispreadsheets.com/data/Th4xz8c7uV0MUxp6',
type:'post',
data:$("#myForm").serializeArray(),
success: function(){
alert("Form Data Submitted :)")
},
error: function(){
alert("There was an error :(")
}
});
}
</script>
<link href="https://fonts.googleapis.com/css2?family=Poppins&family=Roboto+Slab&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style-contactus.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous"><link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
</head>
<body style="background-image: url(https://scontent.fhyd5-1.fna.fbcdn.net/v/t39.30808-6/305636388_5566509076747381_7165887322898501821_n.jpg?stp=dst-jpg_p600x600&_nc_cat=107&ccb=1-7&_nc_sid=0debeb&_nc_ohc=IUL5vqTqiagAX_V46Cx&_nc_ht=scontent.fhyd5-1.fna&oh=00_AT9rZyxVL4uXnpbNha0QIG30hiEOj12rjBzDA6fkT13_kg&oe=631E923A)">
<div class="navbar">
<img src="https://www.sreenidhi.edu.in/assets/images/sreenidhi-logo.png" alt="img" class="logo">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="placements.html">Placement Details</a></li>
<li><a href="companies.html">Companies</a></li>
<li><a href="whysnist.html">Why SNISTians?</a></li>
<li><a href="fsd.html">FSD Role</a></li>
<li><a href="cdc.html">CDC Team</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contactus.html">Contact Us</a></li>
</ul>
</div>
<div class="container">
<header><br><br><br>
<h1>Contact Us</h1><br>
<p>For any queries,please fill the information provided below</p>
</header>
<div class="content">
<div class="content-form">
<section>
<i class="fa fa-map-marker fa-2x" aria-hidden="true"></i>
<h2>address</h2>
<p>
Sreenidhi Institute of Science & Technology <br>
Yamnampet, Ghatkesar <br>
Hyderabad - 501 301, Telangana <br>
</p>
</section>
<section>
<i class="fa fa-phone fa-2x" aria-hidden="true"></i>
<h2>Phone</h2>
<p>+91 40 2763 1236 / 2764 0395</p>
</section>
<section>
<i class="fa fa-envelope fa-2x" aria-hidden="true"></i>
<h2>E-mail</h2>
<p>info_placement@sreenidhi.edu.in</p>
</section>
</div>
</div>
<form id="myForm">
<div class="form">
<div class="right">
<div class="contact-form">
<input type="text" required>
<span>Full Name</span>
</div>
<div class="contact-form">
<input type="E-mail" required>
<span>E-mail Id</span>
</div>
<div class="contact-form">
<textarea name="text">
</textarea>
<span> Enter your Query ....</span>
</div>
</div>
</div>
</div>
</form>
<div class="contact-form">
<input type="submit" name="submit">
</div>
<div class="media">
<li><i class="fa fa-facebook-square fa-2x" aria-hidden="true"></i></li>
<li><i class="fa fa-instagram fa-2x" aria-hidden="true"></i></li>
<li><i class="fa fa-whatsapp fa-2x" aria-hidden="true"></i></li>
<li><i class="fa fa-twitter-square fa-2x" aria-hidden="true"></i></li>
</div>
<div class="empty">
</div>
</div>
<footer>
<div class="main">
<div class="col1">
<h3 class="heading">
About Us
</h3>
<ul>
<li>
<a href="index.html">
Home
</a>
</li>
<!-- <li>
<a href="placements.html">
Placements
</a>
</li> -->
<li>
<a href="companies.html">
Companies
</a>
</li>
<li>
<a href="fsd.html">
FSD Role
</a>
</li>
<li>
<a href="cdc.html">
CDC Team
</a>
</li>
<li>
<a href="contactus.html">
Contact us
</a>
</li>
</ul>
</div>
<div class="col2">
<h3 class="heading">
Address
</h3>
<div class="languages">
<a href="#">Sreenidhi Institute of Science & Technology</a>
<a href="#">Yamnampet, Ghatkesar</a>
<a href="#">Hyderabad - 501 301, Telangana</a>
<a href="#">info_placement@sreenidhi.edu.in</a>
<a href="#">Phone: +91 40 2763 1236 / 2764 0395</a>
<a href="#">Fax: +91 40 2764 0394 / 2764 0394</a>
<!-- <a href="#">Nederlands</a>
<a href="#">Polnisch</a>
<a href="#">Português</a>
<a href="#">pyccknṅ</a>
<a href="#">Tiéng Viêt</a>
<a href="#">Türkçe</a> -->
</div>
</div>
<div class="col3">
<h3 class="heading">
Follow Us
</h3>
<div class="social">
<a href="#">
<ion-icon name="logo-facebook"></ion-icon>
</a>
<a href="#">
<ion-icon name="logo-twitter"></ion-icon>
</a>
<a href="#">
<ion-icon name="logo-linkedin"></ion-icon>
</a>
</div>
</div>
</div>
<!-- <p class="terms">
<a href="#">Terms of purchase</a>
<a href="#">Security and privacy</a>
<a href="#">Newsletter</a>
</p> -->
</footer>
<script type="module" src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.js"></script>
</body>
</html>