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

feat(landing): support linkedin/twitter cards #1864

Merged
merged 2 commits into from
Sep 19, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Binary file added packages/landing/static/basemaps-card.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions packages/landing/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@
<meta name="viewport" content="initial-scale=1,maximum-scale=1,user-scalable=no" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />

<meta property="og:title" content="LINZ Basemaps"/>
<meta property="og:image" content="/basemaps-card.jpeg"/>
<meta property="og:description" content="NZ’s authoritative and open digital basemap service for LINZ and the public." />

<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="LINZ Basemaps" />
<meta name="twitter:image" content="/basemaps-card.jpeg" />
<meta name="twitter:description" content="NZ’s authoritative and open digital basemap service for LINZ and the public." />

$CSS_FILE
<link href="https://fonts.googleapis.com/icon?family=Material+Icons+Round" rel="stylesheet" />
<title>Basemaps | Land Information New Zealand (LINZ)</title>
Expand Down