-
Notifications
You must be signed in to change notification settings - Fork 8
/
index.html
61 lines (48 loc) · 4.28 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
<!DOCTYPE html>
<html>
<head>
<link rel="icon" href="./favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<title>Home | P.A.C.T.</title>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
</head>
<body class="bg-light">
<div class="bg-dark title sticky-top">
<h1 class="text-light text-center pt-3 pb-3">Project Akala Hack Check</h1>
</div>
<div class="text-dark container" style="max-width: 700px;">
<h1>We are P.A.C.T.</h1>
The <strong>Project Akala Check Team</strong> is an independent and unbiased volunteer-run Pokémon Hack Checking service in Generation 8. Our goal is to provide impartial advice regarding the legitimacy of Pokémon, to help make your
community a safer place to trade.<br /><br />
Certain methods used to obtain Pokémon are considered legitimate by some communities and illegitimate by others. As a result, we cannot tell you whether a particular community will approve of your Pokémon, but we will do our best to
explain the circumstances to you. Utlimately, it is your responsibility to review your community's guidelines and apply them to your Pokémon. Please review our verdict key in the "resources" channel in our Discord server.<br /> <br />
While we will resolve most doubts and questions, we are unable to disclose our checking methods for some Pokémon ruled as hacked. This information can be used maliciously so we will only give a full explanation if a reliable moderation
team contacts us about a case. The line is usually drawn at what a regular user can see in a Pokémon’s description pages or find in event databases such as ProjectPokemon, Bulbapedia, Serebii, etc.<br /><br />
In order to use our service, we require you to fill out a form that documents most of the details of your Pokémon. You may also be contacted by us if we require more information.
<strong>Please make sure to fill out the form carefully!</strong>
Any incorrect information can result in incorrect verdicts or delays in processing.
<br />
<br />
In addition, we also encourage users to look through our blacklisted profiles as Pokémon who match them will not be checked unless whitelisted.<br /><br />
<a type="button" class="list-group-item list-group-item-primary text-right" style="border-radius: 0.25rem;" href="./blacklist/">
Take me to the blacklist
<svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-arrow-right" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z" />
</svg>
</a>
<br />
<a type="button" class="list-group-item list-group-item-primary text-right" style="border-radius: 0.25rem;" href="./form/" id="form-link">
Take me to the form
<svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-arrow-right" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z" />
</svg>
</a>
</div>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
</body>
<footer class="text-dark container text-muted text-center pt-3 pb-3" style="max-width: 700px;">
<div><small>Site by <a href="https://github.com/Lusamine/pact/graphs/contributors">P.A.C.T.</a> modified with permission from original by <a href="https://github.com/Scorbunny">neycwang</a></small></div>
</footer>
</html>