|
1 | 1 | <!doctype html>
|
2 | 2 | <html lang="en">
|
3 | 3 | <head>
|
4 |
| - <title>PyData Helsinki</title> |
| 4 | + <title>PyData Helsinki meetup</title> |
5 | 5 | <meta charset="utf-8">
|
6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1">
|
7 |
| - <meta name="description" content="A group of Python and data enthusiasts in Helsinki, Finland."> |
8 | 7 | <link rel="stylesheet" href="style.css?v=4">
|
9 | 8 | <link rel="canonical" href="https://pydata-helsinki.github.io/">
|
10 | 9 |
|
|
14 | 13 | <link rel="apple-touch-icon" sizes="180x180" href="/assets/apple-touch-icon.png" />
|
15 | 14 | <link rel="manifest" href="/assets/site.webmanifest" />
|
16 | 15 |
|
17 |
| - <meta property="og:title" content="PyData Helsinki"> |
18 |
| - <meta name="description" content="A group of Python and data enthusiasts in Helsinki, Finland"> |
19 |
| - <meta property="og:description" content="A group of Python and data enthusiasts in Helsinki, Finland"> |
| 16 | + <meta property="og:title" content="PyData Helsinki meetup: Python and data enthusiasts"> |
| 17 | + <meta name="description" content="Join our meetup! We share real-world experiences solving problems using open-source tools in machine learning, data engineering, etc."> |
20 | 18 | <meta property="og:type" content="website">
|
21 |
| - <meta property="og:image" content="https://pydata-helsinki.github.io/assets/PyData_Meetup_Logo_Template_-_Helsinki.png"> |
22 |
| - <meta property="og:image:alt" content="PyData Helsinki logo"> |
23 |
| - <meta property="og:image:width" content="200"> |
24 |
| - <meta property="og:image:height" content="203"> |
| 19 | + <meta property="og:image" content="https://pydata-helsinki.github.io/assets/pydata-helsinki-banner-1200x630.webp"> |
| 20 | + <meta property="og:image:width" content="1200"> |
| 21 | + <meta property="og:image:height" content="630"> |
| 22 | + <meta property="og:image:type" content="image/webp"> |
| 23 | + |
| 24 | + <meta name="twitter:card" content="summary_large_image"> |
25 | 25 | </head>
|
26 | 26 | <body>
|
27 | 27 | <div class="banner">
|
|
0 commit comments