Skip to content

CHEEKJ23/project.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

<title>Project</title> <script type="text/javascript" src="proxy.php?url=https%3A%2F%2Fgithub.com%2F%3Ca+href%3D"https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>" rel="nofollow">https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script type="text/javascript" src="proxy.php?url=https%3A%2F%2Fgithub.com%2F%3Ca+href%3D"https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.4/umd/popper.min.js"></script>" rel="nofollow">https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.4/umd/popper.min.js"></script> <script type="text/javascript" src="proxy.php?url=https%3A%2F%2Fgithub.com%2F%3Ca+href%3D"https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.0/js/bootstrap.min.js"></script>" rel="nofollow">https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.0/js/bootstrap.min.js"></script> <script type="text/javascript" src="proxy.php?url=https%3A%2F%2Fgithub.com%2F%3Ca+href%3D"https://cdnjs.cloudflare.com/ajax/libs/mdbootstrap/4.19.1/js/mdb.min.js"></script>" rel="nofollow">https://cdnjs.cloudflare.com/ajax/libs/mdbootstrap/4.19.1/js/mdb.min.js"></script> <script src="proxy.php?url=https%3A%2F%2Fgithub.com%2F%3Ca+href%3D"https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>" rel="nofollow">https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script> // first // $(document).ready(function()

{

$('#more').click(function() {

  $('#details').toggle();

});

}); // first //

// second / var username username= prompt("Please Enter Your Name") // second

// button 1 // function button1() { alert("THANK YOU SO MUCHHHH >_<"); } // button 1 //

// button 2 // var name; function button2() { alert("THANKS FOR GIVING YOUR COMMENT") } // button 2 //

// form //

function validateForm() { if(document.getElementById('userAge').value < 18) { alert("Age is less than 18. Please leave."); return false; }

           if(document.getElementById('userName').userName.value=="")
           {
               alert("Name field cannot be empty");
               return false;
           }
           if (document.getElementById('userAge').value>=18)
           alert ("Name and Age are valid");
           return true;
       }

// form //

// game:buttons // function more1() { document.getElementById("details1").innerHTML = "Fortnite" ; }

function more2() { document.getElementById("details2").innerHTML = "Apex Legend" ; }

