-
Notifications
You must be signed in to change notification settings - Fork 0
/
thank_you.html
77 lines (62 loc) · 3.93 KB
/
thank_you.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
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="img/favicon.ico" type="image/gif" sizes="16x16">
<title>SRM || Thank-You </title>
<!-- Source Serif 4 Font Start-->
<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=Source+Serif+4:opsz,[email protected],300;8..60,400;8..60,500;8..60,600;8..60,700;8..60,800;8..60,900&display=swap" rel="stylesheet">
<!-- Source Serif 4 Font End-->
<!-- Sources Sans pro Font Start-->
<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=Source+Sans+3:wght@300;400;500;600;700;800;900&display=swap" rel="stylesheet">
<!-- Sources Sans pro Font End -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@9/swiper-bundle.min.css"/>
<!-- Owl Carousal Slider -->
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="css/bootstrap.min.css">
<link href="css/comman.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link href="css/responsive.css" rel="stylesheet">
<!-- CSS Ends-->
</head>
<body id="body" class="stay">
<section class="thank_you_section">
<div class="container-fluid">
<div class="tys_main">
<div class="tysm_inner">
<div class="tysmi_cross">
<svg xmlns="http://www.w3.org/2000/svg" width="31" height="30" viewBox="0 0 31 30" fill="none">
<path fill-rule="evenodd" clip-rule="evenodd" d="M23.8839 6.61612C24.372 7.10427 24.372 7.89573 23.8839 8.38388L8.88388 23.3839C8.39573 23.872 7.60427 23.872 7.11612 23.3839C6.62796 22.8957 6.62796 22.1043 7.11612 21.6161L22.1161 6.61612C22.6043 6.12796 23.3957 6.12796 23.8839 6.61612Z" fill="#49378D"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.11612 6.61612C7.60427 6.12796 8.39573 6.12796 8.88388 6.61612L23.8839 21.6161C24.372 22.1043 24.372 22.8957 23.8839 23.3839C23.3957 23.872 22.6043 23.872 22.1161 23.3839L7.11612 8.38388C6.62796 7.89573 6.62796 7.10427 7.11612 6.61612Z" fill="#49378D"/>
</svg>
</div>
<div class="tysmi_heading">
<h3>Thank You!</h3>
</div>
<div class="tysmi_para">
<p>Your details have been submitted. SRM Team will connect with you shortly.</p>
</div>
</div>
</div>
</div>
</section>
<!-- JS Starts-->
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ENjdO4Dr2bkBIFxQpeoTz1HIcje39Wm4jDKdf19U8gI4ddQ3GYNS7NTKfAdVQSZe" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/bootstrap/3.3.5/js/bootstrap.js"></script>
<script src="https://cdn.jsdelivr.net/npm/swiper@9/swiper-bundle.min.js"></script>
<script src="js/jquery.in-viewport-class.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.3/gsap.min.js"></script>
<script src="js/custom.js"></script>
</body>
<!-- Body Ends-->
</html>