diff --git a/404.html b/404.html index feb475c..5d90e24 100644 --- a/404.html +++ b/404.html @@ -8,11 +8,20 @@

Sorry, nothing here.

diff --git a/Tutorials/downgrade/index.html b/Tutorials/downgrade/index.html index 75d3f5f..7795734 100644 --- a/Tutorials/downgrade/index.html +++ b/Tutorials/downgrade/index.html @@ -5,26 +5,39 @@ The Basics +
-

Let's Jailbreak

-

Jailbreak iOS

+

Downgrading iOS devices

+

Downgrading is a key part of Jailbreaking.

+

It allows you to go to one iOS version to another, regardless of wether or not Apple is signing that version. This can be used, for example, to go from iOS 10.2 to iOS 11.1.2, when 11.1.2 is no longer signed.

+

64-bit devices

+

Requirements:

+

64-bit devices are very protected in comparison to 32-bit devices. One major way is within the SEP. This handles some security processes on the device, most notably touchID. It runs it's own OS, which is also signed by Apple. sepOS must be compatible with iOS for a successful restore process.

+ diff --git a/Tutorials/index.html b/Tutorials/index.html index 54f9cf8..c681ea5 100644 --- a/Tutorials/index.html +++ b/Tutorials/index.html @@ -13,6 +13,15 @@
  • Tutorials
  • Dictionary
  • Community Members
  • +
  • +
    + + + + +
    +

  • Tutorials

    diff --git a/Tutorials/jailbreak/index.html b/Tutorials/jailbreak/index.html index b9df790..7662c0c 100644 --- a/Tutorials/jailbreak/index.html +++ b/Tutorials/jailbreak/index.html @@ -8,11 +8,11 @@

    Let's Jailbreak

    -

    Jailbreak iOS 9.1 - 11.1.2 using Cydia Impactor

    +

    Jailbreak iOS 9.1 - 11.1.2 using Cydia Impactor

    +
    + diff --git a/css/style.css b/css/style.css index eb3bbc1..e250d7a 100644 --- a/css/style.css +++ b/css/style.css @@ -42,6 +42,7 @@ li a:hover:not(.statushome) { } body { margin: 0; + font-family: SanFran; background-color: #DBD2E0; } h1 { @@ -75,6 +76,24 @@ a{ li{ font-family: SanFran; } +.blank{ + /*hopefully clear all formatting*/ + height:auto !important; + background-color: rgba(0,0,0,0.00) !important; + display: auto !important; + color: auto !important; + text-align: auto !important; + padding: auto !important; + text-decoration: auto !important; + list-style-type: circle !important; + margin: auto !important; + padding: auto !important; + overflow: auto !important; + position: relative !important; + top: auto !important; + float: none !important; + width: 50% !important; +} /*Standard Body CSS Ends*/ /*special Body Info Starts*/ diff --git a/images/cydiaimpactor.png b/images/cydiaimpactor.png new file mode 100644 index 0000000..aa150f6 Binary files /dev/null and b/images/cydiaimpactor.png differ diff --git a/images/favicon.ico b/images/favicon.ico deleted file mode 100644 index 5ed2bd8..0000000 Binary files a/images/favicon.ico and /dev/null differ diff --git a/images/logo.ico b/images/logo.ico new file mode 100644 index 0000000..3779a69 Binary files /dev/null and b/images/logo.ico differ diff --git a/index.html b/index.html index 48c036b..2773241 100644 --- a/index.html +++ b/index.html @@ -13,6 +13,15 @@
  • Tutorials
  • Dictionary
  • Community Members
  • +
  • + + + + + + +