-
Notifications
You must be signed in to change notification settings - Fork 1
/
about.html
74 lines (67 loc) · 2.45 KB
/
about.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
---
layout: page
title: About | FlameGApps
---
<section class="about">
<h3 class="section__title">About the Project</h3>
<div class="section__content">
<div class="about__content">
<p>
FlameGApps are Google Apps packages for your Android devices
We provide clean and optimized resource friendly Google Apps packages. We
provide two editions.
</p>
<p>
- Basic edition which includes the core GApps
like Google Play Services (GMS), Google Services Framework (GSF), Google
Play Store and other essentials.
</p>
<p>
- Full edition, which includes all the necessary core apps
with more useful Google apps like Google Dialer, Google Contacts, Google
Messages, etc. We provide regular updates for all packages.
</p>
</div>
</div>
</section>
<section class="team">
<h3 class="section__title">The FlameGApps Team</h3>
<div class="section__content team__grid">
<div class="member">
<div class="avatar">
<img src="{{ "/images/pratyakshm.png" | relative_url }}" alt="PratyakshM"/>
</div>
<h4>PratyakshM</h4>
<p>Co Founder</p>
<a href="https://github.com/pratyakshm/">GitHub</a>
</div>
<div class="member">
<div class="avatar">
<img src="{{ "/images/ayandebnath.jpg" | relative_url }}" alt="Ayan"/>
</div>
<h4>Ayan Debnath</h4>
<p>Founder & Lead Dev</p>
<a href="https://github.com/ayandebnath/">GitHub</a>
</div>
<div class="member">
<div class="avatar">
<img src="{{ "/images/shivamjadon.jpg" | relative_url }}" alt="Shivam"/>
</div>
<h4>Shivam Jadon</h4>
<p>Legacy contributor</p>
<a href="https://github.com/shivamjadon/">GitHub</a>
</div>
</div>
</section>
<section class="credits">
<h3 class="section__title">Credits</h3>
<div class="section__content">
<ul>
<li>Google LLC</li>
<li>OpenGApps</li>
<li>osm0sis</li>
<li>topjohnwu</li>
<li>paphonb</li>
</ul>
</div>
</section>