-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsuccess.html
58 lines (46 loc) · 2.11 KB
/
success.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
<!DOCTYPE html>
<html lang="ru" class="fa-events-icons-ready">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<title>Chicago Nail School</title>
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" type="text/css" href="assets/css/animate.css">
<link rel="stylesheet" type="text/css" href="assets/fonts/stylesheet.css">
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700|Source+Code+Pro:400,700&subset=cyrillic,cyrillic-ext,latin-ext" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,700" rel="stylesheet">
</head>
<body class="purple-body">
<nav>
<div class="menu-icon"><i class="fa fa-bars fa-2x" aria-hidden="true"></i></div>
<div class="logo wow fadeIn delay-3s">
<a class="go_to" href=".parallax-group">QUIZ<br>
<p class="logo-small"></p>
</a>
</div>
<ul class="wow fadeIn delay-3s">
<li><a class="go_to" href="index.html"><i class="fa fa-arrow" aria-hidden="true"></i>Вернуться назад</a></li>
</ul>
<div class="phone wow fadeIn delay-3s"><i class="fa fa-phone" aria-hidden="true"></i>8 (981) 986-11-67</div>
</nav>
<!----------/nav---------->
<div class="wrapper">
<section class="header-2">
<h1 id="ex1"><span class="yellow">Спасибо</span><br>за заявку!</h1>
<div class="head-p">В ближайшее время наш менеджер свяжется с
<span class="yellow-p">Вами! </span>
</div>
</section>
<!----------/.header---------->
</div><!----------/.wrap---------->
<script src="http://code.jquery.com/jquery-3.3.1.js" integrity="sha256-2Kok7MbOyxpgUVvAk/HJ2jigOSYS2auK4Pfzbm7uH60="crossorigin="anonymous"></script>
<script type="text/javascript" src="assets/js/script.js"></script>
<script src="https://use.fontawesome.com/0d1371e694.js"></script>
<script type="text/javascript" src="assets/js/wow.min.js"></script>
<script>
new WOW().init();
</script>
</body>
</html>