Skip to content

Commit a7aaf87

Browse files
committed
Minor fixes and flavicon
1 parent 286c4c5 commit a7aaf87

13 files changed

Lines changed: 39 additions & 25 deletions

File tree

_data/news.yaml

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,29 +3,22 @@
33
# image: filename under assets/images/missions/ or assets/images/
44
# link: optional external URL (leave empty if no link)
55

6-
- title: MIST Lab Deploys Swarm at ESA Planetary Analogue Site
7-
date: "2025-03-15"
6+
7+
- title: New Unitree G1 Humanoid Joins the Lab's Robot Fleet
8+
date: "2026-04"
89
summary: >
9-
Our team traveled to Lanzarote for the latest round of ESA PANGAEA-X field trials,
10-
deploying a swarm of 12 drones over volcanic terrain.
11-
image: mission2.jpg
12-
tag: Field Mission
10+
With the addition of a G1 humanoid robot, MIST Lab expands its research into
11+
legged locomotion and human-robot interaction.
12+
image: robot_photo.jpg
13+
tag: Equipment
1314
link: ""
1415

1516
- title: Spot + UAV Hybrid System Tested in Winter Conditions
16-
date: "2025-01-20"
17+
date: "2026-02"
1718
summary: >
1819
New research integrating aerial and legged robots demonstrates robust autonomy
1920
in challenging winter environments.
2021
image: mission5.jpg
2122
tag: Research
2223
link: ""
2324

24-
- title: New Unitree G1 Humanoid Joins the Lab's Robot Fleet
25-
date: "2024-09-01"
26-
summary: >
27-
With the addition of a G1 humanoid robot, MIST Lab expands its research into
28-
legged locomotion and human-robot interaction.
29-
image: robot_photo.jpg
30-
tag: Equipment
31-
link: ""

_includes/footer.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<footer>
22
<div class="footer-logos">
33
<img class="lab-logo" src="{{ '/assets/images/lab_logo.svg' | url }}" alt="MIST Lab" style="height:36px;">
4-
<img src="{{ '/assets/images/university_logo.png' | url }}" alt="Polytechnique Montréal">
4+
<img class="uni-logo" src="{{ '/assets/images/university_logo.png' | url }}" alt="Polytechnique Montréal">
55
</div>
66
<p>
77
{% for line in site.address %}{{ line }}{% if not loop.last %} · {% endif %}{% endfor %}

_includes/layouts/base.njk

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>{% if title %}{{ title }}{% endif %}MIST Lab · Polytechnique Montréal</title>
77
<meta name="description" content="{% if description %}{{ description }}{% else %}The MIST Lab pushes the boundaries of autonomous robotics at Polytechnique Montréal — from swarms of drones to lunar rovers.{% endif %}">
8-
<link rel="icon" href="{{ '/assets/images/lab_logo.svg' | url }}" type="image/svg+xml">
8+
<link rel="icon" type="image/svg+xml" href="{{ '/assets/images/favicon.svg' | url }}?v=2">
9+
<link rel="icon" type="image/png" sizes="32x32" href="{{ '/assets/images/favicon-32.png' | url }}?v=2">
10+
<link rel="icon" type="image/png" sizes="16x16" href="{{ '/assets/images/favicon-16.png' | url }}?v=2">
11+
<link rel="apple-touch-icon" href="{{ '/assets/images/apple-touch-icon.png' | url }}?v=2">
912
<link rel="preconnect" href="https://fonts.googleapis.com">
1013
<link href="https://fonts.googleapis.com/css2?family=Outfit:wght@400;600;700;800;900&family=DM+Sans:ital,wght@0,300;0,400;0,500;1,300&family=Space+Mono:wght@400;700&display=swap" rel="stylesheet">
1114
<link rel="stylesheet" href="{{ '/assets/css/main.css' | url }}">

assets/css/main.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,10 @@ nav {
118118
display: flex; align-items: center; gap: 24px;
119119
}
120120
.hero-logos img { height: 32px; opacity: 0.7; filter: brightness(10); }
121+
/* Polytechnique logo is supplied as white artwork — show it as-is (no
122+
brightness filter, no background chip). */
123+
.uni-logo { filter: none !important; opacity: 1 !important; }
124+
.hero-logos .uni-logo { height: 40px; }
121125

122126
/* STATS BAR */
123127
.stats-bar {
@@ -415,6 +419,7 @@ footer {
415419
.footer-logos { display: flex; align-items: center; gap: 24px; }
416420
.footer-logos img { height: 28px; opacity: 0.5; filter: brightness(10); }
417421
.footer-logos img.lab-logo { filter: none; opacity: 0.7; }
422+
.footer-logos .uni-logo { height: 34px; }
418423
footer p { color: var(--muted); font-size: 15px; }
419424
.footer-funders { display: flex; gap: 12px; flex-wrap: wrap; }
420425
.funder { font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.1em; color: var(--muted); padding: 4px 10px; border: 1px solid var(--border); border-radius: 3px; }

assets/images/apple-touch-icon.png

39.9 KB
Loading

assets/images/favicon-16.png

1.16 KB
Loading

assets/images/favicon-180.png

39.9 KB
Loading

assets/images/favicon-32.png

1.07 KB
Loading

assets/images/favicon.svg

Lines changed: 15 additions & 0 deletions
Loading
-526 KB
Loading

0 commit comments

Comments
 (0)