-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
134 lines (102 loc) · 3.62 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
<head>
<title>EDC Entrepreneurship Developement Cell</title>
<meta charset="UTF-8">
<meta name="description" content="Unica University Template">
<meta name="keywords" content="event, unica, creative, html">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Favicon -->
<link href="img/edc/core-img/edc_logo.jpg" rel="shortcut icon"/>
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Rubik:400,400i,500,500i,700,700i" rel="stylesheet">
<!-- Stylesheets -->
<link rel="stylesheet" href="css/bootstrap.min.css"/>
<link rel="stylesheet" href="css/font-awesome.min.css"/>
<link rel="stylesheet" href="css/themify-icons.css"/>
<link rel="stylesheet" href="css/magnific-popup.css"/>
<link rel="stylesheet" href="css/animate.css"/>
<link rel="stylesheet" href="css/owl.carousel.css"/>
<link rel="stylesheet" href="css/style.css"/>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Page Preloder -->
<div id="preloder">
<div class="loader"></div>
</div>
<!-- header section -->
<!-- header section end-->
<!-- Header section -->
<nav class="nav-section">
<div class="container">
<ul class="main-menu">
<a href="index.html" class="site-logo"><img src="img/edc/core-img/edc_logo.jpg" alt=""></a>
<li class="active"><a href="contact.html" >Contact</a></li>
<li><a href="team.html">Team</a></li>
<!-- <li><a href="initiative.html">Initiatives</a></li> -->
<!-- <li><a href="https://innovation.bmsit.ac.in">Innovation & Incubation</a></li> -->
<li><a href="index.html">Events</a></li>
<li><a href="about.html">About Us</a></li>
<li ><a href="index.html">Home</a></li>
</ul>
</div>
</nav>
<!-- Header section end -->
<!-- Breadcrumb section -->
<div class="site-breadcrumb">
<div class="container">
<a href="#"><i class="fa fa-home"></i> Home</a> <i class="fa fa-angle-right"></i>
<span>Contact</span>
</div>
</div>
<!-- Breadcrumb section end -->
<!-- Courses section -->
<section class="contact-page spad pt-0">
<div class="container">
<div class="contact-form spad pb-0">
<div class="section-title text-center">
<h3>GET IN TOUCH</h3>
<p>Contact us for best deals and offer</p>
</div>
<form class="comment-form --contact">
<div class="row">
<div class="col-lg-4">
<input type="text" placeholder="Your Name">
</div>
<div class="col-lg-4">
<input type="text" placeholder="Your Email">
</div>
<div class="col-lg-4">
<input type="text" placeholder="Subject">
</div>
<div class="col-lg-12">
<textarea placeholder="Message"></textarea>
<div class="text-center">
<button class="site-btn">SUBMIT</button>
</div>
</div>
</div>
</form>
</div>
</div>
</div>
</section>
<!-- Courses section end-->
<!-- Newsletter section -->
<!-- Newsletter section end -->
<!-- Footer section -->
<!-- Footer section end-->
<!--====== Javascripts & Jquery ======-->
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.countdown.js"></script>
<script src="js/masonry.pkgd.min.js"></script>
<script src="js/magnific-popup.min.js"></script>
<script src="js/main.js"></script>
<!-- load for map -->
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyB0YyDTa0qqOjIerob2VTIwo_XVMhrruxo"></script>
<script src="js/map.js"></script>
</body>
</html>