Advertisement
Guest User

Untitled

a guest
Sep 24th, 2017
976
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5.11 KB | None | 0 0
  1. <html>
  2.  
  3.   <head>
  4.     <script src="https://use.fontawesome.com/6258aca291.js"></script>
  5.     <title>Crutt Corps</title>
  6.  
  7.   <meta name="maValidation" content="2a6b289ae5e7f5cc6ddaec87ec8d45e3" />
  8.  
  9.   <link rel="icon" href="https://cdn1.iconfinder.com/data/icons/rounded-flat-country-flag-collection-1/2000/us-01.png">
  10.  
  11.     <link href="http://s3.amazonaws.com/codecademy-content/courses/ltp/css/shift.css" rel="stylesheet">
  12.  
  13.     <link rel="stylesheet" href="http://s3.amazonaws.com/codecademy-content/courses/ltp/css/bootstrap.css">
  14.     <link rel="stylesheet" href="style.css">
  15.  
  16.   </head>
  17.  
  18.   <body>
  19.     <div>
  20.     <div class="nav">
  21.       <div class="container">
  22.         <ul class="pull-left">
  23.           <div class="up"><li class="sign" onclick="scrollWin()">138Wg3fs6cRa3wuR2ZhpsNBCT2CrbmAr1d</li><li><a href="#">Donate</a></li></div>
  24.         </ul>
  25.         <ul class="pull-right">
  26.           <li><a href="faq">FAQ</a></li>
  27.           <li><a href="invest">Invest</a></li>
  28.           <li><a href="home">Home</a></li>
  29.         </ul>
  30.       </div>
  31.     </div>
  32.  
  33.     <div class="jumbotron">
  34.       <div class="container">
  35.         <h1>Cruttenden Corporation</h1>
  36.         <a href="../">Go Home</a>
  37.       </div>
  38.     </div>
  39.  
  40. <div class="neighborhood-guides">
  41.   <div class="container">
  42.  
  43.     <div class="learn-more">
  44.       <div class="container">
  45.         <div class="row">
  46.         <div class="col-md-11">
  47. <h3>Donate</h3>
  48. <p>Thank you so much for choosing to donate to Cruttenden Corporation. It's people like you who keeps us going and make it all worth it in the end. If you would like your name oh the hall of Donations email me at <a href="mailto:cruttcorp@gmail.com?Subject=Donation" target="_blank">cruttcorp@gmail.com</a> witht the subject, "Donation". Make sure to include your name and wallet. If you do not email us we will use "anonymous" for your name. And of course if you wouldn't like to be in the Hall of Donations tell us.</p>
  49. <div class="col-md-11">
  50. <h3><i class="fa fa-btc" aria-hidden="true"></i>itcoin</h3>
  51. <a href="https://bitcoin.org" target="_blank"><img src="http://i.imgur.com/r2vU5ki.png" width="200px" style="padding: 0 20px 0 2px;" /></a> <a href="https://blockchain.info/address/1HKz9YBkg6uUGWtgtHCTokAm53XstijbFj" target="_blank">1HKz9YBkg6uUGWtgtHCTokAm53XstijbFj</a></div>
  52. <div class="col-md-11">
  53. <h3>Ξthereum</h3>
  54. <a href="https://ethereum.org" target="_blank"><img src="https://www.freebsdnews.com/wp-content/uploads/ETHEREUM_NAV-BAR-LOGO.png" width="200px" style="padding: 0 10px 0 0; margin: 0 0 0 0;" /></a> <a href="https://www.etherchain.org/account/0xcd3cf99388786717edc18a08f7da194d336d9b77" target="_blank">0xcd3cf99388786717edc18a08f7da194d336d9b77</a></div>
  55. <div class="col-md-11">
  56. <h3>Łitecoin</h3>
  57. <a href="https://litecoin.org/" target="_blank"><img src="https://lawnmower.io/images/asset_logos/LTC.png" width="200px" style="padding: 0 10px 0 0; margin: 0 0 0 0;" /></a> <a href="https://live.blockcypher.com/ltc/address/LYC6KgEyfVWdbdMXJY2t5ZwChTZPfvVuwX/" target="_blank">LYC6KgEyfVWdbdMXJY2t5ZwChTZPfvVuwX</a></div>
  58. <p><img height="100px" src="https://upload.wikimedia.org/wikipedia/commons/thumb/2/2e/Pipe.svg/2000px-Pipe.svg.png" width="100%" style="padding: 50px 0 0 0;" /></p>
  59. <div class="hallOfDonations">
  60. <h3 style="text-align: center;">Hall of Donations</h3>
  61. <table style="width: 100%;">
  62. <tbody>
  63. <tr><th style="text-align: center;">Doner</th><th style="text-align: center;">Wallet</th><th style="text-align: center;">Amount</th></tr>
  64. <tr>
  65. <td align="center"></td>
  66. <td align="center"></td>
  67. <td align="center"></td>
  68. </tr>
  69. <tr>
  70. <td align="center"></td>
  71. <td align="center"></td>
  72. <td align="center"></td>
  73. </tr>
  74. <tr>
  75. <td align="center"></td>
  76. <td align="center"></td>
  77. <td align="center"></td>
  78. </tr>
  79. </tbody>
  80. </table>
  81. </div>
  82.             </div>
  83.           </div>
  84.         </div>
  85.       </div>
  86.     </div>
  87. </div>
  88.   </body>
  89.   <style>
  90.  
  91.   .btcWallet {
  92.       float:left;
  93.   }
  94.  
  95.   .col-md-ll {
  96.  
  97.       float:left;
  98.  
  99.   }
  100.  
  101.   .sign {
  102.       visibility: hidden;
  103.   }
  104.  
  105.   .up:hover .sign {
  106.       visibility: visible;
  107.       opacity: 1;
  108.   }
  109.  
  110.   .nav a {
  111.   color: #5a5a5a;
  112.   font-size: 11px;
  113.   font-weight: bold;
  114.   padding: 14px 10px;
  115.   text-transform: uppercase;
  116. }
  117.  
  118. .nav li {
  119.   display: inline;
  120. }
  121.  
  122. .jumbotron {
  123.   background-image:url('https://imgur.com/End2wcd.jpg');
  124.   height: 600px;
  125.   background-repeat: no-repeat;
  126.   background-size: cover;
  127. }
  128.  
  129. .jumbotron .container {
  130.   position: relative;
  131.   top:100px;
  132. }
  133.  
  134. .jumbotron h1 {
  135.   color: #fff;
  136.   font-size: 48px;
  137.   font-family: 'Shift', sans-serif;
  138.   font-weight: bold;
  139. }
  140.  
  141. .jumbotron p {
  142.   font-size: 20px;
  143.   color: #fff;
  144. }
  145.  
  146. .learn-more {
  147.   background-color: #f7f7f7;
  148. }
  149.  
  150. .learn-more h3 {
  151.   font-family: 'Shift', sans-serif;
  152.   font-size: 18px;
  153.   font-weight: bold;
  154. }
  155.  
  156. .learn-more a {
  157.   color: #00b0ff;
  158. }
  159.  
  160. .neighborhood-guides {
  161.     background-color: #efefef;
  162.     border-bottom: 1px solid #dbdbdb;
  163. }
  164.  
  165. .neighborhood-guides h2 {
  166.         color: #393c3d;
  167.         font-size: 24px
  168. }
  169.  
  170. .neighborhood-guides p {
  171.     font-size: 15px;
  172.     margin-bottom: 13px;
  173. }
  174. </style>
  175. <script>
  176. function scrollWin() {
  177.     window.scrollBy(0, 10000);
  178. }
  179. </script>
  180.  
  181. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement