Pokemon GO character code (Code file)

WiFous_Resources

Profile



<!--------------BACKGROUND----------->
<div style="background: url(BACKGROUND IMAGE URL) center; position: absolute; top: 0; bottom: 0; left: 0; width: 100%; z-index: -1; background-size: cover; background-repeat: no-repeat;"></div>

<div class="container" style="font-family: 'Lato', sans-serif; font-weight: 600;">
  
<!-------------------CP-------------->
<div class="row">
<div class="card-body outline-0 mx-auto text-center mt-4" style="rgba (245,245,245,0)">
<div class="row">
 <p class="mt-3" style="font-size: 25px; color: #FFFFFF">CP</p><p style="font-size: 40px; color: #FFFFFF">???</p>
</div>
</div>
</div>
  
<!------------------CP ARCH------COPY TO BOTH!!---------------->
<div class="col-12 justify-content-center">
<div class="hidden-md-down"><img src="ARCH IMAGE URL" style="z-index: -1; max-width: 500px; min-width: 400px; max-height: 500px; min-height: 200px; margin-top: -130px; margin-bottom: -400px;"></div>
<div class="hidden-lg-up"><img src="ARCH IMAGE URL" style="z-index: -1; max-width: 350px; min-width: 100px; max-height: 350px; min-height: 100px; margin-bottom: -300px;"></div>
</div>

<!-------------------TEXT BOX--------------------->
<div class="card mx-lg-auto border-0" style="min-width: 363px; max-width: 620px; margin-top: 280px; margin-left: -15px; border-radius: 8px 8px 8px 8px; background-color: rgba(255, 255, 255, 1);">
    
  
<!---------------------POKE PIC-------COPY TO BOTH!!--------------------->
<div class="hidden-md-down mx-auto"><img src="POKEMON PIC URL" alt="IMAGE NAME" class="mx-auto" style="max-height: 300px; max-width: 300px; margin-top: -230px;"></div>
<div class="hidden-lg-up mx-auto"><img src="POKEMON PIC URL" alt="IMAGE NAME" class="mx-auto" style="max-height: 250px; max-width: 250px; margin-top: -190px;"></div>

<!-----------------NAME--------------------->
<p class="mx-auto mt-4 mb-2" style="font-size: 30px;  color: rgba(63, 98, 100, 1)">Name</p>

<!-----------------HEALTH BAR--------COPY TO BOTH!!-------->
<div class="progress mx-auto mb-2 hidden-md-down" style="width: 250px; max-height: 7px;">
<div class="progress-bar" style="background-color: rgba(106,238,181,1); width: 100%"></div>
</div>
<div class="progress mx-auto mb-2 hidden-lg-up" style="width: 200px; max-height: 7px;">
<div class="progress-bar" style="background-color: rgba(106,238,181,1); width: 100%"></div>
</div>

<!----------------HEALTH TEXT------------->
<p class="mx-auto" style="font-size: 12px; color: rgba(63, 98, 100, 1);">100 / 100 HP</p>

<!-----------------GENDER--------COPY TO BOTH!!--------->
<div class="col-12 hidden-md-down">
<img src="GENDER IMAGE URL" alt="IMAGE NAME" class="mb-5 pull-right" style="min-width: 15px; max-width: 30px; min-height: 15px; max-height: 30px; margin-top: -40px; margin-right: 50px;">
</div>
<div class="col-12 hidden-lg-up">
<img src="GENDER IMAGE URL" alt="IMAGE NAME" class="mb-5 pull-right" style="min-width: 15px; max-width: 30px; min-height: 15px; max-height: 30px; margin-top: -40px; margin-right: 5px">
</div>

<!-------------WEIGHT, TYPE, HEIGHT------COPY TO BOTH!!------FEEL FREE TO REMOVE SECOND IMAGE/TYPE IF NEEDED-->
<div class="col-12 text-center" style="color: rgba(63, 98, 100, 1); font-size: 20px;">
<div class="row">
  <div class="col-4">
    <p>100kg</p>
  </div>
  
  <div class="col-4 justify-content-center">
    <div class="row">
    <img src="TYPE IMAGE URL" alt="IMAGE NAME" style="min-width: 15px; max-width: 50px; min-height: 15px; max-height: 50px; margin-top: -10px;">
    <img src="TYPE IMAGE URL" alt="IMAGE NAME" style="min-width: 15px; max-width: 50px; min-height: 15px; max-height: 50px; margin-top: -10px;">
    </div>
  </div>
  
  <div class="col-4">
    <p>100m</p>
  </div>

