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

Update file home.html

parent 0481e8a4
No related branches found
No related tags found
No related merge requests found
......@@ -136,6 +136,41 @@
.card.expanded .card-full-content {
display: block;
}
.additional-content {
width: 100%;
margin-top: 50px;
background-color: #ffffff;
border-radius: 15px;
overflow: hidden;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
display: flex;
align-items: center;
}
.additional-content-text {
flex: 1;
padding: 30px;
}
.additional-content-text h3 {
font-family: 'Merriweather', serif;
font-size: 2rem;
color: #333;
margin-top: 0;
}
.additional-content-text p {
font-size: 1.1rem;
color: #666;
}
.additional-content-image {
width: 300px;
height: 300px;
object-fit: contain;
margin: 30px;
}
</style>
</head>
<body>
......@@ -203,6 +238,16 @@
</div>
</div>
</div>
<div class="additional-content">
<div class="additional-content-text">
<h3>IBD</h3>
<p>Inflammatory Bowel Disease (IBD) is a term for two conditions (Crohn's disease and ulcerative colitis) that are characterized by chronic inflammation of the gastrointestinal (GI) tract. This prolonged inflammation results in damage to the GI tract. IBD can be debilitating and sometimes leads to life-threatening complications.</p>
<p>While the exact cause of IBD is unknown, it's believed to be the result of a defective immune system. A properly functioning immune system attacks foreign organisms, such as viruses and bacteria, to protect the body. In IBD, the immune system responds incorrectly to environmental triggers, which causes inflammation of the gastrointestinal tract.</p>
</div>
<img src="https://static.igem.wiki/teams/5187/art/logo.png" alt="IBD Logo" class="additional-content-image">
</div>
{% include 'footer.html' %}
<script>
window.addEventListener('load', function() {
......
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