|
5 | 5 | <head> |
6 | 6 | <meta charset="utf-8"> |
7 | 7 | <meta http-equiv="x-ua-compatible" content="ie=edge"> |
8 | | - <meta name="description" content=""> |
| 8 | + <meta name="description" content="Hello. I am a web developer living in Washington DC and these are some of my projects."> |
9 | 9 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
10 | 10 | <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"> |
11 | 11 | <link rel="icon" href="/favicon.ico" type="image/x-icon"> |
12 | 12 |
|
13 | 13 | {# Facebook Open Graph Tags #} |
14 | | - <meta property="og:title" content="" /> |
| 14 | + <meta property="og:title" content="SSarah-Jaine Szekeresh's Portfolio" /> |
15 | 15 | <meta property="og:site_name" content="" /> |
16 | | - <meta property="og:url" content="" /> |
17 | | - <meta property="og:description" content="" /> |
| 16 | + <meta property="og:url" content="https://sarahjaine.com/" /> |
| 17 | + <meta property="og:description" content="Hello. I am a web developer living in Washington DC and these are some of my projects." /> |
18 | 18 | <meta property="fb:app_id" content=""> |
19 | 19 | <meta property="og:type" content="website" /> |
20 | 20 | <meta property="og:image" content="" /> |
21 | 21 |
|
22 | 22 | {# Twitter Summary Card with Large Image tags #} |
23 | 23 | <meta name="twitter:card" content="summary_large_image"> |
24 | | - <meta name="twitter:site" content=""> |
25 | | - <meta name="twitter:creator" content=""> |
26 | | - <meta name="twitter:title" content=""> |
27 | | - <meta name="twitter:description" content=""> |
| 24 | + <meta name="twitter:site" content="@sarahjaine_sz"> |
| 25 | + <meta name="twitter:creator" content="@sarahjaine_sz"> |
| 26 | + <meta name="twitter:title" content="Sarah-Jaine Szekeresh's Portfolio"> |
| 27 | + <meta name="twitter:description" content="Hello. I am a web developer living in Washington DC and these are some of my projects."> |
28 | 28 | <meta name="twitter:image" content=""> |
29 | 29 |
|
30 | 30 | <link rel="stylesheet" href="{% static 'css/app.css' %}"> |
|
0 commit comments