-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
363 lines (318 loc) · 14.8 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
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
<!DOCTYPE html>
<html lang="en">
<head>
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/fetch/contact_english.js"></script>
<title>Contact | CDS Apply</title>
<meta charset="utf-8">
<meta name="robots" content="index", follow>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet">
<link rel="shortcut icon" href="images/icon.png" />
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
<link rel="stylesheet" type="text/css" href="styles/bootstrap-4.1.2/bootstrap.min.css">
<link href="plugins/font-awesome-4.7.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" href="plugins/OwlCarousel2-2.2.1/owl.carousel.css">
<link rel="stylesheet" type="text/css" href="plugins/OwlCarousel2-2.2.1/owl.theme.default.css">
<link rel="stylesheet" type="text/css" href="plugins/OwlCarousel2-2.2.1/animate.css">
<link href="plugins/colorbox/colorbox.css" rel="stylesheet" type="text/css">
<link href="plugins/jquery-datepicker/jquery-ui.css" rel="stylesheet" type="text/css">
<link href="plugins/jquery-timepicker/jquery.timepicker.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" href="styles/main_styles.css">
<link rel="stylesheet" type="text/css" href="styles/responsive.css">
<link rel="stylesheet" type="text/css" href="styles/blog_responsive.css">
</head>
<style>
@font-face{
font-family: MontserratThin;
src:url("font/Montserrat-Thin.ttf");
}
@font-face{
font-family: MontserratReg;
src:url("font/Montserrat-Regular.ttf");
}
.__footerFont{
font-family: MontserratThin;
}
.__footerCDSApply{
font-family: MontserratReg
}
@font-face {
font-family: myFirstFont;
src:url("font/Sahel.ttf");
}
p{
font-family: myFirstFont;
font-size: 16px;
}
.saheltitle
{
font-family: myFirstFont;
}
@media screen and (min-width:800px) {
.hover09 figure img {
-webkit-filter: sepia(100%);
filter: sepia(100%);
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}
.hover09 figure:hover img {
-webkit-filter: sepia(0);
filter: sepia(0);
}
}
.hov:hover{
color: #ffce00;
}
@media screen and (max-width: 1700px) {
.hid {
display: none;
}
}
.boxt {
margin-top: 50px;
margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
.boxt {
margin-top: 100px;
margin-bottom: 100px;
}
}
.search-input{
direction: rtl;
/*border-top-right-radius: 1rem;
border-bottom-right-radius: 1rem;
border-bottom-left-radius: 0;
border-top-left-radius: 0;
*/
padding-right: 10px;
border-radius: 0.8rem;
/*border-bottom: 2px solid yellow;*/
background-color: transparent;
color: white;
border:solid 2px white;
}
.search-input::placeholder{
color: #fff;
}
.search-input:focus{
outline: none;
}
.search-btn{
border: 0;
color: white !important;
font-size: 18px;
padding-right: 3px;
background-color: transparent;
}
</style>
<body style="background-image: url(images/loginbg.png);background-size:20%;background-repeat: repeat;font-family: myFirstFont;">
<div class="super_container">
<header class="header">
<div class="container">
<div class="row">
<div class="col">
<div class="header_content d-flex flex-row align-items-center justify-content-start textrtl ">
<div class="logo">
<a href="https://cdsapply.com">
<div class="text-center">
<img style="width: 12rem !important;
height: 7rem !important;
margin-bottom: 1rem !important;
"
class="logo-navbar"
src="images/ci.png">
</div>
<!-- <div>we build careers</div> -->
</a>
</div>
<nav class="main_nav" style="margin-left: 23%">
<ul class="d-flex flex-row align-items-center justify-content-start ">
<li><a href="https://cdsapply.com/en.html" style="font-size: 12px;">Home</a></li>
<li><a href="https://cdsapply.com/index.html" class="btn btn-outline-light">FA</a></li>
<li class=" rounded">
<button type="submit" id="searchQbtn" aria-label="Search..." class="search-btn" onclick="gotosearch()"><i class="fa fa-search"></i></button>
<input class="search-input" name="q" type="text" id="searchQ" placeholder="...Search" value="" />
</li>
</ul>
</nav>
</div>
</div>
</div>
</div>
</header>
<div class="hamburger_bar trans_400 d-flex flex-row align-items-center justify-content-start">
<div class="hamburger">
<div class="menu_toggle d-flex flex-row align-items-center justify-content-start">
<span> فهرست </span>
<div class="hamburger_container">
<div class="menu_hamburger">
<div class="line_1 hamburger_lines" style="transform: matrix(1, 0, 0, 1, 0, 0);"></div>
<div class="line_2 hamburger_lines" style="visibility: inherit; opacity: 1;"></div>
<div class="line_3 hamburger_lines" style="transform: matrix(1, 0, 0, 1, 0, 0);"></div>
</div>
</div>
</div>
</div>
</div>
<div class="menu trans_800">
<div class="menu_content d-flex flex-column align-items-center justify-content-center text-center">
<ul>
<li><a href="en.html" class="btn btn-outline-light align-content-center" style="width: fit-content;margin-left:37%" >EN</a></li>
<li><a href="index.html">صفحه اصلی</a></li>
<!-- <li >
<button type="submit" id="searchQbtn" aria-label="Search..." class="search-btn" onclick="gotosearch()"><i class="fa fa-search"></i></button>
<input id="searchQ" class="search-input" name="q" type="text" placeholder=" جست و جو..." value="" />
</li> -->
</ul>
</div>
<div class="menu_reservations_phone ml-auto"><div class="logo">
<a href="https://cdsapply.com">
<div class="__footerCDSApply">C D S Apply</div>
<div class="mt-3 __footerFont">we build careers</div>
</a>
</div></div>
</div>
<div class="home">
<div class="parallax_background parallax-window" data-parallax="scroll" data-image-src="images/background.jpg" data-speed="0.3"></div>
<div class="home_container text-center">
<div class="container">
<div class="row">
<div class="col">
<div class="home_content text-center">
<div style="width: 100%"><div style="width: 50%;margin-top: -30%;margin-bottom: -10%;margin-left: 25%" class="hover09 "> <figure><img width="100%" src="images/logo.png"></figure></div></div>
<div class="home_title "><h1 class="__footerCDSApply hov" style="text-shadow: 3px 3px #000000;">CDS Apply</h1></div>
<div class="home_title"><h1 class="__footerCDSApply hov" style="font-size: 70px; text-shadow: 3px 3px #000000;">Study Abroad & Student Consultancy Institute</h1></div>
<div class="home_text ml-auto mr-auto">
<p class="__footerCDSApply hov" style="text-shadow: 3px 3px #000000; font-size: 22px;">Study in Canada, Australia, New Zealand and other countries</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="scroll_icon mb-3 hid"></div>
</div>
<div>
<div class="container">
<div class=" border border-dark bg-white boxt " >
<div id="contactus" style="padding: 25px;">
<!-- fetch here -->
</div>
</div>
</div>
</div>
<div class="reservations text-center" id="contactus" style="
background-image: url(images/Contact-Us.jpg);
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;">
<div class="container">
<div class="row">
<div class="col">
<div class="reservations_content d-flex flex-column align-items-center justify-content-center">
<div class="res_stars page_subtitle">CDS Apply</div>
<div class="res_title hov">Stay in Touch with Us</div>
<div class="row mt-5 " >
<div class="col-4 mp" >
<div class="text-left text-white mt-3" style="font-size: 24px;direction: rtl;font-weight: bold" dir="ltr">
Our Social Networks
</div>
<div class="mt-2" style="margin-right: 75px;">
<a href="https://instagram.com/cdsapply"><img src="images/instagram.png"></a>
<a href="https://t.me/cdsapply"><img src="images/telegram.png"></a>
<a href="https://www.linkedin.com/company/cdsapply"><img src="images/in.png"></a>
</div>
</div>
<div class="col-4 text-left home_text">
<p class="hov" style="margin-bottom: -0.1%" dir="ltr"><strong>Address:</strong></p>
<p class="hov" style="margin-bottom: -0.1%" dir="ltr">Unit 19, 1st floor, Brelian Complex, Imam Sq., Sary, Mazandaran, Iran</p>
</div>
<div class="col-4 text-left home_text" style="direction: rtl">
<p class="hov" style="margin-bottom: -0.1%" dir="ltr"><strong>Contact Numbers</strong>:</p>
<p class="hov" style="margin-bottom: -0.1%" dir="ltr">(For Making Appointments Only)</p>
<p class="hov" style="margin-bottom: -0.1%" dir="ltr">+98 11 333 67500</p>
<p class="hov" dir="ltr">+98 903 061 2326</p>
<p class="hov" style="margin-bottom: -0.1%" dir="ltr">Other Inquiries:</p>
<p class="hov" dir="ltr">+98 936 612 8447</p>
</div>
</div>
<!--<button class="res_button">Contact Us</button>-->
<div class="button btn-outline-light text-light sig_button trans_200 "><a href="contact.html">Contact Us</a></div>
</div>
</div>
</div>
</div>
</div>
<footer class="footer" >
<div class="container" >
<div class="row text-center" >
<div class="col-lg-6 ">
<div class="footer_logo">
<div class="footer_logo_title __footerCDSApply">CDS Apply</div>
<div class="footer_logo_subtitle __footerFont">we build careers</div>
</div>
</div>
<div class="home_text col-lg-6" style="margin-top: 20px;font-size: 11px">
Design & Develop by:
<a href="https://unixerr.com/blog" class="mt-0">yucatán</a>
</div>
</div>
</div>
</footer>
</div>
<script src="styles/bootstrap-4.1.2/popper.js"></script>
<script src="styles/bootstrap-4.1.2/bootstrap.min.js"></script>
<script src="plugins/greensock/TweenMax.min.js"></script>
<script src="plugins/greensock/TimelineMax.min.js"></script>
<script src="plugins/scrollmagic/ScrollMagic.min.js"></script>
<script src="plugins/greensock/animation.gsap.min.js"></script>
<script src="plugins/greensock/ScrollToPlugin.min.js"></script>
<script src="plugins/OwlCarousel2-2.2.1/owl.carousel.js"></script>
<script src="plugins/easing/easing.js"></script>
<script src="plugins/parallax-js-master/parallax.min.js"></script>
<script src="plugins/colorbox/jquery.colorbox-min.js"></script>
<script src="plugins/jquery-datepicker/jquery-ui.js"></script>
<script src="plugins/jquery-timepicker/jquery.timepicker.js"></script>
<script src="js/custom.js"></script>
<script type="text/javascript">
$(window).on("load",function() {
$(window).scroll(function() {
var windowBottom = $(this).scrollTop() + $(this).innerHeight();
$(".anima").each(function() {
var objectBottom = $(this).offset().top + $(this).outerHeight();
if (objectBottom < windowBottom) { //object comes into view (scrolling down)
if ($(this).css("opacity")==0) {$(this).fadeTo(500,1);}
} else { //object goes out of view (scrolling up)
if ($(this).css("opacity")==1) {$(this).fadeTo(500,0);}
}
});
}).scroll();
});
</script>
<script>
AOS.init();
</script>
<script>
var svalue = ''
function gotosearch(){
window.location = `http://www.google.com.pk/search?btnG=1&pws=0&q=${svalue} site:cdsapply.com`
return true;
}
window.onload=function(){
var input = document.getElementById("searchQ");
input.addEventListener("keydown", function(event) {
if (event.keyCode === 13) {
event.preventDefault();
svalue = input.value
document.getElementById("searchQbtn").click();
}
});
}
</script>
</body>
</html>