-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathunder_construction.html
133 lines (104 loc) · 4.61 KB
/
under_construction.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
121
122
123
124
125
126
127
128
129
130
131
132
133
<!DOCTYPE html>
<!--
filename: contactthankyou.html
edited by: Ryan Zurrin
edited on: 5/13/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]-->
<head>
<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>Under Construction</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()">
<!--wrapper start-->
<div class="wrapper noGap" id="wrapper">
<!--Header start -->
<div class="center">
<h1>Under Construction</h1>
</div>
<hr>
<div class="container">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
<h2 class="center">Sorry For Any Inconvenience</h2>
<div>
<p>
The attempted functionality that has brought you here is currently being worked on and
will be up and running very soon, so be sure to keep checking back. If you would like,
send an <a href="mailto:[email protected]">email</a>with subject 'ADD'
to be added to my update newsletter.
</p>
<p>
Any data you provided has been sent in a secure email to the webmaster for further review.
</p>
<p> Thank you for your continued support and interest in ryanzurrin.com and I hope to be hearing from you!
</p>
</div>
</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 © 2019 ryanzurrin.com </h4><br>
</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>