-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathuse-case-template.html
More file actions
198 lines (175 loc) · 8.33 KB
/
use-case-template.html
File metadata and controls
198 lines (175 loc) · 8.33 KB
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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- SEO Meta Tags -->
<title>{{PageTitle}} | Pro Wifi Camera Remote</title>
<meta name="description" content="{{MetaDescription}}">
<meta name="keywords" content="{{Keywords}}">
<link rel="canonical" href="https://dds-solutions.github.io/{{Filename}}">
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap" rel="stylesheet">
<!-- Custom CSS -->
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!-- Breadcrumbs -->
<div class="container">
<div class="breadcrumbs">
<a href="index.html">Home</a> > <span>{{BreadcrumbTitle}}</span>
</div>
</div>
<!-- Hero Section -->
<header>
<div class="container hero-content">
<h1 class="hero-title">
<span class="color-wave">{{HeroTitle}}</span>
</h1>
<p class="hero-subtitle">
{{HeroSubtitle}}
</p>
<div style="margin-top: 30px;">
<a href="https://play.google.com/store/apps/details?id=com.ddssolutions.remotecamera"
class="btn btn-primary btn-wave" target="_blank">Get Started for One Very Low Price</a>
</div>
</div>
</header>
<!-- Problem / Solution Section -->
<section class="problem-solution-section">
<div class="container">
<h2 class="reveal" style="text-align: center; margin-bottom: 20px;">Why Pay for Hardware?</h2>
<div class="comparison-grid reveal reveal-stagger">
<!-- The Old Way -->
<div class="comparison-card bad">
<h3 style="color: #ef233c; margin-bottom: 15px;">{{CompetitorName}}</h3>
<ul style="list-style: none; color: var(--text-muted);">
<li style="margin-bottom: 10px;">❌ {{CompetitorFlaw1}}</li>
<li style="margin-bottom: 10px;">❌ {{CompetitorFlaw2}}</li>
<li>❌ {{CompetitorFlaw3}}</li>
</ul>
</div>
<!-- The Pro Wifi Way -->
<div class="comparison-card good">
<h3 style="color: #4cc9f0; margin-bottom: 15px;">Pro Wifi Camera</h3>
<ul style="list-style: none; color: var(--text-muted);">
<li style="margin-bottom: 10px;">✅ {{AppBenefit1}}</li>
<li style="margin-bottom: 10px;">✅ {{AppBenefit2}}</li>
<li>✅ {{AppBenefit3}}</li>
</ul>
</div>
</div>
</div>
</section>
<!-- Technical Features for this Use Case -->
<section class="features">
<div class="container">
<h2 class="reveal" style="text-align: center; margin-bottom: 40px;">Perfect for {{UseCaseName}}</h2>
<div class="features-grid reveal reveal-stagger">
<!-- Feature 1 -->
<div class="feature-card">
<span class="feature-icon">{{Icon1}}</span>
<h3 class="feature-title">{{Feature1Title}}</h3>
<p class="feature-desc">{{Feature1Desc}}</p>
</div>
<!-- Feature 2 -->
<div class="feature-card">
<span class="feature-icon">{{Icon2}}</span>
<h3 class="feature-title">{{Feature2Title}}</h3>
<p class="feature-desc">{{Feature2Desc}}</p>
</div>
<!-- Feature 3 -->
<div class="feature-card">
<span class="feature-icon">{{Icon3}}</span>
<h3 class="feature-title">{{Feature3Title}}</h3>
<p class="feature-desc">{{Feature3Desc}}</p>
</div>
</div>
</div>
</section>
<!-- How It Works Steps -->
<section class="features" style="background: rgba(0,0,0,0.2);">
<div class="container">
<h2 class="reveal" style="text-align: center; margin-bottom: 40px;">Setup in Seconds</h2>
<div class="features-grid reveal reveal-stagger">
<div class="feature-card">
<h3 class="feature-title"><span class="step-number">1</span> Download</h3>
<p class="feature-desc">Install <strong>Pro Wifi Camera Remote</strong> on two Android devices
(Phone/Tablet).</p>
</div>
<div class="feature-card">
<h3 class="feature-title"><span class="step-number">2</span> Assign Roles</h3>
<p class="feature-desc">Set one device as <strong>Camera</strong> (place it near your {{Subject}})
and the other as <strong>Monitor</strong>.</p>
</div>
<div class="feature-card">
<h3 class="feature-title"><span class="step-number">3</span> Connect</h3>
<p class="feature-desc">They automatically find each other over Wi-Fi. No account needed.</p>
</div>
</div>
</div>
</section>
<!-- FAQ / SEO Text Content -->
<section style="padding: 60px 0;">
<div class="container" style="max-width: 800px;">
<h2 class="reveal" style="margin-bottom: 30px;">Common Questions</h2>
<div class="faq-item reveal">
<span class="faq-question">{{FAQ1Q}}</span>
<p class="faq-answer">{{FAQ1A}}</p>
</div>
<div class="faq-item reveal">
<span class="faq-question">{{FAQ2Q}}</span>
<p class="faq-answer">{{FAQ2A}}</p>
</div>
<div class="faq-item reveal">
<span class="faq-question">Is there a monthly fee?</span>
<p class="faq-answer">Never. Avoid expensive hardware and subscriptions. For a <strong>one-time price of just $1.99</strong>, you get the ability to install the app to other Android devices as many times as you need.</p>
</div>
<div class="faq-item reveal">
<span class="faq-question">Need longer USB cables or AC Battery Charger?</span>
<p class="faq-answer">To keep your camera running 24/7, you may need a long power cable or a reliable
adapter. Visit our <a href="accessories.html"
style="color: #4cc9f0; text-decoration: none;">Accessories Page</a> for recommendations.
</p>
</div>
</div>
</section>
<!-- Footer -->
<footer>
<div class="container">
<div style="text-align: center; margin-bottom: 20px;">
<p>© 2026 DDS Solutions. All rights reserved.</p>
<div style="margin-top: 10px;">
<a href="index.html"
style="margin: 0 10px; color: var(--text-muted); text-decoration: none;">Home</a> |
<a href="privacy.html"
style="margin: 0 10px; color: var(--text-muted); text-decoration: none;">Privacy Policy</a> |
<a href="terms.html" style="margin: 0 10px; color: var(--text-muted); text-decoration: none;">User
Agreement</a>
</div>
</div>
</div>
</footer>
<!-- Scroll & Reveal Script -->
<script>
document.addEventListener('DOMContentLoaded', function () {
const revealElements = document.querySelectorAll('.reveal');
if (revealElements.length === 0) return;
const observer = new IntersectionObserver((entries) => {
entries.forEach(entry => {
if (entry.isIntersecting) {
entry.target.classList.add('revealed');
observer.unobserve(entry.target);
}
});
}, {
threshold: 0.15,
rootMargin: '0px 0px -50px 0px'
});
revealElements.forEach(el => observer.observe(el));
});
</script>
</body>
</html>