diff options
-rw-r--r-- | assets/css/main.css | 7 | ||||
-rw-r--r-- | index.html | 15 | ||||
-rw-r--r-- | repo.html | 15 | ||||
-rw-r--r-- | repo/Packages | 14 | ||||
-rw-r--r-- | repo/Packages.bz2 | bin | 0 -> 314 bytes | |||
-rw-r--r-- | repo/Release | 8 | ||||
-rw-r--r-- | repo/debs/com.fivepixels.mariomaps100.deb | bin | 0 -> 3212 bytes |
7 files changed, 49 insertions, 10 deletions
diff --git a/assets/css/main.css b/assets/css/main.css index 8e7bbde..692be68 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -35,6 +35,7 @@ a:active { section { padding-left: 125px; + padding-bottom: 50px; } header { @@ -50,20 +51,18 @@ section#quicklinks { section#quicklinks ul { padding-left: 0px; list-style-type: none; - padding-bottom: 100px; } section#intro { color: black; - padding-bottom: 120px; } -section#projects h1 { +section h1 { font-size: 28px; } p { font-weight: lighter; size: 14px; -}
\ No newline at end of file +} @@ -7,20 +7,23 @@ <noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<header>
- <h1>Hey there!</h1>
+ <h1>FivePixels</h>
</header>
<section id="intro">
- My name is Dylan Bolger. Some people refer to me as FivePixels. <br>
- <a href="http://fivepixels.xyz/about.html">About Me</a><br>
+ My name is Dylan.<br><br>
+ <a href="about.html">About Me</a><br>
+ <br><a href="cydia://url/https://cydia.saurik.com/api/share#?source=https://fivepixels.xyz/">Add this repository to Cydia</a><br>
+ or just view the <a href="repo.html">repo</a>.
</section>
<section id="quicklinks">
+ <h1>Find me on</h1>
<ul>
- <li>
- </li>
+ <li>- <a href="https://twitter.com/dbolger00">Twitter</a></li>
+ <li>- <a href="https://www.reddit.com/user/DylanB00">Reddit</a></li>
</ul>
</section>
<section id="projects">
<h1>Projects</h1>
- <p>All of my current projects are on <a href="http://github.com/fivepixels">GitHub</a>.</p>
+ <p>All of my public projects can be found on <a href="http://github.com/fivepixels">GitHub</a>.</p>
</section>
</html>
diff --git a/repo.html b/repo.html new file mode 100644 index 0000000..02a00e0 --- /dev/null +++ b/repo.html @@ -0,0 +1,15 @@ +<!DOCTYPE HTML>
+<html>
+ <head>
+ <title>Cydia Repo</title>
+ <meta charset="utf-8" />
+ <link rel="stylesheet" href="assets/css/main.css" />
+ <noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
+ </head>
+ <header>
+ <h1>Cydia Repo</h1>
+ </header>
+ <section id="intro">
+ Under construction - come back later.
+ </section>
+</html>
diff --git a/repo/Packages b/repo/Packages new file mode 100644 index 0000000..5f0846d --- /dev/null +++ b/repo/Packages @@ -0,0 +1,14 @@ +Package: com.fivepixels.mariomaps +Name: MarioMaps (for Google Maps) +Author: FivePixels +Description: Mario for Google Maps v4.46.12 +Depends: mobilesubstrate +Maintainer: FivePixels +Architecture: iphoneos-arm +Section: Tweaks +Version: 1.0 +Installed-Size: 72 +MD5sum: c258f375dc87099ba825499b67b3ba9e +Size: 3212 +Filename: debs/com.fivepixels.mariomaps.deb +Depiction: https://fivepixels.xyz/repo/depictions/ diff --git a/repo/Packages.bz2 b/repo/Packages.bz2 Binary files differnew file mode 100644 index 0000000..876f03e --- /dev/null +++ b/repo/Packages.bz2 diff --git a/repo/Release b/repo/Release new file mode 100644 index 0000000..3874351 --- /dev/null +++ b/repo/Release @@ -0,0 +1,8 @@ +Origin: FivePixels Repository +Label: FivePixels Repo +Suite: stable +Version: 1.0 +Codename: ios +Architectures: iphoneos-arm +Components: main +Description: FivePixels diff --git a/repo/debs/com.fivepixels.mariomaps100.deb b/repo/debs/com.fivepixels.mariomaps100.deb Binary files differnew file mode 100644 index 0000000..f0662e2 --- /dev/null +++ b/repo/debs/com.fivepixels.mariomaps100.deb |