(12 intermediate revisions by 2 users not shown) | |||
Line 16: | Line 16: | ||
//Include Header and Footer Files using jQuery | //Include Header and Footer Files using jQuery | ||
$(function(){ | $(function(){ | ||
− | + | // $("#header").load("header.html"); | |
− | + | // $("#footer").load("footer.html"); | |
}); | }); | ||
</script> | </script> | ||
Line 25: | Line 25: | ||
width: 100%; | width: 100%; | ||
} | } | ||
+ | .container{ | ||
+ | margin-top: 2em; | ||
+ | } | ||
+ | |||
+ | |||
</style> | </style> | ||
<!--PAGE TITLE--> | <!--PAGE TITLE--> | ||
Line 40: | Line 45: | ||
<!--CONTENT CONTAINER--> | <!--CONTENT CONTAINER--> | ||
− | <div class=" | + | <div class="container"> |
− | <img class="full-width" alt="Main-Image" src=""> | + | <img class="full-width" alt="Main-Image" src="https://static.igem.org/mediawiki/2018/4/4d/T--WLC-Milwaukee--MAINHEADERFixed_small.PNG"> |
</div> | </div> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
<!--END CONTENT CONTAINER--> | <!--END CONTENT CONTAINER--> | ||
</div> | </div> | ||
<!--BEGIN FOOTER IMPORT--> | <!--BEGIN FOOTER IMPORT--> | ||
− | + | ||
<!--END FOOTER IMPORT--> | <!--END FOOTER IMPORT--> | ||
</body> | </body> | ||
</html> | </html> | ||
+ | |||
+ | {{WLC-Milwaukee/footer}} |
Latest revision as of 23:37, 17 October 2018