Skip to content

Commit 51ee6f0

Browse files
committed
Release v0.1.16
1 parent c2dca1e commit 51ee6f0

File tree

4 files changed

+70
-27
lines changed

4 files changed

+70
-27
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
| $$\$$ $$| $$| $$ | $$ | $$| $$ | $$| $$ $$| $$ \$$| $$| $$ | $$
1111
| $$ \$$$$| $$| $$_/ $$_/ $$| $$__| $$| $$$$$$$$| $$ __ | $$| $$__/ $$
1212
| $$ \$$$| $$ \$$ $$ $$ \$$ $$ \$$ \| $$| \ | $$ \$$ $$
13-
\$$ \$$ \$$ \$$$$$\$$$$ \$$$$$$$ \$$$$$$$ \$$ \$$ \$$ \$$$$$$
13+
\$$ \$$ \$$ \$$$$$\$$$$ \$$$$$$$ \$$$$$$$ \$$ \$$ \$$ \$$$$$$
1414
```
1515

1616
![image](src/helpers/cover_3.png)

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "niwder-ui",
3-
"version": "0.1.15",
3+
"version": "0.1.16",
44
"private": true,
55
"dependencies": {
66
"@emotion/react": "^11.8.2",

Diff for: public/index.html

+67-24
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,16 @@
11
<!DOCTYPE html>
22
<html lang="en">
3-
<head>
4-
<meta charset="utf-8" />
5-
<link rel="icon" href="%PUBLIC_URL%/favicon.png" />
6-
<meta name="viewport" content="width=device-width, initial-scale=1" />
7-
<meta name="theme-color" content="#000000" />
8-
<meta
9-
name="description"
10-
content="Web site created using create-react-app"
11-
/>
12-
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo.png" />
3+
<head>
4+
<meta charset="utf-8"/>
5+
<link rel="icon" href="%PUBLIC_URL%/favicon.png"/>
6+
<meta name="viewport" content="width=device-width, initial-scale=1"/>
7+
<meta name="theme-color" content="#000000"/>
8+
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo.png"/>
139
<!--
1410
manifest.json provides metadata used when your web app is installed on a
1511
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
1612
-->
17-
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
13+
<link rel="manifest" href="%PUBLIC_URL%/manifest.json"/>
1814
<!--
1915
Notice the use of %PUBLIC_URL% in the tags above.
2016
It will be replaced with the URL of the `public` folder during the build.
@@ -25,19 +21,66 @@
2521
Learn how to configure a non-root public URL by running `npm run build`.
2622
-->
2723
<title>Niwder.io</title>
28-
</head>
29-
<body>
30-
<noscript>You need to enable JavaScript to run this app.</noscript>
31-
<div id="root"></div>
32-
<!--
33-
This HTML file is a template.
34-
If you open it directly in the browser, you will see an empty page.
3524

36-
You can add webfonts, meta tags, or analytics to this file.
37-
The build step will place the bundled scripts into the <body> tag.
25+
<script type="application/ld+json">
26+
{
27+
"@context": "https://schema.org/",
28+
"@type": "Person",
29+
"name": "Nipuna Weerasekara",
30+
"url": "https://niweera.gq",
31+
"image": "https://niweera.gq/assets/img/prof_pic.jpg",
32+
"sameAs": [
33+
"https://facebook.com/Niweera",
34+
"https://twitter.com/Niweera",
35+
"https://instagram.com/niweera",
36+
"https://www.linkedin.com/in/Niweera",
37+
"https://github.com/Niweera",
38+
"https://scholar.google.com/citations?user=O8A5FNwAAAAJ&hl=en",
39+
"https://medium.com/@niweera",
40+
"https://blog.niweera.gq"
41+
],
42+
"jobTitle": "Researcher",
43+
"worksFor": {
44+
"@type": "Organization",
45+
"name": "SCoRe Lab (https://scorelab.org)"
46+
}
47+
}
48+
</script>
3849

39-
To begin the development, run `npm start` or `yarn start`.
40-
To create a production bundle, use `npm run build` or `yarn build`.
41-
-->
42-
</body>
50+
<meta name="description"
51+
content="Niwder: Download, upload, and go wild with Mega, Google Drive and direct download links."
52+
/>
53+
54+
<!-- Open Graph -->
55+
<meta property="og:site_name" content="Niwder.io"/>
56+
<meta property="og:type" content="object"/>
57+
<meta property="og:title" content="Niwder.io"/>
58+
<meta property="og:url" content="https://niwder.niweera.gq"/>
59+
<meta property="og:description"
60+
content="Niwder: Download, upload, and go wild with Mega, Google Drive and direct download links."/>
61+
<meta property="og:image" content="https://niwder.niweera.gq/cover.png"/>
62+
63+
<!-- Twitter -->
64+
<meta name="twitter:card" content="summary_large_image">
65+
<meta name="twitter:site" content="@Niweera">
66+
<meta name="twitter:creator" content="@Niweera">
67+
<meta name="twitter:title" content="Niwder.io">
68+
<meta name="twitter:description"
69+
content="Niwder: Download, upload, and go wild with Mega, Google Drive and direct download links.">
70+
<meta name="twitter:image" content="https://niwder.niweera.gq/cover.png">
71+
</head>
72+
<body>
73+
<noscript>No JavaScript No Niwder 😢</noscript>
74+
<div id="root"></div>
75+
<!--
76+
This HTML file is a template.
77+
If you open it directly in the browser, you will see an empty page.
78+
79+
You can add webfonts, meta tags, or analytics to this file.
80+
The build step will place the bundled scripts into the <body> tag.
81+
82+
To begin the development, run `npm start` or `yarn start`.
83+
To create a production bundle, use `npm run build` or `yarn build`.
84+
-->
85+
</body>
4386
</html>

Diff for: public/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"short_name": "Niwder.io",
3-
"name": "Niwder: Go crazy with downloads!",
3+
"name": "Niwder: Download, upload, and go wild with Mega, Google Drive and direct download links.",
44
"icons": [
55
{
66
"src": "favicon.png",

0 commit comments

Comments
 (0)