function more3() { document.getElementById("details3").innerHTML = "Valorant" ; } // game:buttons // </script>

        <div class="container">
      
     
          <a class="navbar-brand" href="proxy.php?url=https%3A%2F%2Fgithub.com%2F%23myPage"><i class="fas fa-dragon"></i> PROJECT</a>
      
       
          <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#basicExampleNav"
            aria-controls="basicExampleNav" aria-expanded="false" aria-label="Toggle navigation">
            <span class="navbar-toggler-icon"></span>
          </button>
      
        
          <div class="collapse navbar-collapse" id="basicExampleNav">
      
        
            <ul class="navbar-nav mr-auto">
              <li class="nav-item active">
                <a class="nav-link" href="proxy.php?url=https%3A%2F%2Fgithub.com%2F%23"><i class="fas fa-home"></i> Home
                  <span class="sr-only">(current)</span>
                </a>
              </li>
              <li class="nav-item">
                <a class="nav-link" href="proxy.php?url=https%3A%2F%2Fgithub.com%2F%23me"><i class="fas fa-user"></i>ME</a>
              </li>
                <li class="nav-item">
                <a class="nav-link" href="proxy.php?url=https%3A%2F%2Fgithub.com%2F%23movie"><i class="fas fa-film"></i>MOVIE</a>
              </li>
      
              
              <li class="nav-item dropdown">
                <a class="nav-link dropdown-toggle" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true"
                  aria-expanded="false"><i class="fas fa-chevron-circle-down"></i> Dropdown</a>
                <div class="dropdown-menu dropdown-primary" aria-labelledby="navbarDropdownMenuLink">
                  <a class="dropdown-item" href="proxy.php?url=https%3A%2F%2Fgithub.com%2F%23game"><i class="fas fa-gamepad"></i> GAMES</a>
                  <a class="dropdown-item" href="proxy.php?url=https%3A%2F%2Fgithub.com%2F%23soccer"><i class="fas fa-futbol"></i> SOCCER</a>
                  <a class="dropdown-item" href="proxy.php?url=https%3A%2F%2Fgithub.com%2F%23music"><i class="fas fa-music"></i> MUSIC</a>
                </div>
              </li>
      
            </ul>
           
      
            <form class="form-inline">
              <div class="md-form my-0">
                <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search">
              </div>
            </form>
          </div>
         
      
        </div>
      
      </nav>

      <div id="intro" class="view">

        <div class="mask rgba-black-light" style="text-align: center;margin-top: 50px;">

           
            <h2 class="display-4 font-weight-bold white-text pt-5 mb-2"><i class="fas fa-heart red-text"></i> WELCOME<script style="color: yellow;">document.write("<h2> My Beloved "+username+"</h2>")</script><i class="fas fa-heart pink-text"></i></h2>

            <hr class="hr-light">

            <h4 class="white-text my-4">BLACK LIVES MATTER </h4>
            <div id="details" style="display: none;color: white;">

                <p>愿世间,再无流离失所;愿众生,再无谎言愚弄;愿天下,再无不公</p>
         
             </div>
            <button type="button" class="btn btn-outline-white" id="more">CLICK ME<i class="fas fa-book ml-2"></i></button>
          
            <br>
            <button type="button" class="btn btn-outline-danger" data-toggle="modal" data-target="#centralModalSuccess"><i class="fas fa-arrow-alt-circle-right"></i> CLICK ME  <i class="fas fa-arrow-alt-circle-left"></i>
           </button>
           
           
            <div class="modal fade" id="centralModalSuccess" tabindex="-1" role="dialog" aria-labelledby="myModalLabel"
              aria-hidden="true">
              <div class="modal-dialog modal-notify modal-danger" role="document">
                <!--Content-->
                <div class="modal-content">
                  <!--Header-->
                  <div class="modal-header">
                    <p class="heading lead">SURPRISE!!!</p>
           
                   
                  </div>
           
                  <!--Body-->
                  <div class="modal-body">
                    <div class="text-center">
                  
                      <img src="proxy.php?url=https%3A%2F%2Fi.pinimg.com%2Foriginals%2Ffd%2Fb0%2Fe0%2Ffdb0e0bc978358c1a82ee712f7141739.jpg" alt="hahaha" width="100%" height="500px">
                      <br>
                      <p>It is just a little nerve stimulation to wake reader's mind up~~</p>
                    </div>
                  </div>
           
             
                  <div class="modal-footer justify-content-center">
                    <a type="button" class="btn btn-danger" onclick="button1()">I LIKE IT<i class="far fa-gem ml-1 text-white"></i></a>
                    <a type="button" class="btn btn-outline-danger waves-effect" data-dismiss="modal">CLOSE</a>
                  </div>
                </div>
             
              </div>
            </div>
        </div>
      
      </div>
      <main class="mt-5">
     <div class="container">
       <div class="row d-flex justify-content-center mb-4">
       <div class="col-md-8">
         <h1 class="mb-5 font-weight-bold" style="margin-top: 50px;">Hello Welcome <i class="fas fa-heart pink-text"></i></h1>
         <p class="grey-text">Welcome to my project, hope you enjoy viewing my project and give high marks, as high as you can. Gracias...</p>
       </div>
       <div class="row">

       
        <div class="col-lg-4 col-md-4 mb-1">
          <i class="fas fa-home fa-4x blue-text"></i>
            <h4 class="my-4 font-weight-bold">Home</h4>
            <p class="grey-text">I have two siblings, my younger brother and sister, including my parents, this family is made of 5 members. I love my family. </p>
        </div>
      
        <div class="col-lg-4 col-md-4 mb-1">
            <i class="fas fa-guitar fa-4x brown-text"></i>
            <h4 class="my-4 font-weight-bold">Guitar</h4>
            <p class="grey-text">I love to play guitar. When I was stressed and exhausted, playing guitar helps to relieve my harassment</p>
        </div>
        

        <div class="col-lg-4 col-md-4 mb-1">
            <i class="fas fa-bicycle fa-4x purple-text"></i>
            <h4 class="my-4 font-weight-bold">My favourite Motivating Quotes</h4>
            <p class="grey-text">Do my Best, So that I can't blame myself for anything.<br>No Pain, No Gain<br>Don't Just Think, Just Do It.<br>Be Confident.Anything Is Possible.</p>
        </div>
       </div>
     </div>
     </main>

          <div id="carouselExampleControls" class="carousel slide" data-ride="carousel">
            <div class="carousel-inner">
              <div class="carousel-item active">
                <img class="d-block w-100" src="proxy.php?url=https%3A%2F%2Fwallpaperaccess.com%2Ffull%2F1526021.jpg"
                  alt="First slide">
              </div>
              <div class="carousel-item">
                <img class="d-block w-100" src="proxy.php?url=https%3A%2F%2Fwallpapercave.com%2Fwp%2FgJvyuLv.jpg"
                  alt="Second slide">
              </div>
              <div class="carousel-item">
                <img class="d-block w-100" src="proxy.php?url=https%3A%2F%2Fi.pinimg.com%2Foriginals%2F27%2F3e%2F43%2F273e43a71854d8359186ecc348370f8d.jpg"
                  alt="Third slide">
              </div>
            </div>
            <a class="carousel-control-prev" href="proxy.php?url=https%3A%2F%2Fgithub.com%2F%23carouselExampleControls" role="button" data-slide="prev">
              <span class="carousel-control-prev-icon" aria-hidden="true"></span>
              <span class="sr-only">Previous</span>
            </a>
            <a class="carousel-control-next" href="proxy.php?url=https%3A%2F%2Fgithub.com%2F%23carouselExampleControls" role="button" data-slide="next">
              <span class="carousel-control-next-icon" aria-hidden="true"></span>
              <span class="sr-only">Next</span>
            </a>
          </div>

  <div class="col-lg-4 col-md-12 mb-4 view overlay zoom">
      <div class="view overlay z-depth-1-half">
          <img src="proxy.php?url=https%3A%2F%2Fwallpapercave.com%2Fwp%2Fwp2981069.jpg" class="img-fluid">
          <div class="mask rgba-white-slight"><img src="proxy.php?url=https%3A%2F%2Fcdn.wallpapersafari.com%2F44%2F0%2FDdaiWN.jpg" class="img-fluid">
          </div>
        <h6 class="text-center">London</h6>
      
      </div>
    
   
  </div>

  <div class="col-lg-4 col-md-6 mb-4 view overlay zoom">
      <div class="view overlay z-depth-1-half">
          <img src="proxy.php?url=https%3A%2F%2Fi.pinimg.com%2Foriginals%2F36%2F3c%2F48%2F363c48c1b272daffc4c06288fe460683.jpg" class="img-fluid">
         
            <div class="mask rgba-white-slight"><img src="proxy.php?url=https%3A%2F%2Fimages8.alphacoders.com%2F420%2F420238.jpg" class="img-fluid">
            </div>
        
          <h6 class="text-center">Iceland</h6>
        </div>
  
       
  </div>
 
  <div class="col-lg-4 col-md-6 mb-4 view overlay zoom">
      <div class="view overlay z-depth-1-half">
          <img src="proxy.php?url=https%3A%2F%2Fi.pinimg.com%2Foriginals%2F06%2F77%2Ff2%2F0677f2797786574d55a971543f8adb31.jpg" class="img-fluid">
        
            <div class="mask rgba-white-slight">
              <img src="proxy.php?url=https%3A%2F%2Fcdn.wallpapersafari.com%2F38%2F69%2FsxYv2N.jpg" class="img-fluid">
            </div>
       
        </div>
        <h6 class="text-center">Maldives</h6>
  </div>
  <div class="col-lg-6 col-md-12 mb-4 view overlay zoom">
    <div class="view overlay z-depth-1-half">
    <img src="proxy.php?url=https%3A%2F%2Fwallpapercave.com%2Fwp%2Fwp2305557.jpg" class="img-fluid">
    
    <div class="mask rgba-white-slight">
      <img src="proxy.php?url=https%3A%2F%2Fwallpaperaccess.com%2Ffull%2F1193022.jpg" class="img-fluid">
    </div>
      <h6 class="text-center">Mars</h6>
  </div>
  </div>
   
    <div class="col-lg-6 col-md-12 mb-4 view overlay zoom" >
      <div class="view overlay z-depth-1-half"></div>
      <img src="proxy.php?url=https%3A%2F%2Fwallpaperaccess.com%2Ffull%2F33924.jpg" class="img-fluid">
      
      <div class="mask rgba-white-slight">
        <img src="proxy.php?url=http%3A%2F%2Fi.imgur.com%2FOOFWl4K.jpg" class="img-fluid">
      </div>
        <h6 class="text-center">China</h6>
  </div>
  </div>

Traveling

We travel, is not to escape life, but for life not to escape us.
Ya, Mars. I would like to join Elon Musk's project which is visit the Mars Planet, if I have the oppurtunity....



