-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
73 lines (70 loc) · 3.59 KB
/
index.html
File metadata and controls
73 lines (70 loc) · 3.59 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Projects</title>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<main class="page">
<header class="page-header">
<h1>Projects</h1>
<p>Utilities and experiments collected in one place. Choose a project to open it.</p>
</header>
<div class="project-grid" role="list">
<article class="project-card" role="listitem">
<p class="project-tag" aria-hidden="true">Guild Wars 2</p>
<div class="project-body">
<h2 class="project-title">dps.report Discord formatter</h2>
<p class="project-description">Format dps.report logs into a Discord-friendly block with sorted HP% values.</p>
</div>
<div class="project-footer" aria-hidden="true">
<span>Open formatter</span>
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M5.5 3H13V10.5" stroke="currentColor" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M13 3L3 13" stroke="currentColor" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</div>
<a class="stretched-link" href="/gw2_logs_discord/">
<span class="sr-only">Open dps.report Discord formatter</span>
</a>
</article>
<article class="project-card" role="listitem">
<p class="project-tag" aria-hidden="true">Clash Royale</p>
<div class="project-body">
<h2 class="project-title">Merge Tactics clan ranking dashboard</h2>
<p class="project-description">Live Merge Tactics dashboard tracking the current season’s clan trophy rankings.</p>
</div>
<div class="project-footer" aria-hidden="true">
<span>Open dashboard</span>
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M5.5 3H13V10.5" stroke="currentColor" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round" />
<path d="M13 3L3 13" stroke="currentColor" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round" />
</svg>
</div>
<a class="stretched-link" href="/clash_royale_merge_tactics/">
<span class="sr-only">Open Merge Tactics clan ranking dashboard</span>
</a>
</article>
<article class="project-card" role="listitem">
<p class="project-tag" aria-hidden="true">Upload labs</p>
<div class="project-body">
<h2 class="project-title">[Deprecated] Optimal Allocation helper</h2>
<p class="project-description">Explore calculus-backed allocations with live tables for the next best distributions.</p>
</div>
<div class="project-footer" aria-hidden="true">
<span>Open calculator</span>
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M5.5 3H13V10.5" stroke="currentColor" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round" />
<path d="M13 3L3 13" stroke="currentColor" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</div>
<a class="stretched-link" href="/upload_labs/">
<span class="sr-only">Open calculator</span>
</a>
</article>
</div>
</main>
</body>
</html>