diff --git a/docs/.vuepress/components/Banner.vue b/docs/.vuepress/components/Banner.vue deleted file mode 100644 index f875ff6a46292f4ea9907626c486feffc480f8e7..0000000000000000000000000000000000000000 --- a/docs/.vuepress/components/Banner.vue +++ /dev/null @@ -1,35 +0,0 @@ -<template> - <div class="banner"> - <img :src="imageUrl" alt="Banner Image" /> - </div> -</template> - -<script> -export default { - props: { - imageUrl: { - type: String, - default: 'https://static.igem.wiki/teams/5306/human-practices/banners/humanpractices-introbanner.png', - }, - }, -} -</script> - -<style scoped> -.banner { - position: absolute; - top: 0; - left: 0; - right: 18rem; - width: calc(100% - 18rem); - max-width: 100%; - background-color: #f5f5f5; /* Optional */ -} - -.banner img { - width: 100%; - max-width: 100%; - display: block; - margin: 0; -} -</style> \ No newline at end of file diff --git a/docs/human-practices.md b/docs/human-practices.md index 6082670cbd2f740d907e697699d6963f1620cffc..87d82edbfcd44af910137445548d8cba998ea9b6 100644 --- a/docs/human-practices.md +++ b/docs/human-practices.md @@ -86,4 +86,4 @@ title: Human Practices ## University of Michigan: Bioremediation Virtual Symposium ---- \ No newline at end of file +---