WHO AM I ?


hoverable

I AM Inevitable & Anonymous


Who Am I?

My name is Chee Kar Jun, an ordinary person but borned with a nice and handsome appearance. I love to sleep, eat, eat, and sleep. When I was 18,
I found coding very interesting, but when I truly started to learn it, I found it so hard to actually code by my own.......
HOWEVER, I will not give up. I know I can do it because I am supercalifragilisticexpialidocious (awesome)


<div class="col-lg-4 col-md-12 mb-4">

  <h4 class="my-4 font-weight-bold">Futsal (Hobby)</h4>
  <p class="grey-text">Futsal (also known as fútsal or footsal) is a football game played on a hard court, smaller than a football pitch, and mainly indoors. It has similarities to five-a-side football. Futsal is played between two teams of five players each, one of whom is the goalkeeper.<br>I love Futsal</p>
    <div class="view overlay z-depth-1-half">
        <img src="proxy.php?url=https%3A%2F%2Fwww.wallpapertip.com%2Fwmimgs%2F228-2286695_futsal-wallpaper-hd.jpg" class="img-fluid" >
        <div class="mask rgba-white-slight"><img src="proxy.php?url=https%3A%2F%2Flh3.googleusercontent.com%2Fproxy%2Fvd29WFgLV8Y6pyARzcYV1p60H5-2TsxInAB3KTlLc1a_fJ_n5SzzKjq6eyHPKouRHCwMqHRuWcZE2-_6TtZPqAan2Df-eUIOKrQaIMSjN2elSAVZogImKSHH8ilgKN-HfUHJsMR_wA" class="img-fluid">
        </div>
               
    </div>
 
</div>

<div class="col-lg-4 col-md-12 mb-4">

  <h4 class="my-4 font-weight-bold">Warren Buffett (Idol)</h4>
  <p class="grey-text">Buffett is chairman and largest shareholder of Berkshire Hathaway since 1970. He has been referred to as the "Oracle" or "Sage" of Omaha by global media. He is noted for his adherence to value investing.<br>Investing is one of my interest. I'll start investing using Buffett's strategy, which is Value Investing</p>

    <div class="view overlay z-depth-1-half">
        <img src="proxy.php?url=https%3A%2F%2Fwww.quietrev.com%2Fwp-content%2Fuploads%2F2015%2F03%2Fwarren-buffett_SOURCE_wallstreetplaybook.jpg" class="img-fluid">
      
          <div class="mask rgba-white-slight">
            <img src="proxy.php?url=https%3A%2F%2Fwallpapercave.com%2Fwp%2Fwp2128226.jpg" class="img-fluid">
          </div>
     
      </div>

</div>

<div class="col-lg-4 col-md-12 mb-4">

  <h4 class="my-4 font-weight-bold">Sleep (Interest)</h4>
  <p class="grey-text">A good laugh and a long sleep are the best cures in the doctor's book.<br>The best thing to do first thing in the morning is to go right back to sleep. Sleep is the best meditation. Learn from yesterday, live for today, look to tomorrow, rest this afternoon.<br>Think less,Sleep more.</p>

    <div class="view overlay z-depth-1-half">
        <img src="proxy.php?url=https%3A%2F%2Fimages8.alphacoders.com%2F816%2Fthumb-1920-816929.jpg" class="img-fluid">
        
          <div class="mask rgba-white-slight">
            <img src="proxy.php?url=http%3A%2F%2Fintegrisok.com%2F-%2Fmedia%2Fservice-lines%2Finok_services_sleep_medicine_01.ashx%3Frevision%3D72fe9d6d-0d67-4955-80e9-2d9fa5acc277" class="img-fluid">
          </div>
     
      </div>
</div>

  <h2 class="display-4 font-weight-bold white-text pt-5 mb-2"><i class="fas fa-video fa-spin"></i>  MOVIE</h2>

  <h4 class="white-text my-4">When alone, movie is our best soulmate.<br><br>「電影的發明使我們的人生延長了三倍,因為我們在裡面獲得了至少兩倍不同的人生經驗。」<br>
    這就是我們之所以愛電影吧。</h4>

Movies

Grab some snacks, open the aircon, sit on sofa, enjoy your weekend.

曾经有一份真诚的爱情放在我面前,我没有珍惜,等我失去的时候我才后悔莫及,人世间最痛苦的事莫过于此。 如果上天能够给我一个再来一次的机会,我会对那个女孩子说三个字:我爱你。 如果非要在这份爱上加上一个期限,我希望是…… 一万年---------周星驰

<div class="col-lg-12 col-md-12 " style="padding: 20px;">

 
  <div id="carousel-example-1z" class="carousel slide" data-ride="carousel" data-interval="2000">

    <div class="carousel-inner" role="listbox">
     
      <div class="carousel-item active">
        <img class="d-block w-100" src="proxy.php?url=https%3A%2F%2Fwallpaperaccess.com%2Ffull%2F861811.jpg"
          alt="First slide">
      </div>
     
      <div class="carousel-item">
        <img class="d-block w-100" src="proxy.php?url=https%3A%2F%2Fwallpapercave.com%2Fwp%2Fwp2592272.jpg"
          alt="Second slide">
      </div>
    
      <div class="carousel-item">
        <img class="d-block w-100" src="proxy.php?url=https%3A%2F%2Fwallpaperaccess.com%2Ffull%2F329583.jpg"
          alt="Third slide">
      </div>

      <div class="carousel-item">
        <img class="d-block w-100" src="proxy.php?url=https%3A%2F%2Fimages7.alphacoders.com%2F915%2Fthumb-1920-915515.jpg" alt="forthSlide">
      </div>
       
      <div class="carousel-item">
        <img class="d-block w-100" src="proxy.php?url=https%3A%2F%2Fwallpaperaccess.com%2Ffull%2F1077150.jpg" alt="fifthSlide">
      </div>

      <div class="carousel-item">
        <img class="d-block w-100" src="proxy.php?url=https%3A%2F%2Fwallpapercave.com%2Fwp%2Fwp3191907.jpg" alt="sixthSlide">
      </div>

      <div class="carousel-item">
        <img class="d-block w-100" src="proxy.php?url=https%3A%2F%2Fwallpaperaccess.com%2Ffull%2F4503750.jpg" alt="seventhSlide">
      </div>

    </div>
  
    <a class="carousel-control-prev" href="proxy.php?url=https%3A%2F%2Fgithub.com%2F%23carousel-example-1z" role="button" data-slide="prev">
      <span class="carousel-control-prev-icon" aria-hidden="true"></span>
      <span class="sr-only">Previous</span>
    </a>
    <a class="carousel-control-next" href="proxy.php?url=https%3A%2F%2Fgithub.com%2F%23carousel-example-1z" role="button" data-slide="next">
      <span class="carousel-control-next-icon" aria-hidden="true"></span>
      <span class="sr-only">Next</span>
    </a>

  </div>
