You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Visual fidelity pass: hero banners, word art, favicon, news fixes
- Add per-page hero banner via _includes/page-hero.html (logo_<slug>.jpg
background + icon_<slug>.png teal tab); opt-in with hero_slug
frontmatter on research/news/people/publications/resources/contact.
- Drop <h1> from page layout in favor of the hero.
- Homepage: restore the legacy ornaments — nav_research arrow tab on
the banner edge, two decorative gray bars (sliced from nav_banners.png),
and word_home.png sprite slices flanking the mission paragraph.
- Research: replace plain <h2> headings with the three word_research.png
sprite slices (3D puzzles / RNA chemical mapping / Designs).
- Resources: replace oversized 16:9 cards with stacked rows; add
word_resources.png 'On-line Resources' header. Icons render at
natural ~190px width.
- Contact: add word_contact.png 'Connect with us' header.
- Publications: prefix the PubMed link with the nav_arrow circular icon.
- News index: drop the auto-extracted titles; render full post content
inline so bold/italic/links survive; switch .news-thumb from
object-fit:cover to contain so portraits and banners aren't clipped.
- Favicon: square 192x192 generated from logo_das.png by padding to
square (preserves the full 'das LAB' mark instead of stretching).
Copy file name to clipboardExpand all lines: contact.md
+8-10Lines changed: 8 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,36 +2,34 @@
2
2
layout: page
3
3
title: Contact
4
4
slug: contact
5
+
hero_slug: contact
5
6
permalink: /contact/
6
7
---
7
8
8
9
<divclass="contact-grid">
9
10
<div>
10
-
<h2>Connect with us</h2>
11
+
<i class="word-contact" aria-label="Connect with us"></i>
11
12
12
13
<div class="contact-block">
13
14
<p><strong>Rhiju Das</strong> is in <strong>B421A</strong> (office), embedded in our home lab <strong>B419</strong> in the Beckman Center at Stanford University.</p>
14
15
</div>
15
16
16
17
<div class="contact-block">
17
-
<h2>Directions</h2>
18
-
<p>Take the elevators to the fourth floor of the Beckman Center. Step out and turn left, then turn left again at the first hallway before the water fountain. B419 will be the second to last door to your left at the end of the hallway.</p>
18
+
<p><strong>To get to the lab</strong>, take the elevators to the fourth floor of the Beckman Center. Step out and turn left, then turn left again at the first hallway before the water fountain. B419 will be the second to last door to your left at the end of the hallway.</p>
0 commit comments