Team:KAIST Korea/footer

From 2012.igem.org

(Difference between revisions)
Line 2: Line 2:
<head>
<head>
<title> Kaist Footer</title>
<title> Kaist Footer</title>
 +
<link href='http://fonts.googleapis.com/css?family=Gloria+Hallelujah' rel='stylesheet' type='text/css'>
 +
<script type="text/javascript">
 +
  WebFontConfig = {
 +
    google: { families: [ 'Gloria+Hallelujah::latin' ]}
 +
  };
 +
  (function() {
 +
    var wf = document.createElement('script');
 +
    wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
 +
      '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
 +
    wf.type = 'text/javascript';
 +
    wf.async = 'true';
 +
    var s = document.getElementsByTagName('script')[0];
 +
    s.parentNode.insertBefore(wf, s);
 +
  })();
 +
  </script>
 +
<style>
 +
@import url(http://fonts.googleapis.com/css?family=Gloria+Hallelujah);
 +
<style>
<style>
#kaist-footerbox
#kaist-footerbox
Line 28: Line 46:
position: fixed;
position: fixed;
bottom:10px;
bottom:10px;
-
left:20px;
+
font-family: 'Gloria Hallelujah', cursive;
 +
color: #fff;
 +
font-size:12px;
}
}
 +
#kaistigemlogo a
 +
{
 +
font-family: 'Gloria Hallelujah', cursive;
 +
color: #fff;
 +
font-size:12px;
 +
text-decoration:none;
 +
}
 +
 +
#kaistigemlogo a:hover
 +
{
 +
font-family: 'Gloria Hallelujah', cursive;
 +
color: #fff;
 +
font-size:12px;
 +
text-decoration:none;
 +
}
</style>
</style>
  </head>
  </head>
  <body>
  <body>
-
  <div id = "kaistigemlogo"><a href="https://2012.igem.org/Main_Page"><img style="height:50px;" src="https://static.igem.org/mediawiki/2012/6/65/KAIST_igem_logo.png"/></a>
+
  <div id = "kaistigemlogo"><a href="https://2012.igem.org/Main_Page"><img style="height:70px;" src="https://static.igem.org/mediawiki/2012/6/65/KAIST_igem_logo.png"/>→ Go to iGEM main page!</a> </div>
-
<a href="http://www.kaist.ac.kr/index.php"><img style="height:50px;" src="https://static.igem.org/mediawiki/2012/6/65/KAIST_mainLogo.gif"/></a>
+
-
</div>
+
   
   
<div id="kaist-footerbox"><img id="footer-img" align="middle" src="https://static.igem.org/mediawiki/2012/e/ef/Footer_background_kaist.png"></img>
<div id="kaist-footerbox"><img id="footer-img" align="middle" src="https://static.igem.org/mediawiki/2012/e/ef/Footer_background_kaist.png"></img>

Revision as of 18:31, 25 September 2012

Kaist Footer