From 12e647f19c169e238bdea10e6bf337bb4cbe06e3 Mon Sep 17 00:00:00 2001 From: Devyani Ravi <devyaniravi2003@gmail.com> Date: Sat, 28 Sep 2024 15:45:59 +0000 Subject: [PATCH] remove banner --- docs/.vuepress/components/Banner.vue | 35 ---------------------------- docs/human-practices.md | 2 +- 2 files changed, 1 insertion(+), 36 deletions(-) delete mode 100644 docs/.vuepress/components/Banner.vue diff --git a/docs/.vuepress/components/Banner.vue b/docs/.vuepress/components/Banner.vue deleted file mode 100644 index f875ff6..0000000 --- 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 6082670..87d82ed 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 +--- -- GitLab