Advertisement
Guest User

Untitled

a guest
Apr 17th, 2014
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 3.07 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  2. <html>
  3.  
  4.  
  5.  
  6. <head>
  7.  
  8. <!--Stylesheets-->
  9.   <link rel="stylesheet" type="text/css" href="style.css" />
  10.     <link rel="stylesheet" href="font-awesome/css/font-awesome.min.css">
  11.     <link rel="stylesheet" href="css/normalize.min.css" />
  12.   <link rel="stylesheet" href="css/animations.css" />
  13.  
  14.  
  15.   <!--This is your favicon: the icon that appears in the tab on your browser. Simply replace the file "favicon.png" in the "img" folder to change it. It should be 16 pixels (px) wide by 16 pixels (px) high.-->
  16.     <link rel="icon" href="img/favicon.png" type="image/x-icon" />
  17.  
  18.  
  19.  
  20. <!--FILL IN YOUR SEO DESCRIPTION AND SEARCH KEYWORDS HERE SO THAT YOUR WEBSITE WILL BE FOUND EASILY BY SEARCH ENGINES-->
  21.     <meta name="description" content=""/>
  22.   <meta name="keywords" content=""/>
  23.  
  24. <!--The title you'd like displayed on your website browser tab and in search results.-->
  25.   <title>XterriorGaming.com.</title>
  26.  
  27. </head>
  28. <body>
  29.  
  30.   <!--This is the main container.-->
  31.   <div id="intro">
  32.  
  33.       <!--The left sidebar. Simply replace the file "logo.png" in the folder "img" to replace the logo on the left hand side.-->
  34.       <div id="left-picture">
  35.           <div class="floating"><center><div id="logo2"><img src="img/logo.png"/></div></center></div>
  36.       </div><!--/left-picture-->
  37.  
  38.       <!--The right content. Simply replace the "i class" of any item to any other you find on FontAwesome: http://fontawesome.io/ to switch out the social network icon.-->
  39.       <div id="right-content">
  40.           <div id="text" style="padding: 0 150px 0 150px;">
  41.               <p class="header">Hello There Citizens! .<span style="color: #3e3f43;"> Select from the portal.</span></p>
  42.               <div class="bigEntrance"><a href="https://www.xterriorgaming.com/donate/" target="_blank"><div class="round-it-med">Forums</div></a></div>
  43.               <div class="bigEntrance"><a href="https://www.xterriorgaming.com/donate/" target="_blank"><div class="round-it-med">Donate</div></a></div>
  44.               <div class="bigEntrance"><a href="https://www.xterriorgaming.com/content/" target="_blank"><div class="floating"><div class="round-it-med">Content</div></a></div>
  45.           </div><!--/text-->
  46.       </div><!--/right-content-->
  47.  
  48.   </div><!--/intro-->
  49.  
  50.  
  51. <!--Loads the font from Google web fonts.-->
  52.   <script type="text/javascript">
  53.   WebFontConfig = {
  54.     google: { families: [ 'Open+Sans:800italic,400,300,700,800:latin' ] }
  55.   };
  56.   (function() {
  57.     var wf = document.createElement('script');
  58.     wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  59.       '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  60.     wf.type = 'text/javascript';
  61.     wf.async = 'true';
  62.     var s = document.getElementsByTagName('script')[0];
  63.     s.parentNode.insertBefore(wf, s);
  64.   })(); </script>
  65.  
  66.   <script src="js/jquery-1.11.0.min.js"></script>
  67.   <script src="js/center.js"></script>
  68.   <script src="js/center2.js"></script>
  69.   <script src="js/retina-1.1.0.min.html"></script>
  70. </body>
  71.  
  72.  
  73. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement