Skip to content

Commit 404dd2c

Browse files
committed
Update index.html
1 parent 83403dd commit 404dd2c

1 file changed

Lines changed: 18 additions & 2 deletions

File tree

index.html

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>Open-Simples</title>
7+
8+
<!-- Open Graph / Facebook -->
9+
<meta property="og:type" content="website">
10+
<meta property="og:url" content="https://open-simples.github.io/">
11+
<meta property="og:title" content="Open-Simples: Building Blocks for Creative Tech">
12+
<meta property="og:description" content="An open-source library of fundamental building blocks for makers and creative technologists">
13+
<meta property="og:image" content="og.png">
14+
<meta property="og:site_name" content="Open-Simples">
15+
16+
<!-- Twitter -->
17+
<meta property="twitter:card" content="summary_large_image">
18+
<meta property="twitter:url" content="https://open-simples.github.io/">
19+
<meta property="twitter:title" content="Open-Simples: Building Blocks for Creative Tech">
20+
<meta property="twitter:description" content="An open-source library of fundamental building blocks for makers and creative technologists">
21+
<meta property="twitter:image" content="og.png">
22+
723
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap">
824
<style>
925
body {
@@ -371,8 +387,8 @@
371387
<body>
372388
<header>
373389
<h1>Open-Simples</h1>
374-
<p>Open-Simples (OS) is an open-source library of fundamental building blocks for makers and creative technologists,
375-
simplifying the start of new projects.</p>
390+
<p>Open-Simples (OS) is an open-source library of fundamental building blocks for makers, hobbyists, artists and creative technologists,
391+
simplifying the technical backbone of the project.</p>
376392

377393
<p id="vibe-coding-paragraph">
378394
<span id="vibe-coding-trigger"

0 commit comments

Comments
 (0)