Skip to content

Commit

Permalink
Merge branch 'main' into vasantisuthar
Browse files Browse the repository at this point in the history
  • Loading branch information
vasantisuthar committed May 24, 2022
2 parents bfe0802 + f52be30 commit e6ff4fa
Show file tree
Hide file tree
Showing 17 changed files with 900 additions and 179 deletions.
18 changes: 18 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,24 @@
"contributions": [
"code"
]
},
{
"login": "Sachin-chaurasiya",
"name": "Sachin Chaurasiya",
"avatar_url": "https://avatars.githubusercontent.com/u/59080942?v=4",
"profile": "https://sachinchaurasiya.dev",
"contributions": [
"code"
]
},
{
"login": "tejinder-sharma",
"name": "Tejinder Sharma",
"avatar_url": "https://avatars.githubusercontent.com/u/95734921?v=4",
"profile": "https://github.com/tejinder-sharma",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ReactPlay(Repo: `react-play`)
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-20-orange.svg?style=flat-square)](#contributors-)
[![All Contributors](https://img.shields.io/badge/all_contributors-22-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->

<p align="center">
Expand Down Expand Up @@ -191,6 +191,10 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<td align="center"><a href="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/Shriom-Trivedi"><img src="https://avatars.githubusercontent.com/u/32411707?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Shri Om Trivedi</b></sub></a><br /><a href="https://github.com/atapas/react-play/commits?author=Shriom-Trivedi" title="Code">💻</a></td>
<td align="center"><a href="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/naiknareshh"><img src="https://avatars.githubusercontent.com/u/105363653?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Naresh Naik</b></sub></a><br /><a href="https://github.com/atapas/react-play/commits?author=naiknareshh" title="Code">💻</a></td>
<td align="center"><a href="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/vincentBCP"><img src="https://avatars.githubusercontent.com/u/18364292?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Vincent Patoc</b></sub></a><br /><a href="https://github.com/atapas/react-play/commits?author=vincentBCP" title="Code">💻</a></td>
<td align="center"><a href="https://sachinchaurasiya.dev"><img src="https://avatars.githubusercontent.com/u/59080942?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Sachin Chaurasiya</b></sub></a><br /><a href="https://github.com/atapas/react-play/commits?author=Sachin-chaurasiya" title="Code">💻</a></td>
</tr>
<tr>
<td align="center"><a href="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/tejinder-sharma"><img src="https://avatars.githubusercontent.com/u/95734921?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Tejinder Sharma</b></sub></a><br /><a href="https://github.com/atapas/react-play/commits?author=tejinder-sharma" title="Code">💻</a></td>
</tr>
</table>

Expand Down
4 changes: 3 additions & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@
rel="stylesheet"
/>

<title>ReactPlay</title>
<title>
ReactPlay - One app to learn, create, and share ReactJS projects.
</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down
6 changes: 3 additions & 3 deletions public/robots.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# https://www.robotstxt.org/robotstxt.html
User-agent: *
Disallow:
User-agent: *
Disallow:
Sitemap: https://reactplay.io/sitemap.xml
23 changes: 23 additions & 0 deletions public/sitemap.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset
xmlns="http:https://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xsi="http:https://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http:https://www.sitemaps.org/schemas/sitemap/0.9
http:https://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">

<url>
<loc>https://www.reactplay.io/</loc>
<lastmod>2022-05-23T15:20:03+00:00</lastmod>
<priority>1.00</priority>
</url>
<url>
<loc>https://www.reactplay.io/plays</loc>
<lastmod>2022-05-23T15:20:03+00:00</lastmod>
<priority>0.80</priority>
</url>
<url>
<loc>https://www.reactplay.io/ideas</loc>
<lastmod>2022-05-23T15:20:03+00:00</lastmod>
<priority>0.80</priority>
</url>
</urlset>
9 changes: 7 additions & 2 deletions src/meta/DefMeta.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ function DefMeta() {
<meta property="og:type" content="website" />
<meta property="og:site_name" content="ReactPlay" />
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="400" />
<meta property="og:image:height" content="300" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="628" />
<meta name="twitter:card" content="summary_large_image" />
<meta
name="description"
Expand Down Expand Up @@ -36,6 +36,11 @@ function DefMeta() {
content="Start React Code Arena with ReactPlay"
data-react-helmet="true"
/>
<meta
property="og:url"
content="https://reactplay.io"
data-react-helmet="true"
/>
<meta
name="twitter:title"
content="ReactPlay - One app to learn, create, and share ReactJS projects."
Expand Down
Loading

0 comments on commit e6ff4fa

Please sign in to comment.