Skip to content

Commit

Permalink
Update About News
Browse files Browse the repository at this point in the history
  • Loading branch information
zsomborfoldi committed Feb 15, 2024
1 parent 00192b9 commit 866941e
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions src/about/ui/news.tsx
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'

Expand All @@ -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>
Expand Down

0 comments on commit 866941e

Please sign in to comment.