Skip to content

Commit

Permalink
Update HTML meta tags and styles
Browse files Browse the repository at this point in the history
  • Loading branch information
NwinNwin committed Feb 11, 2024
1 parent f49b0f2 commit 03a0cd8
Showing 1 changed file with 102 additions and 83 deletions.
185 changes: 102 additions & 83 deletions public/index.html
Original file line number Diff line number Diff line change
@@ -1,92 +1,111 @@
<!DOCTYPE html>
<html lang="en">
<head>
<style>
@media (min-resolution: 120dpi) {
html {
font-size: 14px;
}
}
@media (min-resolution: 144dpi) {
html {
font-size: 12px;
}
}
</style>
<head>
<style>
@media (min-resolution: 120dpi) {
html {
font-size: 14px;
}
}
@media (min-resolution: 144dpi) {
html {
font-size: 12px;
}
}
</style>

<!-- HTML Meta Tags -->
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no, user-scalable=no, viewport-fit=cover"
/>
<meta name="theme-color" content="#0266B3" /> <!-- Updated color scheme -->
<meta
name="keywords"
content="UCI,Anteater,lost and found,lost,found,find items,recover,ucipd,university,zotnfound"
/>
<meta name="description" content="A platform for UCI students to effortlessly locate and recover lost or found items." />
<!-- HTML Meta Tags -->
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no, user-scalable=no, viewport-fit=cover"
/>
<meta name="theme-color" content="#0266B3" />
<!-- Updated color scheme -->
<meta
name="keywords"
content="UCI,Anteater,lost and found,lost,found,find items,recover,ucipd,university,zotnfound"
/>
<meta
name="description"
content="A platform for UCI students to effortlessly locate and recover lost or found items."
/>

<!-- Opengraph/Facebook Meta Tags -->
<meta property="og:url" content="https://zotnfound.com/" />
<meta property="og:type" content="website" />
<meta property="og:title" content="ZotNFound" />
<meta property="og:description" content="A platform for UCI students to effortlessly locate and recover lost or found items." />
<meta property="og:image" content="https://zotnfound.com/logo.png" />
<!-- Opengraph/Facebook Meta Tags -->
<meta property="og:url" content="https://zotnfound.com/" />
<meta property="og:type" content="website" />
<meta property="og:title" content="ZotNFound" />
<meta
property="og:description"
content="A platform for UCI students to effortlessly locate and recover lost or found items."
/>
<meta property="og:image" content="https://zotnfound.com/logo.png" />

<!-- Twitter Meta Tags -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://zotnfound.com/" />
<meta property="twitter:title" content="ZotNFound" />
<meta
property="twitter:description"
content="A platform for UCI students to effortlessly locate and recover lost or found items."
/>
<meta property="twitter:image" content="https://zotnfound.com/logo.png" />
<!-- Twitter Meta Tags -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://zotnfound.com/" />
<meta property="twitter:title" content="ZotNFound" />
<meta
property="twitter:description"
content="A platform for UCI students to effortlessly locate and recover lost or found items."
/>
<meta property="twitter:image" content="https://zotnfound.com/logo.png" />

<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico" />
<link rel="stylesheet" href="%PUBLIC_URL%/google_font_roboto_300_400_500_700.css" />
<link
rel="stylesheet"
href="https://unpkg.com/[email protected]/dist/leaflet.css"
integrity="sha512-xwE/Az9zrjBIphAcBb3F6JVqxf46+CDLwfLMHloNu6KEQCAWi6HcDUbeOfBIptF7tcCzusKFjFw2yuvEpDL9wQ=="
crossorigin=""
/>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" />
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/leaflet.locatecontrol/dist/L.Control.Locate.min.css"
/>
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico" />
<link
rel="stylesheet"
href="%PUBLIC_URL%/google_font_roboto_300_400_500_700.css"
/>
<link
rel="stylesheet"
href="https://unpkg.com/[email protected]/dist/leaflet.css"
integrity="sha512-xwE/Az9zrjBIphAcBb3F6JVqxf46+CDLwfLMHloNu6KEQCAWi6HcDUbeOfBIptF7tcCzusKFjFw2yuvEpDL9wQ=="
crossorigin=""
/>
<link
rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/leaflet.locatecontrol/dist/L.Control.Locate.min.css"
/>

<title>ZotNFound</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<title>ZotNFound</title>
<!-- Global site tag (gtag.js) - Google Analytics -->

<!-- console.log for recruitment -->
<script>
console.log(
'%cInterested in contributing to ZotNFound?\n - Check out the project on GitHub: https://github.com/icssc/ZotNFound-frontend\n',
'color: #0266B3; font-size: 15px'
);
</script>
<!-- console.log for recruitment -->
<script>
console.log(
"%cInterested in contributing to ZotNFound?\n - Check out the project on GitHub: https://github.com/icssc/ZotNFound-frontend\n",
"color: #0266B3; font-size: 15px"
);
</script>

<!-- Start Single Page Apps for GitHub Pages -->
<script type="text/javascript">
(function (l) {
if (l.search[1] === '/') {
var decoded = l.search
.slice(1)
.split('&')
.map(function (s) {
return s.replace(/~and~/g, '&');
})
.join('?');
window.history.replaceState(null, null, l.pathname.slice(0, -1) + decoded + l.hash);
}
})(window.location);
</script>
<!-- End Single Page Apps for GitHub Pages -->
</head>
<body style="overflow: hidden">
<noscript> You need to enable JavaScript to run this app. </noscript>
<div id="root" style="height: 100vh; position: fixed; top: 0
<!-- Start Single Page Apps for GitHub Pages -->
<script type="text/javascript">
(function (l) {
if (l.search[1] === "/") {
var decoded = l.search
.slice(1)
.split("&")
.map(function (s) {
return s.replace(/~and~/g, "&");
})
.join("?");
window.history.replaceState(
null,
null,
l.pathname.slice(0, -1) + decoded + l.hash
);
}
})(window.location);
</script>
<!-- End Single Page Apps for GitHub Pages -->
</head>
<body style="overflow: hidden">
<noscript> You need to enable JavaScript to run this app. </noscript>
<div id="root" style="height: 100vh; position: fixed; top: 0"></div>
</body>
</html>

0 comments on commit 03a0cd8

Please sign in to comment.