-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·112 lines (107 loc) · 4.73 KB
/
index.html
File metadata and controls
executable file
·112 lines (107 loc) · 4.73 KB
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
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>GeekyCoder7 Repo</title>
<style>
@font-face {
font-family: 'icomoon';
src: url('assets/fonts/icomoon.ttf') format('truetype'),
url('assets/fonts/icomoon.woff') format('woff'),
url('assets/fonts/icomoon.svg') format('svg');
font-weight: normal;
font-style: normal;
}
</style>
<link rel="stylesheet" href="assets/css/v2.css">
<meta keep-classes="cydia-body sileo-body">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.1/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
</head>
<body class="min-h-screen flex flex-col CYDIA_IS_PRESENT_CLASS SILEO_IS_PRESENT_CLASS">
<header style='height: 45px;' role="banner">
<div class="container">
<a href="index.html" class="navbar-brand">
<p class="text-xl font-semibold leading-none m-0 text-white" style="padding: 5px;">GeekyCoder7 Repo</p>
</a>
</div>
</header>
<main class="container flex-grow flex-no-shrink">
<section id="homepage-hero" class="card md:mb-3">
<div class="section-body p-5 md:px-6 md:py-6">
<h2 class="font-semibold text-2xl mb-2 md:mb-3 text-white">Welcome to GeekyCoder7 Repo</h2>
<p class="text-base font-medium text-white pb-1 opacity-95 leading-normal">
<span class="opacity-95">Click the button below to add my repo to your package manager!</span>
</p>
<p class="mt-2 md:mt-4"><a href="cydia://url/https://cydia.saurik.com/api/share#?source=https://geekycoder7.github.io/repo" class="inline-block cursor-pointer border-2 border-white hover:bg-white text-white hover:text-green-dark text-sm rounded px-3 py-2 font-medium no-underline">Add Source to Cydia / Sileo</a></p>
</div>
</section>
<div style="width:100%; display: block; text-align: center; height: auto;">
</div>
<section class="card mb-3 md:mb-5">
<div class="section-header">
<label>Recently Updated</label>
</div>
<div class="package-grid flex flex-wrap justify-between">
<a class="package-grid-item inline-block no-underline section-body w-full flex-grow justify-between" href="package/com.nazarethkeshishian.anghamiplus/index.html">
<div class="w-full flex items-center justify-between p-3 alternate-background">
<div class="items-center justify-start content-center align-center flex flex-grow" style="width: calc(100% - 3rem);">
<div class="text-2xl text-grey-dark inline-flex w-auto mr-2 self-auto">
<img src="./api/Packages/com.nazarethkeshishian.anghamiplus/Icon/anghami-logo-circle.png" style="border-radius: 20%;" class="bg-transparent h-10 w-10 overflow-hidden">
</div>
<div style="max-width: calc(100% - 3.5rem);" class="flex-grow mr-2">
<div class="text-base font-semibold text-grey-dark truncate pb-1/2">
AnghamiPlus
</div>
<div class="text-xs font-medium text-grey leading-tight truncate">
Nazareth Keshishian
</div>
</div>
</div>
<div class="text-xs text-blue-dark font-semibold bg-blue-lightest rounded py-1/2 px-1 inline-block opacity-75" style="letter-spacing: .5px;">
Free
</div>
</div>
</a>
</div>
</section>
<h2 class="text-3xl">All Packages</h2>
<!-- <h4 class="w-full mb-4 mt-2 font-medium text-grey-darker text-md">These lists are sorted by verified downloads of a package in the past 7 days.</h4> -->
<section class="card mb-2">
<div class="section-header">
<label>Tweaks</label>
</div>
<div class="package-grid flex flex-wrap justify-between">
<a class="package-grid-item inline-block no-underline section-body w-full flex-grow justify-between" href="package/com.nazarethkeshishian.anghamiplus/index.html">
<div class="w-full flex items-center justify-between p-3 alternate-background">
<div class="items-center justify-start content-center align-center flex flex-grow" style="width: calc(100% - 3rem);">
<div class="text-2xl text-grey-dark inline-flex w-auto mr-2 self-auto">
<img src="./api/Packages/com.nazarethkeshishian.anghamiplus/Icon/anghami-logo-circle.png" style="border-radius: 20%;" class="bg-transparent h-10 w-10 overflow-hidden">
</div>
<div style="max-width: calc(100% - 3.5rem);" class="flex-grow mr-2">
<div class="text-base font-semibold text-grey-dark truncate">
AnghamiPlus
</div>
<div class="text-xs font-medium text-grey leading-tight truncate mt-1/2">
<span><i class="fas fa-arrow-circle-down mr-1"></i>5</span>
</div>
</div>
</div>
<div class="text-xs text-blue-dark font-semibold bg-blue-lightest rounded py-1/2 px-1 inline-block opacity-75" style="letter-spacing: .5px;">
Free
</div>
</div>
</a>
</div>
</section>
<section class="card mb-2">
<div class="section-header">
<label>Themes</label>
</div>
<div class="package-grid flex flex-wrap justify-between">
<h3 class="w-full mb-4 mt-2 font-medium text-grey-darker ">No themes developed yet.</h3>
</div>
</section>
</main>
</body>
</html>