-
Notifications
You must be signed in to change notification settings - Fork 9
/
contact.html
160 lines (142 loc) · 8.48 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
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
<!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">
<title>Contact Us</title>
<link rel="stylesheet" href="styles/contact.css">
<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" rel="stylesheet" />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Gothic+A1:wght@400&display=swap" rel="stylesheet">
</head>
<body>
<div class="main">
<header>
<!-- Jumbotron -->
<div class="p-5 text-center">
<h1 class="mb-3">Contact Us</h1>
<!-- Jumbotron -->
</header>
<div class="feed">
<div class="container contact">
<div class="row">
<div class="col-md-3 info">
<div class="contact-info">
<img src="https://image.ibb.co/kUASdV/contact-image.png" alt="image" />
<h2>Get in Touch with us</h2>
<h4>We would love to hear from you !</h4>
</div>
</div>
<div class="col-md-9">
<div class="contact-form">
<form action="https://docs.google.com/forms/u/0/d/e/1FAIpQLSf4yGYkFibuz6NyXaxsRN8Ahai7a-54QTPJQ1V7-1Oyfi2fUg/formResponse">
<label class="control-label col-sm-2" for="fname">Full Name:</label><br>
<input class="col-sm-10" type="text" name="entry.481165863" placeholder="Name" required><br>
<label class="control-label col-sm-2" for="email">Email:</label><br>
<input class="col-sm-10" type="email" name="emailAddress" placeholder="E-Mail" required><br>
<label class="control-label col-sm-2" for="number">Mobile No:</label><br>
<input class="col-sm-10" type="tel" name="entry.2028567342" placeholder="Mobile number" required><br>
<label class="control-label col-sm-2" for="comment">Comment:</label><br>
<textarea class="col-sm-10" name="entry.1851248494" cols="10" rows="5"
placeholder="Drop your comment here" required></textarea><br>
<button type="submit">Submit</button>
<button type="reset">Refresh</button>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="footer">
<header>
<!-- Jumbotron -->
<div class="p-5 text-center">
<h1 class="mb-3">Contact Us</h1>
<!-- Jumbotron -->
</div>
</header>
<div class="container my-5">
<!-- Footer -->
<footer class="text-center text-lg-start text-white" style="background-color: #1c2331">
<!-- Section: Links -->
<section class="">
<div class="container text-center text-md-start mt-5">
<!-- Grid row -->
<div class="row mt-3">
<!-- Grid column -->
<div class="col-md-3 col-lg-4 col-xl-3 mx-auto mb-4">
<!-- Content -->
<h5 class="text-uppercase fw-bold">Address:</h5>
<hr class="mb-4 mt-0 d-inline-block mx-auto"
style="width: 100px; background-color: #7c4dff; height: 2px" />
<p style="text-align:center">
Gayatri Vidya Parishad College of Engineering(Autonomous)<br>
Madhurawada<br>
Visakhapatnam-530048<br>
Andhra Pradesh<br>
India
</p>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-3 col-lg-4 col-xl-3 mx-auto mb-4">
<!-- Links -->
<h6 class="text-uppercase fw-bold">Contact Info</h6>
<hr class="mb-4 mt-0 d-inline-block mx-auto"
style="width: 100px; background-color: #7c4dff; height: 2px" />
<p>
Unit-1 President:<br>+91 9550074724
</p>
<p>
Unit-2 President:<br>+91 7569902154
</p>
</div>
<!-- Grid column -->
<!-- Grid column -->
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-4 col-lg-3 col-xl-3 mx-auto mb-md-0 mb-4">
<!-- Links -->
<h6 class="text-uppercase fw-bold">Follow Us</h6>
<hr class="mb-4 mt-0 d-inline-block mx-auto"
style="width: 100px; background-color: #7c4dff; height: 2px" />
<p><a href="https://instagram.com/gvpcenss?igshid=YmMyMTA2M2Y=" class="text-white me-4 soc-icon">
<i class="fa fa-instagram"></i>
</a></p>
<p><a href="https://twitter.com/gvpcenss2?t=mDrLaGJDoufF3ezs0UdB4Q&s=08" class="text-white me-4 soc-icon">
<i class="fa fa-twitter"></i>
</a></p>
</div>
<!-- Grid column -->
</div>
<!-- Grid row -->
</div>
</section>
<!-- Section: Links -->
<div class="container-fluid">
<div class="map">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3798.387522125814!2d83.34010631404132!3d17.82045968782043!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3a395bedc7efb603%3A0x87c06caab54e902a!2sGayatri%20Vidya%20Parishad%20College%20of%20Engineering%20(Autonomous)%20(GVP)%20(GVPCE)!5e0!3m2!1sen!2sin!4v1663607141885!5m2!1sen!2sin"
width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy"
referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
</div>
<!-- Copyright -->
<div class="text-center p-3" style="background-color: rgba(0, 0, 0, 0.2)">
© 2020 Copyright: NSS-GVPCE(A)
</div>
<!-- Copyright -->
</footer>
<!-- Footer -->
</div>
<!-- End of .container -->
</div>
</div>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
</body>
</html>