From 64641aafca6aba3f3020f26e1c65353522a115f6 Mon Sep 17 00:00:00 2001 From: Devyani Ravi <devyaniravi2003@gmail.com> Date: Sat, 28 Sep 2024 17:12:21 +0000 Subject: [PATCH] change header color and add intro para --- docs/.vuepress/components/HumanPractices.vue | 51 +------------------- 1 file changed, 2 insertions(+), 49 deletions(-) diff --git a/docs/.vuepress/components/HumanPractices.vue b/docs/.vuepress/components/HumanPractices.vue index 8b487cb..6aa0473 100644 --- a/docs/.vuepress/components/HumanPractices.vue +++ b/docs/.vuepress/components/HumanPractices.vue @@ -1,6 +1,6 @@ <template> <div class="contribution"> - <h3>Natronaut for People</h3> + <h3 style="color: #396d7e;">Natronaut for People</h3> <!-- Added color here --> <div class="contribution-container"> <img src="https://static.igem.wiki/teams/5306/human-practices/untitled-artwork-2good.png" @@ -8,7 +8,7 @@ width="300" /> <p> - Our team, MSP-Maastricht, is dedicated to being an active and ongoing contributor to the iGEM community. We believe that science and engineering bridge the past and future, as all research builds on the knowledge of those who came before us. A key part of this tradition is our Contributions page, which showcases the innovative solutions we are developing to tackle real-world challenges. By sharing our strategies, methodologies, and findings, we aim to enhance the accessibility and application of synthetic biology techniques. Through facilitating such knowledge transfer, we hope to benefit future iGEM teams and the broader SynBio community. + This page highlights the many ways in which Natronaut has engaged with the scientific community, other iGEM teams, experts in related fields and the other stakeholders potentially affected directly or indirectly by the project, through outreach, dialogue and many collaborations. </p> </div> <!-- Introduction Section --> @@ -123,54 +123,7 @@ <h3 style="color: #396d7e;">Wageningen, NL: SynBioNL event</h3> <p style="color: #333;">Write here...</p> - - <h3 style="color: #396d7e;">Madrid, ESP: European iGEM 2024 MeetUp</h3> - <p style="color: #333;">Write here...</p> - - <h3 style="color: #396d7e;">University of Michigan: Bioremediation Virtual Symposium</h3> - <p style="color: #333;">Write here...</p> </div> </div> </div> </template> - -<script> -export default { - data() { - return { - openSection: null, // Track which section is open - }; - }, - methods: { - toggleSection(section) { - // Toggle the section, close others - this.openSection = this.openSection === section ? null : section; - }, - }, -}; -</script> - -<style scoped> -.mb-2 { - margin-bottom: 1rem; -} -.card { - border-radius: 0.25rem; - box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); -} -.card-header { - padding: 1rem; - font-size: 1.25rem; -} -.contribution { - padding: 20px; -} - -.contribution-container { - display: flex; - align-items: center; -} -.card-body { - padding: 1rem; -} -</style> -- GitLab