Difference between revisions of "Team:NTU SINGAPORE"

(Replaced content with "{{NTU_SINGAPORE}} <html> </html>")
Line 2: Line 2:
  
 
<html>
 
<html>
<title>W3.CSS Template</title>
 
<meta charset="UTF-8">
 
<meta name="viewport" content="width=device-width, initial-scale=1">
 
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
 
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Inconsolata">
 
<style>
 
body, html {
 
    height: 100%;
 
    font-family: "Inconsolata", sans-serif;
 
}
 
.bgimg {
 
    background-position: center;
 
    background-size: cover;
 
    background-image: url("https://static.igem.org/mediawiki/2017/b/be/Cover_Photo_NTU.jpeg");
 
    min-height: 75%;
 
}
 
.menu {
 
    display: none;
 
}
 
</style>
 
<body>
 
  
 
 
<!-- Header with image -->
 
<header class="bgimg w3-display-container w3-grayscale-min" id="home">
 
  <div class="w3-display-bottomleft w3-center w3-padding-large w3-hide-small">
 
 
 
  </div>
 
  <div class="w3-display-middle w3-center">
 
    <span class="w3-text-white" style="font-size:90px">NTU<br>iGEM</span>
 
  </div>
 
  <div class="w3-display-bottomright w3-center w3-padding-large">
 
 
  </div>
 
</header>
 
 
<!-- Add a background color and large text to the whole page -->
 
<div class="w3-sand w3-grayscale w3-large">
 
 
<!-- About Container -->
 
<div class="w3-container" id="about">
 
  <div class="w3-content" style="max-width:700px">
 
    <h5 class="w3-center w3-padding-64"><span class="w3-tag w3-wide">ABOUT US</span></h5>
 
    <p>The Cafe was founded in blabla by Mr. Smith in lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
 
    <p>In addition to our full espresso and brew bar menu, we serve fresh made-to-order breakfast and lunch sandwiches, as well as a selection of sides and salads and other good stuff.</p>
 
 
 
</body>
 
 
</html>
 
</html>

Revision as of 15:13, 24 October 2017