Skip to content
Open
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
79 changes: 70 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,76 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" type="image/svg+xml" href="/src/assets/favicon.png" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<meta name="mobile-web-app-capable" content="yes" />
<meta name="theme-color" content="#000000" />

<meta
name="description"
content="An ecosystem for finding and sharing free water, food, bathrooms, and foraging resources in Philadelphia."
/>
<meta
name="keywords"
content="Free, free stuff, philadelphia, free stuff philadelphia, free resources, free resources philadelphia, free stuff philly, free resources philly, free water, free food, foraging, food foraging, free bathrooms, phlask, phlask philadelphia"
/>
<meta name="robots" content="index, follow" />

<meta
property="og:title"
content="PHLASK - Sharing Free Resources in Philadelphia"
/>
<meta
property="og:description"
content="PHLASK is an ecosystem for finding and sharing free resources (water, food, bathrooms, foraging) in Philadelphia."
/>
<meta property="og:url" content="https://phlask.me" />
<meta property="og:type" content="website" />
<meta
property="og:image"
content="https://phlask.me/assets/images/phlask-tessellation.png"
/>

<meta name="twitter:card" content="summary_large_image" />
<meta
name="twitter:title"
content="PHLASK - Sharing Free Resources in Philadelphia"
/>
<meta
name="twitter:description"
content="An ecosystem for finding and sharing free resources in Philadelphia."
/>
<meta
name="twitter:image"
content="https://phlask.me/assets/images/phlask-tessellation.png"
/>

<link rel="canonical" href="https://phlask.me" />

<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebApplication",
"name": "PHLASK",
"url": "https://phlask.me",
"description": "An ecosystem for finding and sharing free resources in Philadelphia",
"applicationCategory": "MapApplication",
"operatingSystem": "Web",
"about": {
"@type": "Organization",
"name": "PHLASK",
"url": "https://phlask.me",
"location": {
"@type": "Place",
"name": "Philadelphia"
}
}
}
</script>

<link rel="icon" type="image/png" href="/assets/favicon.png" />
<link
rel="preload"
as="image"
Expand All @@ -15,20 +84,12 @@
href="https://fonts.googleapis.com/css2?family=Exo:wght@600;700&family=Inter:wght@500;600;700&family=Roboto:wght@400;500;600;700&display=swap"
rel="stylesheet"
/>

<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap"
rel="stylesheet"
/>

<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<meta name="mobile-web-app-capable" content="yes" />
<meta name="theme-color" content="#000000" />
<!--
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 Down
14 changes: 0 additions & 14 deletions manifest.json

This file was deleted.

File renamed without changes
Binary file added public/assets/images/phlask-tessellation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"short_name": "PHLASK",
"name": "PHLASK - Finding and sharing free resources in Philadelphia",
"description": "An ecosystem for finding and sharing free resources like water, food, bathrooms, and foraging in Philadelphia.",
"icons": [
{
"src": "/assets/favicon.png",
"type": "image/png",
"sizes": "800x808"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#26A9E0",
"background_color": "#FFFFFF",
"orientation": "portrait",
"categories": ["utilities", "social", "maps"],
"lang": "en-US"
}
2 changes: 2 additions & 0 deletions public/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
User-agent: *
Allow: /
Loading