Skip to content

Commit 840e90c

Browse files
cr version
1 parent ff6cf5e commit 840e90c

8 files changed

Lines changed: 18 additions & 1 deletion

File tree

.DS_Store

0 Bytes
Binary file not shown.

index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
<meta name="viewport" content="width=device-width, initial-scale=1">
1818

1919
<title>RespiraMFM</title>
20-
<link rel="icon" type="image/x-icon" href="static/images/favicon.ico">
20+
<link rel="icon" type="image/png" href="static/images/logo.png">
21+
<link rel="apple-touch-icon" href="static/images/logo.png">
2122
<link href="https://fonts.googleapis.com/css2?family=Google+Sans:wght@400;500;600;700;800&family=Noto+Sans:wght@400;500;600&display=swap" rel="stylesheet">
2223

2324
<link rel="stylesheet" href="static/css/bulma.min.css">
@@ -109,6 +110,8 @@ <h5>RITW</h5>
109110
<div class="hero-body">
110111
<div class="container is-max-desktop has-text-centered">
111112

113+
<img src="static/images/logo.png" alt="RespiraMFM Logo" class="hero-logo">
114+
112115
<div>
113116
<a href="https://2026.aclweb.org/" target="_blank" class="venue-badge">
114117
<i class="fas fa-award" style="font-size:.75rem;"></i>

static/.DS_Store

0 Bytes
Binary file not shown.

static/css/index.css

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,20 @@ body {
6565

6666
.hero.pub-hero .hero-body { padding: 0; position: relative; z-index: 1; }
6767

68+
.hero-logo {
69+
display: block;
70+
margin: 0 auto 1.4rem;
71+
height: 108px;
72+
width: auto;
73+
filter:
74+
drop-shadow(0 0 20px rgba(37,99,235,.45))
75+
drop-shadow(0 0 8px rgba(13,148,136,.3));
76+
}
77+
78+
@media (max-width: 768px) {
79+
.hero-logo { height: 80px; }
80+
}
81+
6882
.publication-title {
6983
font-family: 'Google Sans', sans-serif;
7084
font-size: clamp(1.75rem, 4vw, 2.6rem) !important;

static/images/.DS_Store

0 Bytes
Binary file not shown.

static/images/logo.png

328 KB
Loading

static/images/logo_bg.png

1.14 MB
Loading

static/pdfs/RespiraMFM.pdf

1.21 MB
Binary file not shown.

0 commit comments

Comments
 (0)