Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2014
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.33 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>Index</title>
  4. <link rel="stylesheet" href="font-awesome-4.1.0/css/font-awesome.min.css">
  5. <link rel="stylesheet" type="text/css" href="style.css">
  6. </head>
  7.  
  8. <div id="header">
  9.     <a href="Index.html"><i class="fa fa-flag"></i> MCCTF MOD</a>
  10. </div>
  11.  
  12. <div id="nav">
  13.  
  14.     <a href="Index.html">
  15.         <tab><i class="fa fa-magic"></i> Features</tab>
  16.     </a>
  17.  
  18.     <a href="Index.html">
  19.         <tab><i class="fa fa-download"></i> Download</tab>
  20.     </a>
  21.  
  22.     <a href="Index.html">
  23.         <tab><i class="fa fa-pencil-square-o"></i> Install</tab>
  24.     </a>
  25.  
  26.     <a href="Index.html">
  27.         <tab><i class="fa fa-cog"></i> Configure</tab>
  28.     </a>
  29.  
  30.     <a href="Index.html">
  31.         <tab><i class="fa fa-question-circle"></i> FAQ</tab>
  32.     </a>
  33.  
  34. </div>
  35.  
  36. <body>
  37.     <div id="content-container">
  38.     <table style="width:100%; outline:1px solid #333">
  39.  
  40.         <tr style="outline:1px solid #333;">
  41.             <td style="width:(100/3)%);">
  42.                 <div id="content-card" style="margin-left:2.5%; margin-right:2.5%; height:100%;">
  43.                     <center><h2><i class="fa fa-exclamation-circle"></i> Notifications</h2></center>
  44.                     Custom achievement-like notifications for important events in the game.
  45.                     <ul>
  46.                     <li>Flag stolen/dropped/picked up/recovered/captured/restored</li>
  47.                     <li>Streak ended</li>
  48.                     <li>Compass direction</li>
  49.                     <li>Game over</li>
  50.                     <li>Game begin</li>
  51.                     <li>Class change</li>
  52.                     <li>Time alerts (5 minutes and 1 minute remaining)</li>
  53.                     </ul>
  54.                 </div>
  55.             </td>
  56.  
  57.             <td style="width:(100/3)%); outline:1px solid #333">
  58.                 <div id="content-card" style="margin-left:2.5%; margin-right:2.5%;">
  59.                     <center><h2><i class="fa fa-picture-o"></i> Custom HUD</h2></center>
  60.                     A fully customizeable heads up display.
  61.                     <ul>
  62.                     <li>Compacted stas</li>
  63.                     <li>Recovers stat</li>
  64.                     <li>KD</li>
  65.                     <li>/m Medic message bolded depending on your class</li>
  66.                     </ul>
  67.                 </div>
  68.             </td>
  69.  
  70.             <td style="width:(100/3)%);">
  71.                 <div id="content-card" style="margin-left:2.5%; margin-right:2.5%;">
  72.                     <center><h2><i class="fa fa-users"></i> Friends List</h2></center>
  73.                     Custom alert-like notifications for important events in the game.
  74.                     <ul>
  75.                     <li>Configurable list of players to check with two ranks (perfect for members/mercs)</li>
  76.                     <li>Configurable title</li>
  77.                     </ul>
  78.                 </div>
  79.             </td>
  80.         </tr>
  81.  
  82.     </table>
  83.     </div>
  84. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement