html

html

enderman

<html lang="en" dir="ltr">


<head>

 <meta charset="utf-8">

 <title>iSteal.it</title>


 <link rel="stylesheet" href="css/styles.css">

 <link href="https://fonts.googleapis.com/css2?family=Merriweather+Sans:wght@300&family=Montserrat&family=Sacramento&display=swap" rel="stylesheet">

 <link rel="apple-touch-icon" sizes="180x180" href="favicon/apple-touch-icon.png">

 <link rel="icon" type="image/png" sizes="32x32" href="favicon/favicon-32x32.png">

 <link rel="icon" type="image/png" sizes="16x16" href="favicon/favicon-16x16.png">

 <link rel="manifest" href="favicon/site.webmanifest">


</head>


<body>

 <div class="top">

  <h1 class="topheading">I'm iSteal.</h1>

  <h2 class="topsubheading"><span class="a">A</span> web developer , hacker , youtuber and kindd of nerd.</h2>

  <img class="cloud" src="media/cloud.png" alt="cloud">

  <img class="clouds" src="media/cloud.png" alt="cloud">

  <img class="mountain" src="media/mountain.png" alt="mountain">

 </div>

 <div class="middle">

  <img class="mpic" src="media/isteal.png" alt="iSteal">

  <h2 class="hi">Hi.</h2>

  <center>

   <p> I am a web developer / designer and iOS security enthusiast.</p>

   <p>I have passion in creating websites and tools</p>

   <p>that are meant to challenge security of any system.</p>

  </center>

  <br>

  <hr>

  <br>

  <div class="box">

   <img class="floatimage" src="https://media.giphy.com/media/fUTFoZ9JtHa4i1claw/giphy.gif" alt="work">

   <div>

    <h2 class="mhead">My personal projects so far.</h2>

    <p class="mtext">My projects in web development includes pixelpaste , letsboost</p>

    <p class="mtext">techrfour and urlshortx. Projects i have been working on related to iOS</p>

    <p class="mtext">security includes modding for iosgods IAPservers and scripting on</p>

    <p> quantumult X , loon and surge.for more details about my projects </p>

    <p><a class="block2"href="work.html">click here. </a> </p>

<br>

<hr>

  <center>

   <h1 class="mhead">Get in Touch.</h1>

   <h2 class="mhead">You love doctor who series too?</h2>

   <p>Love Sci-fi Shows like doctor who?</p>

   <p>Lets talk all about science fiction.</p>

   <br>

   <a class="btn" href="mailto:bobbobpvp@gmail.com">Contact Me</a>

   <br>

   <br>

   <br>

   <br>


  </center>

 </div>

 <div class="bottom">

  <center>

   <a class="block" href="https://twitter.com/itzisteal?lang=en">Twitter</a>

   <a class="block" href="https://www.youtube.com/channel/UCqTLUT8x1pWWAZwYYwxgmYQ">Youtube</a>

   <a class="block" href="https://discord.com/invite/VvACWqn">Discord</a>

   <p class="copy"> © isteal.it All rights reserved.</p>

  </center>

 </div>

</body>


</html>


Report Page