|
7 | 7 | <meta name="theme-color" content="#000000" /> |
8 | 8 | <meta |
9 | 9 | name="description" |
10 | | - content="Solve one question daily to ace your next interview! Calling out participants, mentors, and communities for an open-source initiative—join us to make a difference." |
| 10 | + content="Solve one question daily to ace your next JavaScript interview! Calling out participants, mentors, and communities for an open-source initiative—join us to make a difference." |
11 | 11 | /> |
12 | | - <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
13 | | - <meta name="description" |
14 | | - content="Solve one question daily to ace your next interview! Calling out participants, mentors, and communities for an open-source initiative—join us to make a difference.""> |
15 | | - <meta name="robots" content="index,follow"> |
16 | | - <meta name="author" content="Vinit Shahdeo & Yashvi Mahapatra"> |
17 | | - <meta name="email" content="vinitshahdeo@gmail.com"> |
| 12 | + <meta http-equiv="X-UA-Compatible" content="IE=edge" /> |
| 13 | + <meta |
| 14 | + name="description" |
| 15 | + content="Solve one question daily to ace your next JavaScript interview! Calling out participants, mentors, and communities for an open-source initiative—join us to make a difference." |
| 16 | + /> |
| 17 | + <meta name="robots" content="index,follow" /> |
| 18 | + <meta name="author" content="Vinit Shahdeo & Yashvi Mahapatra" /> |
| 19 | + <meta name="email" content="vinitshahdeo@gmail.com" /> |
18 | 20 | <meta name="copyright" content="Vinit Shahdeo 2023" /> |
19 | 21 |
|
20 | 22 | <meta property="og:type" content="website" /> |
21 | 23 | <meta property="og:title" content="#50DaysOfJavaScript" /> |
22 | | - <meta property="og:description" |
23 | | - content="Solve one question daily to ace your next interview! Calling out participants, mentors, and communities for an open-source initiative—join us to make a difference."" /> |
24 | | - |
25 | | - <meta property="og:image" content="%PUBLIC_URL%/50daysofjavascript.png" /> |
26 | | - <meta property="og:url" content="topmate-readme-badge.netlify.app" /> |
| 24 | + <meta |
| 25 | + property="og:description" |
| 26 | + content="Solve one question daily to ace your next JavaScript interview! Calling out participants, mentors, and communities for an open-source initiative—join us to make a difference." |
| 27 | + /> |
| 28 | + <meta property="og:image" content="%PUBLIC_URL%/open-graph.png" /> |
| 29 | + <meta property="og:image:width" content="1200" /> |
| 30 | + <meta property="og:image:height" content="630" /> |
| 31 | + <meta property="og:url" content="https://50daysofjavascript.netlify.app/" /> |
27 | 32 | <meta property="og:site_name" content="#50DaysOfJavaScript" /> |
28 | 33 |
|
29 | | - <meta name="twitter:card" content="website"> |
30 | | - <meta name="twitter:site" content="#50DaysOfJavaScript"> |
31 | | - <meta name="twitter:title" content="#50DaysOfJavaScript"> |
32 | | - <meta name="twitter:description" |
33 | | - content="Solve one question daily to ace your next interview! Calling out participants, mentors, and communities for an open-source initiative—join us to make a difference.""> |
34 | | - <meta name="twitter:creator" content="@Vinit_Shahdeo"> |
35 | | - <meta name="twitter:image" content="%PUBLIC_URL%/50daysofjavascript.png"> |
| 34 | + <meta name="twitter:card" content="website" /> |
| 35 | + <meta name="twitter:site" content="#50DaysOfJavaScript" /> |
| 36 | + <meta name="twitter:title" content="#50DaysOfJavaScript" /> |
| 37 | + <meta |
| 38 | + name="twitter:description" |
| 39 | + content="Solve one question daily to ace your next JavaScript interview! Calling out participants, mentors, and communities for an open-source initiative—join us to make a difference." |
| 40 | + /> |
| 41 | + <meta name="twitter:creator" content="@Vinit_Shahdeo" /> |
| 42 | + <meta name="twitter:image" content="%PUBLIC_URL%/open-graph.png" /> |
36 | 43 |
|
37 | | - <meta itemprop="name" content="#50DaysOfJavaScript"> |
38 | | - <meta itemprop="description" |
39 | | - content="Solve one question daily to ace your next interview! Calling out participants, mentors, and communities for an open-source initiative—join us to make a difference.""> |
40 | | - <meta itemprop="image" content="%PUBLIC_URL%/50daysofjavascript.png"> |
| 44 | + <meta itemprop="name" content="#50DaysOfJavaScript" /> |
| 45 | + <meta |
| 46 | + itemprop="description" |
| 47 | + content="Solve one question daily to ace your next JavaScript interview! Calling out participants, mentors, and communities for an open-source initiative—join us to make a difference." |
| 48 | + /> |
| 49 | + <meta itemprop="image" content="%PUBLIC_URL%/open-graph.png" /> |
41 | 50 |
|
42 | 51 | <link rel="apple-touch-icon" href="%PUBLIC_URL%/js-logo.png" /> |
43 | 52 | <!-- |
|
0 commit comments