Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed JSON data #8

Merged
merged 3 commits into from
Aug 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
<link rel="icon" href="https://img.icons8.com/plasticine/344/egg.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta name="description" content="Web site created using create-react-app" />
<meta name="description" content="Play the 'Chicken or Egg' game and decide what came first! Test your knowledge of historical events and fun facts." />
<link rel="apple-touch-icon" href="https://img.icons8.com/plasticine/344/egg.png" />
<meta name="keywords" content="chicken, egg, game, fun, history, trivia, what came first, chicken or egg">
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
Expand All @@ -30,6 +31,20 @@
rel="stylesheet">
</head>

<!-- Open Graph Meta Tags -->
<meta property="og:title" content="Chicken or Egg - What Came First?">
<meta property="og:description" content="Play the 'Chicken or Egg' game and decide what came first! Test your knowledge of historical events and fun facts.">
<meta property="og:image" content="https://i.ibb.co/MSqLFjr/OGImage.jpg">
<meta property="og:url" content="https://chicken-or-egg.web.app/">
<meta property="og:type" content="website">

<!-- Twitter Card Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@chickenoregggame">
<meta name="twitter:title" content="Chicken or Egg - What Came First?">
<meta name="twitter:description" content="Play the 'Chicken or Egg' game and decide what came first! Test your knowledge of historical events and fun facts.">
<meta name="twitter:image" content="https://i.ibb.co/WxqcLTf/OGTwitter.jpg">

<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
Expand Down
2 changes: 1 addition & 1 deletion src/data/pairs1.json
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@
"Apple", "Microsoft"
],
"correct_option": "Microsoft",
"description": "Apple, founded by Steve Jobs, Steve Wozniak, and Ronald Wayne on April 1, 1976, introduced the Apple I computer. Microsoft, founded by Bill Gates and Paul Allen on April 4, 1975, started by developing software for the Altair 8800. Both companies played pivotal roles in the personal computing revolution, but Apple predates Microsoft and contributed to shaping modern consumer technology with its innovative products."
"description": "Apple, founded by Steve Jobs, Steve Wozniak, and Ronald Wayne on April 1, 1976, introduced the Apple I computer. Microsoft, founded by Bill Gates and Paul Allen on April 4, 1975, started by developing software for the Altair 8800. Both companies played pivotal roles in the personal computing revolution, but Microsoft predates Apple and contributed to shaping modern consumer technology with its innovative products."
}, {
"pair_id": 42,
"options": [
Expand Down