aboutsummaryrefslogtreecommitdiff
path: root/index.html
blob: 31fa68e9580a61cdcf59a3e59f240e264383b731 (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
<!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>
		<link rel="icon" href="CydiaIcon.png">
		<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">Hey there!</h1>
									<p><strong>FivePixels</strong>, or 5px. I am an 18 year old iOS Tweak Developer and iOS Application Developer. I've also worked with macOS Development in applications. In my free time, I create concepts and user interfaces.<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/cydia</strong></p>
									<br>
									<button onclick="addRepo()">Add to Cydia</button>

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

						
							<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>