-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapps.html
More file actions
59 lines (58 loc) · 3.16 KB
/
Copy pathapps.html
File metadata and controls
59 lines (58 loc) · 3.16 KB
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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>Apps — Zining Wang</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="/manifest.json">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<section class="page-header">
<h1 class="project-name">Zining Wang</h1>
<h2 class="project-tagline"></h2>
</section>
<aside style="float:right; margin:0 5%">
<nav>
<a href="/index.html">Home</a> |
<a href="/courses.html">Courses</a> |
<a href="/research.html">Research</a> |
<a href="/fun.html">Fun</a> |
<a href="/apps.html">Apps</a> |
<a href="/about.html">About</a>
</nav>
</aside>
<section class="main-content">
<h3>Apps</h3>
<p>Interactive tools and data visualizations I've built for fun.</p>
<div class="container my-4 px-0">
<div class="row g-4">
<div class="col-md-6">
<div class="card border-0 shadow-sm h-100" style="background: linear-gradient(135deg, #e63946dd, #7c3aedcc); border-radius: 1.2rem;">
<div class="card-body text-white py-4 px-4">
<div style="font-size:2.2rem; margin-bottom:8px;">⚡</div>
<h4 class="card-title mb-2">Pokémon GO PvP Explorer</h4>
<p class="card-text mb-3" style="opacity:0.92; font-size:0.92rem;">
An interactive data visualization tool for Pokémon GO PvP competitive rankings, powered by <a href="https://pvpoke.com" target="_blank" style="color:#ffe4b5;">pvpoke.com</a> simulation data.
</p>
<ul style="opacity:0.9; font-size:0.88rem; padding-left:1.2rem; margin-bottom:16px;">
<li><strong>Stat Explorer</strong> — scatter plot of Great / Ultra / Master League rankings. Pick any two axes (Score, Atk, Def, HP, Stat Product) and click a dot to see full stats, best moveset, matchups & counters.</li>
<li><strong>Moveset Explorer</strong> — search by Pokémon name to see all its moves with simulation-usage bars, or search by move name (e.g. "shadow claw") to find every Pokémon in the meta that has it.</li>
</ul>
<a href="/pokemon/" class="btn btn-light fw-bold" style="color:#7c3aed;">Open Explorer →</a>
</div>
</div>
</div>
</div>
</div>
</section>
</body>
</html>