-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
00192b9
commit 866941e
Showing
1 changed file
with
9 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
import React from 'react' | ||
import { Markdown } from 'common/Markdown' | ||
import Markup from 'markup/ui/markup' | ||
import MarkupService from 'markup/application/MarkupService' | ||
|
||
|
@@ -9,20 +8,19 @@ export default function AboutNews(markupService: MarkupService): JSX.Element { | |
<h3>eBL Evening</h3> | ||
<Markup | ||
markupService={markupService} | ||
text="eBL's features and tools will be the subject of regular presentations | ||
via Zoom sessions. Those attending will be invited to ask questions (please | ||
feel free to send these beforehand). The first of these sessions is scheduled | ||
to take place on the 29th of February at 18:00 CET. If you are interested in | ||
attending, please email [email protected]." | ||
text="Get the most out of eBL! We will be hosting regular Zoom sessions to | ||
showcase its features and tools. These sessions will include a Q&A – please | ||
feel free to submit questions in advance. The first session is scheduled for | ||
February 29th at 6:00 PM CET. If you would like to attend, please register | ||
at the link." | ||
/> | ||
|
||
<h3>eBL Newsletter</h3> | ||
<Markdown | ||
<Markup | ||
markupService={markupService} | ||
text="Important new developments and recently implemented features are | ||
regularly summarized in the eBL Newsletters (see below). If you wish to receive | ||
future eBL Newsletters, send us an [e-mail]([email protected])." | ||
regularly summarized in the eBL Newsletters (see below). If you wish to receive | ||
future eBL Newsletters, send us an [e-mail]([email protected])." | ||
/> | ||
|
||
<h3>eBL Newsletter 15 (February 2024)</h3> | ||
<h4>Fragmentarium</h4> | ||
<ul> | ||
|