|
2 | 2 | <div class="card card-next-event mx-auto mb-0" itemscope itemtype="http://schema.org/EducationEvent">
|
3 | 3 | <div class="card-body text-center">
|
4 | 4 | <p class="text-muted">Our next event…</p>
|
5 |
| - <h1 class="h3 mb-2" itemprop="name">Welcome Back & 10 Year Anniversary Social</h1> |
6 |
| - <p itemprop="description">We are delighted to announce the long-anticipated return of PHP North East. After nearly three years away, we're returning with a social event to catch up with fellow PHP developers and celebrate PHP North East's 10-year anniversary. It'd be great if you could join us!</p> |
| 5 | + <h1 class="h3 mb-2" itemprop="name">A Practical Guide to Event Sourcing</h1> |
| 6 | + <p itemprop="description">We are pleased to announce the March 2023 event for PHP North East, “A Practical Guide to Event Sourcing” by Daniel Gadd.</p> |
7 | 7 | <ul class="list-inline">
|
8 | 8 | <li class="list-inline-item">
|
9 | 9 | <span class="sr-only">Date</span>
|
10 | 10 | <span class="fas fa-fw fa-calendar-alt text-muted"></span>
|
11 |
| - <time datetime="2022-11-15T18:00:00+00:00" itemprop="startDate">Tuesday, 15 November</time> |
| 11 | + <time datetime="2023-03-21T18:00:00+00:00" itemprop="startDate">Tuesday, 21st March</time> |
12 | 12 | </li>
|
13 | 13 | <li class="list-inline-item">
|
14 | 14 | <span class="sr-only">Time</span>
|
15 | 15 | <span class="fas fa-fw fa-clock text-muted"></span>
|
16 |
| - <time datetime="2022-11-15T18:00:00+00:00" itemprop="doorTime">6 PM</time> |
| 16 | + <time datetime="2023-03-21T18:00:00+00:00" itemprop="doorTime">6 PM</time> |
17 | 17 | </li>
|
18 | 18 | <li class="list-inline-item" itemprop="location" itemscope itemtype="http://schema.org/Place">
|
19 | 19 | <span class="sr-only">Location</span>
|
20 | 20 | <span class="fas fa-fw fa-map-marker-alt text-muted"></span>
|
21 |
| - <a class="text-body" href="https://goo.gl/maps/vJFA2mbkKw2DvFA39" itemprop="url" rel="external noopener noreferrer" target="_blank"> |
22 |
| - <span itemprop="name">The Conservatory, Liberty House</span>, |
| 21 | + <a class="text-body" href="https://goo.gl/maps/FYbuskEu45Sd5wiw7" itemprop="url" rel="external noopener noreferrer" target="_blank"> |
| 22 | + <span itemprop="name">TusPark Newcastle</span>, |
23 | 23 | <span itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
|
24 |
| - <span class="sr-only" itemprop="streetAddress">48 Westgate Road</span> |
| 24 | + <span class="sr-only" itemprop="streetAddress">27 Grainger Street</span> |
25 | 25 | <span class="sr-only" itemprop="addressLocality">Newcastle upon Tyne</span>
|
26 |
| - <span itemprop="postalCode">NE1 1TT</span> |
| 26 | + <span itemprop="postalCode">NE1 5JE</span> |
27 | 27 | </span>
|
28 | 28 | </a>
|
29 | 29 | </li>
|
30 | 30 | </ul>
|
31 | 31 | <div itemprop="offers" itemscope itemtype="http://schema.org/Offer">
|
32 | 32 | <meta itemprop="price" content="0.00" />
|
33 | 33 | <meta itemprop="priceCurrency" content="GBP" />
|
34 |
| - <a class="btn btn-block btn-primary" href="https://ti.to/phpne/welcome-back-social" itemprop="url" rel="external noopener" target="_blank"> |
| 34 | + <a class="btn btn-block btn-primary" href="https://ti.to/phpne/a-practical-guide-to-event-sourcing" itemprop="url" rel="external noopener" target="_blank"> |
35 | 35 | <span class="btn-text">RSVP</span>
|
36 | 36 | </a>
|
37 | 37 | </div>
|
|
0 commit comments