blob: d26c69528c7640b5269311099b068660b458f60e (
plain)
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
|
<!DOCTYPE html>
<html>
<head>
<title>FivePixels</title>
<meta charset="utf-8" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="manifest" href="/site.webmanifest" />
<meta name="description" content="Home">
<meta name="og:title" content="FivePixels">
<meta name="og:type" content="website">
<meta name="og:url" content="https://fivepixels.me/">
<meta name="og:description" content="Home">
<meta name="theme-color" content="#55ACEE">
</head>
<body id="home">
<header>
<ul id="nav">
<li><a href="about.html">About Me</a></li>
<li>
<a
href="https://blog.fivepixels.me"
target="_blank"
rel="noopener noreferrer"
>
Blog
</a>
</li>
<li>
<a
href="https://github.com/FivePixels"
target="_blank"
rel="noopener noreferrer"
>
GitHub
</a>
</li>
<li>
<a
href="https://www.linkedin.com/in/dylan-bolger-532b63162/"
target="_blank"
rel="noopener noreferrer"
>
LinkedIn
</a>
</li>
<li>
<a
href="https://twitter.com/o5pxels"
target="_blank"
rel="noopener noreferrer"
>
Twitter
</a>
</li>
</ul>
</header>
<section id="intro">
<h1>FivePixels</h1>
<p>
<a
href="https://pronoun.is/he/him"
target="_blank"
rel="noopener noreferrer"
>
pronoun.is/he/him
</a>
</p>
<p>
Welcome to my website. I hope you find your visit welcoming and
informative.
</p>
<p><a href="mailto:o5pxels@gmail.com">o5pxels@gmail.com</a></p>
</section>
<section id="projects">
<h1>Projects</h1>
<p id="description">
Projects are listed by most recent to least recent updates.
</p>
<div class="project js">
<h2>Tribble</h2>
<p>
A discord.js payment bot that creates tickets and automatically
validates payments.
</p>
<a href="https://github.com/FivePixels/Tribble">Source code</a>
</div>
<div class="project css">
<h2>Tidal</h2>
<p>A Spotify theme based on Tidal's user interface.</p>
<a href="https://github.com/FivePixels/Tidal">Source code</a>
</div>
<div class="project objc">
<h2>Finical</h2>
<p>
A jailbreak tweak to let you swipe away the lockscreen media player.
</p>
<a href="https://github.com/FivePixels/Finical">Source code</a>
</div>
<div class="project objc">
<h2>Intemperate</h2>
<p>
A jailbreak tweak to bypass the thermal lockdown mode when an iPhone
reaches a temperature threshold.
</p>
<a href="https://github.com/FivePixels/Intemperate">Source code</a>
</div>
<div class="project swift">
<h2>dwa140shortcut</h2>
<p>
A shortcut application for designed for Hackintosh machines using the
DWA-140 preference pane.
</p>
<a href="https://github.com/FivePixels/dwa140shortcut">Source code</a>
</div>
</section>
</body>
</html>
|