Skip to content

Commit b144c50

Browse files
committed
Add logo to front page.
1 parent f8c9160 commit b144c50

File tree

2 files changed

+16
-7
lines changed

2 files changed

+16
-7
lines changed

Gemfile.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ DEPENDENCIES
7171
http_parser.rb (~> 0.6.0)
7272
jekyll (~> 3.9.5)
7373
jekyll-feed (~> 0.6)
74+
jekyll-seo-tag (~> 2.0)
7475
kramdown-parser-gfm
7576
minima (~> 2.0)
7677
tzinfo (>= 1, < 3)

index.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,21 @@ title: Home
1212
<span class="title-line-2">MIT-LCP</span>
1313
</h2>
1414

15-
<p>
16-
The MIT Laboratory for Computational Physiology (MIT-LCP), under the direction of Professor Roger Mark, conducts research at the intersection of <span class="key-term">medicine</span>, <span class="key-term">engineering</span>, and <span class="key-term">data science</span>.
17-
</p>
18-
19-
<p>
20-
Our laboratory focuses on developing computational methods and tools for analyzing physiological signals and clinical data, with particular emphasis on critical care medicine and patient monitoring systems.
21-
</p>
15+
<div style="display: flex; gap: 2rem; margin-bottom: 2rem; align-items: flex-start;">
16+
<div style="flex: 1;">
17+
<p>
18+
The MIT Laboratory for Computational Physiology (MIT-LCP), under the direction of Professor Roger Mark, conducts research at the intersection of <span class="key-term">medicine</span>, <span class="key-term">engineering</span>, and <span class="key-term">data science</span>.
19+
</p>
20+
21+
<p>
22+
Our laboratory focuses on developing computational methods and tools for analyzing physiological signals and clinical data, with particular emphasis on critical care medicine and patient monitoring systems.
23+
</p>
24+
</div>
25+
26+
<div style="flex-shrink: 0; width: 300px; margin-top: 0; padding-top: 0;">
27+
<img src="{{ '/assets/images/lab1.jpg' | relative_url }}" alt="MIT LCP Laboratory" style="width: 100%; height: auto; border-radius: 8px; box-shadow: 0 3px 6px rgba(0,0,0,0.15); display: block; margin: 0; padding: 0;">
28+
</div>
29+
</div>
2230

2331
<div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin-top: 2rem;">
2432
<div class="card">

0 commit comments

Comments
 (0)