Skip to content

Commit

Permalink
Add OG and twitter card metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
henriquecf committed Nov 29, 2024
1 parent 7ce28ff commit 5ea90c2
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,24 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>EuRuKo 2025 | Portugal</title>
<title>EuRuKo 2025 - The Heart of Code | Viana do Castelo, Portugal</title>
<meta name="description" content="Join us at EuRuKo 2025, the European Ruby Conference, in Viana do Castelo, Portugal. An annual conference with an informal atmosphere and opportunities to learn from developers worldwide.">

<!-- Open Graph / Social Media -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://2025.euruko.org">
<meta property="og:title" content="EuRuKo 2025 - The Heart of Code | Viana do Castelo, Portugal">
<meta property="og:description" content="Join us at EuRuKo 2025, the European Ruby Conference, in Viana do Castelo, Portugal. An annual conference with an informal atmosphere and opportunities to learn from developers worldwide.">
<meta property="og:image" content="images/banner.jpg">
<meta property="og:image:alt" content="EuRuKo 2025 Conference Banner">

<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@euruko">
<meta name="twitter:title" content="EuRuKo 2025 - The Heart of Code">
<meta name="twitter:description" content="Join us at EuRuKo 2025, the European Ruby Conference, in Viana do Castelo, Portugal. An annual conference with an informal atmosphere and opportunities to learn from developers worldwide.">
<meta name="twitter:image" content="images/banner.jpg">

<link href="output.css" rel="stylesheet">
<link rel="icon" href="images/favicon.svg" type="image/svg+xml">
<link rel="icon" href="images/favicon.png" type="image/png">
Expand Down
Binary file added src/images/banner.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5ea90c2

Please sign in to comment.