Skip to content

Commit 1465a51

Browse files
committed
fix(web): Update OpenGraph tags and metadata for a professional demo presentation
1 parent a008a10 commit 1465a51

1 file changed

Lines changed: 17 additions & 3 deletions

File tree

example/web/index.html

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,32 @@
1818

1919
<meta charset="UTF-8">
2020
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
21-
<meta name="description" content="A new Flutter project.">
21+
<meta name="description" content="An interactive and highly customizable Circle Pack Chart (Circular Treemap) library for Flutter.">
2222

2323
<!-- iOS meta tags & icons -->
2424
<meta name="mobile-web-app-capable" content="yes">
2525
<meta name="apple-mobile-web-app-status-bar-style" content="black">
26-
<meta name="apple-mobile-web-app-title" content="example">
26+
<meta name="apple-mobile-web-app-title" content="CirclePackChart">
2727
<link rel="apple-touch-icon" href="icons/Icon-192.png">
2828

29+
<!-- Open Graph / Facebook -->
30+
<meta property="og:type" content="website">
31+
<meta property="og:url" content="https://fabiocarneiro.github.io/FlutterCirclePackChart/">
32+
<meta property="og:title" content="FlutterCirclePackChart Demo">
33+
<meta property="og:description" content="Explore hierarchical data with immersive drill-down animations and responsive circle packing.">
34+
<meta property="og:image" content="https://fabiocarneiro.github.io/FlutterCirclePackChart/icons/Icon-512.png">
35+
36+
<!-- Twitter -->
37+
<meta property="twitter:card" content="summary_large_image">
38+
<meta property="twitter:url" content="https://fabiocarneiro.github.io/FlutterCirclePackChart/">
39+
<meta property="twitter:title" content="FlutterCirclePackChart Demo">
40+
<meta property="twitter:description" content="Explore hierarchical data with immersive drill-down animations and responsive circle packing.">
41+
<meta property="twitter:image" content="https://fabiocarneiro.github.io/FlutterCirclePackChart/icons/Icon-512.png">
42+
2943
<!-- Favicon -->
3044
<link rel="icon" type="image/png" href="favicon.png"/>
3145

32-
<title>example</title>
46+
<title>FlutterCirclePackChart Demo</title>
3347
<link rel="manifest" href="manifest.json">
3448
</head>
3549
<body>

0 commit comments

Comments
 (0)