</div>
<!-- buttonYT -->

Some Free Movies on Youtube




Shaolin Soccer 少林足球

<div class="modal-content">

  <div class="modal-body mb-0 p-0">

    <div class="embed-responsive embed-responsive-16by9 z-depth-1-half">
      <iframe class="embed-responsive-item" src="proxy.php?url=https%3A%2F%2Fwww.youtube.com%2Fembed%2FBihh-Ac-Z6s"
        allowfullscreen></iframe>
    </div>
    </div>
  </div>
 </div>
</div>
<br>
<br>
    
<!-- SECONDbutton -->
<button type="button" class="btn btn-grey" data-toggle="modal" data-target="#modalYT2" style="width: 100%">AVATAR 阿凡达
<div class="modal-content">

  <div class="modal-body mb-0 p-0">

    <div class="embed-responsive embed-responsive-16by9 z-depth-1-half">
      <iframe class="embed-responsive-item" src="proxy.php?url=https%3A%2F%2Fwww.youtube.com%2Fembed%2FWlI72lnN5BU"
        allowfullscreen></iframe>
    </div>
   
  </div>
</div>


  <!-- THIRD button -->
  <button type="button" class="btn btn-grey" data-toggle="modal" data-target="#modalYT3" style="width: 100%">Your Name 你的名字</button>
<div class="modal-content">


  <div class="modal-body mb-0 p-0">

    <div class="embed-responsive embed-responsive-16by9 z-depth-1-half">
      <iframe class="embed-responsive-item" src="proxy.php?url=https%3A%2F%2Fwww.youtube.com%2Fembed%2FaZiHVkZ9Yps"
        allowfullscreen></iframe>
    </div>
  </div>
 </div>
</div>

Netflix Popular Drama Series:
Peaky Blinders

First slide
Second slide
Third slide

Check weither you are suitable to watch the PEAKY BLINDERS (UNDER 18)

Name
Age
Reason
<textarea class="form-control" aria-label="With textarea"></textarea>

Submit
<section class="dark-grey-text">

<div class="container-fluid" id="mv"><h2 class="text-center font-weight-bold">MOVIES</h2>
  </div>
   <br>

<p class="text-center">Movies move us like nothing else can, whether they're scary, funny, dramatic, romantic or anywhere in-between. So many titles, so much to experience.</p>
<p class="text-center grey-text">电影,无论是令人恐惧,有趣,戏剧性,浪漫还是介于两者之间的任何事物,都使我们感动不已。 这么多的标题,那么多的故事。</p>

  <div class="col-lg-5">
    <div class="view overlay rounded z-depth-2">
      <img class="img-fluid" src="proxy.php?url=https%3A%2F%2Fimages3.alphacoders.com%2F674%2Fthumb-1920-674346.jpg" alt="Sample image">
      <a href="proxy.php?url=https%3A%2F%2Fplay.google.com%2Fstore%2Fmovies%2Fdetails%3Fid%3DF8dABMvqoT4">
        <div class="mask">
          <img src="proxy.php?url=https%3A%2F%2Fimages3.alphacoders.com%2F674%2Fthumb-1920-674364.jpg" class="img-fluid">
        </div>
      </a>
    </div>

  </div>
  <div class="col-lg-7">

    <a href="proxy.php?url=https%3A%2F%2Fgithub.com%2F%23%21" class="grey-text">
      <h6 class="font-weight-bold mb-3"><i class="fas fa-flask blue-text fa-spin"></i> SCIENCE FICTION</h6>
    </a>
   
    <h4 class="font-weight-bold blue-text"><strong>AVATAR</strong></h4>
 
    <p>A paraplegic Marine dispatched to the moon Pandora on a unique mission becomes torn between following his orders and protecting the world he feels is his home. When his brother is killed in a robbery, paraplegic Marine Jake Sully decides to take his place in a mission on the distant world of Pandora.</p>
 
    <a class="btn btn-blue btn-rounded " href="proxy.php?url=https%3A%2F%2Fen.wikipedia.org%2Fwiki%2FAvatar_%282009_film%29">Read more</a>

  </div>
  
</div>

</section>
  <a href="proxy.php?url=https%3A%2F%2Fgithub.com%2F%23%21" class="grey-text">
    <h6 class="font-weight-bold mb-3"><i class="fas fa-flask red-text fa-spin"></i> SCIENCE FICTION</h6>
  </a>
 
  <h4 class="font-weight-bold mb-3 red-text"><strong>Transformers</strong></h4>

  <p>An ancient struggle between two Cybertronian races, the heroic Autobots and the evil Decepticons, comes to Earth, with a clue to the ultimate power held by a teenager. High-school student Sam Witwicky buys his first car, who is actually the Autobot Bumblebee.</p>

  <a class="btn btn-red btn-rounded"href="proxy.php?url=https%3A%2F%2Fen.wikipedia.org%2Fwiki%2FTransformers_%28film%29">Read more</a>

</div>
<div class="col-lg-5">
  <div class="view overlay rounded z-depth-2">
    <img class="img-fluid" src="proxy.php?url=https%3A%2F%2Fwallpapercave.com%2Fwp%2FrFYqLaK.jpg" alt="Sample image" >
    <a href="proxy.php?url=https%3A%2F%2Fwww.netflix.com%2Fmy-en%2Ftitle%2F70058026">
      <div class="mask">
        <img src="proxy.php?url=https%3A%2F%2Fwallpaperaccess.com%2Ffull%2F1595489.jpg" class="img-fluid">
      </div>
    </a>
  </div>

</div>

</div>
<div class="col-lg-5">
  <div class="view overlay rounded z-depth-2">
    <img class="img-fluid" src="proxy.php?url=https%3A%2F%2Fimg1.looper.com%2Fimg%2Fgallery%2Fthe-ending-of-annabelle-creation-explained%2Fintro-1506455881.jpg" alt="Sample image">
    <a href="proxy.php?url=https%3A%2F%2Fwww.netflix.com%2Fmy-en%2Ftitle%2F80013775">
      <div class="mask">
        <img src="proxy.php?url=https%3A%2F%2Fwallpapercave.com%2Fwp%2Fwp1994791.jpg" class="img-fluid">
      </div>
    </a>
  </div>

