Skip to content

Commit d8436a2

Browse files
committed
styling
1 parent 2e05e1f commit d8436a2

File tree

3 files changed

+36
-6
lines changed

3 files changed

+36
-6
lines changed

2026-03-24.qmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Each session builds from panels and a variety of formats for effective and fun g
2828
+--------------+---------------------------------------------------------------+
2929
| 10:40 | Evaluation across epidemiological contexts |
3030
| | |
31-
| | > Panel: Matt Keeling, Kaitlyn Johnson, UKHSA representative |
31+
| | > Panel: Matt Keeling (University of Warwick), Kaitlyn Johnson (LSHTM), TBC |
3232
+--------------+---------------------------------------------------------------+
3333
| 11:10 | Implications for scientific responsibility |
3434
| | |
@@ -46,11 +46,11 @@ Each session builds from panels and a variety of formats for effective and fun g
4646
+--------------+---------------------------------------------------------------+
4747
| 13:30 | Opening: Modelling & social responsibility |
4848
| | |
49-
| | > Speaker: Erica Thompson |
49+
| | > Speaker: Erica Thompson (UCL) |
5050
+--------------+---------------------------------------------------------------+
5151
| 13:40 | Evaluation across public health contexts |
5252
| | |
53-
| | > Panel: Graham Medley, UKHSA representative, TBC |
53+
| | > Panel: Graham Medley (LSHTM), Juan Vesga (UKHSA), TBC |
5454
+--------------+---------------------------------------------------------------+
5555
| 14:10 | Implications for social responsibility |
5656
| | |

index.qmd

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,12 @@ We intend to directly support participants by building up practical ideas, resou
7272

7373
## Join
7474

75-
This event is open to all, and we welcome anyone to join. Just let us know you're interested and we'll share logistics for the day.
75+
This event is open to all, and we welcome anyone to join.
76+
Just let us know you're interested and we'll share logistics for the day.
77+
For more information, contact: [Kath Sherratt](mailto:katharine.sherratt@lshtm.ac.uk)
7678

77-
<button> Register](register.qmd)</button>
79+
<button>[Register](register.qmd)</button>
7880

79-
For more information, contact: [Kath Sherratt](mailto:katharine.sherratt@lshtm.ac.uk)
8081
:::
8182

8283
------------------------------------------------------------------------

styles.css

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,30 @@
11
/* css styles */
2+
3+
/* Button styles */
4+
button {
5+
display: inline-block;
6+
padding: 0.75rem 1.5rem;
7+
background-color: #18bc9c;
8+
color: white;
9+
border: none;
10+
border-radius: 0.375rem;
11+
font-size: 1rem;
12+
font-weight: 500;
13+
cursor: pointer;
14+
transition: all 0.2s ease;
15+
}
16+
17+
button:hover {
18+
background-color: #15a085;
19+
box-shadow: 0 2px 8px rgba(24, 188, 156, 0.3);
20+
transform: translateY(-1px);
21+
}
22+
23+
button a {
24+
color: white;
25+
text-decoration: none;
26+
}
27+
28+
button a:hover {
29+
text-decoration: none;
30+
}

0 commit comments

Comments
 (0)