-
Notifications
You must be signed in to change notification settings - Fork 0
/
ForRent165VroomSt.html
84 lines (78 loc) · 3.41 KB
/
ForRent165VroomSt.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
<!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>Matt Meents</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-12 col-lg-4">
<div style="position: relative; width: 100%; height: 0; padding-top: 177.7778%;
padding-bottom: 0; box-shadow: 0 2px 8px 0 rgba(63,69,81,0.16); margin-top: 1.6em; margin-bottom: 0.9em; overflow: hidden;
border-radius: 8px; will-change: transform;">
<iframe loading="lazy" style="position: absolute; width: 100%; height: 100%; top: 0; left: 0; border: none; padding: 0;margin: 0;"
src="https://www.canva.com/design/DAF842w-uvU/Blo44W8phQMsUSWyUu0JNA/watch?embed" allowfullscreen="allowfullscreen" allow="fullscreen">
</iframe>
</div>
<a href="https://www.canva.com/design/DAF842w-uvU/Blo44W8phQMsUSWyUu0JNA/watch?utm_content=DAF842w-uvU&utm_campaign=designshare&utm_medium=embeds&utm_source=link" target="_blank" rel="noopener">165 Vroom St, 5M</a> by Matt Meents
</div>
</div>
</div>
</div>
</form>
<br /><br />
<div class="container-fluid">
<div class="panel center-block">
<p class="text-center">
[email protected]<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('Notdefault.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>