Skip to content

Commit

Permalink
Add SEO and Open Graph tags
Browse files Browse the repository at this point in the history
  • Loading branch information
krishnans2006 committed Feb 8, 2024
1 parent b1ea9bd commit 9820d45
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,27 @@
<head>
<meta charset="utf-8" />
<title>HackTJ 11.0</title>
<meta name="description" content="" />
<meta
name="description"
content="Do you get excited watching your ideas come to life? Ever wanted to build the next Snapchat or
create an Amazon Alexa skill? Program a drone? Create programs using the latest machine
learning or virtual reality technology? Come to HackTJ to make new friends, build mind-blowing
projects, attend workshops to learn new tricks, and have a fantastic time!"
/>
<link rel="icon" href="%sveltekit.assets%/favicon.png" />

<!-- Open Graph -->
<meta property="og:title" content="HackTJ 11.0" />
<meta property="og:url" content="https://hacktj.org" />
<meta
property="og:description"
content="Do you get excited watching your ideas come to life? Ever wanted to build the next Snapchat or
create an Amazon Alexa skill? Program a drone? Create programs using the latest machine
learning or virtual reality technology? Come to HackTJ to make new friends, build mind-blowing
projects, attend workshops to learn new tricks, and have a fantastic time!"
/>
<meta property="og:image" content="%sveltekit.assets%/og-image.png" />

<meta name="viewport" content="width=device-width, initial-scale=1" />
<link
rel="stylesheet"
Expand Down
Binary file added static/og-image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9820d45

Please sign in to comment.