Skip to content

Commit 9e93581

Browse files
authored
Merge pull request #7 from PALP31/copilot/update-visual-identity-triticum-tale
Upgrade Triticum Tale visual identity with Lux theme and hero CTA
2 parents b4e6392 + ea51b66 commit 9e93581

4 files changed

Lines changed: 44 additions & 2 deletions

File tree

docs/_quarto.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ project:
44
website:
55
title: "Triticum Tale"
66
navbar:
7+
logo: logo-placeholder.svg
78
left:
89
- href: index.qmd
910
text: Home
@@ -14,6 +15,5 @@ website:
1415

1516
format:
1617
html:
17-
theme: cosmo
18-
css: ../assets/custom_theme.css
18+
theme: [lux, custom.scss]
1919
toc: true

docs/custom.scss

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
@import url("https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700&display=swap");
2+
3+
$primary: #c5a059; // Candeal Gold (keep aligned with docs/logo-placeholder.svg)
4+
$navbar-bg: #f8f9fa;
5+
$navbar-hl: #003b71; // PUC Blue (Pontificia Universidad Católica palette) for hover/focus
6+
7+
h1,
8+
h2 {
9+
color: $primary;
10+
font-family: "Merriweather", "Georgia", serif;
11+
}
12+
13+
.navbar .navbar-nav .nav-link:hover,
14+
.navbar .navbar-nav .nav-link:focus {
15+
color: $navbar-hl;
16+
text-decoration: underline;
17+
}
18+
19+
.navbar .navbar-nav .nav-link:focus-visible {
20+
outline: 2px solid $navbar-hl;
21+
outline-offset: 2px;
22+
}
23+
24+
.hero {
25+
padding: 3rem 1.5rem;
26+
margin: 1.5rem 0 2rem;
27+
background: linear-gradient(135deg, rgba($primary, 0.15), rgba($navbar-bg, 1));
28+
border-radius: 0.75rem;
29+
}

docs/index.qmd

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
title: "Triticum Tale"
33
---
44

5+
::: {.hero}
6+
# Decode Durum Resilience
7+
8+
**Triticum Tale** transforms multi-omic stress data into a clear scientific narrative of how *Triticum durum* adapts under heat and drought pressure.
9+
10+
[Explore Meta-QTL Explorer](meta-qtl-explorer.qmd){.btn .btn-primary}
11+
:::
12+
513
Welcome to **Triticum Tale**, a digital museum for multi-omic stress data in *Triticum durum*.
614

715
This project brings together transcriptomic, metabolomic, and integrative analyses to explore how durum wheat responds to heat and drought stress through interactive, narrative-driven visualizations.

docs/logo-placeholder.svg

Lines changed: 5 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)