-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
261 lines (238 loc) · 8.99 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
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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
<!DOCTYPE html>
<head>
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="images/apple-touch-icon-57x57.png" />
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="images/apple-touch-icon-114x114.png" />
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="images/apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="images/apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon-precomposed" sizes="60x60" href="images/apple-touch-icon-60x60.png" />
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="images/apple-touch-icon-120x120.png" />
<link rel="apple-touch-icon-precomposed" sizes="76x76" href="images/apple-touch-icon-76x76.png" />
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="images/apple-touch-icon-152x152.png" />
<link rel="icon" type="image/png" href="images/favicon-196x196.png" sizes="196x196" />
<link rel="icon" type="image/png" href="images/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/png" href="images/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="images/favicon-16x16.png" sizes="16x16" />
<link rel="icon" type="image/png" href="images/favicon-128.png" sizes="128x128" />
<meta name="application-name" content=" "/>
<meta name="msapplication-TileColor" content="#FFFFFF" />
<meta name="msapplication-TileImage" content="images/mstile-144x144.png" />
<meta name="msapplication-square70x70logo" content="images/mstile-70x70.png" />
<meta name="msapplication-square150x150logo" content="images/mstile-150x150.png" />
<meta name="msapplication-wide310x150logo" content="images/mstile-310x150.png" />
<meta name="msapplication-square310x310logo" content="images/mstile-310x310.png" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Rov3r Repo - Tweaks, Projects, and more</title>
<style>
head, html {
background-color: #e5e5ff;
}
/* Set height of body and the document to 100% */
body, html {
height: 100%;
margin: 0;
font-family: Ubuntu;
}
/* Style tab links */
.tablink {
background-color: #555;
color: white;
float: left;
border: none;
outline: none;
cursor: pointer;
padding: 14px 16px;
font-size: 17px;
font-family: Ubuntu;
width: 25%;
}
.tableContent {
font-family: Ubuntu;
border-collapse: collapse;
width: 100%;
line-height: 150%;
}
/* These are all for the table on the Projects tab*/
#projectsTable {
font-family: "Ubuntu", sans-serif;
border-collapse: collapse;
width: 100%;
}
#projectsTable td, #projectsTable th {
border: 1px solid #ddd;
padding: 8px;
}
#projectsTable tr:nth-child(even){background-color: #d6f0ff;}
#projectsTable tr:hover {background-color: #ddd;}
#projectsTable th {
padding-top: 12px;
padding-bottom: 12px;
padding: 12px;
text-align: center;
background-color: #96d9ff;
color: black;
white-space:nowrap;
}
#projectsTable td {
text-align: center;
}
/* This is the end of the table styling block */
.footContent {
padding: 50px;
text-align: center;
color: black;
margin: 0;
font-family: Quicksand;
}
.tablink:hover {
background-color: #777;
}
/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
color: black;
display: none;
padding: 100px 20px;
height: 100%;
word-wrap: break-word;
width: 80%;
font-family: Quicksand;
text-align: left;
line-height: 110%;
}
.tabcontentlotsoftext {
color: black;
display: none;
padding: 100px 20px;
height: 100%;
text-align: center;
line-height: 1.6;
}
.button {
background-color: #008CDA;
border: 3px;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
font-family: OregonLDO;
margin: 4px 2px;
cursor: pointer;
}
#Home {background-color: #e5e5ff;}
#Projects {background-color: #e5e5ff;}
#Repo {background-color: #e5e5ff;}
#About {background-color: #e5e5ff;}
#footText {background-color: #e5e5ff;}
</style>
<center>
<img src="images/rov3r_wide.png" alt="Rov3r Repo" width="40%" height="40%">
</center>
<link href="https://fonts.googleapis.com/css?family=Ubuntu&display=swap" rel="stylesheet">
</head>
<body>
<button class="tablink" onclick="openPage('Home', this, 'gray')" id="defaultOpen">Home</button>
<button class="tablink" onclick="openPage('Projects', this, 'gray')">Projects</button>
<button class="tablink" onclick="openPage('Repo', this, 'gray')">Repo</button>
<button class="tablink" onclick="openPage('About', this, 'gray')">About</button>
<center>
<div id="Home" class="tabcontent">
<h3>
<font size="6" style="font-family: 'Ubuntu', sans-serif;">Home</p></font>
</h3>
<p style="font-family: 'Ubuntu', sans-serif; line-height: 200%;">Welcome to my main site. You can find all of my projects here, as well as on my github.</p>
<p></p>
<p style="font-family: 'Ubuntu', sans-serif; line-height: 200%;">You can <a style="color:#1D92EF; text-decoration:none;" href="add-rov3r-source.html">add this site on your favorite package manager</a>, too.</p>
</div>
<div id="Projects" class="tabcontent">
<h3>
<font size="6" style="font-family: 'Ubuntu', sans-serif;">Projects</p></font>
</h3>
<table id="projectsTable">
<tr>
<th>Project</th>
<th>Description</th>
<th>Link</th>
<th>Last Updated</th>
</tr>
<tr>
<td>DebShow</td>
<td style="text-align: left;">A resource for tweaks made to work on iOS 11.1.2 before Electra1112's official release.</td>
<td><a href="https://rov3r.github.io/debshow" class="button" style="font-family: 'Ubuntu', sans-serif;">DebShow Website</a></td>
<td>2/13/2018</td>
</tr>
</table>
</div>
<div id="Repo" class="tabcontent" line-height: "200%" style="font-family: 'Ubuntu', sans-serif;">
<h3>
<font size="6" style="font-family: 'Ubuntu', sans-serif;">Repo</p></font>
</h3>
<p style="font-family: 'Ubuntu', sans-serif;">Simply tap which package manager you'd like to add my repository.</p>
<a href="cydia://url/https://cydia.saurik.com/api/share#?source=https://rov3r.github.io" class="button" style="font-family: 'Ubuntu', sans-serif;">Add to Cydia</a>
<a href="zbra://sources/add/https://rov3r.github.io" class="button" style="font-family: 'Ubuntu', sans-serif;">Add to Zebra</a>
<a href="sileo://source/https://rov3r.github.io" class="button" style="font-family: 'Ubuntu', sans-serif;">Add to Sileo</a>
<br></br>
<br></br>
<br></br>
<br></br>
<br></br>
<br></br>
<br></br>
<br></br>
<h4><i>What is a repository?</i></h4>
<p style="font-family: 'Ubuntu', sans-serif;">This repository is for jailbroken iOS devices to install my tweaks. I will be working on depiction pages for my tweaks and
once I finish making them look good I'll figure out how I want to implement them on the home page.</p>
</div>
<div id="About" class="tabcontent">
<h3>
<font size="6" style="font-family: 'Ubuntu', sans-serif;">About</font>
</h3>
<p style="text-align: left; font-family: 'Ubuntu', sans-serif;"><b>Jared Gardner (Developer)</b></p>
<ul style="text-align: left; font-family: 'Ubuntu', sans-serif; line-height: 200%;">
<li>Auburn University, Computer Science BS, Class of 2022.</li>
<li>Moderator for <b><a href="https://getdelta.co/" style="color:#1D92EF; text-decoration:none;">Flex Cloud</a></b></li>
<li>Interested in iOS and Web Development</li>
<li>Developed projects for jailbroken iOS Devices since 2014.</li>
<li>Building websites since 2013.</li>
</ul>
<br></br>
<p style="text-align: left; font-family: 'Ubuntu', sans-serif;"><b>Contact Me</b></p>
<ul style="text-align: left; font-family: 'Ubuntu', sans-serif; line-height: 160%;">
<li><a href="https://twitter.com/Rov3rRepo" style="color:#1D92EF; text-decoration:none;"><b>Twitter</b></a> (probably the quickest way to get a response)</li>
<li><a href="mailto:rov3r@icloud.com" style="color:#1D92EF; text-decoration:none;"><b>Email</b></a></li>
</ul>
</div>
<script>
function openPage(pageName,elmnt,color) {
var i, tabcontent, tablinks;
tabcontent = document.getElementsByClassName("tabcontent");
for (i = 0; i < tabcontent.length; i++) {
tabcontent[i].style.display = "none";
}
tablinks = document.getElementsByClassName("tablink");
for (i = 0; i < tablinks.length; i++) {
tablinks[i].style.backgroundColor = "";
}
document.getElementById(pageName).style.display = "block";
elmnt.style.backgroundColor = color;
}
// Get the element with id="defaultOpen" and click on it
document.getElementById("defaultOpen").click();
</script>
</center>
</body>
<foot>
<br></br>
<br></br>
<br></br>
<br></br>
<br></br>
<br></br>
<br></br>
<br></br>
<br></br>
<div id="footText" class="footContent" style="font-family: 'Ubuntu', sans-serif;">For tutorials, news, updates, articles, etc., check out my website<br></br>
<a href="https://jaredsiphonehelp.weebly.com/" class="button" style="font-family: 'Ubuntu', sans-serif;">Jared's iPhone Help</a>
</div>
</foot>
</html>