</div>
<div class="col-lg-7">

  <a href="proxy.php?url=https%3A%2F%2Fgithub.com%2F%23%21" class="grey-text">
    <h6 class="font-weight-bold mb-3"><i class="fas fa-ghost fa-spin"></i> HORROR</h6>
  </a>
 
  <h4 class="font-weight-bold mb-3"><strong>Annabelle</strong></h4>

  <p>A husband and a wife are happily married and expecting a child. Mia (the wife) has to stay at home until the baby is delivered. Then, one night, when her husband came home from work, he brought home a present for his miserable wife. He brought home a doll named Annabelle, for her collection.</p>

  <a class="btn btn-black btn-rounded " href="proxy.php?url=https%3A%2F%2Fen.wikipedia.org%2Fwiki%2FAnnabelle_%28film%29" >Read more</a>

</div>

</div>



GAMES

      <img src="proxy.php?url=https%3A%2F%2Fcdn.vox-cdn.com%2Fthumbor%2FKitwOGpLgoAytDlQm61rMg2pyHM%3D%2F0x0%3A1920x1080%2F1200x800%2Ffilters%3Afocal%28807x387%3A1113x693%29%2Fcdn.vox-cdn.com%2Fuploads%2Fchorus_image%2Fimage%2F68973193%2FEN_16BR_Social_KeyArt_Social.0.jpg" width="520" height="300"/>
    </a>

</div>
<div class="col-lg-4 col-md-12">
      <img src="proxy.php?url=https%3A%2F%2Ftecake.com%2Fwp-content%2Fuploads%2F2020%2F10%2Fapex-legends.jpg" width="520" height="300" />
    </a>

</div>
<div class="col-lg-4 col-md-12">
 
      <img src="proxy.php?url=https%3A%2F%2Fwww.talkesport.com%2Fwp-content%2Fuploads%2Fcsgo-visibility-update-appears-to-reveal-opponents-through-walls.jpg" width="520" height="300" />
    </a>

</div>
<div class="col-lg-4 col-md-12">

      <img src="proxy.php?url=https%3A%2F%2Fimg.republicworld.com%2Frepublic-prod%2Fstories%2Fpromolarge%2Fxxhdpi%2Fafsxs3xawu4w0o62_1603716952.jpeg%3Ftr%3Dw-758%2Ch-433" width="520" height="300"/>
    </a>

</div>
<div class="col-lg-4 col-md-12">
 
      <img src="proxy.php?url=https%3A%2F%2Fwww.konami.com%2Fwepes%2Fmobile%2Fs%2Fimg%2Fpes2021_ogp.png" width="520" height="300" />
    </a>

</div>
<div class="col-lg-4 col-md-12">
  
      <img src="proxy.php?url=https%3A%2F%2Fimage.api.playstation.com%2Fvulcan%2Fimg%2Fcfn%2F11307uYG0CXzRuA9aryByTHYrQLFz-HVQ3VVl7aAysxK15HMpqjkAIcC_R5vdfZt52hAXQNHoYhSuoSq_46_MT_tDBcLu49I.png" width="520" height="300"/>
    </a>

</div>
<div class="col-lg-4 col-md-12">
  
      <img src="proxy.php?url=https%3A%2F%2Fcdn.gamer-network.net%2F2017%2Farticles%2F2017-10-23-15-36%2Frockstar-did-not-think-gta-5-single-player-expansions-were-either-possible-or-necessary-1508769413396.jpg%2FEG11%2Fthumbnail%2F1920x1277%2Fformat%2Fjpg%2Fquality%2F80" width="520" height="300" />
    </a>

</div>
<div class="col-lg-4 col-md-12">
 
      <img src="proxy.php?url=https%3A%2F%2Fi.gadgets360cdn.com%2Flarge%2Fcod_mobile_main_1570103396815.jpg" width="520" height="300"/>
    </a>

</div>
<div class="col-lg-4 col-md-12">
 
      <img src="proxy.php?url=https%3A%2F%2Fd2skuhm0vrry40.cloudfront.net%2F2020%2Farticles%2F2020-11-29-12-58%2F-1606654686177.jpg%2FEG11%2Fthumbnail%2F750x422%2Fformat%2Fjpg%2Fquality%2F60" width="520" height="300"/>
    </a>

