Skip to content

Commit 9d957cd

Browse files
committed
add OG image
1 parent 5ede1dd commit 9d957cd

File tree

2 files changed

+40
-1
lines changed

2 files changed

+40
-1
lines changed

docs/index.html

+40-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,46 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>Balloons Package Documentation</title>
6+
<title>balloons-js</title>
7+
8+
<!-- SEO meta tags -->
9+
<meta
10+
name="description"
11+
content="Animated balloons effect for your website"
12+
/>
13+
<meta
14+
name="keywords"
15+
content="balloons, JavaScript, CSS, animation, web development, npm package"
16+
/>
17+
<meta name="author" content="Artur Bień" />
18+
19+
<!-- Open Graph meta tags -->
20+
<meta property="og:title" content="balloons-js" />
21+
<meta
22+
property="og:description"
23+
content="Learn how to easily add balloon animations to your web projects with the Balloons JavaScript package."
24+
/>
25+
<meta property="og:image" content="og-image.png" />
26+
<meta
27+
property="og:url"
28+
content="https://arturbien.github.io/balloons/og-image.png"
29+
/>
30+
<meta property="og:type" content="website" />
31+
32+
<!-- Twitter Card meta tags -->
33+
<meta name="twitter:card" content="summary_large_image" />
34+
<meta name="twitter:title" content="balloons-js" />
35+
<meta
36+
name="twitter:description"
37+
content="Learn how to easily add balloon animations to your web projects with the Balloons JavaScript package."
38+
/>
39+
<meta
40+
name="twitter:image"
41+
content="https://arturbien.github.io/balloons/og-image.png"
42+
/>
43+
44+
<!-- Favicon -->
45+
<link rel="icon" href="favicon.ico" type="image/x-icon" />
746
</head>
847
<style>
948
* {

docs/og-image.png

180 KB
Loading

0 commit comments

Comments
 (0)