blob: 97c5504cd1499a8c09459cf9baf87f3b3a6467f6 (
plain)
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
|
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="stylesheet" href="/style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="manifest" href="/manifest.json" />
<title>Victoria Hall LaundryWeb</title>
</head>
<body>
<style>
.machine-container > div > img {
padding: 6px;
}
</style>
<div class="section-container row bg-1" style="height: 164px;">
<span id="logo">Victoria Hall<br>LaundryWeb</span>
<span id="logo-id">H?</span>
</div>
<div class="section-container row bg-red" id="notif-panel">
<div class="flex-center-container">
<span class="icon">🔔</span>
</div>
<div>
<span>Please allow this website to send you notifications to remind you about your laundry. That's like, the whole point of this website.</span>
<button id="notbtn" class="button bg-redder">Enable Required Permissions</button>
</div>
</div>
<div class="section-container no-pad">
<h1 id="status-title">Machine Status for H?</h1>
<div class="machine-container">
<div class="txtcol-dryer" id="dryer1">
<span>Dryer 1</span>
<img src="/assets/img/dryer_off.png" alt="" id="dryer1-img">
<span id="dryer1-span"></span>
</div>
<div class="txtcol-washer" id="washer1">
<span>Washer 1</span>
<img src="/assets/img/washer_off.png" alt="" id="washer1-img">
<span id="washer1-span"></span>
</div>
<div class="txtcol-dryer" id="dryer2">
<span>Dryer 2</span>
<img src="/assets/img/dryer_off.png" alt="" id="dryer2-img">
<span id="dryer2-span"></span>
</div>
<div class="txtcol-washer" id="washer2">
<span>Washer 2</span>
<img src="/assets/img/washer_off.png" alt="" id="washer2-img">
<span id="washer2-span"></span>
</div>
</div>
</div>
<div class="section-container no-pad">
<h1>Dryer 1</h1>
<div class="flex-container row">
<div class="flex-center-container">
<img id="detail-d1-img" src="/assets/img/dryer_off.png" alt="" style="width: 100px;">
</div>
<div class="flex flex-center-container-jus col">
<span class="big-text" id="detail-d1-title">Idle</span>
<span id="detail-d1-desc"></span>
</div>
</div>
</div>
<div class="section-container no-pad">
<h1>Washer 1</h1>
<div class="flex-container row">
<div class="flex-center-container">
<img id="detail-w1-img" src="/assets/img/washer_off.png" alt="" style="width: 100px;">
</div>
<div class="flex flex-center-container-jus col">
<span class="big-text" id="detail-w1-title">Idle</span>
<span id="detail-w1-desc"></span>
</div>
</div>
</div>
<div class="section-container no-pad">
<h1>Dryer 2</h1>
<div class="flex-container row">
<div class="flex-center-container">
<img id="detail-d2-img" src="/assets/img/dryer_off.png" alt="" style="width: 100px;">
</div>
<div class="flex flex-center-container-jus col">
<span class="big-text" id="detail-d2-title">Idle</span>
<span id="detail-d2-desc"></span>
</div>
</div>
</div>
<div class="section-container no-pad">
<h1>Washer 2</h1>
<div class="flex-container row">
<div class="flex-center-container">
<img id="detail-w2-img" src="/assets/img/washer_off.png" alt="" style="width: 100px;">
</div>
<div class="flex flex-center-container-jus col">
<span class="big-text" id="detail-w2-title">Idle</span>
<span id="detail-w2-desc"></span>
</div>
</div>
</div>
<div class="master-popup-container" id="popup-master">
<div class="popup-container">
<h1 style="text-align: center;">Initial Setup for iOS</h1>
<p>To allow notifications on your iOS device, you’ll need to install this website as a web app.</p>
<hr>
<p><b>Step 1:</b> Press ... (if using iOS 26) → <b>Share</b></p>
<img src="/assets/img/step1.png" alt="">
<p><b>Step 2:</b> Scroll down → Select <b>Add to Home Screen</b></p>
<img src="/assets/img/step2.png" alt="">
<p><b>Step 3:</b> Press <b>Add</b>. If you're using iOS 26+, ensure Open as Web App is enabled.</p>
<img src="/assets/img/step3.png" alt="">
<p><b>Step 4:</b> Go to your home screen → Reopen this page by <b>pressing</b> the <b>LaundryWeb app</b>.</p>
<img src="/assets/img/step4.png" alt="" style="height: 72px; margin-bottom: 32px;">
</div>
<button id="close-popup"></button>
</div>
<div class="section-container credits-container">
<span>Developed by <a href="https://altafcreator.com">Athaalaa Altaf Hafidz</a>, a fellow resident • <a href="https://git.altafcreator.com/victoriahall-laundryweb.git/">Source Code</a></span>
</div>
<a href="mailto:dev@altafcreator.com" class="feedback"><span>✉️ Bugs? Feedback?</span></a>
<script src="/main.js"></script>
<script src="/status.js"></script>
<script src="/permissionrequest.js"></script>
<script src="/popup.js"></script>
<script src="/ios_popup.js"></script>
</body>
</html>
|