Advertisement
Guest User

Untitled

a guest
Mar 31st, 2015
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.71 KB | None | 0 0
  1. THIS begins at "WHAT WE ARE" on line 84 of INDEX.HTML
  2.  
  3.                 <h1>What We Are</h1>
  4.                 <p>
  5.                     At TechTechTechBOOM, we seek to offer a wide variety of computer programming and development methodology tests for anyone who wishes to press the limits of                       their skills. Are you a novice programmer completing your first application? An adept with thousands of lines of completed code? Test the limits of your
  6.                     expertise regardless of proficiency right here at TechTechTechBOOM!
  7.  
  8.                 </p>
  9.                 <br />
  10.                 <h1>How It Works</h1>
  11.                 <p>
  12.                     Once you have created an account, simply choose a desired programming language or development methodology. Once you have a language in mind, choose your
  13.                     desired difficulty! (Expert level difficulty reserved for Bomb Squad members)  After you’re done, compare your score with friends, peers, rivals, and
  14.                     colleagues to see who can show true mastery of technical prowess!!!
  15.                 </p>
  16.             </div>
  17.         </div>
  18.  
  19. THIS begins at the top right margin, line 100 of my INDEX.HTML
  20.  
  21.       <div class="large-5 columns" style="margin-top: 25px">
  22.           <div class="panel" style="background-image: url('img/escheresque.png'); background-repeat: repeat-x repeat-y;">
  23.               <br />
  24.               <h1>The Timer's Ticking! Sign Up For Free Today!</h1>
  25.               <a href="#" class="medium success button" data-reveal-id="signUpModal" style="padding: 20px 60px 20px 60px; font-size:36px">Sign Up!</a>
  26.               <p>Already have an account? <a href="#" data-reveal-id="signInModal">Sign In</a> now!</p>
  27.              
  28.               <!-- We plan to Place a graphic image in this blank space -->
  29.              
  30.               <br /><br /><br /><br /><br /><br />
  31.               <h1>Just Can’t Get Enough?</h1>
  32.               <p>
  33.                   Are you in need of the most difficult tests? Do you wish to press the limits of your knowledge of a programming language? Are you seeking more randomized,                         chaotic, tests? When you join the Bomb Squad, you are granted special access to defuse only the HARDEST tests located on TechTechTechBOOM. With access to                         questions from random languages, random methodologies, or high difficulties, the badge of the Bomb Squad shows that you are seriously dedicated to proving
  34.                   your worth as a master programmer.
  35.               </p>
  36.               <a href="#" class="medium success button" style="width: 100%; padding: 30px 0 30px 0; font-size:36px;">Join the Bomb Squad!</a>
  37.           </div>
  38.       </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement