Skip to content

Commit 7553fc3

Browse files
committed
update manifest.json for PWA integration
1 parent db402aa commit 7553fc3

5 files changed

Lines changed: 47 additions & 34 deletions

File tree

public/index.html

Lines changed: 32 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -7,37 +7,46 @@
77
<meta name="theme-color" content="#000000" />
88
<meta
99
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."
1111
/>
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" />
1820
<meta name="copyright" content="Vinit Shahdeo 2023" />
1921

2022
<meta property="og:type" content="website" />
2123
<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/" />
2732
<meta property="og:site_name" content="#50DaysOfJavaScript" />
2833

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" />
3643

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" />
4150

4251
<link rel="apple-touch-icon" href="%PUBLIC_URL%/js-logo.png" />
4352
<!--

public/manifest.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
2-
"short_name": "React App",
3-
"name": "Create React App Sample",
2+
"short_name": "50JS",
3+
"name": "50DaysOfJavaScript",
4+
"description": "Elevate JavaScript skills with daily coding challenges in a global, community-driven initiative.",
45
"icons": [
56
{
67
"src": "favicon.ico",
@@ -18,8 +19,10 @@
1819
"sizes": "512x512"
1920
}
2021
],
21-
"start_url": ".",
22+
"start_url": "/",
2223
"display": "standalone",
23-
"theme_color": "#000000",
24-
"background_color": "#ffffff"
24+
"scope": "/",
25+
"orientation": "portrait",
26+
"theme_color": "#933ffe",
27+
"background_color": "#0b0b0f"
2528
}

public/open-graph.png

717 KB
Loading

src/App.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ body {
3535
}
3636

3737
.title {
38-
margin-top: 8rem;
38+
margin-top: 4.2rem;
3939
text-align: center;
4040
font-size: 6.4rem;
4141
font-weight: 900;

src/components/GitHubButtons/GithubButtons.css

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.github_buttons {
2-
font-size: 2.5rem;
2+
margin-top: 2rem;
3+
font-size: 2rem;
34
display: flex;
45
justify-items: center;
56
align-items: center;
@@ -12,8 +13,8 @@
1213
align-items: center;
1314
column-gap: 6px;
1415

15-
padding-top: 3px;
16-
padding-bottom: 3px;
16+
padding-top: 4px;
17+
padding-bottom: 4px;
1718
padding-left: 12px;
1819
padding-right: 12px;
1920

@@ -24,8 +25,8 @@
2425
}
2526

2627
.github_buttons__icon {
27-
width: 24px;
28-
height: 24px;
28+
width: 20px;
29+
height: 20px;
2930
}
3031

3132
.github_buttons__text {

0 commit comments

Comments
 (0)