-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcommunity.html
276 lines (253 loc) · 11.9 KB
/
community.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
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Community | Bug Matrix - SQA Testing Tools Hub</title>
<meta name="description" content="Join the Bug Matrix community. Connect with fellow testers, share knowledge, and contribute to the future of software testing.">
<meta name="keywords" content="Bug Matrix, community, forum, software testing, QA community, testing community, collaboration">
<meta name="author" content="Bug Matrix Team">
<meta property="og:title" content="Community | Bug Matrix - SQA Testing Tools Hub">
<meta property="og:description" content="Join the Bug Matrix community. Connect with fellow testers, share knowledge, and contribute to the future of software testing.">
<meta property="og:image" content="images/bug-matrix-logo.png">
<meta property="og:url" content="https://bugmatrix.sqatesting.com/community.html">
<meta property="og:type" content="website">
<link rel="shortcut icon" href="images/bug-matrix-logo.png" type="image/x-icon">
<link rel="stylesheet" href="styles.css">
<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=Orbitron:wght@400;500;600;700&family=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css">
<style>
.community-hero {
background: linear-gradient(135deg, #f0f4ff 0%, #e6f7ff 100%);
padding: 150px 0 80px;
text-align: center;
position: relative;
overflow: hidden;
}
.community-hero::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><rect x="13" y="13" width="4" height="4" fill="%234285f4" opacity="0.1"/></svg>');
opacity: 0.5;
}
.community-hero-content {
position: relative;
z-index: 1;
max-width: 800px;
margin: 0 auto;
}
.community-hero h1 {
font-size: 3rem;
margin-bottom: 1.5rem;
background: var(--gradient-1);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
display: inline-block;
}
.community-hero p {
font-size: 1.2rem;
color: var(--text-muted);
margin-bottom: 2rem;
}
.community-section {
padding: 80px 0;
}
.community-section:nth-child(even) {
background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}
.community-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 50px;
align-items: center;
}
.community-card {
background: var(--card-bg);
border-radius: var(--border-radius);
padding: 30px;
box-shadow: var(--box-shadow);
transition: transform 0.3s ease, box-shadow 0.3s ease;
margin-bottom: 30px;
}
.community-card:hover {
transform: translateY(-5px);
box-shadow: var(--box-shadow-hover);
}
.community-card h3 {
margin-bottom: 15px;
color: var(--primary-color);
}
.community-card-icon {
font-size: 2.5rem;
margin-bottom: 20px;
color: var(--primary-color);
}
.community-cards {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
gap: 30px;
margin-top: 50px;
}
@media (max-width: 768px) {
.community-grid {
grid-template-columns: 1fr;
}
.community-cards {
grid-template-columns: 1fr;
}
}
</style>
</head>
<body>
<div class="cursor-follower"></div>
<header>
<nav>
<div class="logo">
<a href="index.html">
<img src="images/bug-matrix-logo.png" alt="Bug Matrix Logo" class="animate__animated animate__pulse animate__infinite animate__slower">
<span>Bug Matrix</span>
</a>
</div>
<ul class="nav-links">
<li><a href="index.html#features">Features</a></li>
<li><a href="index.html#benefits">Benefits</a></li>
<li><a href="index.html#download">Download</a></li>
<li><a href="index.html#faq">FAQ</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="careers.html">Careers</a></li>
<li><a href="https://sqatesting.com" target="_blank">Blog</a></li>
</ul>
<div class="mobile-menu-btn">
<i class="fas fa-bars"></i>
</div>
</nav>
</header>
<section class="community-hero">
<div class="community-hero-content">
<h1 class="animate__animated animate__fadeInDown">Join Our Community</h1>
<p class="animate__animated animate__fadeIn animate__delay-1s">Connect with fellow testers and share knowledge about software testing with Bug Matrix.</p>
</div>
</section>
<section class="community-section" id="community-overview">
<div class="container">
<h2 class="section-title">Our Vibrant Testing Community</h2>
<p class="section-subtitle">Bug Matrix is more than just a tool—it's a community of passionate testers working together to improve software quality.</p>
<div class="community-grid">
<div class="community-content">
<h3>Why Join Our Community?</h3>
<p>The Bug Matrix community brings together testers of all experience levels from around the world. Whether you're a seasoned QA professional or just starting your testing journey, you'll find valuable resources and support.</p>
<ul class="feature-list">
<li><i class="fas fa-users"></i> Connect with like-minded professionals</li>
<li><i class="fas fa-lightbulb"></i> Share ideas and best practices</li>
<li><i class="fas fa-question-circle"></i> Get help with testing challenges</li>
<li><i class="fas fa-rocket"></i> Advance your testing career</li>
</ul>
</div>
<div class="community-image">
<img src="images/hero-image.svg" alt="Bug Matrix Community" class="animate__animated animate__fadeInRight">
</div>
</div>
</div>
</section>
<section class="community-section" id="testimonials">
<div class="container">
<h2 class="section-title">Community Testimonials</h2>
<p class="section-subtitle">Hear what our community members have to say about their experience with Bug Matrix.</p>
<div class="testimonials-container">
<div class="testimonial-card">
<div class="testimonial-content">
<p>"Being part of the Bug Matrix community has transformed my testing career. The knowledge sharing and support from fellow testers is invaluable."</p>
</div>
<div class="testimonial-author">
<img src="images/hero-image.svg" alt="Sarah Johnson">
<div class="author-info">
<h4>Sarah Johnson</h4>
<p>Senior QA Engineer</p>
</div>
</div>
</div>
<div class="testimonial-card">
<div class="testimonial-content">
<p>"I started as a forum member seeking help, and now I'm contributing code to the project. The community is welcoming to all skill levels."</p>
</div>
<div class="testimonial-author">
<img src="images/hero-image.svg" alt="Michael Chen">
<div class="author-info">
<h4>Michael Chen</h4>
<p>Automation Specialist</p>
</div>
</div>
</div>
<div class="testimonial-card">
<div class="testimonial-content">
<p>"The Bug Matrix community events and webinars have helped me stay current with the latest testing trends and technologies."</p>
</div>
<div class="testimonial-author">
<img src="images/hero-image.svg" alt="Elena Rodriguez">
<div class="author-info">
<h4>Elena Rodriguez</h4>
<p>QA Team Lead</p>
</div>
</div>
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<div class="footer-content">
<div class="footer-logo">
<a href="index.html">
<img src="images/bug-matrix-logo.png" alt="Bug Matrix Logo">
<span>Bug Matrix</span>
</a>
</div>
<div class="footer-links">
<div class="footer-column">
<h4>Product</h4>
<ul>
<li><a href="index.html#features">Features</a></li>
<li><a href="index.html#download">Download</a></li>
<li><a href="changelog.html">Changelog</a></li>
<li><a href="roadmap.html">Roadmap</a></li>
</ul>
</div>
<div class="footer-column">
<h4>Resources</h4>
<ul>
<li><a href="documentation.html">Documentation</a></li>
<li><a href="https://sqatesting.com" target="_blank">Blog</a></li>
<li><a href="community.html">Community</a></li>
</ul>
</div>
<div class="footer-column">
<h4>Company</h4>
<ul>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="careers.html">Careers</a></li>
<li><a href="privacy-policy.html">Privacy Policy</a></li>
<li><a href="terms-of-service.html">Terms of Service</a></li>
</ul>
</div>
</div>
</div>
<div class="footer-bottom">
<p>© 2025 Bug Matrix. All rights reserved.</p>
</div>
</div>
</footer>
<!-- Particle.js for background animation -->
<script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
<script src="script.js"></script>
</body>
</html>