</div>
</div>

<div class="col-12 text-center mb-3" style="color: rgba(156, 166, 165, 1); font-size: 12px;">
<div class="row">
  <div class="col-4">
    <p>WEIGHT</p>
    <hr class="hidden-md-down" style="border: 0; border-radius: 8px 8px 8px 8px; clear:both; width: 30%; background-color: rgba(223, 227, 227, 1); height: 2px; transform: rotate(90deg); margin-left: 170px; margin-top: -30px;"></hr>
    <hr class="hidden-lg-up" style="border: 0; border-radius: 8px 8px 8px 8px; clear:both; width: 30%; background-color: rgba(223, 227, 227, 1); height: 2px; transform: rotate(90deg); margin-left: 90px; margin-top: -30px;"></hr>    
  </div>
  
  <div class="col-4">
    <p>TYPE / TYPE</p>
    <hr class="hidden-md-down" style="border: 0; border-radius: 8px 8px 8px 8px; clear:both; width: 30%; background-color: rgba(223, 227, 227, 1); height: 2px; transform: rotate(90deg); margin-left: 170px; margin-top: -30px;"></hr>
    <hr class="hidden-lg-up" style="border: 0; border-radius: 8px 8px 8px 8px; clear:both; width: 30%; background-color: rgba(223, 227, 227, 1); height: 2px; transform: rotate(90deg); margin-left: 90px; margin-top: -30px;"></hr>    
  </div>
  
  <div class="col-4">
    <p>HEIGHT</p>
  </div>

</div>
</div>

<hr class="mb-4" style="border: 0; border-radius: 8px 8px 8px 8px; clear:both; width: 86%; background-color: rgba(223, 227, 227, 1); height: 2px;"></hr>

<!--------------ATTACKS--------------->
<div class="col-12" style="color: rgba(63, 98, 100, 1)">
    <img src="TYPE IMAGE URL" alt="IMAGE NAME" class="ml-3" style="min-width: 15px; max-width: 50px; min-height: 15px; max-height: 50px; margin-top: -10px;">
    <span style="font-size: 20px;">Attack name</span>
    <p class="text-right mr-4 mb-1" style="margin-top: -30px; font-size: 20px;">50</p>
</div>

<div class="col-12" style="color: rgba(63, 98, 100, 1)">
    <img src="TYPE IMAGE URL" alt="IMAGE NAME" class="ml-3" style="min-width: 15px; max-width: 50px; min-height: 15px; max-height: 50px; margin-top: -10px;">
    <span style="font-size: 20px;">Attack name</span>
    <p class="text-right mr-4 mb-1" style="margin-top: -30px; font-size: 20px;">50</p>
</div>

<div class="col-12" style="color: rgba(63, 98, 100, 1)">
    <img src="TYPE IMAGE URL" alt="IMAGE NAME" class="ml-3" style="min-width: 15px; max-width: 50px; min-height: 15px; max-height: 50px; margin-top: -10px;">
    <span style="font-size: 20px;">Attack name</span>
    <p class="text-right mr-4 mb-0" style="margin-top: -30px; font-size: 20px;">50</p>
</div>

<hr class="mb-4" style="border: 0; border-radius: 8px 8px 8px 8px; clear:both; width: 86%; background-color: rgba(223, 227, 227, 1); height: 2px;"></hr>

<!---------------ABOUT------------------>
<span class="ml-5 mb-4" style="font-size: 20px; color: rgba(63, 98, 100, 1)">About</span>

<!---------ABOUT STATS------->
<div class="col-12 text-center" style="color: rgba(63, 98, 100, 1); font-size: 20px;">
<div class="row">
  <div class="col-4">
    <p style="font-size: 18px">00.00.</p>
  </div>
  
  <div class="col-4 justify-content-center">
    <div class="row">
      <p style="font-size: 18px">IIII</p>
    </div>
  </div>
  
  <div class="col-4">
    <a href="VIDEO/AUDIO URL"><i class="fa-solid fa-play" style="color: rgba(63, 98, 100, 1);"></i></a>
  </div>

