Advertisement
tatman

Untitled

Jun 8th, 2023
1,126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5.95 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <link rel="stylesheet" href="style.css">
  5. </head>
  6.     <body>
  7.         <section class="wrapper">
  8.             <div class="container-fostrap">
  9.                 <div>
  10.                     <img src="logo_orange.png" class="fostrap-logo"/>
  11.                     <h1 class="heading">
  12.                     </h1>
  13.                 </div>
  14.                 <div class="content">
  15.                     <div class="container">
  16.                         <div class="row">
  17.                             <div class="col-xs-12 col-sm-4">
  18.                                 <div class="card">
  19.                                     <a class="img-card" href="http://www.tatmangames.com/max_details.html">
  20.                                         <img src="max-load-screen.png" />
  21.                                     </a>
  22.                                     <div class="card-content">
  23.                                         <h4 class="card-title">
  24.                                             <a href="http://www.tatmangames.com/max_details.html"> Max Capacity
  25.                                           </a>
  26.                                         </h4>
  27.                                         <p class="">
  28.                                             The ultimate factory management challenge.
  29.                                         </p>
  30.                                         <div class="">
  31.                                             <div class="column">Be the Boss<br>
  32.                                                 Hire and fire the best crew you can find!
  33.                                             </div>
  34.                                             <div class="column">Create your factory<br>
  35.                                                 Build out your factory and get to making $
  36.                                             </div>
  37.                                             <div class="column">Get Rich<br>
  38.                                                 What will you do with your wealth?
  39.                                             </div>
  40.                                         </div>
  41.                                         <div class="">
  42.                                             <p>
  43.                                                 <br>
  44.                                                 &nbsp;Early access via steam will be available late summer 2023.
  45.                                             </p>
  46.                                         </div>
  47.                                     </div>
  48.                                     <div class="card-content">
  49.                                         Early access via steam will be available late summer 2023.
  50.                                     </div>
  51.                                     <div class="card-read-more">
  52.                                         <a href="http://www.tatmangames.com/max_details.html" class="btn btn-link btn-block">
  53.                                             Read More
  54.                                         </a>
  55.                                     </div>
  56.                                 </div>
  57.                             </div>
  58.                             <div class="col-xs-12 col-sm-4">
  59.                                 <div class="card">
  60.                                     <a class="img-card" href="http://www.tatmangames.com">
  61.                                     <img src="corntheory.jpg" />
  62.                                   </a>
  63.                                     <div class="card-content">
  64.                                         <h4 class="card-title">
  65.                                             <a href="http://www.tatmangames.com">Corn Theory
  66.                                           </a>
  67.                                         </h4>
  68.                                         <p class="">
  69.                                             An open world game featuring hacking, cryptography and thrilling story.
  70.                                         </p>
  71.                                     </div>
  72.                                     <div class="card-read-more">
  73.                                         <a href="http://www.tatmangames.com" class="btn btn-link btn-block">
  74.                                             Read More
  75.                                         </a>
  76.                                     </div>
  77.                                 </div>
  78.                             </div>
  79.                             <div class="col-xs-12 col-sm-4">
  80.                                 <div class="card">
  81.                                     <a class="img-card" href="http://www.tatmangames.com">
  82.                                     <img src="card.png" />
  83.                                   </a>
  84.                                     <div class="card-content">
  85.                                         <h4 class="card-title">
  86.                                             <a href="http://www.tatmangames.com">About Tatman Games
  87.                                           </a>
  88.                                         </h4>
  89.                                         <p class="">
  90.                                             Tatman Games is a privately held company currently under the radar.  Stay tuned as things are changing fast.
  91.                                         </p>
  92.                                     </div>
  93.                                     <div class="card-read-more">
  94.                                         <a href="http://www.tatmangames.com" class="btn btn-link btn-block">
  95.                                             Read More
  96.                                         </a>
  97.                                     </div>
  98.                                 </div>
  99.                             </div>
  100.                         </div>
  101.                     </div>
  102.                 </div>
  103.                 <div>
  104.                     <p class="cp-text">Copyright (C) 2023 Tatman Games. All rights reserved.
  105.                     </p>
  106.                 </div>
  107.             </div>
  108.         </section>
  109.     </body>
  110. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement