Skip to content

Commit

Permalink
Merge pull request #16 from AndronixApp/dev
Browse files Browse the repository at this point in the history
edited the team and the about section
  • Loading branch information
imprakharshukla authored Aug 3, 2021
2 parents 2f76165 + 6ea0f74 commit 1677195
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 23 deletions.
37 changes: 21 additions & 16 deletions pages/about.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,28 +21,30 @@
sub_heading="It's kinda long but quite interesting. It's our story from yet another app that let's you install Linux to one of the top ones in the domain."
/>
<p class="text-gray-300 text-center md:px-12 lg:px-24 tracking-wide leading-loose lg:leading-8 md:text-lg">
The idea of Andronix incepted during in the year 2019 when we, Prakhar Shukla and Anurag Verma were riding
back home from our workout. It struck to us that there are people using their phones as computers either
because they simply cannot afford them or because it is just portable. We thought of converting that idea into
an app which ended up us finding that there were apps already existing that just did that but the issue was
firstly, they were just outdated and ugly to look at and secondly, if you're stuck, you're basically on your
own.

The idea of Andronix was incepted in 2019 when we, Prakhar Shukla and Anurag Verma, were riding back home from
our workout. It struck us that people use their phones as computers either because they cannot afford them or
for portability. So we thought of converting that idea into an app which ended up us finding that apps that
helped you install Linux on Android. However, there were a few issues. First, they were just outdated and ugly
to look at, and secondly, if you're stuck, you're basically on your own.
<br>
<br>

Andronix was born. We released our first version, way different from what it currently offers. The journey
started and soon we released Andronix Premium, Andronix Commands and then the most anticipated product, the
Andronix Modded OS. We enjoyed and learnt a lot while developing for Andronix. It basically gave us a platform
to refine our passion for programming.
started, and soon we released Andronix Premium, Andronix Commands, and then the most anticipated product, the
Andronix Modded OS. We enjoyed and learned a lot while developing for Andronix. It gave us a platform to
refine our passion for programming.
<br>
<br>

To say that Andronix has changed our lives would be an understatement because of all the love we get, whether
from the people rating us or emailing us about how much they love using Andronix to the mods over at Discord
helping us to keep things moving around here. We are ever so grateful for all the love and support we get.

<br>
<br>

To say that Andronix has changed our lives, would be an understatement because of all the love that we get,
whether it be from the people rating us or emailing us about how much they love using Andronix to the mods
over at Discord helping us to keep things moving around there. We are ever so much grateful for all the love
and support we get, and it really makes us move forward with a confidence boost.
<strong class="font-bold text-white text-lg">Andronix, as of July 2021, is now a part of Devriz Technologies
LLP.</strong>
</p>
</div>

Expand Down Expand Up @@ -83,11 +85,14 @@
</div>
</XyzTransition>
<div
class="grid-cols-1 md:grid-cols-2 lg:grid-cols-3 grid gap-y-4 gap-x-4 justify-center items-center"
class="grid-cols-1 md:grid-cols-2 grid gap-y-8 gap-x-4 justify-center items-center"
>
<TeamCard
class="justify-self-center"
v-for="member in teams.support"
:class="
index === 0 ? 'md:justify-self-end' : 'md:justify-self-start'
"
v-for="(member, index) in teams.support"
:name="member.name"
:key="member.name"
:position="member.position"
Expand Down
8 changes: 1 addition & 7 deletions static/data/misc/teams.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,10 @@
"quote": "I'm the moderator at the Andronix Discord server, where you'll see a small but friendly and helpful community willing to assist you.",
"photo_url": "https://i.ibb.co/KK3YPZd/avatar.png"
},
{
"name": "@raytracingcert07",
"position": "Discord",
"quote": "The ease of using Andronix is something that I really like and it was the reason that I joined the team. No-ads, a intuitive user interface.",
"photo_url": "https://cdn.discordapp.com/avatars/472036022927097867/048f9abe7ec9ef972c83c70bd64dcc14.png"
},
{
"name": "@./start-blendy.sh",
"position": "Discord",
"quote": "Andronix is a must have for any power user of their android device, it can be a direct replacement for the now defunct Linux on Dex.",
"quote": "Andronix is a must have for any power user of their android device, it can replace the now defunct Linux on Dex.",
"photo_url": "https://cdn.discordapp.com/avatars/386375356866887680/100de051e2f188661fba52e5c64a1341.png"
}
],
Expand Down

1 comment on commit 1677195

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.