-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdenied.html
112 lines (92 loc) · 4.56 KB
/
denied.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
<!DOCTYPE html>
<!--
filename: .html
edited by: Ryan Zurrin
edited on:
discription:
Template 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>
<link rel="shortcut icon" href="../images/logofavicon32.ico" type="image/x-icon">
<meta charset="UTF-8" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"></script>
<script src="http://www.your-domain.com/easy-comment/jquery.easy-comment.min.js"></script>
<meta http-equiv="X-UA-Compatible" content="IE=edge"><!-- chrome=1"-->
<!-- Metas Page details-->
<title>SPAM STOPPER - Ryan Zurrin</title>
<meta name="description" content="Stopping spam bots one email at a time">
<meta name="Ryan Zurrin" content="denied">
<!-- 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-->
<!--Header start -->
<div class="center">
<h1>You have been officially blocked from sending emails, sorry. If this is a mistake and you
feel that you should be able to send emails then you will need to wait a few days and try again.</h1>
</div>
</div>
<!--footer start-->
<section class="footer" id="footer">
<hr>
<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> <!--2021 ryanzurrin.com-->
<script>
document.querySelector('#copyright-year').innerText = new Date().getFullYear();
</script>
<div class="center">
<a class="center" href="privacy.html" target="_blank" alt="Privacy Policy" aria-label="Privacy Policy">Privacy Policy</a>
</div>
<br>
</section>
<footer><div class="text-center"></div></footer><br>
<!--<p class="text-center"><a href="#wrapper" class="gototop"><i class="fa fa-chevron-up fa-2"></i></a></p>-->
<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-->
<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>
<!--jquary min js-->
<script src="../js/jquery.min.js"></script>
<!--for theme custom jquery-->
<script src="../js/custom.js"></script>
</body>
</html>