From c2d643253bb3f45ffe2dd0ec666fd62cf32bfb5e Mon Sep 17 00:00:00 2001 From: HouTeng Chan <ht-chen21@mails.tsinghua.edu.cn> Date: Tue, 1 Oct 2024 05:31:48 +0000 Subject: [PATCH] Update 2 files - /wiki/pages/colonization.html - /wiki/pages/therapy-system.html --- wiki/pages/colonization.html | 1 + wiki/pages/therapy-system.html | 48 ++++++++++++++++++++++++++++++---- 2 files changed, 44 insertions(+), 5 deletions(-) diff --git a/wiki/pages/colonization.html b/wiki/pages/colonization.html index f6b1ff5b..1e429f1c 100644 --- a/wiki/pages/colonization.html +++ b/wiki/pages/colonization.html @@ -200,6 +200,7 @@ <hr> </div> </div> + <style> .col-lg-12 a { color: #fa8072; diff --git a/wiki/pages/therapy-system.html b/wiki/pages/therapy-system.html index 24970572..0ffb3029 100644 --- a/wiki/pages/therapy-system.html +++ b/wiki/pages/therapy-system.html @@ -25,6 +25,15 @@ margin-right: 100px; margin-left: 130px; } + .col-lg-12 a { + color: #fa8072; + text-decoration: none; + transition: color 0.3s ease; + } + .col-lg-12 a:hover { + color: #ff6347; + text-decoration: underline; + } </style> </head> @@ -220,17 +229,46 @@ <div class="row mt-4"> <div class="col-lg-12"> - <h2 id="Protocol"> - <h2>Protocol</h2> - <hr> + <h2 id="Protocol">Protocol</h2> + <hr> + <p> + <a href="https://static.igem.wiki/teams/5187/wiki-colonization-fig/saccharomyces-cerevisiae-sensor-system-induced-expression-protocol.pdf" target="_blank" rel="noopener noreferrer"> + (click me to open the protocol!) + </a> + </p> + <p> + <a href="https://static.igem.wiki/teams/5187/wiki-colonization-fig/tissue-binding-assay-protocol.pdf" target="_blank" rel="noopener noreferrer"> + (click me to open the protocol!) + </a> + </p> </div> </div> <div class="row mt-4"> <div class="col-lg-12"> <h2 id="Notebook"> - <h2>Notebook</h2> - <hr> + <h2>Notebook</h2> + <p> + <a href="https://static.igem.wiki/teams/5187/wiki-colonization-fig/notebook-of-consumables.pdf" target="_blank" rel="noopener noreferrer"> + The notebook of the Consumables (click me to open the Notebook!) + </a> + </p> + <p> + <a href="https://static.igem.wiki/teams/5187/wiki-therapysystem-fig/notebook-of-system-part1.pdf" target="_blank" rel="noopener noreferrer"> + The notebook of the system part 1 (click me to open the Notebook!) + </a> + </p> + <p> + <a href="https://static.igem.wiki/teams/5187/wiki-therapysystem-fig/notebook-of-system-part2.pdf" target="_blank" rel="noopener noreferrer"> + The notebook of the system part 2 (click me to open the Notebook!) + </a> + </p> + <p> + <a href="https://static.igem.wiki/teams/5187/wiki-therapysystem-fig/notebook-of-system-part3.pdf" target="_blank" rel="noopener noreferrer"> + The notebook of the system part 3 (click me to open the Notebook!) + </a> + </p> + <hr> </div> </div> -- GitLab