</div>
</div>

<div class="col-12 text-center mb-3" style="color: rgba(156, 166, 165, 1); font-size: 12px;">
<div class="row">
  <div class="col-4">
    <p>BIRTHDAY</p>
    <hr class="hidden-md-down" style="border: 0; border-radius: 8px 8px 8px 8px; clear:both; width: 30%; background-color: rgba(223, 227, 227, 1); height: 2px; transform: rotate(90deg); margin-left: 170px; margin-top: -30px;"></hr>
    <hr class="hidden-lg-up" style="border: 0; border-radius: 8px 8px 8px 8px; clear:both; width: 30%; background-color: rgba(223, 227, 227, 1); height: 2px; transform: rotate(90deg); margin-left: 90px; margin-top: -30px;"></hr>    
  </div>
  
  <div class="col-4">
    <p>MBTI</p>
    <hr class="hidden-md-down" style="border: 0; border-radius: 8px 8px 8px 8px; clear:both; width: 30%; background-color: rgba(223, 227, 227, 1); height: 2px; transform: rotate(90deg); margin-left: 170px; margin-top: -30px;"></hr>
    <hr class="hidden-lg-up" style="border: 0; border-radius: 8px 8px 8px 8px; clear:both; width: 30%; background-color: rgba(223, 227, 227, 1); height: 2px; transform: rotate(90deg); margin-left: 90px; margin-top: -30px;"></hr>    
  </div>
  
  <div class="col-4">
    <p>THEME SONG</p>
  </div>

</div>
</div>

<!---------ABOUT CONTENT BOX--------THE BOX WILL EXPAND----ADD 'overflow-auto' BEHIND "card mx-5 -here-" IN THE FIRST LINE OF CODE IF YOU WANT IT TO SCROLL INSTEAD----->
<div class="card mx-5" style="border-radius: 15px 15px 15px 15px; max-width: 530px; min-width: 20px; max-height: 3000px; min-height: 200px; background-color: rgba(238, 250, 250, 1)">
  <p class="m-3" style="color: rgba(63, 98, 100, 1)">Content</p>
</div>

<hr class="mb-4" style="border: 0; border-radius: 8px 8px 8px 8px; clear:both; width: 86%; background-color: rgba(223, 227, 227, 1); height: 2px;"></hr>

<!-------------PREFERENCES------------->
<span class="ml-5 mb-2" style="font-size: 20px; color: rgba(63, 98, 100, 1)">Preferences</span>
<div class="card p-3 mx-5" style="border-radius: 15px 15px 15px 15px; max-width: 530px; min-width: 50px; background-color: rgba(238, 250, 250, 1)">
<div class="col-12 ml-3" style="color: rgba(63, 98, 100, 1)">
<div class="row">
    <div class="col-6" style="font-size: 17px;">
      <p>Likes</p>
      <ul class="mb-3">
        <i class="fa-solid fa-plus" style="margin-left: -30px;"></i><span class="ml-3" style="font-size: 14px;">content</span>
        <br>
        <i class="fa-solid fa-plus" style="margin-left: -30px;"></i><span class="ml-3" style="font-size: 14px;">content</span>
        <br>
        <i class="fa-solid fa-plus" style="margin-left: -30px;"></i><span class="ml-3" style="font-size: 14px;">content</span>
      </ul>
    </div>
    <div class="col-6" style="font-size: 17px;">
      <p>Dislikes</p>
      <ul class="mb-3">
        <i class="fa-solid fa-minus" style="margin-left: -30px;"></i><span class="ml-3" style="font-size: 14px;">content</span>
        <br>
        <i class="fa-solid fa-minus" style="margin-left: -30px;"></i><span class="ml-3" style="font-size: 14px;">content</span>
        <br>
        <i class="fa-solid fa-minus" style="margin-left: -30px;"></i><span class="ml-3" style="font-size: 14px;">content</span>
      </ul>
    </div>
</div>
</div>
</div>

