Difference between revisions of "Team:Sheffield/hometest"

(Created page with "<!DOCTYPE hmtl> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-s...")
 
 
(11 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<!DOCTYPE hmtl>
+
 
+
 
<html>
 
<html>
 
<head>
 
<head>
Line 11: Line 10:
 
 
 
<title>The first igem sheffield page</title>
 
<title>The first igem sheffield page</title>
 +
                <link rel="stylesheet" type="text/css"
 +
                href="https://2016.igem.org/Team:Sheffield/style/main?action=raw&ctype=text/css" />
 +
 
 
 
<link href="https://2016.igem.org/Team:Sheffield/James" rel="stylesheet">
 
  
 
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
 
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
Line 24: Line 24:
 
<!--[if lt IE 9]><script src="assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
 
<!--[if lt IE 9]><script src="assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
 
<script src="assets/js/ie-emulation-modes-warning.js"></script>
 
<script src="assets/js/ie-emulation-modes-warning.js"></script>
</head>
 
 
 
 +
<style type="text/css">
 +
    #top_title, #sideMenu{
 +
      display:none;
 +
      }
 +
    #content{
 +
      background-color:black;
 +
      width:100%;
 +
      margin:0;
 +
      padding:0;
 +
     
 +
      }
  
<body style="min-height:2000px;background-color:black">
+
</style>
 +
        </head>
 +
<body style="background-color:black">
 
<nav class="navbar navbar-default navbar-fixed-top">
 
<nav class="navbar navbar-default navbar-fixed-top">
 
       <div class="container">
 
       <div class="container">
Line 87: Line 99:
 
             <li class="navimage" >
 
             <li class="navimage" >
 
<div style="width:250px">
 
<div style="width:250px">
<img src="css/web-logo2.png">
+
<img src="https://static.igem.org/mediawiki/2016/a/a5/T--Sheffield--home_logo.png">
 
</div>
 
</div>
 
             </li>
 
             </li>
Line 138: Line 150:
 
     </nav>
 
     </nav>
 
 
<img src="css/website_front.jpg" id="frontimage">
+
<img src="https://static.igem.org/mediawiki/2016/9/91/T--Sheffield--home-front-logo.jpg" id="frontimage">
<center><img src="css/castle.jpg" id="workimage">
+
<div class="workparagraph">
+
<h1>Our scribes and architects aren't finished yet. Come for more exciting content.Scroll down for our quick bio!</h1>
+
</div>
+
</center>
+
 
 
<div class="container">
 
      <!-- Main component for a primary marketing message or call to action -->
 
      <div class="jumbotron">
 
<h1>H1 HEADING</h1>
 
<h2>H2 HEADING</h2>
 
<h3>H3 HEADING</h3>
 
<p>This is a standard sentence. It's just filler to see what the text will look like. Really it's nothing exciitng to look at and it's just trivial nonsesne.
 
Wait, why are you still reading this? There is absoloutley nothing to gain from it. Zilch. You are wasting every precious second of your life with every word you read. </p>
 
<img src="download2.jpg">
 
<p>This is some text with a cute kitten added in! blah blah blah blah look at how the text flows around it blah blah blah blah blah blah blah blah blah blah blah </p>
 
        <p>Text</p>
 
        <p>Text</p>
 
        <p><span>Important</span> text!</p>
 
        <p>Text</p>
 
        <p>This text you'll be able to highlight for the glossary (but I haven't worked out how yet)!!</p>
 
        <a class="btn btn-lg btn-primary" href="components/#navbar" role="button">This is a button</a>
 
        <div class = "box1"><p>This is some text inside a highlighted box and some facts!</p></div>
 
<div class = "box2"><p>This is a different type of text box without the background fill</p></div>
 
      </div>
 
  
 
     </div> <!-- /container -->
 
     </div> <!-- /container -->

Latest revision as of 20:21, 3 August 2016

The first igem sheffield page