-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
233 lines (222 loc) · 7.33 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
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
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
<!DOCTYPE html>
<html lang="eng">
<head>
<title>Team RAM</title>
<link rel="icon" href="assets/favicon.ico">
<!-- Meta tag Keywords -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8" />
<!-- //Meta tag Keywords -->
<script>
addEventListener("load", function () {
setTimeout(hideURLbar, 0);
}, false);
function hideURLbar() {
window.scrollTo(0, 1);
}
</script>
<!-- Custom-Files -->
<link rel="stylesheet" href="assets/css/bootstrap.css">
<!-- Bootstrap-Core-CSS -->
<link rel="stylesheet" href="assets/css/style.css" type="text/css" media="all"/>
<!-- Style-CSS -->
<link href="assets/css/font-awesome.min.css" rel="stylesheet">
<!-- Font-Awesome-Icons-CSS -->
<!-- //Custom-Files -->
<!-- Web-Fonts -->
<link href="//fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=devanagari,latin-ext"
rel="stylesheet">
<!-- //Web-Fonts -->
</head>
<body>
<!-- main banner -->
<div class="main-top" id="home">
<!-- header -->
<header>
<div class="container-fluid">
<div class="header d-lg-flex justify-content-between align-items-center py-3 px-sm-3">
<!-- logo -->
<div id="logo">
<h1><a href="index.html"><span class="mr-2"></span>Team RAM</a></h1>
</div>
<!-- //logo -->
<!-- nav -->
<div class="nav_w3ls">
<nav>
<label for="drop" class="toggle">Menu</label>
<input type="checkbox" id="drop" />
<ul class="menu">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="index.html#services">Services</a></li>
<li><a href="about.html#team">Our Team</a></li>
<li><a href="contact.html" class="active">Contact Us</a></li>
</ul>
</nav>
</div>
<!-- //nav -->
<div class="d-flex mt-lg-1 mt-sm-2 mt-3 justify-content-center">
<!-- search -->
<div class="search-w3layouts mr-3">
<form action="#" method="post" class="search-bottom-wthree d-flex">
<input class="search" type="search" placeholder="Search Here..." required="">
<button class="form-control btn" type="submit"><span class="fa fa-search"></span></button>
</form>
</div>
<!-- //search -->
</div>
</div>
</div>
</header>
<!-- //header -->
<!-- banner -->
<div class="banner_w3lspvt-2">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="index.html" class="font-weight-bold">Home</a></li>
<li class="breadcrumb-item" aria-current="page">Contact Us</li>
</ol>
</div>
<!-- //banner -->
</div>
<!-- //main banner -->
<!-- contact -->
<div class="contact py-5" id="contact">
<div class="container pb-xl-5 pb-lg-3">
<div class="row">
<div class="col-lg-6">
<img src="assets/images/b2.png" alt="image" class="img-fluid" />
</div>
<div class="col-lg-6 mt-lg-0 mt-5">
<!-- contact form grid -->
<div class="contact-top1">
<form action="https://formspree.io/mrgyynzw" method="POST" class="contact-wthree-do">
<div class="form-group">
<div class="row">
<div class="col-md-6">
<label>
First name
</label>
<input class="form-control" type="text" placeholder="Anderson" name="name" required="">
</div>
<div class="col-md-6 mt-md-0 mt-4">
<label>
Last name
</label>
<input class="form-control" type="text" placeholder="John" name="name" required="">
</div>
</div>
</div>
<div class="form-group">
<div class="row">
<div class="col-md-6">
<label>
Mobile
</label>
<input class="form-control" type="text" placeholder="xxx xxxx xxxxxx" name="mobile" required="">
</div>
<div class="col-md-6 mt-md-0 mt-4">
<label>
Email
</label>
<input class="form-control" type="email" placeholder="[email protected]" name="_replyto" required="">
</div>
</div>
</div>
<div class="form-group">
<div class="row">
<div class="col-md-12">
<label>
Your message
</label>
<textarea placeholder="Add your Description here" name="message" class="form-control"></textarea>
</div>
</div>
</div>
<div class="row mt-3">
<div class="col-md-12">
<button type="submit" class="btn btn-cont-w3 btn-block mt-4">Send</button>
</div>
</div>
</form>
</div>
<!-- //contact form grid -->
</div>
</div>
</div>
</div>
<!-- //contact-->
<!-- map -->
<div class="w3l-map p-4">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1825.9188063091722!2d90.37682881077708!3d23.753169497870275!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3755b8adc48dfba1%3A0x94ef8c034b3a4e7f!2sSukrabad%20Bazar!5e0!3m2!1sen!2sbd!4v1577457670792!5m2!1sen!2sbd"></iframe>
</div>
<!-- //map -->
<!-- footer -->
<footer class="bg-li py-5">
<div class="container py-xl-5 py-lg-3">
<!-- subscribe -->
<div class="subscribe mx-auto">
<div class="icon-effect-w3">
<span class="fa fa-envelope"></span>
</div>
<h2 class="tittle text-center font-weight-bold">Stay Updated!</h2>
<p class="sub-tittle text-center mt-3 mb-sm-5 mb-4">
Choosing the right software for your business may be an overwhelming experience,
but we are here to help every step of the way. Talk to our experts to receive specific suggestions tailored on your unique needs.
</p>
<form action="https://formspree.io/mrgyynzw" method="POST" class="subscribe-wthree pt-2">
<div class="d-flex subscribe-wthree-field">
<input class="form-control" type="email" placeholder="Enter your email..." name="email" required="">
<button class="btn form-control w-50" type="submit">Subscribe</button>
</div>
</form>
</div>
<!-- //subscribe -->
</div>
</footer>
<!-- //footer -->
<!-- copyright bottom -->
<div class="copy-bottom bg-li py-4 border-top">
<div class="container-fluid">
<div class="d-md-flex px-md-3 position-relative text-center">
<!-- footer social icons -->
<div class="social-icons-footer mb-md-0 mb-3">
<ul class="list-unstyled">
<li>
<a href="https://www.facebook.com/teamram.org">
<span class="fa fa-facebook"></span>
</a>
</li>
<li>
<a href="https://twitter.com/teamramorg">
<span class="fa fa-twitter"></span>
</a>
</li>
<li>
<a href="https://www.instagram.com/teamramorg">
<span class="fa fa-instagram"></span>
</a>
</li>
<li>
<a href="https://github.com/TeamRAMOrg">
<span class="fa fa-github"></span>
</a>
</li>
</ul>
</div>
<!-- //footer social icons -->
<!-- copyright -->
<div class="copy_right mx-md-auto mb-md-0 mb-3">
<p class="text-bl let">© <script>document.write((new Date).getFullYear()) </script> - Team RAM. All rights reserved</p>
</div>
<!-- //copyright -->
<!-- move top icon -->
<a href="#home" class="move-top text-center">
<span class="fa fa-level-up" aria-hidden="true"></span>
</a>
<!-- //move top icon -->
</div>
</div>
</div>
<!-- //copyright bottom -->
</body>
</html>