Team:Manchester/Hometest
From 2013.igem.org
(Difference between revisions)
Abramov denn (Talk | contribs) |
Abramov denn (Talk | contribs) |
||
Line 278: | Line 278: | ||
color:#660099; | color:#660099; | ||
} | } | ||
+ | |||
+ | .contact | ||
+ | { | ||
+ | margin-left:-180px; | ||
+ | margin-top:20px; | ||
+ | width:1300px; | ||
+ | height:100px; | ||
+ | |||
+ | -webkit-border-radius:10px; | ||
+ | border-radius:10px; | ||
+ | background-color:#E6E6E6; | ||
+ | } | ||
+ | |||
+ | .gmail | ||
+ | { | ||
+ | float:left; | ||
+ | margin:20px 0 20px 100px; | ||
+ | width:100px; | ||
+ | } | ||
+ | |||
+ | .fb | ||
+ | { | ||
+ | float:left; | ||
+ | margin:20px 0 20px 300px; | ||
+ | width:360px; | ||
+ | |||
+ | } | ||
+ | |||
+ | .twitter | ||
+ | { | ||
+ | float:left; | ||
+ | margin:20px 0 20px 220px; | ||
+ | width:100px; | ||
+ | |||
+ | } | ||
+ | |||
</style> | </style> | ||
</head> | </head> | ||
<body> | <body> | ||
+ | |||
+ | <div id="fb-root"></div> | ||
+ | <script>(function(d, s, id) { | ||
+ | var js, fjs = d.getElementsByTagName(s)[0]; | ||
+ | if (d.getElementById(id)) return; | ||
+ | js = d.createElement(s); js.id = id; | ||
+ | js.src = "//connect.facebook.net/en_US/all.js#xfbml=1"; | ||
+ | fjs.parentNode.insertBefore(js, fjs); | ||
+ | }(document, 'script', 'facebook-jssdk'));</script> | ||
+ | |||
+ | <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script> | ||
<div class="footer"> | <div class="footer"> | ||
Line 350: | Line 397: | ||
<h2 id="header2_logo">iGEM Team 2013</h2> | <h2 id="header2_logo">iGEM Team 2013</h2> | ||
</div> | </div> | ||
+ | |||
+ | <div class="contact"> | ||
+ | <div class="gmail"> | ||
+ | <img src="https://static.igem.org/mediawiki/2013/0/0a/Gmail2.png" width="80" height="60" /> | ||
+ | </div> | ||
+ | |||
+ | <div class="fb"> | ||
+ | <div class="fb-like-box" data-href="https://www.facebook.com/ManchesteriGEM" data-width="400" data-show-faces="false" data-stream="false" data-show-border="true" data-header="true"></div> | ||
+ | </div> | ||
+ | |||
+ | <div class="twitter"> | ||
+ | <a href="https://twitter.com/twitter" class="twitter-follow-button" data-show-count="false" data-size="large">Follow @twitter</a> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
<div class="note"> | <div class="note"> |
Revision as of 02:36, 30 July 2013