</div>


  <h3 class="text-center font-weight-bold mb-3 ">Gaming Platform</h3>
  <p class="text-center text-muted w-responsive mx-auto mb-5">According to different interests, gamers will use their favourite platform to play their favourite games.</p>

  <div class="row">
      <div class="col-lg-4 col-md-12">

      <div class="view overlay z-depth-1">
        <img src="proxy.php?url=https%3A%2F%2Fi.pinimg.com%2Foriginals%2F61%2Fb5%2F33%2F61b533e8092ebcec97e1ed4aa41decca.png" class="img-fluid" alt="Sample image">
        <div class="mask rgba-black-slight">
          <h4 class="text-center white-text">Gaming PC</h4>
        </div>
      </div>

    </div>
  
    <div class="col-lg-4 col-md-6 ">

      <div class="view overlay z-depth-1">
        <img src="proxy.php?url=https%3A%2F%2Fcdn.mos.cms.futurecdn.net%2FbcB3Kdypuv8MAA5GZZM3b.png" class="img-fluid" alt="Sample image">
        <div class=" mask rgba-black-slight">
          <h4 class="text-center black-text">PS5</h4>
        </div>
      </div>

    </div>
  
    <div class="col-lg-4 col-md-6">

      <div class="view overlay z-depth-1">
        <img src="proxy.php?url=https%3A%2F%2Fwallpaperaccess.com%2Ffull%2F3478353.jpg" class="img-fluid" alt="Sample image">
        <div class="mask rgba-black-slight">
          <h4 class="text-center white-text">Nintendo Switch</h4>
        </div>
      </div>
  
    </div>

    <div class="col-lg-4 col-md-12">

      <div class="view overlay z-depth-1">
        <img src="proxy.php?url=https%3A%2F%2Fimages.wallpaperscraft.com%2Fimage%2Fphone_smartphone_hand_144060_1920x1080.jpg" class="img-fluid" alt="Sample image">
        <div class="mask rgba-black-slight">
          <h4 class="text-center white-text">Mobile Phone</h4>
        </div>
      </div>
   
    </div>
  
    <div class="col-lg-4 col-md-6 ">

      <div class="view overlay z-depth-1">
        <img src="proxy.php?url=https%3A%2F%2Fi.pinimg.com%2Foriginals%2F7d%2F68%2F8d%2F7d688d72135f64b73d1e3741c500ca21.jpg" class="img-fluid" alt="Sample image">
        <div class=" mask rgba-black-slight">
          <h4 class="text-center white-text">X-BOX</h4>
        </div>
      </div>
  
    </div>
  
    <div class="col-lg-4 col-md-6">

      <div class="view overlay z-depth-1">
        <img src="proxy.php?url=https%3A%2F%2Fcdn.wallpapersafari.com%2F76%2F3%2FoG1qJi.jpg" class="img-fluid " alt="Sample image">
        <div class="mask rgba-black-slight">
          <h4 class="text-center white-text">PSP</h4>
        </div>
      </div>
      
    </div>

  </div>
  
  <br>
  <h2 class="font-weight-bold">GAMES</h2>
  <p class="grey-text">Escape reality And play GAMES<br>人间几十年,看世事梦幻似水,与天相比,游戏,不过渺小一物,却使人生变得更精彩。</p>
    <div class="view overlay z-depth-1">
      <img src="proxy.php?url=https%3A%2F%2F5b0988e595225.cdn.sohucs.com%2Fimages%2F20180326%2Fc4e515e6d30a4745a4510882cb86d612.jpeg" class="img-fluid" alt="Sample image">
      <div class="mask rgba-black-strong">
      <img src="proxy.php?url=https%3A%2F%2Fuhdwallpapers.org%2Fuploads%2Fconverted%2F19%2F08%2F12%2Ffortnite-season-x-image-4k-1920x1080_477799-mm-90.jpg" class="img-fluid">
      </div>
    </div>
    <br>
    <div class="grey-text " id="details1" ></div>
    <button class="btn btn-outline-grey" onclick="more1()">Name</button>
  
  </div>

  <div class="col-lg-4 col-md-6 ">

    <div class="view overlay z-depth-1">
      <img src="proxy.php?url=https%3A%2F%2Fimages6.alphacoders.com%2F992%2Fthumb-1920-992033.jpg" class="img-fluid" alt="Sample image">
      <div class=" mask rgba-black-strong">
        <img src="proxy.php?url=https%3A%2F%2Fimages.hdqwalls.com%2Fdownload%2F4k-apex-legends-2020-ja-1920x1080.jpg" class="img-fluid" alt="Sample image">
      </div>
    </div>
    <br>
    <div class="grey-text " id="details2" ></div>
    <button class="btn btn-outline-grey" onclick="more2()">Name</button>
  </div>

  <div class="col-lg-4 col-md-6">

    <div class="view overlay z-depth-1">
      <img src="proxy.php?url=https%3A%2F%2Fimages6.alphacoders.com%2F107%2Fthumb-1920-1072679.jpg" class="img-fluid " alt="Sample image">
      <div class="mask rgba-black-strong">
        <img src="proxy.php?url=https%3A%2F%2Fi.redd.it%2Fmrsexq9x68p41.jpg" class="img-fluid" alt="Sample image">
      </div>
    </div>
    <br>
    <div class="grey-text " id="details3" ></div>
    <button class="btn btn-outline-grey" onclick="more3()">Name</button>
  </div>


TYPES of GAMES

The shooter is another long-standing genre that developed several early offshoots and branched out into two primary sub-genres: the first-person shooter (FPS) and third-person shooter (TPS). There’s plenty of potential for overlap here, too, since many contemporary titles allow you to toggle between first and third-person viewpoints. Not only that, but most battle royale games – a sub-genre unto itself – operate as either first or third-person shooters, including Fortnite and PlayerUnknown’s Battlegrounds.


Sample image
  <div class="col-lg-4">
    <div class="view overlay z-depth-1">
      <img src="proxy.php?url=https%3A%2F%2Fwallpaperaccess.com%2Ffull%2F1368836.jpg" class="img-fluid" alt="Sample image">
  </div>
</div>

<div class="col-lg-4">
  <div class="view overlay z-depth-1">
    <img src="proxy.php?url=https%3A%2F%2Fimages8.alphacoders.com%2F716%2Fthumb-1920-716460.jpg" class="img-fluid" alt="Sample image">
</div>
An increasingly popular subgenre with connections to a variety of other styles, multiplayer online battle arena games share many features with real-time strategy games. There’s a top-down perspective that emphasizes map and resource management, plus real-time competition between players. The major difference between MOBAs and RTS games is the player’s character and role. In a MOBA, you may have a faction alignment and many of the RTS basics in play, but you typically only control a single character. That’s a significant contrast with most RTS games, where you build communities and command multiple units.

Sample image
  <div class="col-lg-4">
    <div class="view overlay z-depth-1">
      <img src="proxy.php?url=https%3A%2F%2Fwallpapercave.com%2Fwp%2Fwp2532627.jpg" class="img-fluid" alt="Sample image">
  </div>
</div>

<div class="col-lg-4">
  <div class="view overlay z-depth-1">
    <img src="proxy.php?url=https%3A%2F%2Fimage.diyiyou.com%2Fgame%2F201905%2F24%2F1558685799_9.jpg" class="img-fluid" alt="Sample image">
</div>
<div class="tab-pane fade" id="pills-3" role="tabpanel" aria-labelledby="pills-contact-tab">These genres have evolved a lot over the years and you may actually see them in the same light. But it’s only with advances in graphics technology that they’ve begun to offer unique immersive experiences. The latest iterations provide impressive levels of detail and showcase just how much is possible with games.

Sports games have expanded in variety, offering full-fledged partnerships with major sporting organizations, from race tracks to the field or court. NBA 2K and Madden NFL are two well-known examples that feature detailed recreations of professional basketball and football, while Forza is a simulation-style car racing game.

Sample image
Sample image
Sample image


<div class="carousel-inner" role="listbox">

  <div class="carousel-item active">
    <iframe width="100%" height="650"
    src="proxy.php?url=https%3A%2F%2Fwww.youtube.com%2Fembed%2FIWwlislIBIY" allowfullscreen>
    </iframe>
  </div>
 
  <div class="carousel-item">
    <iframe width="100%" height="650"
    src="proxy.php?url=https%3A%2F%2Fwww.youtube.com%2Fembed%2FqsKolB4HPuM" allowfullscreen>
    </iframe>
  </div>

  <div class="carousel-item">
    <iframe width="100%" height="650"
    src="proxy.php?url=https%3A%2F%2Fwww.youtube.com%2Fembed%2FkGRiq-s34os" allowfullscreen>
    </iframe>
  </div>

</div>

