forked from supermamon/Reposi3
-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
executable file
·85 lines (82 loc) · 4.1 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>DTCalabro's Repo</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<link rel="stylesheet" href="styles.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<!--<script>
window.onbeforeunload = function() {
window.scrollTo(0, 0);
}
</script>-->
<!--<link rel="stylesheet" href="fonts/SF-Pro.css">
<link rel="stylesheet" href="fonts/SFUIText/SFUIText.css">
<link rel="stylesheet" href="fonts/SFProDisplay/SFProDisplay.css">
<link rel="stylesheet" href="fonts/SFProText/SFProText.css">-->
<!--<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Inter">-->
</head>
<body>
<div class="main-header">
<img class="main-header-img" src="CydiaIcon.png">
<h1 class="main-header-label">DTCalabro's Repo</h1>
</div>
<div class="container add-repo-container">
<div class="card">
<div class="add-repo-body">
<p class="card-text add-repo-header"><b>DTCalabro's Repo</b> is a rootless and rootful repository for my own tweaks.</p>
<div class="add-repo-btn-container">
<a class="btn btn-xs btn-primary add-repo-btn" href="cydia://url/https://cydia.saurik.com/api/share#?source=https://dtcalabro.github.io/repo/">Add to Cydia</a>
<a class="btn btn-xs btn-primary add-repo-btn" href="sileo://source/https://dtcalabro.github.io/repo/">Add to Sileo</a>
<a class="btn btn-xs btn-primary add-repo-btn" href="apt-repo://https://dtcalabro.github.io/repo/">Add to Saily</a>
<a class="btn btn-xs btn-primary add-repo-btn" href="zbra://sources/add/https://dtcalabro.github.io/repo/">Add to Zebra</a>
<a class="btn btn-xs btn-primary add-repo-btn" href="installer://add/repo=https://dtcalabro.github.io/repo/">Add to Installer</a>
</div>
</div>
</div>
</div>
<div class="container featured-header">
<h3 id="wells" class="page-header">Featured Packages</h3>
</div>
<div class="container featured-container">
<div class="card featured-package">
<div class="card-header featured-package-header">
ColorBar15
</div>
<div class="card-body featured-package-body">
<p class="card-text">ColorBar15 allows you to personally style your status bar with color.</p>
<a class="btn btn-xs btn-primary" href="depictions/?p=com.dcproducts.colorbar15">More info</a>
</div>
</div>
<div class="card featured-package">
<div class="card-header featured-package-header">
PageDotsBeGone
</div>
<div class="card-body featured-package-body">
<p class="card-text">PageDotsBeGone allows you to not only hide your page dots but also customize the way they look and feel.</p>
<a class="btn btn-xs btn-primary" href="depictions/?p=com.dcproducts.pagedotsbegone">More info</a>
</div>
</div>
<div class="card featured-package">
<div class="card-header featured-package-header">
iOSSecuritySuiteBypass
</div>
<div class="card-body featured-package-body">
<p class="card-text">A bypass for the iOSSecuritySuite Swift library.</p>
<a class="btn btn-xs btn-primary" href="depictions/?p=com.dcproducts.iossecuritysuitebypass">More info</a>
</div>
</div>
<div class="card featured-package">
<div class="card-header featured-package-header">
BluetoothRestarter
</div>
<div class="card-body featured-package-body">
<p class="card-text">Restarts bluetooth after every respring in order to fix notifications on bluetooth devices not working.</p>
<a class="btn btn-xs btn-primary" href="depictions/?p=com.dcproducts.bluetoothrestarter">More info</a>
</div>
</div>
</div>
</body>
</html>