-
Notifications
You must be signed in to change notification settings - Fork 8
/
index.html
130 lines (118 loc) · 4.88 KB
/
index.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
---
layout: default
title: NikGapps - Custom Google Apps Package!
---
<section class="hero">
<div class="hero__inner container">
<!-- <div class="hero__art">
<img src="./images/nikgapps-logo.webp" alt="NikGapps Logo">
</div> -->
<div class="hero__content">
<div class="hero__art">
<img src="./images/nikgapps-logo.webp" alt="NikGapps Logo">
</div>
<p class="intro">
A Custom Google Apps Package that Suits Everyone Needs! <br>
Supports Android 15 (V), 14 (U) with regular updates and Android 13 (T), 12L (SL), 12 (S), 11 (R), 10 (Q) on need basis
</p>
<div class="links">
<a href="/downloads#downloads" class="hero__download"><i class="fa fa-download"></i>
Download</a>
<a href="https://t.me/NikGapps" class="hero__telegram">
<i class="fa fa-telegram"></i> Telegram</a>
</div>
</div>
</div>
</section>
<section class="features">
<div class="f__inner container">
<div class="section__heading">
<h3>Why NikGapps?</h3>
</div>
<div class="features__grid">
<div class="f__item">
<div class="icon">
<i class="fa fa-3x fa-cubes"></i>
</div>
<h4>Customizable Installation</h4>
<p>
Have full control over what you install. Only install the package you want to!
</p>
</div>
<div class="f__item">
<div class="icon">
<i class="fa fa-3x fa-android"></i>
</div>
<h4>Wide Support</h4>
<p>
From core to full package, NikGapps offers a wide range of packages to suit your needs
</p>
</div>
<div class="f__item">
<div class="icon">
<i class="fa fa-3x fa-clock-o"></i>
</div>
<h4>Regular Updates</h4>
<p>
Updates are usually weekly, any longer than that means something really interesting is cooking
</p>
</div>
<div class="f__item">
<div class="icon">
<i class="fa fa-3x fa-puzzle-piece"></i>
</div>
<h4>Addons Support</h4>
<p>
NikGapps comes with freeware Addons that are widely used along side gapps
</p>
</div>
<div class="f__item">
<div class="icon">
<i class="fa fa-3x fa-refresh"></i>
</div>
<h4>Seamless OTA Updates</h4>
<p>
NikGapps comes with full addon.d support to provide you flash and forget experience
</p>
</div>
<div class="f__item">
<div class="icon">
<i class="fa fa-3x fa-smile-o"></i>
</div>
<h4>Happy Community</h4>
<p>
NikGapps has a friendly community that helps you get what you're looking for in NikGapps
</p>
</div>
</div>
</div>
</section>
<section class="thanks">
<div class="thanks__inner container">
<div class="section__heading">
<span>Credits</span>
<h3>Super Thanks</h3>
</div>
<div class="credits__row">
<div class="credits__art">
<img src="./images/thanks.svg" alt="">
</div>
<div class="credits__content">
<ul>
<li><a href="https://forum.xda-developers.com/member.php?u=4544860">osm0sis</a> (for the shell
scripting template)</li>
<li><a href="https://opengapps.org/">OpenGapps</a> Team (for base package and providing Open Gapps)
</li>
<li><a href="#">@DrAMoled</a> (for logo and his suggestions and help)</li>
<li><a href="#">Aman</a> (for helping me setup NikGapps Channel and Support Group)</li>
<li><a href="https://thevipinmishra.github.io/"> Vipin Mishra</a> for coding this website from
scratch.</li>
<li><a href="https://github.com/Kingsman44/Pixelify"> Shivan Singh</a> for Pixelify Module</li>
<li><a href="https://vanced.app/">Vanced Team</a> (for YouTube Vanced)</li>
<li><a href="https://twitter.com/lawnchairapp">Lawnchair Team</a> (for Lawnchair)</li>
<li><a href="https://github.com/ElytrA8">Sheikh Adnan</a> (for his help with NikGapps release automation)</li>
</ul>
</div>
</div>
</div>
</section>