Skip to content

Commit 7ab84b7

Browse files
Add header and schedule
1 parent 48bfe0c commit 7ab84b7

File tree

5 files changed

+89
-2
lines changed

5 files changed

+89
-2
lines changed

img/header.jpg

3.33 MB
Loading

img/otp-logo.svg

Lines changed: 46 additions & 0 deletions
Loading

index.html

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,30 @@
1818
display: inline;
1919
}
2020

21+
header {
22+
position: relative;
23+
margin-bottom: 40px;
24+
}
25+
26+
header .logo {
27+
position: absolute;
28+
bottom: 5px;
29+
right: 5px;
30+
width: 120px;
31+
}
32+
2133
</style>
2234
</head>
2335

2436
<body>
2537
<main class="container">
26-
<img src="https://docs.opentripplanner.org/en/dev-2.x/images/otp-logo.svg" style="margin:30px auto; display: block">
38+
39+
<header style="position: relative;">
40+
<img class="logo" src="img/otp-logo.svg" >
41+
<img src="img/header.jpg" alt="Helsinki">
42+
</header>
43+
44+
2745
<h1>Worldwide OTP Summit 2025 Helsinki</h1>
2846
<h3>September 15th-19th 2025</h3>
2947
<p>The worldwide community is meeting in September in Helsinki,
@@ -35,6 +53,9 @@ <h3>September 15th-19th 2025</h3>
3553
<p><a href="https://docs.google.com/forms/d/e/1FAIpQLSdR363ujobEKi5g_cP96r6X4UVhGy2J7pyir5dbX-u9eQCJRg/viewform?usp=dialog" target="_blank">
3654
<button >Register</button> </a></p>
3755
<h2 id="schedule">Schedule</h2>
56+
<p>The full schedule is available on our <a
57+
href="https://github.com/orgs/opentripplanner/projects/4/views/1">Github
58+
board</a>.</p>
3859
<h3
3960
id="monday-and-tuesday-product-owners-decision-makers-developers">Monday
4061
and Tuesday: product owners, decision makers, developers</h3>

index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ The event is free.
1616

1717
## Schedule
1818

19+
The full schedule is available on our [Github board](https://github.com/orgs/opentripplanner/projects/4/views/1).
20+
1921
### Monday and Tuesday: product owners, decision makers, developers
2022

2123
On Monday, 15th and Tuesday, 16th of September we will hold a mix of talks and networking events that

template.html

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,30 @@
1818
display: inline;
1919
}
2020

21+
header {
22+
position: relative;
23+
margin-bottom: 40px;
24+
}
25+
26+
header .logo {
27+
position: absolute;
28+
bottom: 5px;
29+
right: 5px;
30+
width: 120px;
31+
}
32+
2133
</style>
2234
</head>
2335

2436
<body>
2537
<main class="container">
26-
<img src="https://docs.opentripplanner.org/en/dev-2.x/images/otp-logo.svg" style="margin:30px auto; display: block">
38+
39+
<header style="position: relative;">
40+
<img class="logo" src="img/otp-logo.svg" >
41+
<img src="img/header.jpg" alt="Helsinki">
42+
</header>
43+
44+
2745
<h1>$title$</h1>
2846
<h3>$date$</h3>
2947
$body$

0 commit comments

Comments
 (0)