Skip to content

Commit 727f43d

Browse files
committed
add files
1 parent f1f08ac commit 727f43d

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

_sass/_typography.scss

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,17 @@ p {
8585
}
8686
}
8787

88+
.section-title-link,
89+
.section-title-link:hover {
90+
color: inherit;
91+
text-decoration: none;
92+
}
93+
94+
.section-title-link:hover {
95+
text-decoration: underline;
96+
text-underline-offset: 4px;
97+
}
98+
8899
// Links
89100
.link-arrow {
90101
display: inline-flex;

index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,9 @@ title: Home
133133

134134
<section class="section">
135135
<div class="container">
136-
<h2 class="section-title text-center animate-on-scroll">More on aidevlab.org</h2>
136+
<h2 class="section-title text-center animate-on-scroll">
137+
<a class="section-title-link" href="{{ site.main_site.url }}" target="_blank" rel="noopener">More on aidevlab.org</a>
138+
</h2>
137139
<p class="text-center text-muted animate-on-scroll">Our main lab hub hosts datasets, rankings, visualizations, and more.</p>
138140

139141
<div class="grid grid-3 mt-6 animate-stagger">

0 commit comments

Comments
 (0)