Skip to content

Commit

Permalink
Deploying to gh-pages from @ 2c4785b 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Feb 21, 2024
1 parent 07162a7 commit b2a64c4
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion api/groups-json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion api/groups.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion api/meetups-json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion api/meetups.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ <h1 class="mb-4">

<li>
Last Update: <a href="https://github.com/qdequippe/friendsofphp-org/actions?query=workflow%3A%22Build+and+Deploy%22">
2024-02-21 00:23 CEST
2024-02-21 12:10 CEST
</a>
</li>
<li>
Expand Down Expand Up @@ -341,7 +341,7 @@ <h1 class="mb-4">
</tr>
<tr class="meetup" data-longitude="-111.94063352338" data-latitude="33.427302154726">
<td class="w-25">
<span class="text-nowrap text-warning">
<span class="text-nowrap text-success">
Wed,
<strong>Feb 28</strong>
</span>
Expand Down Expand Up @@ -1035,7 +1035,7 @@ <h1 class="mb-4">
</td>
<td class="w-50">
<strong>
<a href="https://www.meetup.com/indyphp/events/fkmwjtygcfbzb/">Code and Beer Downtown</a>
<a href="https://www.meetup.com/indyphp/events/299325999/">Code and Beer Downtown</a>
</strong>

<br>
Expand Down Expand Up @@ -1119,7 +1119,7 @@ <h1 class="mb-4">

<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha256-3edrmyuQ0w65f8gfBsqowzjJe2iM6n0nKciPUp8y+7E=" crossorigin="anonymous"></script>

<script src="/assets/js/menu-area-pick.js?v=1270987607"></script>
<script src="/assets/js/menu-area-pick.js?v=1758082702"></script>

<script src="https://unpkg.com/[email protected]/dist/leaflet.js"
integrity="sha512-2fA79E27MOeBgLjmBrtAgM/20clVSV8vJERaW/EcnnWCVGwQRazzKtQS1kIusCZv1PtaQxosDZZ0F1Oastl55w=="
Expand Down Expand Up @@ -1192,7 +1192,7 @@ <h1 class="mb-4">
"url": "https://www.meetup.com/web-engineering-duesseldorf/events/299095080/",
},
{
"type": "orange",
"type": "green",
"title": "azPHP Meetup",
"position": [33.427302154726, -111.94063352338],
"date": "02-28",
Expand Down Expand Up @@ -1365,7 +1365,7 @@ <h1 class="mb-4">
"position": [39.7496899, -86.1404955],
"date": "03-19",
"location": "Indianapolis",
"url": "https://www.meetup.com/indyphp/events/fkmwjtygcfbzb/",
"url": "https://www.meetup.com/indyphp/events/299325999/",
},
{
"type": "red",
Expand Down
10 changes: 5 additions & 5 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>http://localhost/api/groups-json</loc>
<lastmod>2024-02-21T00:23:25+00:00</lastmod> <priority>0</priority> <changefreq>monthly</changefreq>
<lastmod>2024-02-21T12:09:59+00:00</lastmod> <priority>0</priority> <changefreq>monthly</changefreq>
</url>
<url>
<loc>http://localhost/api/groups.json</loc>
<lastmod>2024-02-21T00:23:25+00:00</lastmod> <changefreq>monthly</changefreq>
<lastmod>2024-02-21T12:10:00+00:00</lastmod> <changefreq>monthly</changefreq>
</url>
<url>
<loc>http://localhost/api/meetups-json</loc>
<lastmod>2024-02-21T00:23:25+00:00</lastmod> <changefreq>monthly</changefreq>
<lastmod>2024-02-21T12:10:00+00:00</lastmod> <changefreq>monthly</changefreq>
</url>
<url>
<loc>http://localhost/api/meetups.json</loc>
<lastmod>2024-02-21T00:23:25+00:00</lastmod> <changefreq>monthly</changefreq>
<lastmod>2024-02-21T12:10:00+00:00</lastmod> <changefreq>monthly</changefreq>
</url>
<url>
<loc>http://localhost/</loc>
<lastmod>2024-02-21T00:23:26+00:00</lastmod> <changefreq>monthly</changefreq>
<lastmod>2024-02-21T12:10:00+00:00</lastmod> <changefreq>monthly</changefreq>
</url>
</urlset>

0 comments on commit b2a64c4

Please sign in to comment.