Guest User

final_team.php

a guest
Nov 17th, 2018
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 3.94 KB | None | 0 0
  1. <?php /* Template Name: TeamV2 */ ?>
  2.  
  3. <!DOCTYPE html>
  4. <html>
  5. <head>
  6.     <title>Our Team</title>
  7. <meta name="viewport" content="width=device-width, initial-scale=1">
  8. <style>
  9. html {
  10.   box-sizing: border-box;
  11. }
  12.  
  13. *, *:before, *:after {
  14.   box-sizing: inherit;
  15. }
  16.  
  17. .column {
  18.   float: left;
  19.   width: 50%;
  20.   margin-bottom: 16px;
  21.   padding: 0 8px;
  22. }
  23.  
  24. @media screen and (max-width: 650px) {
  25.   .column {
  26.     width: 100%;
  27.     display: block;
  28.   }
  29. }
  30.  
  31. .card {
  32.   box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  33. }
  34.  
  35. .container {
  36.   padding: 0 16px;
  37. }
  38.  
  39. .container::after, .row::after {
  40.   content: "";
  41.   clear: both;
  42.   display: table;
  43. }
  44.  
  45. .title {
  46.   color: grey;
  47. }
  48.  
  49. .button {
  50.   border: none;
  51.   outline: 0;
  52.   display: inline-block;
  53.   padding: 8px;
  54.   color: white;
  55.   background-color: #3C5A99;
  56.   text-align: center;
  57.   cursor: pointer;
  58.   width: 100%;
  59. }
  60.  
  61. .button:hover {
  62.   background-color: #555;
  63. }
  64. </style>
  65. </head>
  66. <body>
  67.  
  68. <h2 align="center">Our Team</h2>
  69. <br>
  70.  
  71. <div class="row">
  72.   <div class="column">
  73.     <div class="card">
  74.       <img src="https://houwenfrontier.onlinewebshop.net/wp-content/uploads/2018/11/Jack.jpg" alt="Jack" style="width:100%">
  75.       <div class="container" align="center">
  76.         <h2>Jack Reacher</h2>
  77.         <p class="title">Founder and Administrator</p>
  78.         <p>Jack is a security professional, an ethical hacker.He loves to help people,teach people and learn something new everyday.</p>
  79.         <p>Email:revailace@gmail.com</p>
  80.         <p><a href="https://www.facebook.com/jack.richer.1865904" class="button">Facebook</a></p>
  81.       </div>
  82.     </div>
  83.   </div>
  84.  
  85.   <div class="column">
  86.     <div class="card">
  87.       <img src="https://houwenfrontier.onlinewebshop.net/wp-content/uploads/2018/11/Mahdi.jpg" alt="Mahdi" style="width:100%">
  88.       <div class="container" align="center">
  89.         <h2>AL Mahdi</h2>
  90.         <p class="title">Administrator</p>
  91.         <p>A learner.Always try to learn something.Currently studying Computer Technology.</p>
  92.         <p>Email:virtualmahdi@gmail.com</p>
  93.         <p><a href="https://www.facebook.com/M4hd1BD" class="button">Facebook</a></p>
  94.       </div>
  95.     </div>
  96.   </div>
  97. </div>
  98. <div class ="row">
  99.   <div class="column">
  100.     <div class="card">
  101.       <img src="https://houwenfrontier.onlinewebshop.net/wp-content/uploads/2018/11/Nafiul.jpg" alt="Nafiul" style="width:100%">
  102.       <div class="container" align="center">
  103.         <h2>Md Nafiul Islam</h2>
  104.         <p class="title">Moderator</p>
  105.         <p>Intentionally left blank.</p>
  106.         <p>Email:nillyhan.xt@gmail.com</p>
  107.         <p><a href="https://www.facebook.com/WentOffline" class="button">Facebook</a></p>
  108.       </div>
  109.     </div>
  110.   </div>
  111.   <div class="column">
  112.     <div class="card">
  113.       <img src="https://houwenfrontier.onlinewebshop.net/wp-content/uploads/2018/11/Johnny.jpg" alt="Johnny" style="width:100%">
  114.       <div class="container" align="center">
  115.         <h2>Johnny Snow Agoeson</h2>
  116.         <p class="title">Moderator</p>
  117.         <p>A hacker, a teacher.Always motivate people using his stories.Stay connected with him.</p>
  118.         <p>Email:Agoe.halo@yahoo.com</p>
  119.         <p><a href="https://www.facebook.com/john.adjei.186" class="button">Facebook</a></p>
  120.       </div>
  121.     </div>
  122.   </div>
  123. </div>
  124. <div class ="row">
  125.   <div class="column">
  126.     <div class="card">
  127.       <img src="https://houwenfrontier.onlinewebshop.net/wp-content/uploads/2018/11/Hamza.jpg" alt="Hamza" style="width:100%">
  128.       <div class="container" align="center">
  129.         <h2>Hamza Maqsood</h2>
  130.         <p class="title">Moderator</p>
  131.         <p>He's another passionate​ learner and teacher but not mysterious like the others here. He can guide you on some topics like Android, Hacking, Troubleshooting and some other stuff.</p>
  132.         <p>Email:hamzamaqsood877@gmail.com</p>
  133.         <p><a href="https://www.facebook.com/john.adjei.186" class="button">Facebook</a></p>
  134.       </div>
  135.     </div>
  136.   </div>
  137. </div>
  138. </body>
  139. </html>
Add Comment
Please, Sign In to add comment