generated from skills/github-pages
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
121 lines (116 loc) · 5.75 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords" content="Harry Mann, Mann Consolidating, Mann Construction, Mann Glass, Minimal PODS, Harry Mann Geelong, Harry Mann Builder, Harrison Mann">
<title>Harry Mann - Mann Construction, Mann Consolidating Industries, Mann Glass, Minimal PODS</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css">
<style>
.header {
text-align: center;
margin-top: 20px;
background-color: lightblue;
padding: 20px;
border-radius: 10px;
}
.header h1 {
font-size: 24px;
font-weight: bold;
}
.header p {
font-size: 16px;
margin-top: 10px;
}
.carousel-container {
max-width: 50%;
margin: auto;
}
</style>
</head>
<body>
<div class="container mt-5">
<div class="header">
<h1>Public Notice : Harry Mann</h1>
<p>
<strong>Harry Mann</strong> — operating under businesses such as
<strong>Mann Construction</strong>, <strong>Mann Consolidating Industries Pty Ltd</strong>,
<strong>Mann Glass Co</strong>, and <strong>Minimal PODS</strong> — took a
<strong>$18,132.88 deposit</strong> from our family in <strong>October 2024</strong> with a promise
to install new double-glazed windows within 8 weeks.
</p>
<p>
After receiving the deposit, Harry became <strong>unresponsive to phone calls and texts</strong>,
repeatedly gave <strong>inconsistent or false updates</strong>, and eventually agreed to issue a refund in December 2024.
As of <strong>March 2025</strong>, <em>no refund has been received</em>.
</p>
<p>
Despite multiple follow-ups and the issuing of a <strong>Statutory Demand</strong>, the debt remains unpaid.
Harry has also sent screenshots of multiple bank transfers which never arrived, raising concerns about
their legitimacy.
</p>
<p>
We are <strong>not alone</strong> in this experience — multiple others have come forward with similar stories.
Please <strong>do your due diligence</strong> and think carefully before engaging with Harry Mann
or any of his associated businesses.
</p>
<blockquote style="border-left: 4px solid #ccc; padding-left: 1rem; font-style: italic;">
This website will remain online until the outstanding debt is resolved.
</blockquote>
<p>
Below, you’ll find reviews from Harry’s previously active website,
and publicly available photos for identification purposes.
</p>
</div>
<h2 class="text-center">Harry Mann - Geelong Victoria</h2>
<div class="carousel-container">
<div id="imageCarousel" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="/Mann Insta1.png" class="d-block w-100" alt="Mann Insta1">
</div>
<div class="carousel-item active">
<img src="/Mann1.png" class="d-block w-100" alt="Mann1">
</div>
<div class="carousel-item">
<img src="/Mann Insta2.png" class="d-block w-100" alt="Mann Insta2">
</div>
<div class="carousel-item">
<img src="/Mann2.png" class="d-block w-100" alt="Mann2">
</div>
<div class="carousel-item">
<img src="/Mann Insta3.png" class="d-block w-100" alt="Mann Insta3">
</div>
<div class="carousel-item">
<img src="/Mann3.png" class="d-block w-100" alt="Mann3">
</div>
<div class="carousel-item">
<img src="/Mann Insta4.png" class="d-block w-100" alt="Mann Insta4">
</div>
<div class="carousel-item">
<img src="/Mann Insta5.png" class="d-block w-100" alt="Mann Insta5">
</div>
<div class="carousel-item">
<img src="/Mann Insta6.png" class="d-block w-100" alt="Mann Insta6">
</div>
<div class="carousel-item">
<img src="/Mann4.png" class="d-block w-100" alt="Mann4">
</div>
<div class="carousel-item">
<img src="/Mann5.png" class="d-block w-100" alt="Mann5">
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#imageCarousel" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#imageCarousel" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>