Skip to content

Commit

Permalink
flavicons + seo metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
wizhaaa committed Oct 17, 2024
1 parent 2a60562 commit 60c036d
Show file tree
Hide file tree
Showing 20 changed files with 64 additions and 58 deletions.
122 changes: 64 additions & 58 deletions client/index.html
Original file line number Diff line number Diff line change
@@ -1,68 +1,74 @@
<!DOCTYPE html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=UA-111004890-1"
></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script>
// before React is loaded
// if (typeof window.__REACT_DEVTOOLS_GLOBAL_HOOK__ === 'object') {
// __REACT_DEVTOOLS_GLOBAL_HOOK__.inject = function() {};
// }
</script>
<script>
window.dataLayer = window.dataLayer || []

function gtag() {
dataLayer.push(arguments)
}
gtag('js', new Date())
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-111004890-1"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script>
window.dataLayer = window.dataLayer || []

gtag('config', 'UA-111004890-1')
</script>
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());

<!--Graph search for facebook advertising-->
gtag('config', 'UA-111004890-1');
</script>

<meta
property="og:image"
content="http://image.ibb.co/jzN2cS/CUReviews_Ad.png"
/>
<meta
property="og:image:alt"
content="What will you find at CU Reviews? CUreviews.org"
/>
<meta
property="og:description"
content="Help your friends and future Cornellians pick the best classes by providing honest and anonymous feedback about your experience."
/>
<meta property="og:title" content="CU Reviews" />
<meta property="og:url" content="https://www.cureviews.org" />
<meta property="og:type" content="website" />
<!--Graph search for facebook advertising-->
<meta property="og:image" content="http://image.ibb.co/jzN2cS/CUReviews_Ad.png" />
<meta property="og:image:alt" content="What will you find at CU Reviews? CUreviews.org" />
<meta property="og:description"
content="Help your friends and future Cornellians pick the best classes by providing honest and anonymous feedback about your experience." />
<meta property="og:title" content="CU Reviews" />
<meta property="og:url" content="https://www.cureviews.org" />
<meta property="og:type" content="website" />

<!-- Favicon support -->
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="manifest" href="/site.webmanifest" />
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5" />
<meta name="msapplication-TileColor" content="#da532c" />
<meta name="theme-color" content="#ffffff" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<!-- Favicon support -->
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="flavicons/apple-touch-icon-57x57.png" />
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="flavicons/apple-touch-icon-114x114.png" />
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="flavicons/apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="flavicons/apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon-precomposed" sizes="60x60" href="flavicons/apple-touch-icon-60x60.png" />
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="flavicons/apple-touch-icon-120x120.png" />
<link rel="apple-touch-icon-precomposed" sizes="76x76" href="flavicons/apple-touch-icon-76x76.png" />
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="flavicons/apple-touch-icon-152x152.png" />
<link rel="icon" type="image/png" href="flavicons/favicon-196x196.png" sizes="196x196" />
<link rel="icon" type="image/png" href="flavicons/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/png" href="flavicons/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="flavicons/favicon-16x16.png" sizes="16x16" />
<link rel="icon" type="image/png" href="flavicons/favicon-128.png" sizes="128x128" />
<meta name="application-name" content="&nbsp;" />
<meta name="msapplication-TileColor" content="#FFFFFF" />
<meta name="msapplication-TileImage" content="flavicons/mstile-144x144.png" />
<meta name="msapplication-square70x70logo" content="flavicons/mstile-70x70.png" />
<meta name="msapplication-square150x150logo" content="flavicons/mstile-150x150.png" />
<meta name="msapplication-wide310x150logo" content="flavicons/mstile-310x150.png" />
<meta name="msapplication-square310x310logo" content="flavicons/mstile-310x310.png" />

<!-- Font Support -->
<link
href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,500,600&display=swap"
rel="stylesheet"
/>
<link rel="manifest" href="/site.webmanifest" />
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5" />
<meta name="msapplication-TileColor" content="#da532c" />
<meta name="theme-color" content="#ffffff" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />

<title>CU Reviews</title>
</head>
<!-- SEO & Metadata -->
<meta name="keywords"
content="Cornell University, Cornell, Course, Reviews, Ratings, Computer Science, CS 2110, CS 1110, Rate My Professor, Evaluations, Evalution" />
<meta name="description"
content="CU Reviews is a hub for students to explore courses while leaving and reading reviews." />
<meta name="author" content="Cornell DTI" />

<body>
<div id="root"></div>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>
<!-- Font Support -->
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,500,600&display=swap" rel="stylesheet" />

<title>CU Reviews</title>
</head>

<body>
<div id="root"></div>
<script type="module" src="/src/index.tsx"></script>
</body>

</html>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 client/public/flavicons/favicon-128.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 client/public/flavicons/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 client/public/flavicons/favicon-196x196.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 client/public/flavicons/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 client/public/flavicons/favicon-96x96.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 client/public/flavicons/favicon.ico
Binary file not shown.
Binary file added client/public/flavicons/mstile-144x144.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 client/public/flavicons/mstile-150x150.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 client/public/flavicons/mstile-310x150.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 client/public/flavicons/mstile-310x310.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 client/public/flavicons/mstile-70x70.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 60c036d

Please sign in to comment.