- Scan ID:
- 77b6242c-6766-4dbd-bcfa-498e7422a4adFinished
- Submitted URL:
- https://androidintegrity.org/
- Report Finished:
Links · 4 found
The outgoing links identified from the page
Link | Text |
---|---|
https://github.com/AndroidIntegrity | |
https://bsky.app/profile/androidintegrity.bsky.social | |
https://t.me/AndIntAlliance | |
https://discord.gg/androidintegrity |
JavaScript Variables · 3 found
Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope
Name | Type |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
Console log messages · 1 found
Messages logged to the web console
Type | Category | Log |
---|---|---|
error | network |
|
HTML
The raw HTML body of the page
<!DOCTYPE html><html lang="en"><head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Android Integrity Alliance</title>
<link href="/css/output.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.1/css/all.min.css" integrity="sha512-5Hs3dF2AEPkpNAR7UiOHba+lRSJNeM2ECkwxUIxC1Q/FLycGTbNapWXB4tP889k5T5Ju8fs4b1P5z/iB4nMfSQ==" crossorigin="anonymous" referrerpolicy="no-referrer">
</head>
<body class="bg-slate-950 text-gray-100">
<header class="bg-gradient-to-r from-slate-700 to-slate-900 text-white flex flex-col sm:flex-row justify-between items-center px-2 sm:px-2 md:px-4 lg:px-8 py-3">
<a href="/" class="text-xl sm:text-2xl hover:text-slate-300 transition duration-300 ease-in-out">Android Integrity Alliance</a>
<nav class="flex flex-col sm:flex-row space-y-2 sm:space-y-0 sm:space-x-4 mt-4 sm:mt-0 justify-center sm:justify-start w-full sm:w-auto">
<a href="/team" class="text-center p-2 hover:text-slate-300 transition duration-300 ease-in-out">
<i class="fas fa-users pr-1"></i> Our Team
</a>
<a href="/contact" class="text-center p-2 hover:text-slate-300 transition duration-300 ease-in-out">
<i class="fas fa-envelope pr-1"></i> Contact
</a>
<a href="/petition" class="text-center py-2 px-4 bg-gradient-to-r from-slate-700 to-slate-800 rounded hover:text-slate-300 transition duration-300 ease-in-out">
<i class="fas fa-pen pr-1"></i> Petition
</a>
</nav>
</header>
<main class="p-1 sm:p-2">
<section class="flex flex-col items-center justify-center space-y-4 pt-8 sm:pt-16 pb-3 text-center">
<h2 class="text-2xl sm:text-3xl md:text-4xl font-bold">We're the Android Integrity Alliance</h2>
<p class="text-base sm:text-lg md:text-xl text-center">We are fighting for a fair and open Android operating system, supporting all types of users.</p>
<a href="/petition" class="bg-slate-500 hover:bg-slate-700 text-white font-bold py-2 px-4 rounded transition duration-300 ease-in-out">
<i class="fas fa-pen"></i> Sign the Petition
</a>
</section>
<section class="flex flex-col items-center pt-32 px-2 sm:px-4 md:px-8 lg:px-16">
<div class="w-full flex mb-6">
<img src="/img/android.png" alt="Android logo" class="w-1/6 max-w-full h-auto">
</div>
<div class="w-full">
<h2 class="text-4xl font-bold pb-6">What we want</h2>
<p class="text-lg pb-8">Our goal is to rework the Play Integrity system to be inclusive of rooted devices, while maintaining and supporting security. We aim to be a trusted third party to vet custom ROMs, in order to assist Google in being inclusive, yet secure.</p>
<a href="/about" class="bg-slate-500 hover:bg-slate-700 text-white font-bold py-2 px-4 rounded transition duration-300 ease-in-out w-full md:w-auto"><i class="fa-solid fa-question pr-1"></i> Learn More</a>
</div>
</section>
<section class="flex flex-col items-center pt-32 px-2 sm:px-4 md:px-8 lg:px-16">
<div class="w-full flex mb-3">
<img src="/img/team.png" alt="A team of people standing next to each other" class="w-1/6 max-w-full h-auto">
</div>
<div class="w-full">
<h2 class="text-4xl font-bold pb-6">Who we are</h2>
<p class="text-lg pb-8">We are a small collective of people passionate about customizing our Android devices and using them to their full extent. We have all been affected by Google's monopolistic practices, especially in regards to Play Integrity.</p>
<a href="/team" class="bg-slate-500 hover:bg-slate-700 text-white font-bold py-2 px-4 rounded transition duration-300 ease-in-out w-full md:w-auto"><i class="fas fa-users pr-1"></i> About our team</a>
</div>
</section>
</main>
<footer class="bg-slate-800 text-gray-200 mt-8 py-4 px-2 sm:px-4 md:px-8 lg:px-16 flex flex-col sm:flex-row justify-between items-center space-y-4 sm:space-y-0">
<div class="text-left">
<p>Code open source on GitHub</p>
<p class="text-sm">Licensed under GPL-2.0</p>
</div>
<div class="flex space-x-4">
<a href="https://github.com/AndroidIntegrity" class="hover:text-gray-400 transition duration-300 ease-in-out">
<i class="fab fa-github text-2xl"></i>
</a>
<a href="https://bsky.app/profile/androidintegrity.bsky.social" class="hover:text-gray-400 transition duration-300 ease-in-out">
<i class="fab fa-bluesky text-2xl"></i>
</a>
<a href="https://t.me/AndIntAlliance" class="hover:text-gray-400 transition duration-300 ease-in-out">
<i class="fab fa-telegram text-2xl"></i>
</a>
<a href="https://discord.gg/androidintegrity" class="hover:text-gray-400 transition duration-300 ease-in-out">
<i class="fab fa-discord text-2xl"></i>
</a>
</div>
</footer>
</body></html>