aboutsummaryrefslogtreecommitdiff
path: root/index.html
blob: c60b7c3ec3e45c28d12a9588eb1ebd855f64ed4e (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
<!DOCTYPE HTML>
<!--
	Ethereal by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
	<head>
		<title>FivePixels' Personal Webpage</title>
		<meta charset="utf-8" />
		<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
		<link rel="stylesheet" href="assets/css/main.css" />
		<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
	</head>
	<body>

		<!-- Page Wrapper -->
			<div id="page-wrapper">

				<!-- Wrapper -->
					<div id="wrapper">

						<!-- Panel (Banner) -->
							<section class="panel banner right" id="first">
								<div class="content color0 span-3-75">
									<h1 class="major">Hello, my name<br />
									is Dylan.</h1>
									<p>But some refer to me as <strong>FivePixels</strong>, or 5px. I am an 18 year old iOS Tweak Developer (primarily using <strong>Objective-C</strong>/<strong>Logos </strong>and <strong>Assembly</strong>) and iOS Application Developer (<strong>Swift</strong>). I've also worked with macOS Development in applications. In free time, I create concepts and user interfaces using <strong><a href="https://sketchapp.com/">Sketch</a></strong> and other photo manipulation software. You can continue reading <strong>about me</strong> <a href="#third">here</a>.<br><br><br>
								</div>
							</section>

													<!-- Panel -->
							<section class="panel color1" id="second">
								<div class="intro joined">
									<h2 class="major">Cydia Repository</h2>
									<p>I host all of my tweaks within my website. To add my Repository source to Cydia, either click the link below or open Cydia and navigate to<br> Sources -> Edit -> Add -> <strong>https://fivepixels.xyz</strong></p>
									<br>
									<button onclick="myFunction()">Add to Cydia</button>

									<script>
									function myFunction() {
									    location.replace("cydia://url/https://cydia.saurik.com/api/share#?source=https://fivepixels.xyz/")
									}
									</script>
									<br>
								</div>
								<div class="inner">
										<img src="images/Cydia-Package.png" alt="none" height="95" width="95">
								</div>
							</section>

						<!-- Panel (Spotlight) -->
							<section class="panel spotlight medium" id="third">
								<div class="content span-7">
									<h2 class="major">About Me</h2>
									<p>Blah blah blah</p><br><p>s</p>
								</div>
								<div class="image filtered tinted" data-position="top left">
									<img src="images/pic02.jpg" alt="" />
								</div>
							</section>

						<!-- Panel (Spotlight) -->
							<section class="panel spotlight medium left" id="fourth">
								<div class="content span-5">
									<h2 class="major">Tweaks</h2>
								
								</div>
								<div class="image filtered tinted" data-position="top right">
									<img src="images/pic03.jpg" alt="" />
								</div>
							</section>

						<!-- Panel -->

							<section class="panel banner right" id="sixth">
								<div class="content color0 span-4-75">
									<h1 class="major">Contact Me</h1>
									<p>Having issues with a tweak or application? Any questions? You can primarily find me on the following websites:</p>
										<div class="span-2-5">
										<ul class="contact-icons color1">
											<li class="icon fa-twitter"><a href="https://twitter.com/o5pxels">@o5pxels</a></li>
											<li class="icon fa-github"><a href="https://github.com/FivePixels">FivePixels</a></li>
											<li class="icon fa-reddit"><a href="https://reddit.com/user/FivePixels">FivePixels</a></li>
											<br>
										<p>Return to the <a href="#first">beginning</a></p>
									</ul>
									</div>
								</div>
							</section>

						<!-- Copyright -->
						<a><div class="copyright">&copy; 2018 — Dylan Bolger (FivePixels/5px)</a></div>

					</div>

			</div>

		<!-- Scripts -->
			<script src="assets/js/jquery.min.js"></script>
			<script src="assets/js/skel.min.js"></script>
			<script src="assets/js/main.js"></script>

	</body>
</html>