-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfirmation.html
62 lines (56 loc) · 2.44 KB
/
confirmation.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
<!DOCTYPE html>
<!--[if IE 8]> <html lang="en" class="ie8"> <![endif]-->
<!--[if IE 9]> <html lang="en" class="ie9"> <![endif]-->
<!--[if !IE]><!-->
<html lang="en">
<!--<![endif]-->
<head>
<title data-i18n="title">Confirmation From - Ivan Perez </title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Iván Pérez - Portfolio">
<!-- Link-->
<link rel="shortcut icon" href="assets/images/resume.png" title="LogoIcon">
<link
href='https://fonts.googleapis.com/css?family=Roboto:400,500,400italic,300italic,300,500italic,700,700italic,900,900italic'
rel='stylesheet' type='text/css'>
<!-- Global CSS -->
<link rel="stylesheet" href="assets/plugins/bootstrap/css/bootstrap.min.css">
<!-- Plugins CSS -->
<link rel="stylesheet" href="assets/plugins/font-awesome/css/font-awesome.css">
<!-- Theme CSS -->
<link id="style" rel="stylesheet" href="assets/css/confirmation.css">
<link rel="stylesheet" href="assets/plugins/bootstrap/css/bootstrap.min.css">
</head>
<body>
<main class="container experience-cards">
<div class="main">
<div class="card card1">
<article class="card-body">
<!-- <img class="img" src="./assets/images/emailSent.png" alt="email sent icon"/> -->
<header>
<div class="title">
<h3 data-i18n="confirmation.emailTitle" > Thank You !</h3>
</div>
<p class="meta">
<br>
<span class="author" data-i18n="confirmation.emailMessage"> Your submission has been received </span>
</p>
</header>
<div class="wrapper_button">
<a href="https://ivanperez9.github.io/">
<button class="btn boton"><i class="fa fa-undo icon"></i> Go back </button>
</a>
</div>
</article>
</div>
</div>
</main>
<!-- Javascript -->
<script src="assets/plugins/jquery-1.11.3.min.js"></script>
<script src="assets/plugins/bootstrap/js/bootstrap.min.js"></script>
<!-- custom js -->
<script src="assets/js/main.js" type="module"></script>
</body>
</html>