Skip to content
Snippets Groups Projects
Commit b4bbeb8a authored by HouTeng Chan's avatar HouTeng Chan
Browse files

Update file home.html

parent 8adfb7d1
No related branches found
No related tags found
No related merge requests found
......@@ -204,6 +204,23 @@
font-size: 1.1rem;
color: #666;
}
.read-more-button {
display: inline-block;
margin-top: 15px;
padding: 8px 15px;
background-color: #fa8072;
color: white;
text-decoration: none;
border-radius: 5px;
font-size: 0.9rem;
transition: background-color 0.3s ease;
}
.read-more-button:hover {
background-color: #ff6b5b;
}
</style>
</head>
<body>
......@@ -232,6 +249,7 @@
</div>
</div>
</div>
<div class="card">
<div class="card-content">
<img src="https://static.igem.wiki/teams/5187/wiki-home-fig/pic2.png" alt="Person 2" class="card-image">
......@@ -285,6 +303,7 @@
<div class="muscare-content-text">
<h3>What is Muscure?</h3>
<p>Muscure is our latest innovation aimed at addressing chronic inflammation in patients with IBD and other inflammatory diseases. Our solution leverages advanced synthetic biology techniques to develop a targeted, non-invasive therapeutic approach, designed to restore balance in the gut microbiome. Our vision is to help patients regain their quality of life and reduce the burden of long-term medication through a more natural and sustainable treatment method.</p>
<a href="https://2024.igem.wiki/Tsinghua/description" class="read-more-button">Read More</a>
</div>
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment