|
1 | 1 | <!doctype html>
|
2 | 2 | <html lang="en">
|
3 | 3 | <head>
|
| 4 | + |
| 5 | + <!-- Basic Meta Tags --> |
4 | 6 | <meta charset="UTF-8" />
|
5 |
| - <link rel="icon" type="image/svg+xml" href="/assets/favicon.ico" /> |
6 | 7 | <meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
7 | 8 | <title>CODE PDX</title>
|
| 9 | + <meta name="description" content="CODE PDX is a community of developers in Portland, Oregon. We host events, workshops, and meetups to help developers learn and grow while building civic technologies to help the public." /> |
| 10 | + |
| 11 | + <!-- Favicon --> |
| 12 | + <link rel="icon" type="image/svg+xml" href="/assets/favicon.ico" /> |
| 13 | + |
| 14 | + <!-- Facebook/Other Socials Meta Tags --> |
| 15 | + <meta property="og:url" content="https://www.codepdx.org/"> |
| 16 | + <meta property="og:type" content="website"> |
| 17 | + <meta property="og:title" content="CODE PDX | Civic Technology Volunteer Group Based in Portland, OR"> |
| 18 | + <meta property="og:description" content="CODE PDX is a community of developers in Portland, Oregon. We host events, workshops, and meetups to help developers learn and grow while building civic technologies to help the public."> |
| 19 | + <meta property="og:image" content="https://www.codepdx.org/assets/codePdx/CodePDX_logo_for_cards.webp"> |
| 20 | + <meta property="og:image:type" content="image/webp"> |
| 21 | + <meta property="og:image:alt" content="CODE PDX rose logo"> |
| 22 | + |
| 23 | + <!-- Twitter/X Meta Tags --> |
| 24 | + <meta name="twitter:card" content="summary_large_image"> |
| 25 | + <meta property="twitter:domain" content="codepdx.org"> |
| 26 | + <meta property="twitter:url" content="https://www.codepdx.org"> |
| 27 | + <meta name="twitter:title" content="CODE PDX | Civic Technology Volunteer Group Based in Portland, OR"> |
| 28 | + <meta name="twitter:description" content="CODE PDX is a community of developers in Portland, Oregon. We host events, workshops, and meetups to help developers learn and grow while building civic technologies to help the public."> |
| 29 | + <meta name="twitter:image" content="https://www.codepdx.org/assets/codePdx/CodePDX_logo_for_cards.webp"> |
| 30 | + <meta property="twitter:image:alt" content="CODE PDX rose logo"> |
| 31 | + |
8 | 32 | </head>
|
9 | 33 | <body>
|
10 | 34 | <div id="root"></div>
|
|
0 commit comments