Skip to content
This repository has been archived by the owner on May 25, 2023. It is now read-only.

Commit

Permalink
feat: added social cards (#1423)
Browse files Browse the repository at this point in the history
* added social card

* Update index.html

Co-authored-by: Brian Douglas <bdougie@users.noreply.github.com>
  • Loading branch information
RUPAAK and bdougie committed Apr 15, 2022
1 parent 916b45c commit 1d2dbde
Showing 1 changed file with 42 additions and 11 deletions.
53 changes: 42 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,18 +1,49 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title><%= title %></title>
<meta name="description" content="The path to your next open-source contribution."/>
<link rel="icon" href="/favicon.svg" type="image/svg+xml"/>
<link rel="alternate icon" href="/favicon.ico" type="image/png" sizes="16x16"/>
<link rel="apple-touch-icon" href="/apple-touch-icon.png" sizes="180x180"/>
<link rel="mask-icon" href="/favicon.svg" color="#FFFFFF"/>
<meta name="msapplication-TileColor" content="#FFFFFF"/>
<meta name="theme-color" content="#FFFFFF"/>

<meta property="dcterms:modified" content="<%= date %>"/>
<meta name="description" content="The path to your next open-source contribution." />
<link rel="icon" href="/favicon.svg" type="image/svg+xml" />
<link rel="alternate icon" href="/favicon.ico" type="image/png" sizes="16x16" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" sizes="180x180" />
<link rel="mask-icon" href="/favicon.svg" color="#FFFFFF" />
<meta name="msapplication-TileColor" content="#FFFFFF" />
<meta name="theme-color" content="#FFFFFF" />

<meta property="dcterms:modified" content="<%= date %>" />

<!-- For facebook, linkedin etc -->
<meta property="og:title" content="Open Sauced" />
<meta property="og:url" content="https://app.opensauced.pizza" />
<meta property="og:type" content="article" />
<meta
property="og:description"
content="Open Sauced provides structured onboarding for new contributors to open source. This structure provides a way to track your next contributions by leveraging a unique dashboard built on top of the GitHub GraphQL API."
/>
<meta
property="og:image"
content="https://repository-images.githubusercontent.com/71359796/179eca00-061e-11eb-9b57-856a179db1a1"
/>

<!-- for twitter -->
<meta property="twitter:title" content="Open Sauced" />
<meta property="twitter:url" content="https://app.opensauced.pizza" />
<meta property="twitter:type" content="article" />

<meta
property="twitter:description"
content="Open Sauced is a platform to gain insights on open source contributors and their contributions."
/>
<meta
property="twitter:image"
content="https://repository-images.githubusercontent.com/71359796/179eca00-061e-11eb-9b57-856a179db1a1"
/>

<meta name="theme-color" content="#FFFFFF" />

<meta property="dcterms:modified" content="<%= date %>" />
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down

0 comments on commit 1d2dbde

Please sign in to comment.