Skip to content

Commit

Permalink
deploy: 0525303
Browse files Browse the repository at this point in the history
  • Loading branch information
ggenzone committed Dec 9, 2023
0 parents commit d6efbe4
Show file tree
Hide file tree
Showing 12 changed files with 165 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
112 changes: 112 additions & 0 deletions assets/index-c74e53f9.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/index-e65ce55a.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions img/hero-pattern.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions img/hero-pattern2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 36 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<!--link rel="icon" type="image/svg+xml" href="/logo.svg" -->
<link rel="apple-touch-icon" sizes="180x180" href="/bristles/logo/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/bristles/logo/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/bristles/logo/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">

<meta name="author" content="bristles.xyz">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no, viewport-fit=cover, maximum-scale=1.0, minimum-scale=1.0" />

<!-- Meta tags for SEO -->
<title>Bristles</title>
<meta name="description" content="Create diagrams, sketches, and illustrations using a simple canvas-based drawing tool. Draw lines, text, rectangles, arrows, and more.">

<!-- Meta tags for social media sharing -->
<meta property="og:title" content="Express yourself through digital art on our canvas">
<meta property="og:description" content="Create diagrams, sketches, and illustrations using a simple canvas-based drawing tool. Draw lines, text, rectangles, arrows, and more.">
<meta property="og:image" content="https://www.bristles.xyz/og-image.png">

<!-- Meta tags for Twitter -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Express yourself through digital art on our canvas">
<meta name="twitter:description" content="Create diagrams, sketches, and illustrations using a simple canvas-based drawing tool. Draw lines, text, rectangles, arrows, and more.">
<meta name="twitter:image" content="https://www.bristles.xyz/twitter-image.png">

<script type="module" crossorigin src="/bristles/assets/index-c74e53f9.js"></script>
<link rel="stylesheet" href="/bristles/assets/index-e65ce55a.css">
</head>
<body>
<div id="root"></div>

</body>
</html>
Binary file added logo/android-chrome-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added logo/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added logo/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added logo/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added logo/favicon.ico
Binary file not shown.
14 changes: 14 additions & 0 deletions logo/site.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "",
"short_name": "",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
}
],
"theme_color": "#FFFFFF",
"background_color": "#FFFFFF",
"display": "standalone"
}

0 comments on commit d6efbe4

Please sign in to comment.