Skip to content

Commit 1b6ab29

Browse files
committed
Remove additional repositories and team sections
1 parent a425c88 commit 1b6ab29

1 file changed

Lines changed: 1 addition & 144 deletions

File tree

index.html

Lines changed: 1 addition & 144 deletions
Original file line numberDiff line numberDiff line change
@@ -196,117 +196,7 @@ <h3>Sultan Kernel</h3>
196196
</div>
197197
</section>
198198

199-
<!-- Additional Repositories Section -->
200-
<section id="repositories" class="repositories">
201-
<div class="container">
202-
<h2 class="section-title">Additional Repositories & Tools</h2>
203-
<p class="section-subtitle">Explore our complete collection of kernel-related projects and utilities</p>
204-
205-
<div class="repos-grid">
206-
<div class="repo-card">
207-
<div class="repo-icon">
208-
<i class="fas fa-mobile-alt"></i>
209-
</div>
210-
<h3>Legacy Pixels Kernel</h3>
211-
<p>Specialized kernel for legacy Pixel devices with KernelSU and SUSFS integration.</p>
212-
<div class="repo-stats">
213-
<span class="stat"><i class="fas fa-star"></i> <span id="pixel-stars">Loading...</span></span>
214-
<span class="stat"><i class="fas fa-code-branch"></i> <span id="pixel-forks">Loading...</span></span>
215-
<span class="stat"><i class="fas fa-eye"></i> <span id="pixel-watchers">Loading...</span></span>
216-
</div>
217-
<a href="https://github.com/WildKernels/Pixel_KernelSU_SUSFS" class="btn btn-outline">
218-
<i class="fab fa-github"></i>
219-
View Repository
220-
</a>
221-
</div>
222-
223-
<div class="repo-card">
224-
<div class="repo-icon">
225-
<i class="fas fa-code"></i>
226-
</div>
227-
<h3>Kernel Patches</h3>
228-
<p>Collection of kernel patches for KernelSU and SUSFS integration across different devices.</p>
229-
<div class="repo-stats">
230-
<span class="stat"><i class="fas fa-star"></i> <span id="patches-stars">Loading...</span></span>
231-
<span class="stat"><i class="fas fa-code-branch"></i> <span id="patches-forks">Loading...</span></span>
232-
<span class="stat"><i class="fas fa-eye"></i> <span id="patches-watchers">Loading...</span></span>
233-
</div>
234-
<a href="https://github.com/WildKernels/kernel_patches" class="btn btn-outline">
235-
<i class="fab fa-github"></i>
236-
View Repository
237-
</a>
238-
</div>
239-
240-
<div class="repo-card">
241-
<div class="repo-icon">
242-
<i class="fas fa-tools"></i>
243-
</div>
244-
<h3>Build Scripts</h3>
245-
<p>Legacy kernel build scripts and automation tools for kernel compilation.</p>
246-
<div class="repo-stats">
247-
<span class="stat"><i class="fas fa-star"></i> <span id="scripts-stars">Loading...</span></span>
248-
<span class="stat"><i class="fas fa-code-branch"></i> <span id="scripts-forks">Loading...</span></span>
249-
<span class="stat"><i class="fas fa-eye"></i> <span id="scripts-watchers">Loading...</span></span>
250-
</div>
251-
<a href="https://github.com/TheWildJames/kernel_build_scripts" class="btn btn-outline">
252-
<i class="fab fa-github"></i>
253-
View Repository
254-
</a>
255-
</div>
256-
257-
<div class="repo-card">
258-
<div class="repo-icon">
259-
<i class="fas fa-download"></i>
260-
</div>
261-
<h3>Kernel Format Tool</h3>
262-
<p>Utility to determine and convert kernel formats for different devices and requirements.</p>
263-
<div class="repo-stats">
264-
<span class="stat"><i class="fas fa-star"></i> <span id="format-stars">Loading...</span></span>
265-
<span class="stat"><i class="fas fa-code-branch"></i> <span id="format-forks">Loading...</span></span>
266-
<span class="stat"><i class="fas fa-eye"></i> <span id="format-watchers">Loading...</span></span>
267-
</div>
268-
<a href="https://github.com/TheWildJames/Get_My_Kernel_Format" class="btn btn-outline">
269-
<i class="fab fa-github"></i>
270-
View Repository
271-
</a>
272-
</div>
273-
274-
<div class="repo-card">
275-
<div class="repo-icon">
276-
<i class="fas fa-flash"></i>
277-
</div>
278-
<h3>Horizon Kernel Flasher</h3>
279-
<p>Advanced kernel flashing tool with modern interface and enhanced safety features.</p>
280-
<div class="repo-stats">
281-
<span class="stat"><i class="fas fa-star"></i> <span id="flasher-stars">Loading...</span></span>
282-
<span class="stat"><i class="fas fa-code-branch"></i> <span id="flasher-forks">Loading...</span></span>
283-
<span class="stat"><i class="fas fa-eye"></i> <span id="flasher-watchers">Loading...</span></span>
284-
</div>
285-
<a href="https://github.com/libxzr/HorizonKernelFlasher" class="btn btn-outline">
286-
<i class="fab fa-github"></i>
287-
View Repository
288-
</a>
289-
</div>
290199