<a class="carousel-control-prev" href="proxy.php?url=https%3A%2F%2Fgithub.com%2F%23gamecarousel" role="button" data-slide="prev">
  <span class="carousel-control-prev-icon" aria-hidden="true"></span>
  <span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="proxy.php?url=https%3A%2F%2Fgithub.com%2F%23gamecarousel" role="button" data-slide="next">
  <span class="carousel-control-next-icon" aria-hidden="true"></span>
  <span class="sr-only">Next</span>
</a>


SOCCER


#1 LovingFootballSoccer

When you're part of a team, it's like having an extra family. These guys will be there for you no matter what. You support one another when times get hard and celebrate when you win. If you want to feel as though you are a part of something special, you should join a football, team.

足球的世界是个单纯的世界。即使在一些贫民区,无论生活多么的沉重,踢足球的孩子永远会保持着单纯的笑容。</p>
<div class="carousel-item active">
<img src="proxy.php?url=https%3A%2F%2Fcdn.wallpapersafari.com%2F15%2F39%2FFjVPQa.jpg" width="100%" height="700px" alt="soccer">
</div>

<div class="carousel-item">
  <img src="proxy.php?url=https%3A%2F%2Fi.pinimg.com%2Foriginals%2F8b%2F19%2F2f%2F8b192f82b65a429b2d4d079cf87b30ec.jpg" width="100%" height="700px" alt="soccer">
</div>

<div class="carousel-item">
  <img src="proxy.php?url=https%3A%2F%2Fimages.performgroup.com%2Fdi%2Flibrary%2FGOAL%2Fbf%2F4a%2Fcristiano-ronaldo-juventus-real-madrid-champions-league-2017-18_lhz69ekq2t971w72jtdu535jh.png%3Ft%3D1881870404%26amp%3Bw%3D1920%26amp%3Bh%3D1080" width="100%" height="700px" alt="soccer">
</div>


<div class="carousel-item">
  <img src="proxy.php?url=https%3A%2F%2Fi.pinimg.com%2Foriginals%2F44%2F2b%2Fcd%2F442bcdf5df69e3ba451ad593262248d5.jpg" width="100%" height="700px" alt="soccer">
</div>


<div class="carousel-item">
  <img src="proxy.php?url=https%3A%2F%2Fwww.teahub.io%2Fphotos%2Ffull%2F171-1719753_england-manager-a-dream-job-david-beckham-football.jpg" width="100%" height="700px" alt="soccer">
</div>


<div class="carousel-item">
  <img src="proxy.php?url=https%3A%2F%2Fwallpaperaccess.com%2Ffull%2F2315232.jpg" width="100%" height="700px" alt="soccer">
</div>


<div class="carousel-item">
  <img src="proxy.php?url=https%3A%2F%2Fwallpaperaccess.com%2Ffull%2F1424715.jpg" width="100%" height="700px" alt="soccer">
</div>

  
<div class="carousel-item">
  <img src="proxy.php?url=https%3A%2F%2Fwallpaperaccess.com%2Ffull%2F483263.jpg" width="100%" height="700px" alt="soccer">
</div>

  
<div class="carousel-item">
  <img src="proxy.php?url=https%3A%2F%2Fimages.daznservices.com%2Fdi%2Flibrary%2FGOAL%2F8e%2F10%2Fkylian-mbappe-psg-dijon-ligue-1-29022020_7rtje1wbvb771syoibzl1w2rs.jpg%3Ft%3D-1778440560%26amp%3Bquality%3D100" width="100%" height="700px" alt="soccer">
</div>

  
<div class="carousel-item">
  <img src="proxy.php?url=https%3A%2F%2Fwww.wallpapertip.com%2Fwmimgs%2F157-1574974_sergio-ramos-y-messi.jpg" width="100%" height="700px" alt="soccer">
</div>
Previous Next

MY FAVOURITE TEAM

Barcelona

Ter Stegen

Goalkeeper

Cle. Lenglet

Centre Back Defender

Gerard Pique

Centre Back Defender

Jordi Alba

Left Back Defender

Sergino Dest

Right Back defender

Philippe Continho

Attacker.Attacking Midfielder

Sergio Busquets

Defender.Defensive Midfielder

Frenkie De Jong

Central Midfielder

Ansu Fati

Left Winger.Speeding Bullet

Lionel Messi

Right Winger.Captain.

Antoine Griezmann

Left Winger.Second Striker

SuperStars

Avatar

Cristiano Ronaldo

JUVENTUS

      </div>
    </div>
    <div class="card card-back text-center">
      <div class="card-header">
        <p>More About Him</p>
      </div>
      <div class="card-block">
        <h4>Left Winger</h4>
        <p>Cristiano Ronaldo, in full Cristiano Ronaldo dos Santos Aveiro, (born February 5, 1985, Funchal, Madeira, Portugal), Portuguese football (soccer) forward who was one of the greatest players of his generation.</p>

        
      </div>
    </div>
  </div>
</div>

<div class="col-sm-12 col-md-8 col-lg-4">
  <div class="rotate-container">
    <div class="card card-front text-center">
      <div class="card-background" style="background-image: url(https://www.teahub.io/photos/full/52-525064_tottenham-hotspur-wallpapers-tottenham-hotspur-wallpaper-hd.jpg);"></div>
      <div class="card-block"><img class="avatar" src="proxy.php?url=https%3A%2F%2Fresources.premierleague.com%2Fpremierleague%2Fphotos%2Fplayers%2F250x250%2Fp85971.png" alt="Avatar"/>
        <h3 class="card-title">Son Heung Min 孙兴慜</h3>
        <p>TOTTENHAM HOTSPURS</p>
        <button class="btn btn-grey btn-rotate">Click to Triple Flip
        </button>
      </div>
    </div>
    <div class="card card-back text-center">
      <div class="card-header">
        <p>More About Him</p>
      </div>
      <div class="card-block">
        <h4>Left Winger / Left Midfielder</h4>
        <p>Son Heung-min (Korean: 손흥민 ; born 8 July 1992) is a South Korean professional footballer who plays as a forward for Premier League club Tottenham Hotspur and captains the South Korean national team。</p>

        <button class="btn btn-grey btn-rotate">Back </button>
      </div>
    </div>
  </div>
</div>

