Skip to content

Commit c3f6ca2

Browse files
committed
remove redundant links
1 parent e4c7f5b commit c3f6ca2

2 files changed

Lines changed: 0 additions & 21 deletions

File tree

assets/css/style.css

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -287,22 +287,6 @@ body {
287287
border-radius: var(--border-radius);
288288
}
289289

290-
.left-links {
291-
display: flex;
292-
flex-direction: column;
293-
gap: 8px;
294-
}
295-
296-
.left-links a {
297-
color: #666;
298-
text-decoration: none;
299-
font-size: 14px;
300-
transition: color 0.2s;
301-
}
302-
303-
.left-links a:hover {
304-
color: #000;
305-
}
306290

307291
/* Right column - Research description */
308292
.content-right {

index.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@ description: "LIM Lab (Learning, Inference & Memory), Athena Akrami's group at S
1919
<div class="approach-image">
2020
<img src="{{ '/assets/img/approach.webp' | relative_url }}" alt="LIM Lab research approach: theory, experiment, high-throughput training, and neural monitoring">
2121
</div>
22-
<div class="left-links">
23-
<a href="{{ '/research/' | relative_url }}">Research</a>
24-
<a href="{{ '/research/' | relative_url }}">Find out about our research</a>
25-
<a href="{{ '/research/' | relative_url }}">Learn More →</a>
26-
</div>
2722
</div>
2823
<div class="content-right">
2924
<div class="research-description">

0 commit comments

Comments
 (0)