-
Notifications
You must be signed in to change notification settings - Fork 0
/
sign_up_thank.html
36 lines (35 loc) · 1.39 KB
/
sign_up_thank.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/@mdi/[email protected]/css/materialdesignicons.min.css">
<link rel="stylesheet" href="css/main.css">
<title>Document</title>
</head>
<body>
<div class="sign-wrapper">
<a href="#" class="sign-back">
<i class="mdi mdi-arrow-left"></i> Back to Ineichen
</a>
<div class="sign-form">
<h1 class="title">
Thank you!
<img src="img/icons/watch-whait.svg" alt="">
</h1>
<div class="sign-form__note">
Your request is successfully saved! You will get a free quote within 2 workdays. Your personal manager might contact you for more information if required.
<br> <br>
<b>Thank you for choosing us!</b>
</div>
<div class="sign-form__btns">
<a href="" class="sign-form__btn c-button c-button_blue c-button_filled">Close & wait</a>
</div>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="js/smooth-scroll.js"></script>
<script src="js/main.js"></script>
</body>
</html>