-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsuccess.html
More file actions
58 lines (56 loc) · 2.92 KB
/
success.html
File metadata and controls
58 lines (56 loc) · 2.92 KB
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>
<head>
<title>Miffy Chen | Software Developer</title>
<!-- Required meta tags always come first-->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<link href="images/favicon/favicon-32.png" rel="shortcut icon" type="image/png">
<link rel="stylesheet" href="css/main.css">
<link href="http://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
</head>
<body>
<div id="wrapper">
<header></header>
<div id="success-bg">
<div class="success-container">
<div class="success-content"><i data-wow-delay="0.2s" class="fa fa-check-circle wow fadeInUp"></i>
<h1 data-wow-delay="0.4s" class="slate wow fadeInUp">Email sent</h1>
<p data-wow-delay="0.6s" class="statement wow fadeInUp">Your message just arrived in my inbox. Talk to you soon.</p><a data-wow-delay="0.8s" href="/web" class="button button-primary wow fadeInUp">Back to Home</a>
</div>
</div>
</div>
</div>
<script src="js/modernizr.min.js"></script>
<script src="js/jquery-1.10.2.min.js"></script>
<script src="js/jquery-1.11.1.min.js"></script>
<script src="js/jquery.easing.1.3.min.js"></script>
<script src="js/jquery.scrollto.min.js"></script>
<script src="js/custom.min.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/velocity.min.js"></script>
<script>
new WOW().init();
</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-45735732-1', 'auto');
ga('send', 'pageview');
</script>
<script>
(function(f,b,g){
var xo=g.prototype.open,xs=g.prototype.send,c;
f.hj=f.hj||function(){(f.hj.q=f.hj.q||[]).push(arguments)};
f._hjSettings={hjid:1778, hjsv:1};
if(b.addEventListener){b.addEventListener("DOMContentLoaded",function(){f.hj.documentHtml=b.documentElement.outerHTML;c=b.createElement("script");c.async=1;c.src="//static.hotjar.com/c/hotjar-1778.js?sv=1";b.getElementsByTagName("head")[0].appendChild(c);})}
if(!f._hjPlayback && b.addEventListener){
g.prototype.open=function(l,j,m,h,k){this._u=j;xo.call(this,l,j,m,h,k)};
g.prototype.send=function(e){var j=this;function h(){if(j.readyState===4){f.hj("_xhr",j._u,j.status,j.response)}}this.addEventListener("readystatechange",h,false);xs.call(this,e)};
}
})(window,document,window.XMLHttpRequest);
</script>
</body>
</html>