<div class="col-sm-12 col-md-8 col-lg-4">
  <div class="rotate-container">
    <div class="card card-front text-center">
      <div class="card-background" style="background-image: url(https://d3j2s6hdd6a7rg.cloudfront.net/v2/uploads/media/default/0001/40/thumb_39596_default_news_size_5.jpeg);"></div>
      <div class="card-block"><img class="avatar" src="proxy.php?url=https%3A%2F%2Fresources.premierleague.com%2Fpremierleague%2Fphotos%2Fplayers%2F250x250%2Fp97032.png" alt="Avatar"/>
        <h3 class="card-title">Virgil Van Dijk</h3>
        <p>LIVERPOOL</p>
        
      </div>
    </div>
    <div class="card card-back text-center">
      <div class="card-header">
        <p>More About Him</p>
      </div>
      <div class="card-block">
        <h4>Centre Back: Defender</h4>
        <p>Virgil van Dijk is a Dutch professional footballer who plays as a centre-back for Premier League club Liverpool and captains the Netherlands national team. Considered one of the best defenders in the world, he is known for his strength, leadership and aerial ability.</p>

       
    </div>
  </div>
</div>

barcelona BARCELONA

Name Age Club Country Position Salary (per week)
Lionel Messi 33 Barcelona Argentina Centre Forward £700,000
Antoine Griezmann 30 Barcelona France Left Wing Forward £594,000
Ousmane Dembele 23 Barcelona France Right Wing Forward £212,000
Sergio Busquets 32 Barcelona Spain Defensive Midfielder £271,000
Frenkie De Jong 23 Barcelona Holland Midfielder £360,000
Philippe Continho 28 Barcelona Brazil Attacking Midfielder £250,000
Jordi Alba 32 Barcelona Spain Left Back Defender £350,000
Gerard Pique 34 Barcelona Spain Centre Back Defender £450,000
Clement Lenglet 25 Barcelona Spain Centre Back Defender £360,000
Sergino Dest 20 Barcelona Holland Right Back Defender £210,000
Ter Stegen 28 Barcelona Germany Goalkeeper £220,000


MUSIC

Music is life itself, it is the soundtrack of your life.
“Music, once admitted to the soul, becomes a sort of spirit and never dies.” – Edward Bulwer-Lytton.

凡音之起,由人心生也,人心之动,物使之然也。

<div class="carousel-item active">
  <iframe width="100%" height="650"
  src="proxy.php?url=https%3A%2F%2Fwww.youtube.com%2Fembed%2FRBumgq5yVrA" allowfullscreen>
  </iframe>
</div>

<div class="carousel-item">
  <iframe width="100%" height="650"
  src="proxy.php?url=https%3A%2F%2Fwww.youtube.com%2Fembed%2FqIF8xvSA0Gw" allowfullscreen>
  </iframe>
</div>

<div class="carousel-item">
  <iframe width="100%" height="650"
  src="proxy.php?url=https%3A%2F%2Fwww.youtube.com%2Fembed%2FNKeU1twQYX4" allowfullscreen>
  </iframe>
</div>

<div class="carousel-item">
  <iframe width="100%" height="650"
  src="proxy.php?url=https%3A%2F%2Fwww.youtube.com%2Fembed%2FEqPtz5qN7HM" allowfullscreen>
  </iframe>
</div>

<div class="carousel-item">
  <iframe width="100%" height="650" 
  src="proxy.php?url=https%3A%2F%2Fwww.youtube.com%2Fembed%2FXXYlFuWEuKI" allowfullscreen>
  </iframe>
</div>

<div class="carousel-item">
  <iframe width="100%" height="650"
  src="proxy.php?url=https%3A%2F%2Fwww.youtube.com%2Fembed%2FkJQP7kiw5Fk" allowfullscreen>
  </iframe>
</div>
Previous Next

Marking a lot of projects must be very exhausted, here's some music for madam to relax a bit and keep going.
Gambateh~


<div class="row">
  <div class="col-lg-12 col-md-12 py-5">
    <div class="mb-5 flex-center">

     
      <a class="fb-ic">
        <i class="fab fa-facebook-f fa-lg white-text mr-md-5 mr-3 fa-2x"> </i>
      </a>
    
      <a class="tw-ic">
        <i class="fab fa-twitter fa-lg white-text mr-md-5 mr-3 fa-2x"> </i>
      </a>
   
      <a class="gplus-ic">
        <i class="fab fa-google-plus-g fa-lg white-text mr-md-5 mr-3 fa-2x"> </i>
      </a>
     
      <a class="li-ic">
        <i class="fab fa-facebook-messenger white-text mr-md-5 mr-3 fa-2x"></i>
      </a>
    
      <a class="ins-ic">
        <i class="fab fa-instagram fa-lg white-text mr-md-5 mr-3 fa-2x"> </i>
      </a>
    
      <a class="pin-ic">
        <i class="fab fa-whatsapp white-text mr-md-5 mr-3 fa-2x"></i>
      </a>

      <a>
        <i class="fab fa-telegram-plane white-text mr-md-5 mr-3 fa-2x"></i>
      </a>
    </div>
  </div>
</div>

<div class="modal fade" id="modalContactForm" tabindex="-1" role="dialog" aria-labelledby="myModalLabel"
aria-hidden="true">
<div class="modal-dialog" role="document">
  <div class="modal-content">
    <div class="modal-header text-center">
      <h4 class="modal-title w-100 font-weight-bold">Write to us</h4>
      <button type="button" class="close" data-dismiss="modal" aria-label="Close">
        <span aria-hidden="true">&times;</span>
      </button>
    </div>
    <div class="modal-body mx-3">
      <div class="md-form mb-5">
        <i class="fas fa-user prefix grey-text"></i>
        <input type="text" id="form34" class="form-control validate">
        <label data-error="wrong" data-success="right" for="form34">Your name</label>
      </div>

      <div class="md-form mb-5">
        <i class="fas fa-envelope prefix grey-text"></i>
        <input type="email" id="form29" class="form-control validate">
        <label data-error="wrong" data-success="right" for="form29">Your email</label>
      </div>

      <div class="md-form mb-5">
        <i class="fas fa-tag prefix grey-text"></i>
        <input type="text" id="form32" class="form-control validate">
        <label data-error="wrong" data-success="right" for="form32">Subject</label>
      </div>

      <div class="md-form">
        <i class="fas fa-pencil prefix grey-text"></i>
        <textarea type="text" id="form8" class="md-textarea form-control" rows="4"></textarea>
        <label data-error="wrong" data-success="right" for="form8">Your message</label>
      </div>

    </div>
    <div class="modal-footer d-flex justify-content-center">
      <button class="btn btn-grey" onclick="button2()">Send <i class="fas fa-paper-plane-o ml-1"></i></button>
    </div>
  </div>
</div>
© 2021 Copyright: [email protected]

Chee Kar Jun

<script> $(function() { // For card rotation $('.btn-rotate').click(function(){ $('.card-front').toggleClass(' rotate-card-front'); $('.card-back').toggleClass(' rotate-card-back'); }); }); </script>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors