Skip to content

Commit 0d4720e

Browse files
committed
Add course highlights and shrink hero title via Codex
1 parent 0b5c97d commit 0d4720e

2 files changed

Lines changed: 17 additions & 2 deletions

File tree

css/style.css

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ a:hover {
3737

3838
.hero h1 {
3939
margin: 0;
40-
max-width: 12ch;
41-
font-size: clamp(1.75rem, 3.55vw, 3.35rem);
40+
max-width: none;
41+
font-size: clamp(1.4rem, 2.7vw, 2.6rem);
4242
line-height: 0.98;
4343
}
4444

@@ -48,6 +48,15 @@ a:hover {
4848
font-size: 1.22rem;
4949
}
5050

51+
.highlights-list {
52+
margin-top: 0.35rem;
53+
padding-left: 1.3rem;
54+
}
55+
56+
.highlights-list li {
57+
margin-bottom: 0.35rem;
58+
}
59+
5160
.topnav {
5261
display: flex;
5362
gap: 1rem;

index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,12 @@ <h2>Course Overview</h2>
5151
performance analysis that can make future primitives more systematic to
5252
design.
5353
</p>
54+
<p>Course highlights:</p>
55+
<ul class="highlights-list">
56+
<li>AWS Neuron hands-on.</li>
57+
<li>MLIR-AIR hands-on with respect to MLIR transformations.</li>
58+
<li>Detailed look at modern tile-based languages.</li>
59+
</ul>
5460
<p>
5561
The class is co-taught with <strong>Professor Sreepathi Pai of the University of Rochester</strong>.
5662
It is explicitly project-centered: student-designed primitives will be

0 commit comments

Comments
 (0)