-
Notifications
You must be signed in to change notification settings - Fork 0
/
business.html
217 lines (205 loc) · 9.68 KB
/
business.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
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
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bimbala - Business Information</title>
<script src="https://cdn.tailwindcss.com"></script>
<style>
.aspect-video {
aspect-ratio: 16 / 9;
}
</style>
</head>
<body class="bg-gray-50 text-gray-800 min-h-screen py-12 px-4 sm:px-6 lg:px-8">
<div class="max-w-4xl mx-auto">
<!-- Header -->
<div class="text-center mb-16">
<h1 class="text-4xl font-bold text-indigo-600 mb-4">Bimbala</h1>
<p class="text-xl text-gray-600 mb-6">An all-in-one platform which transforms your boring docs into an interactive
information hub</p>
<div class="inline-block bg-indigo-50 rounded-full px-4 py-2 text-indigo-700">SaaS Business</div>
</div>
<!-- Video -->
<div class="mb-12 aspect-video">
<iframe class="w-full h-full rounded-xl shadow-sm" src="https://www.youtube.com/embed/lR6NEBwbBzs"
title="Bimbala Product Demo" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen>
</iframe>
</div>
<!-- Metrics -->
<div class="grid grid-cols-1 md:grid-cols-3 gap-6 mb-12">
<div class="bg-white p-6 rounded-lg shadow-sm border border-gray-100">
<h3 class="text-sm font-medium text-gray-500">Business Location</h3>
<p class="mt-2 text-lg font-semibold">Bulgaria</p>
</div>
<div class="bg-white p-6 rounded-lg shadow-sm border border-gray-100">
<h3 class="text-sm font-medium text-gray-500">Site Age</h3>
<div class="mt-2">
<p class="text-lg font-semibold">2 years</p>
<a href="https://web.archive.org/web/20231204/https://bimbala.com" target="_blank" rel="noopener noreferrer"
class="text-sm text-indigo-600 hover:text-indigo-800 flex items-center mt-1">
<svg class="w-4 h-4 mr-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 6v6m0 0v6m0-6h6m-6 0H6">
</path>
</svg>
View Historical Snapshot
</a>
</div>
</div>
<div class="bg-white p-6 rounded-lg shadow-sm border border-gray-100">
<h3 class="text-sm font-medium text-gray-500">Overall Churn</h3>
<p class="mt-2 text-lg font-semibold">0%</p>
</div>
</div>
<!-- About -->
<div class="bg-white rounded-xl shadow-sm border border-gray-100 p-8 mb-12">
<h2 class="text-2xl font-bold mb-6">About the Business</h2>
<p class="text-gray-600 mb-6">The platform offers an all-in-one solution that transforms standard documentation
into an interactive information hub. The valuation is justified by its strong position in a growing market, with
organic traffic from Google expected to increase through strategic keyword optimization and SEO efforts.</p>
<p class="text-gray-600">The platform's sophisticated features would require significant time and effort to
replicate, making this an attractive acquisition opportunity.</p>
</div>
<!-- Features -->
<div class="bg-white rounded-xl shadow-sm border border-gray-100 p-8 mb-12">
<h2 class="text-2xl font-bold mb-6">Key Features</h2>
<ul class="grid grid-cols-2 gap-4">
<li class="flex items-center">
<svg class="w-5 h-5 text-green-500 mr-2" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path>
</svg>
Roadmap
</li>
<li class="flex items-center">
<svg class="w-5 h-5 text-green-500 mr-2" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path>
</svg>
Upvotes
</li>
<li class="flex items-center">
<svg class="w-5 h-5 text-green-500 mr-2" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path>
</svg>
FAQ
</li>
<li class="flex items-center">
<svg class="w-5 h-5 text-green-500 mr-2" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path>
</svg>
Changelog
</li>
</ul>
</div>
<!-- Tech Stack -->
<div class="bg-white rounded-xl shadow-sm border border-gray-100 p-8 mb-12">
<h2 class="text-2xl font-bold mb-6">Technical Stack</h2>
<div class="grid grid-cols-2 md:grid-cols-3 gap-4">
<div class="bg-gray-50 px-4 py-2 rounded-lg text-center">Laravel</div>
<div class="bg-gray-50 px-4 py-2 rounded-lg text-center">Docker</div>
<div class="bg-gray-50 px-4 py-2 rounded-lg text-center">Hetzner VPS</div>
<div class="bg-gray-50 px-4 py-2 rounded-lg text-center">TailwindCSS</div>
<div class="bg-gray-50 px-4 py-2 rounded-lg text-center">Github automations</div>
</div>
</div>
<!-- Traffic & SEO -->
<div class="bg-white rounded-xl shadow-sm border border-gray-100 p-8 mb-12">
<h2 class="text-2xl font-bold mb-6">Traffic & SEO Metrics</h2>
<div class="grid grid-cols-1 md:grid-cols-3 gap-6">
<div>
<h3 class="text-sm font-medium text-gray-500">Authority Score</h3>
<p class="mt-2 text-2xl font-semibold">2</p>
</div>
<div>
<h3 class="text-sm font-medium text-gray-500">Referring Domains</h3>
<p class="mt-2 text-2xl font-semibold">42</p>
</div>
<div>
<h3 class="text-sm font-medium text-gray-500">Backlinks</h3>
<p class="mt-2 text-2xl font-semibold">190</p>
</div>
</div>
</div>
<!-- Sale Includes -->
<div class="bg-white rounded-xl shadow-sm border border-gray-100 p-8 mb-12">
<h2 class="text-2xl font-bold mb-6">Sale Includes</h2>
<div class="grid grid-cols-1 md:grid-cols-2 gap-4">
<div class="flex items-center">
<svg class="w-5 h-5 text-green-500 mr-2" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path>
</svg>
Domains
</div>
<div class="flex items-center">
<svg class="w-5 h-5 text-green-500 mr-2" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path>
</svg>
Website Files
</div>
<div class="flex items-center">
<svg class="w-5 h-5 text-green-500 mr-2" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path>
</svg>
Social Media Accounts
</div>
<div class="flex items-center">
<svg class="w-5 h-5 text-green-500 mr-2" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path>
</svg>
Brand Assets
</div>
<div class="flex items-center">
<svg class="w-5 h-5 text-green-500 mr-2" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path>
</svg>
Custom Technology
</div>
<div class="flex items-center">
<svg class="w-5 h-5 text-green-500 mr-2" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path>
</svg>
Post-sale Support
</div>
</div>
</div>
<!-- Monthly Expenses -->
<div class="bg-white rounded-xl shadow-sm border border-gray-100 p-8 mb-12">
<h2 class="text-2xl font-bold mb-6">Monthly Expenses</h2>
<div class="space-y-4">
<div class="flex justify-between items-center">
<span class="text-gray-600">Domain Registration</span>
<span class="font-semibold">$20/month</span>
</div>
<div class="flex justify-between items-center">
<span class="text-gray-600">Hosting</span>
<span class="font-semibold">$20/month</span>
</div>
<div class="mt-4 pt-4 border-t">
<div class="flex justify-between items-center">
<span class="text-gray-600">Total Monthly Expenses</span>
<span class="font-semibold text-lg">$40/month</span>
</div>
</div>
</div>
</div>
<!-- Contact -->
<div class="bg-indigo-50 rounded-xl p-8 text-center">
<h2 class="text-2xl font-bold text-indigo-600 mb-4">Interested in Acquiring Bimbala?</h2>
<p class="text-gray-600 mb-6">Contact us to discuss this opportunity and request more information</p>
<div class="space-y-4">
<a href="mailto:[email protected]"
class="inline-block bg-indigo-600 text-white px-8 py-3 rounded-lg hover:bg-indigo-700 transition-colors duration-200">
Contact Us
</a>
<div class="text-sm text-gray-500 mt-4">
<a href="https://www.linkedin.com/company/bimbala/" target="_blank" rel="noopener noreferrer"
class="text-indigo-600 hover:text-indigo-800">
View us on LinkedIn
</a>
</div>
</div>
</div>
</div>
</body>
</html>