-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
182 lines (169 loc) · 9.3 KB
/
Copy pathcontact.html
File metadata and controls
182 lines (169 loc) · 9.3 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
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
<!DOCTYPE html>
<html lang="zxx">
<head>
<meta charset="UTF-8">
<meta name="description" content="IEEE-PSG">
<meta name="keywords" content="IEEE, PSG, Students Chapter, 12951">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>IEEE SC 12951 | Contact Us</title>
<link href="img/logo/IEEE-PSG.png" rel="icon">
<!-- Google Font -->
<link href="https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;500;600;700&display=swap"
rel="stylesheet">
<!-- Css Styles -->
<link rel="stylesheet" href="css/bootstrap.min.css" type="text/css">
<link rel="stylesheet" href="css/font-awesome.min.css" type="text/css">
<link rel="stylesheet" href="css/elegant-icons.css" type="text/css">
<link rel="stylesheet" href="css/owl.carousel.min.css" type="text/css">
<link rel="stylesheet" href="css/magnific-popup.css" type="text/css">
<link rel="stylesheet" href="css/slicknav.min.css" type="text/css">
<link rel="stylesheet" href="css/style.css" type="text/css">
</head>
<body>
<!-- Page Preloder -->
<div id="preloder">
<div class="loader"></div>
</div>
<div class="empty" style="background: transparent; height: 116px; padding: 0px 0px;"></div>
<!-- Header Section Begin -->
<header class="header set-bg" data-setbg="img/breadcrumb-bg-1.jpg">
<div class="container">
<div class="row">
<div class="col-lg-12 set-bg">
<div class="header__nav__option">
<a><img src="img/logo/IEEE.png" alt="IEEE" height="40" width="120"></a>
<a href="./index.html"><img src="img/logo/IEEE-PSG.png" alt="IEEE-PSG" height="45" width="45"></a>
<nav class="header__nav__menu mobile-menu">
<ul>
<li><a href="./index.html">Home</a></li>
<li><a href="./about.html">About</a></li>
<li><a href="./events.html">Events</a></li>
<li><a href="./gallery.html">Gallery</a></li>
<li><a href="./team.html">Team</a></li>
<li class="active"><a href="./contact.html">Contact us</a></li>
</ul>
</nav>
<div class="header__nav__social">
<a href="https://www.instagram.com/ieee_sc_12951/?hl=en" target="_blank"><i class="fa fa-instagram"></i></a>
<a href="mailto:ieee.studentschapter.12951@gmail.com" taget="_blank"><i class="fa fa-envelope"></i></a>
<a href="https://www.linkedin.com/company/ieee-students-chapter-12951/" target="_blank"><i class="fa fa-linkedin"></i></a>
</div>
<a class="header__nav__psg" href="https://www.psgtech.edu/" target="_blank"><img src="img/logo/psg.png" alt="PSG" height="60" width="45"></a>
</div>
</div>
</div>
<div id="mobile-menu-wrap"></div>
</div>
</header>
<!-- Header End -->
<!-- Contact Widget Section Begin -->
<section class="contact-widget spad">
<div class="container">
<div class="row">
<div class="col-lg-12 section-title">
<h2>CONTACT US</h2>
</div>
<div class="col-lg-4 col-md-6 col-md-6 col-md-3">
<div class="contact__widget__item">
<div class="contact__widget__item__icon">
<i class="fa fa-map-marker"></i>
</div>
<div class="contact__widget__item__text">
<h4>Address</h4>
<a href="https://www.psgtech.edu/" target="_blank"><p>PSG College Of Technology</p></a>
<a href="https://goo.gl/maps/x1EitRRC96BLJnMJ8" target="_blank"><p style="color: #adadad">Avinashi Rd, Peelamedu, Coimbatore, Tamil Nadu 641004</p></a>
</div>
</div>
</div>
<div class="col-lg-5 col-md-6 col-md-6 col-md-3">
<div class="contact__widget__item">
<div class="contact__widget__item__icon">
<i class="fa fa-envelope"></i>
</div>
<div class="contact__widget__item__text">
<h4>Email</h4>
<a href="mailto:ieee.studentschapter.12951@gmail.com" target="_blank"><p>ieee.studentschapter.12951@gmail.com</p></a>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 col-md-6 col-md-3">
<div class="contact__widget__item">
<div class="contact__widget__item__icon">
<i class="fa fa-instagram"></i>
</div>
<div class="contact__widget__item__text">
<h4>Instagram</h4>
<a href="https://www.instagram.com/ieee_sc_12951/?hl=en" target="_blank"><p>ieee_sc_12951</p></a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Widget Section End -->
<!-- Call To Action Section Begin -->
<section class="contact spad">
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-6">
<div class="contact__map">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3916.1857162154984!2d76.99993861407107!3d11.024688692153305!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3ba8582f1435fa59%3A0x137d95bfd8909293!2sPSG%20College%20Of%20Technology!5e0!3m2!1sen!2sin!4v1621768196145!5m2!1sen!2sin" height="450" style="border:0;" allowfullscreen="" loading="lazy">
</iframe>
</div>
</div>
<div class="col-lg-6 col-md-6">
<div class="contact__form">
<h3>Get in touch</h3>
<form name="sentMessage" id="contactForm" novalidate="novalidate" action="https://formspree.io/f/xoqywlnd" method="post">
<div class="control-group">
<input type="text" name="name" class="form-control" id="name" placeholder="Your Name" required="required" data-validation-required-message="Please enter your name" />
<p class="help-block"></p>
</div>
<div class="control-group">
<input type="email" name="email" class="form-control" id="email" placeholder="Your Email" required="required" data-validation-required-message="Please enter your email" />
<p class="help-block"></p>
</div>
<div class="control-group">
<textarea class="form-control" id="message" name="message" placeholder="Message" required="required" data-validation-required-message="Please enter your message"></textarea>
<p class="help-block"></p>
</div>
<div>
<button class="site-btn" name="submit" type="submit" id="sendMessageButton">Send Message</button>
</div>
</form>
</div>
</div>
</div>
</div>
</section>
<!-- Call To Action Section End -->
<!-- Footer Section Begin -->
<footer class="footer" id="insertFooter">
<div class="container">
<div class="footer__copyright">
<div class="row">
<div class="col-lg-12 text-center">
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
<p class="footer__copyright__text">This Website was developed by <a href="./index.html">IEEE SC 12951</a> | <a href="https://www.psgtech.edu/" target="_blank">PSG CT</a>
</p>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
</div>
</div>
</div>
</div>
</footer>
<!-- Footer Section End -->
<!-- Js Plugins -->
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/mixitup.min.js"></script>
<script src="js/masonry.pkgd.min.js"></script>
<script src="js/jquery.slicknav.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>