|
10 | 10 | <meta name="msapplication-TileColor" content="#da532c" />
|
11 | 11 | <meta name="theme-color" content="#0b48a1" />
|
12 | 12 |
|
| 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 | + |
13 | 53 | <meta
|
14 | 54 | name="viewport"
|
15 | 55 | content="width=device-width, initial-scale=1.0, maximum-scale=1.0"
|
16 | 56 | />
|
17 |
| - <title>RecRec: Recommender System for Your Recommenders</title> |
18 | 57 |
|
19 | 58 | <link rel="preconnect" href="https://fonts.googleapis.com" />
|
20 | 59 | <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
|
0 commit comments