-
Notifications
You must be signed in to change notification settings - Fork 0
/
Apply.html
116 lines (102 loc) · 4.19 KB
/
Apply.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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head runat="server">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-125039435-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-125039435-1');
</script>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Apply Now</title>
<link href="css/bootstrap.min.css" rel="stylesheet"/> <!-- Bootstrap core CSS -->
<link href="css/style.css" rel="stylesheet"/>
</head>
<body>
<script src="Scripts/jquery-1.11.3.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="MainMenu.js"></script>
<form id="form1"><nav class="navbar navbar-fixed-top navbar-logo navbar" id="mainmenu"></nav>
<br/><br/>
<div class="well well-LG">
<div class="panel panel-info">
<!-- <div class="panel-heading"><h3 class="panel-title">Sweet Links</h3></div> -->
<div class="panel-body">
<div class="col-sm-4">
<div>
<br /> <br />
<ul>
<li>
Rental Application
<ul>
<li> <a href="javascript:pu('https://mmeents.github.io/files/FCRASummary.pdf');">FCRA Summary of Rights</a> </li>
<li> <a href="javascript:pu('https://mmeents.github.io/files/RentalApplication.pdf');">Rental Application</a></li>
<li> <a href="javascript:pu('https://mmeents.github.io/files/TenantConsentForm.pdf');">Tenant Consent Form</a></li>
</ul>
</li>
</ul><br /><br />
<br /><br />
</div>
</div>
<div class="col-sm-4" style="padding:4px 4px 4px 4px;">
<br />
<b>Hello Applicant</b>, <br />
To apply we will need the following: (please send to email: mattmeents@gmail.com)
<ul>
<li>
Application Fee: $75 fee per person on the lease;<br />
I accept Zelle as payment to: Matthew Meents, mattmeents@gmail.com
</li>
<li>Consent Form (<a href="javascript:pu('https://mmeents.github.io/files/TenantConsentForm.pdf');">Tenant Consent Form</a>) </li>
<li>Rental Application (<a href="javascript:pu('https://mmeents.github.io/files/RentalApplication.pdf');">Rental Application</a>) </li>
<li>3 copies of most recent paystubs or bank statements. </li>
<li>most recent landlord contact information. </li>
</ul> <br /><br />
Thanks Matt.
</div>
<div class="col-sm-4">
<a href="javascript:pu('https://mmeents.github.io/files/viewing165Vroom.MOV');">Viewing 165 Vroom Street...</a>
</div>
</div>
</div>
</div>
</form>
<br/><br/>
<div class="container-fluid">
<div class="panel center-block">
<p class="text-center">
MattMeents@gmail.com<br/>
2022 <span class="glyphicon glyphicon-copyright-mark"></span> Matthew Meents
</p>
</div>
</div>
<script type="text/javascript">
function doResizeWidget() {
$('#twitter-widget-0').height(1669);
var aHeight = $('#twitter-widget-0').height();
if (aHeight < 1668){
setTimeout(doResizeWidget, 2000);
}
}
$(window).load(function () {
setTimeout(doResizeWidget, 1500);
$('#mainmenu').html(PrintMainMenu('default.html','Mattei\'s Blog'));
});
var ppd = new Date();
function pu(s) {
ppd = new Date();
ns = 'MM' + ppd.getTime();
try {
var x = window.open(s, ns, 'location=yes,menubar=yes,resizable=yes,scrollbars=yes,toolbar=yes,status=yes');
} catch (e) { }
}
function doBack() {
window.history.back();
}
</script>
</body>
</html>