<hr class="mb-4" style="border: 0; border-radius: 8px 8px 8px 8px; clear:both; width: 86%; background-color: rgba(223, 227, 227, 1); height: 2px;"></hr>

<!-----------RELATIONSHIPS-------YOU CAN ADD ANOTHER RELATIONSHIP BY COPY PASTING THE WHOLE RELATIONSHIP 1/2/3, YOU CAN REMOVE ONE IN THE SAME FASHION!!!-->
<span class="ml-5 mb-4" style="font-size: 20px; color: rgba(63, 98, 100, 1)">Relationships</span>

<!-----------RELATIONSHIP 1-----COPY TO BOTH!!---IMAGE ON RIGHT--->
<div class="col-12">
    <div class="row">
      <div class="col-5">
        <a href="CHARACTER URL"><img src="IMAGE URL" class="ml-lg-4 ml-md-2 mb-4 rounded-circle hidden-md-down" style="max-height: 200px; max-width: 200px; min-height: 120px; min-width: 120px"></a>
        <a href="CHARACTER URL"><img src="IMAGE URL" class="mb-4 mt-5 rounded-circle hidden-lg-up" style="mmax-height: 200px; max-width: 200px; height: 150px; width: 150px"></a>
      </div>
      <div class="col-7" style="margin-left: -20px">
        <div class="card ml-3 mt-4 overflow-auto" style="border-radius: 15px 15px 15px 15px; max-width: 300px; max-height: 180px; min-width: 180px; min-height: 130px; color: rgba(63, 98, 100, 1); background-color: rgba(238, 250, 250, 1)">
        <p class="m-3" style="font-size: 19px">Name</p>
        <p class="mx-3">Content</p>
        </div>
      </div>
    </div>
</div>

<!-----------RELATIONSHIP 2------COPY TO BOTH!!----IMAGE ON LEFT--->
<div class="col-12">
    <div class="row">
      <div class="col-7">
        <div class="card ml-lg-5 ml-md-2 mt-4 overflow-auto" style="border-radius: 15px 15px 15px 15px; max-width: 350px; max-height: 180px; min-width: 180px; min-height: 130px; color: rgba(63, 98, 100, 1); background-color: rgba(238, 250, 250, 1)">
        <p class="m-3" style="font-size: 19px">Name</p>
        <p class="mx-3">Content</p>
        </div>
      </div>
      <div class="col-5">
        <a href="CHARACTER URL"><img src="IMAGE URL" class="mb-4 rounded-circle hidden-md-down" style="max-height: 200px; max-width: 200px; min-height: 120px; min-width: 120px"></a>
        <a href="CHARACTER URL"><img src="IMAGE URL" class="mb-4 mt-5 rounded-circle hidden-lg-up" style="margin-left: -20px; max-height: 200px; max-width: 200px; height: 150px; width: 150px"></a>
      </div>

    </div>
</div>

<!-----------RELATIONSHIP 3-----COPY TO BOTH!!----IMAGE ON RIGHT--->
<div class="col-12">
    <div class="row">
      <div class="col-5">
        <a href="CHARACTER URL"><img src="IMAGE URL" class="ml-lg-4 ml-md-2 mb-5 rounded-circle hidden-md-down" style="max-height: 200px; max-width: 200px; min-height: 120px; min-width: 120px"></a>
        <a href="CHARACTER URL"><img src="IMAGE URL" class="mb-4 mt-5 rounded-circle hidden-lg-up" style="mmax-height: 200px; max-width: 200px; height: 150px; width: 150px"></a>
      </div>
      <div class="col-7" style="margin-left: -20px">
        <div class="card ml-3 mt-4 mb-md-4 overflow-auto" style="border-radius: 15px 15px 15px 15px; max-width: 300px; max-height: 180px; min-width: 180px; min-height: 130px; color: rgba(63, 98, 100, 1); background-color: rgba(238, 250, 250, 1)">
        <p class="m-3" style="font-size: 19px">Name</p>
        <p class="mx-3">Content</p>
        </div>
      </div>
    </div>
</div>
 
<a href="https://toyhou.se/WiFous_Code_Kingdom" class="text-right small mr-3 mb-2"><i class="fa-solid fa-code"></i></a> 
</div>