-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathabout.php
More file actions
216 lines (199 loc) · 9.44 KB
/
about.php
File metadata and controls
216 lines (199 loc) · 9.44 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
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Looma | About</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<link href="style.css" rel="stylesheet">
</head>
<body>
<!-- Desktop Sidebar -->
<div class="sidebar" id="sidebar">
<div class="sidebar-brand">
<h2>LOOMA</h2>
<p>Earn While You Play</p>
</div>
<nav class="nav flex-column">
<a href="index.php" class="nav-link">
<i class="fas fa-home"></i>
<span>Home</span>
</a>
<a href="about.php" class="nav-link active">
<i class="fas fa-info-circle"></i>
<span>About us</span>
</a>
<a href="contact.php" class="nav-link">
<i class="fas fa-envelope"></i>
<span>Contact us</span>
</a>
<a href="login.php" class="nav-link">
<i class="fas fa-sign-in-alt"></i>
<span>Log in</span>
</a>
</nav>
<div class="sidebar-footer">
<p>© 2025 Looma</p>
</div>
</div>
<!-- Main Content -->
<div class="main-content" id="mainContent">
<!-- Top Navbar -->
<div class="top-navbar">
<div class="user-profile">
<div>
<div class="fw-bold">LOOMA</div>
</div>
</div>
</div>
<!-- About Content -->
<div class="content-container">
<!-- Introduction -->
<div class="card mt-4 animate-fadeIn">
<div class="card-body">
<h3 class="card-title">About Looma</h3>
<p>Looma is a vibrant platform where fun meets opportunity. We empower users to earn real rewards by playing engaging games, participating in quizzes, and inviting friends. Based in Nairobi, Kenya, Looma is designed to make every moment you spend with us both entertaining and rewarding.</p>
</div>
</div>
<!-- Our Mission -->
<div class="card mt-4 animate-fadeIn">
<div class="card-body">
<h3 class="card-title">Our Mission</h3>
<p>Our mission is to redefine online entertainment by combining the thrill of gaming with the joy of earning. We strive to create a seamless, secure, and inclusive platform where everyone can play, earn, and grow, all while having fun.</p>
</div>
</div>
<!-- Our Story -->
<div class="card mt-4 animate-fadeIn">
<div class="card-body">
<h3 class="card-title">Our Story</h3>
<p>Founded in 2024, Looma was born out of a vision to make online earning accessible and enjoyable. Starting as a small team passionate about gaming and technology, we’ve grown into a platform trusted by thousands. With innovations like instant M-Pesa withdrawals and a robust referral system, we’re committed to delivering value to our community.</p>
</div>
</div>
<!-- Our Values -->
<div class="card mt-4 animate-fadeIn">
<div class="card-body">
<h3 class="card-title">Our Values</h3>
<div class="row">
<div class="col-md-4 mb-3">
<div class="value-item">
<i class="fas fa-star fa-2x mb-2"></i>
<h5>Fun</h5>
<p>We believe earning should be as enjoyable as playing your favorite game.</p>
</div>
</div>
<div class="col-md-4 mb-3">
<div class="value-item">
<i class="fas fa-shield-alt fa-2x mb-2"></i>
<h5>Trust</h5>
<p>Your security and satisfaction are our top priorities, always.</p>
</div>
</div>
<div class="col-md-4 mb-3">
<div class="value-item">
<i class="fas fa-users fa-2x mb-2"></i>
<h5>Community</h5>
<p>We grow together, rewarding every member of our vibrant community.</p>
</div>
</div>
</div>
</div>
</div>
<!-- Meet the Team -->
<div class="card mt-4 animate-fadeIn">
<div class="card-body">
<h3 class="card-title">Meet the Team</h3>
<p>Our team is a blend of creative minds, tech enthusiasts, and gaming lovers dedicated to making Looma the best it can be.</p>
<div class="row">
<div class="col-md-4 mb-3">
<div class="team-member">
<div class="team-avatar bg-primary text-white d-flex align-items-center justify-content-center rounded-circle" style="width: 80px; height: 80px; font-size: 2rem;">JD</div>
<h5 class="mt-2">John Doe</h5>
<p>Founder & CEO</p>
</div>
</div>
<div class="col-md-4 mb-3">
<div class="team-member">
<div class="team-avatar bg-success text-white d-flex align-items-center justify-content-center rounded-circle" style="width: 80px; height: 80px; font-size: 2rem;">JS</div>
<h5 class="mt-2">Jane Smith</h5>
<p>Lead Developer</p>
</div>
</div>
<div class="col-md-4 mb-3">
<div class="team-member">
<div class="team-avatar bg-accent text-white d-flex align-items-center justify-content-center rounded-circle" style="width: 80px; height: 80px; font-size: 2rem;">AK</div>
<h5 class="mt-2">Alex Kimani</h5>
<p>Community Manager</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Mobile Bottom Navigation -->
<div class="mobile-bottom-nav">
<a href="index.php" class="mobile-nav-item">
<i class="fas fa-home"></i>
<span>Home</span>
</a>
<a href="about.php" class="mobile-nav-item active">
<i class="fas fa-info-circle"></i>
<span>About</span>
</a>
<a href="contact.php" class="mobile-nav-item">
<i class="fas fa-envelope"></i>
<span>Contact</span>
</a>
<a href="login.php" class="mobile-nav-item">
<i class="fas fa-sign-in-alt"></i>
<span>Log in</span>
</a>
</div>
<script>
function toggleSidebar() {
const sidebar = document.getElementById('sidebar');
const mainContent = document.getElementById('mainContent');
// Toggle collapsed state for desktop, active state for mobile
if (window.innerWidth > 992) {
sidebar.classList.toggle('sidebar-collapsed');
mainContent.classList.toggle('main-content-expanded');
} else {
sidebar.classList.toggle('active');
}
}
function handleResize() {
const sidebar = document.getElementById('sidebar');
const mainContent = document.getElementById('mainContent');
if (window.innerWidth <= 992) {
// Mobile: hide sidebar by default, remove collapsed state
sidebar.classList.remove('active', 'sidebar-collapsed');
mainContent.classList.remove('main-content-expanded');
} else {
// Desktop: show sidebar (non-collapsed by default), ensure active is removed
sidebar.classList.remove('active');
sidebar.classList.remove('sidebar-collapsed'); // Ensure sidebar is open by default
mainContent.classList.remove('main-content-expanded');
}
}
window.addEventListener('resize', handleResize);
document.addEventListener('DOMContentLoaded', handleResize);
// Run on load and resize
window.addEventListener('resize', handleResize);
document.addEventListener('DOMContentLoaded', handleResize);
// Add animation classes as elements come into view
const animateElements = document.querySelectorAll('.animate-fadeIn');
const observer = new IntersectionObserver((entries) => {
entries.forEach(entry => {
if (entry.isIntersecting) {
entry.target.classList.add('animate'); // Use a different class to trigger animation
}
});
}, { threshold: 0.1 });
animateElements.forEach(element => {
observer.observe(element);
});
</script>
</body>
</html>