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

Update file home.html

parent aa32385c
No related branches found
No related tags found
No related merge requests found
......@@ -224,7 +224,55 @@
.read-more-button:hover {
background-color: #ff6b5b;
}
.ape-solution {
width: 90%;
max-width: 1000px;
margin: 50px auto;
background-color: #ffffff;
border-radius: 15px;
overflow: hidden;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
padding: 30px;
}
.ape-solution h2 {
font-family: 'Merriweather', serif;
font-size: 2rem;
color: #333;
text-align: center;
margin-bottom: 30px;
}
.ape-row {
display: flex;
align-items: center;
margin-bottom: 20px;
}
.ape-icon {
width: 50px;
height: 50px;
margin-right: 20px;
}
.ape-text {
flex: 1;
}
.ape-title {
font-family: 'Merriweather', serif;
font-size: 1.5rem;
color: #333;
margin: 0 0 5px 0;
}
.ape-description {
font-size: 1.1rem;
color: #666;
margin: 0;
}
</style>
</head>
<body>
......@@ -312,6 +360,34 @@
</div>
</div>
</div>
<div class="ape-solution">
<h2>We offer an APE solution!</h2>
<div class="ape-row">
<img src="https://static.igem.wiki/teams/5187/wiki-home-fig/home-sf1.png" alt="Affordable" class="ape-icon">
<div class="ape-text">
<h3 class="ape-title">Affordable</h3>
<p class="ape-description">Our solution is cost-effective, making it accessible to a wider range of patients.</p>
</div>
</div>
<div class="ape-row">
<img src="https://static.igem.wiki/teams/5187/wiki-home-fig/home-sf2.png" alt="Potential" class="ape-icon">
<div class="ape-text">
<h3 class="ape-title">Potential</h3>
<p class="ape-description">The innovative approach shows great potential for treating IBD and possibly other conditions.</p>
</div>
</div>
<div class="ape-row">
<img src="https://static.igem.wiki/teams/5187/wiki-home-fig/home-sf3.png" alt="Efficiency" class="ape-icon">
<div class="ape-text">
<h3 class="ape-title">Efficiency</h3>
<p class="ape-description">Our method is designed to efficiently deliver treatment, maximizing its effectiveness.</p>
</div>
</div>
</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