Line 1: | Line 1: | ||
− | + | <!DOCTYPE html> | |
<html> | <html> | ||
<head> | <head> | ||
Line 7: | Line 7: | ||
</head> | </head> | ||
<body> | <body> | ||
− | + | <div id="mySidenav" class="sidenav"> | |
− | + | <a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a> | |
− | + | <a href="team.htm">Our Team</a> | |
− | + | <a href="malaria.htm">Malaria</a> | |
− | + | <a href="sponsoring.htm">Sponsors</a> | |
− | + | <a href="socialpractice.htm">Social Practice</a> | |
− | + | </div> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | <script> | |
− | + | function openNav() { | |
+ | document.getElementById("mySidenav").style.width = "250px"; | ||
+ | document.getElementById("main").style.marginLeft = "250px"; | ||
+ | document.body.style.backgroundColor = "rgba(0,0,0,0.4)"; | ||
+ | } | ||
− | function | + | function closeNav() { |
− | + | document.getElementById("mySidenav").style.width = "0"; | |
− | + | document.getElementById("main").style.marginLeft= "0"; | |
− | + | document.body.style.backgroundColor = "white"; | |
− | + | ||
− | + | ||
} | } | ||
− | + | </script> | |
+ | |||
− | < | + | <main> |
− | + | <span style="font-size:30px;cursor:pointer" onclick="openNav()">☰ ❤</span> | |
+ | <h1>Welcome to iGEM Würzburg!</h1> | ||
+ | <p> | ||
+ | Currently under construction! | ||
+ | </p> | ||
+ | </main> | ||
+ | |||
</body> | </body> | ||
− | |||
− | |||
</html> | </html> |
Revision as of 11:22, 17 May 2018
<!DOCTYPE html>
Welcome to iGEM Würzburg!
Currently under construction!