-
Notifications
You must be signed in to change notification settings - Fork 0
/
contactthankyou.html
120 lines (109 loc) · 4.96 KB
/
contactthankyou.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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
<!DOCTYPE html>
<!--
filename: contactthankyou.html
edited by: Ryan Zurrin
edited on: 5/6/19
discription: template used for the final project from
"http://www.designstub.com/projects/folio-personal-portfolio-template/"
-->
<!--[if lt IE 7 ]> <html class="ie ie6 no-js" lang="en"> <![endif]-->
<!--[if IE 7 ]> <html class="ie ie7 no-js" lang="en"> <![endif]-->
<!--[if IE 8 ]> <html class="ie ie8 no-js" lang="en"> <![endif]-->
<!--[if IE 9 ]> <html class="ie ie9 no-js" lang="en"> <![endif]-->
<!--[if gt IE 9]><!--><html class="no-js" lang="en"><!--<![endif]-->
<!-- Google Tag Manager -->
<head>
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-5M3DGZN');</script>
<!-- End Google Tag Manager -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script>
$(document).ready(function() {
$("footer div").html("This page was last modified on: "+document.lastModified);
});
</script>
<style>
body {
background-color: #29222a;
}
.center {
text-align: center;
}
</style>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge"><!-- chrome=1"-->
<!-- Metas Page details-->
<title>Contact Form Submitted</title>
<meta name="description" content="OnePage Resume Portfolio for Ryan Zurrin and highREZ designs with Artwork and Woodworking projects and personal journal">
<meta name="Ryan Zurrin" content="Portfolio">
<!-- Mobile Specific Metas-->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--main style-->
<link rel="stylesheet" type="text/css" media="screen" href="css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" media="screen" href="css/main.css">
<!--google font style-->
<link href='http://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<!--font-family: 'Metrophobic', serif;-->
<link href='http://fonts.googleapis.com/css?family=Crimson+Text:400,600,400italic,600italic' rel='stylesheet' type='text/css'>
<!--font-family: 'Open Sans', sans-serif;-->
<!-- font icon css style-->
<link rel="stylesheet" href="css/font-awesome.min.css">
</head>
<body onLoad="load()" onUnload="GUnload()">
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5M3DGZN"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<!--wrapper start-->
<div class="wrapper noGap" id="wrapper">
<!--Header start -->
<div class="center">
<h1>Thank You For Your Interest</h1>
</div>
<hr>
<div class="container">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
<p>
Your message has been successfully sent and will be reviewed as soon as possible.
Have a wonderful day and thank you for you interest in
ryanzurrin.com
</p>
</div>
</div>
<!--footer start-->
<section class="footer" id="footer">
<hr>
<div class="center"><a href="./index.html"><img src="./images/logo-3.PNG" alt="logo link"></a></div>
<div class="container">
<ul>
<li><a href="https://www.linkedin.com/in/ryan-zurrin-586189128/" target="_blank"><i class="fa fa-linkedin fa-2x"></i></a></li>
<li><a href="https://www.facebook.com/ryanzurrin" target="_blank"><i class="fa fa-facebook fa-2x"></i></a></li>
<li><a href="https://twitter.com/ryan_zurrin" target="_blank"><i class="fa fa-twitter fa-2x"></i></a></li>
<li><a href="https://github.com/RyanZurrin" target="_blank"><i class="fa fa-github fa-2x"></i></a></li>
<li><a href="https://www.freecodecamp.org/highrez" target="_blank"><i class="fa fa-code fa-2x"></i></a></li>
<li><a href="https://www.google.com" target="_blank"><i class="fa fa-search fa-2x"></i>
</ul>
</div>
<h4 class="center">Copyright © <span id="copyright-year">2020</span> ryanzurrin.com </h4><br>
<script>
document.querySelector('#copyright-year').innerText = new Date().getFullYear();
</script>
</section>
<footer><div class="text-center"></div></footer><br>
<div class="back-to-top-wrapper" id="back_top"><a href="#wrapper" data-scroll="#top" class="back-to-top" title="Back to top">
<svg viewBox="0 0 100 100" width="25" height="25" tabindex="-1" role="img" aria-labelledby="title"><title id="title">Back to top</title>
<path d="M10 50l50 50L70 90 30 50 70 10 60 0z" transform="translate(0 0) rotate(90 50 50)" fill="#fff" stroke="#fff"></path>
</svg></a>
</div>
<!--footer end-->
</div>
<!--wrapper end-->
<!--jquary min js-->
<script src="js/jquery.min.js"></script>
<!--for theme custom jquery-->
<script src="js/custom.js"></script>
</body>
</html>