291-
<div class="repo-card">
292-
<div class="repo-icon">
293-
<i class="fas fa-users"></i>
294-
</div>
295-
<h3>Organization Profile</h3>
296-
<p>Main organization profile with comprehensive documentation and project overview.</p>
297-
<div class="repo-stats">
298-
<span class="stat"><i class="fas fa-star"></i> <span id="profile-stars">Loading...</span></span>
299-
<span class="stat"><i class="fas fa-code-branch"></i> <span id="profile-forks">Loading...</span></span>
300-
<span class="stat"><i class="fas fa-eye"></i> <span id="profile-watchers">Loading...</span></span>
301-
</div>
302-
<a href="https://github.com/WildKernels/.github" class="btn btn-outline">
303-
<i class="fab fa-github"></i>
304-
View Repository
305-
</a>
306-
</div>
307-
</div>
308-
</div>
309-
</section>
310200

311201
<!-- Features Section -->
312202
<section id="features" class="features">
@@ -372,40 +262,7 @@ <h3>Regular Updates</h3>
372262
</div>
373263
</section>
374264

375-
<!-- Team Section -->
376-
<section id="team" class="team">
377-
<div class="container">
378-
<h2 class="section-title">Meet the Team</h2>
379-
<p class="section-subtitle">The passionate developers behind Wild Kernels</p>
380-
381-
<div class="team-grid">
382-
<div class="team-member">
383-
<div class="member-avatar">
384-
<i class="fas fa-user-circle"></i>
385-
</div>
386-
<h3>Core Developers</h3>
387-
<p class="member-role">Kernel Development Team</p>
388-
<p>Experienced Android kernel developers working on performance optimization and security enhancements.</p>
389-
<div class="member-links">
390-
<a href="https://github.com/WildKernels"><i class="fab fa-github"></i></a>
391-
<a href="https://github.com/james-things"><i class="fab fa-github"></i></a>
392-
</div>
393-
</div>
394-
395-
<div class="team-member">
396-
<div class="member-avatar">
397-
<i class="fas fa-users"></i>
398-
</div>
399-
<h3>Community</h3>
400-
<p class="member-role">Contributors & Testers</p>
401-
<p>Amazing community members who contribute code, test kernels, and provide valuable feedback.</p>
402-
<div class="member-links">
403-
<a href="https://github.com/WildKernels"><i class="fab fa-github"></i></a>
404-
</div>
405-
</div>
406-
</div>
407-
</div>
408-
</section>
265+
409266

410267
<!-- Contact Section -->
411268
<section id="contact" class="contact">

0 commit comments

Comments
 (0)