Skip to content

Commit dc1e17b

Browse files
committed
Update social preview
Signed-off-by: Jay Wang <[email protected]>
1 parent 384814d commit dc1e17b

File tree

2 files changed

+42
-3
lines changed

2 files changed

+42
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<h1>RecRec <a href="https://poloclub.github.io/recrec/"><picture>
22

3-
<source media="(prefers-color-scheme: dark)" srcset="public/android-chrome-192x192.png">
4-
<img align="right" alt="RecRec logo." src="public/android-chrome-192x192.png" width="30" height="30">
3+
<source media="(prefers-color-scheme: dark)" srcset="https://i.imgur.com/h9q1Vg6.png">
4+
<img align="right" alt="RecRec logo." src="https://i.imgur.com/h9q1Vg6.png" height="50">
55
</picture></a></h1>
66

77
[![Github Actions Status](https://github.com/xiaohk/recrec/workflows/build/badge.svg)](https://github.com/xiaohk/recrec/actions/workflows/build.yml)

index.html

+40-1
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,50 @@
1010
<meta name="msapplication-TileColor" content="#da532c" />
1111
<meta name="theme-color" content="#0b48a1" />
1212

13+
<!-- Primary Meta Tags -->
14+
<title>RecRec — Recommender for Recommendation Letter Writers</title>
15+
<meta
16+
name="title"
17+
content="RecRec — Recommender for Recommendation Letter Writers"
18+
/>
19+
<meta
20+
name="description"
21+
content="Whether you are preparing for your tenure package or green card petition, RecRec helps you quickly identify the best letter writers.
22+
"
23+
/>
24+
25+
<!-- Open Graph / Facebook -->
26+
<meta property="og:type" content="website" />
27+
<meta property="og:url" content="https://xiaohk.github.io/recrec" />
28+
<meta
29+
property="og:title"
30+
content="RecRec — Recommender for Recommendation Letter Writers"
31+
/>
32+
<meta
33+
property="og:description"
34+
content="Whether you are preparing for your tenure package or green card petition, RecRec helps you quickly identify the best letter writers.
35+
"
36+
/>
37+
<meta property="og:image" content="https://i.imgur.com/4Rft5F8.png" />
38+
39+
<!-- Twitter -->
40+
<meta property="twitter:card" content="summary_large_image" />
41+
<meta property="twitter:url" content="https://xiaohk.github.io/recrec" />
42+
<meta
43+
property="twitter:title"
44+
content="RecRec — Recommender for Recommendation Letter Writers"
45+
/>
46+
<meta
47+
property="twitter:description"
48+
content="Whether you are preparing for your tenure package or green card petition, RecRec helps you quickly identify the best letter writers.
49+
"
50+
/>
51+
<meta property="twitter:image" content="https://i.imgur.com/4Rft5F8.png" />
52+
1353
<meta
1454
name="viewport"
1555
content="width=device-width, initial-scale=1.0, maximum-scale=1.0"
1656
/>
17-
<title>RecRec: Recommender System for Your Recommenders</title>
1857

1958
<link rel="preconnect" href="https://fonts.googleapis.com" />
2059
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />

0 commit comments

Comments
 (0)