|
13 | 13 | gtag('config', 'G-XD9VD9JL4D');
|
14 | 14 | </script>
|
15 | 15 |
|
16 |
| - <meta charset="utf-8" /> |
17 | 16 | <title>ProvenanceWidgets | Homepage</title>
|
| 17 | + <!-- Meta --> |
| 18 | + <meta charset="utf-8"> |
| 19 | + <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
| 20 | + <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 21 | + <meta name="description" |
| 22 | + content="ProvenanceWidgets is a Javascript library of UI control elements such as radio buttons, checkboxes, and dropdowns to track and dynamically overlay a user's analytic provenance."> |
| 23 | + <meta name="author" content="Arpit Narechania"> |
| 24 | + |
| 25 | + <!-- Open Graph / Facebook --> |
| 26 | + <meta property="og:type" content="website"> |
| 27 | + <meta property="og:url" content="https://provenancewidgets.github.io/"> |
| 28 | + <meta property="og:title" content="ProvenanceWidgets"> |
| 29 | + <meta property="og:description" |
| 30 | + content="ProvenanceWidgets is a Javascript library of UI control elements such as radio buttons, checkboxes, and dropdowns to track and dynamically overlay a user's analytic provenance."> |
| 31 | + <meta property="og:image" content="https://raw.githubusercontent.com/ProvenanceWidgets/ProvenanceWidgets.github.io/main/src/assets/images/overview.png"> |
| 32 | + <meta property="og:video" content="https://youtu.be/7l6jKbS2SFI"> |
| 33 | + |
| 34 | + <!-- Twitter --> |
| 35 | + <meta property="twitter:card" content="summary_large_image"> |
| 36 | + <meta property="twitter:url" content="https://provenancewidgets.github.io/"> |
| 37 | + <meta property="twitter:title" content="ProvenanceWidgets"> |
| 38 | + <meta property="twitter:description" |
| 39 | + content="ProvenanceWidgets is a Javascript library of UI control elements such as radio buttons, checkboxes, and dropdowns to track and dynamically overlay a user's analytic provenance."> |
| 40 | + <meta property="twitter:image" content="https://raw.githubusercontent.com/ProvenanceWidgets/ProvenanceWidgets.github.io/main/src/assets/images/overview.png"> |
| 41 | + <meta property="twitter:site" content="@arpitnarechania"> |
| 42 | + <meta property="twitter:creator" content="@arpitnarechania"> |
| 43 | + |
18 | 44 | <base href="/" />
|
19 | 45 |
|
20 |
| - <meta name="viewport" content="width=device-width, initial-scale=1" /> |
21 | 46 | <link rel="apple-touch-icon" sizes="180x180" href="assets/favicons/apple-touch-icon.png">
|
22 | 47 | <link rel="icon" type="image/png" sizes="32x32" href="assets/favicons/favicon-32x32.png">
|
23 | 48 | <link rel="icon" type="image/png" sizes="16x16" href="assets/favicons/favicon-16x16.png">
|
|
0 commit comments