-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
82 lines (71 loc) · 2.87 KB
/
index.html
File metadata and controls
82 lines (71 loc) · 2.87 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
74
75
76
77
78
79
80
81
82
---
layout: default
title: fl0w
description: "Android developer building automation tools, chipset research notes, and a growing archive of utilities."
---
<section class="about-hero">
<div class="about-grid">
<div>
<div class="about-badge">Portfolio / Archive</div>
<p class="about-kicker">Android developer | Reverse engineer | Automation tools</p>
<p class="about-lead">I'm fl0w, an Android developer mainly focused on automation and researching and documenting chipset behavior. I also have community tools, check out my archive below.</p>
<div class="about-links">
<a class="pill pill-primary" href="/archive">
<svg viewBox="0 0 24 24" aria-hidden="true">
<path d="M3 6.5A2.5 2.5 0 0 1 5.5 4H9l2 2h7.5A2.5 2.5 0 0 1 21 8.5v9A2.5 2.5 0 0 1 18.5 20h-13A2.5 2.5 0 0 1 3 17.5v-11Z" />
<path d="M3 9h18" />
</svg>
Archive
</a>
<a class="pill" href="/contact">
<svg viewBox="0 0 24 24" aria-hidden="true">
<path d="M4 6h16v12H4z" />
<path d="m4 7 8 6 8-6" />
</svg>
Contact Me
</a>
</div>
</div>
</div>
</section>
<section class="about-section">
<h2 class="about-title">GitHub stats by gh-boards</h2>
<div class="highlight-grid">
<div class="highlight" style="text-align:center;">
<a class="board-link" href="/archive/web-tools/gh-boards/" target="_blank" rel="noopener">
<img
alt="GitHub stats board for codefl0w - generated by gh-boards"
src="https://codefl0w.xyz/gh-boards/out/codefl0w/profile/board_stars_downloads.svg"
loading="lazy"
decoding="async"
referrerpolicy="no-referrer"
style="width:100%;max-width:800px;height:auto;display:block;margin:0 auto;border-radius:8px;box-shadow:0 8px 24px rgba(0,0,0,0.12);"
>
</a>
<p class="caption" style="margin-top:10px;font-size:13px;color:#9aa0a6;">
Live preview - <a href="/archive/web-tools/gh-boards/" target="_blank" rel="noopener">open gh-boards demo</a>
</p>
<noscript style="display:block;margin-top:8px;">
<a href="/archive/web-tools/gh-boards/" rel="noopener">View gh-boards demo (JavaScript disabled)</a>
</noscript>
</div>
</div>
</section>
<section class="about-section">
<h2 class="about-title">Featured Work</h2>
<div class="featured-list">
<a class="featured-item" href="/archive/projects/quickadb.html">
<span>QuickADB</span>
<em>GUI toolkit for ADB & Fastboot</em>
</a>
<a class="featured-item" href="/archive/projects/unsuper.html">
<span>unsuper</span>
<em>Fastest Android super.img dumper ever</em>
</a>
<a class="featured-item" href="/archive/web-tools/gh-boards/">
<span>gh-boards</span>
<em>Stat boards and repo visuals for GitHub</em>
</a>
<br>
</div>
</section>