Skip to content

Commit

Permalink
Release v0.1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
Niweera committed May 20, 2022
1 parent c2dca1e commit 51ee6f0
Show file tree
Hide file tree
Showing 4 changed files with 70 additions and 27 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
| $$\$$ $$| $$| $$ | $$ | $$| $$ | $$| $$ $$| $$ \$$| $$| $$ | $$
| $$ \$$$$| $$| $$_/ $$_/ $$| $$__| $$| $$$$$$$$| $$ __ | $$| $$__/ $$
| $$ \$$$| $$ \$$ $$ $$ \$$ $$ \$$ \| $$| \ | $$ \$$ $$
\$$ \$$ \$$ \$$$$$\$$$$ \$$$$$$$ \$$$$$$$ \$$ \$$ \$$ \$$$$$$
\$$ \$$ \$$ \$$$$$\$$$$ \$$$$$$$ \$$$$$$$ \$$ \$$ \$$ \$$$$$$
```

![image](src/helpers/cover_3.png)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "niwder-ui",
"version": "0.1.15",
"version": "0.1.16",
"private": true,
"dependencies": {
"@emotion/react": "^11.8.2",
Expand Down
91 changes: 67 additions & 24 deletions public/index.html
Original file line number Diff line number Diff line change
@@ -1,20 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="Web site created using create-react-app"
/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo.png" />
<head>
<meta charset="utf-8"/>
<link rel="icon" href="%PUBLIC_URL%/favicon.png"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="theme-color" content="#000000"/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo.png"/>
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json"/>
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Expand All @@ -25,19 +21,66 @@
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>Niwder.io</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<!--
This HTML file is a template.
If you open it directly in the browser, you will see an empty page.

You can add webfonts, meta tags, or analytics to this file.
The build step will place the bundled scripts into the <body> tag.
<script type="application/ld+json">
{
"@context": "https://schema.org/",
"@type": "Person",
"name": "Nipuna Weerasekara",
"url": "https://niweera.gq",
"image": "https://niweera.gq/assets/img/prof_pic.jpg",
"sameAs": [
"https://facebook.com/Niweera",
"https://twitter.com/Niweera",
"https://instagram.com/niweera",
"https://www.linkedin.com/in/Niweera",
"https://github.com/Niweera",
"https://scholar.google.com/citations?user=O8A5FNwAAAAJ&hl=en",
"https://medium.com/@niweera",
"https://blog.niweera.gq"
],
"jobTitle": "Researcher",
"worksFor": {
"@type": "Organization",
"name": "SCoRe Lab (https://scorelab.org)"
}
}
</script>

To begin the development, run `npm start` or `yarn start`.
To create a production bundle, use `npm run build` or `yarn build`.
-->
</body>
<meta name="description"
content="Niwder: Download, upload, and go wild with Mega, Google Drive and direct download links."
/>

<!-- Open Graph -->
<meta property="og:site_name" content="Niwder.io"/>
<meta property="og:type" content="object"/>
<meta property="og:title" content="Niwder.io"/>
<meta property="og:url" content="https://niwder.niweera.gq"/>
<meta property="og:description"
content="Niwder: Download, upload, and go wild with Mega, Google Drive and direct download links."/>
<meta property="og:image" content="https://niwder.niweera.gq/cover.png"/>

<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@Niweera">
<meta name="twitter:creator" content="@Niweera">
<meta name="twitter:title" content="Niwder.io">
<meta name="twitter:description"
content="Niwder: Download, upload, and go wild with Mega, Google Drive and direct download links.">
<meta name="twitter:image" content="https://niwder.niweera.gq/cover.png">
</head>
<body>
<noscript>No JavaScript No Niwder 😢</noscript>
<div id="root"></div>
<!--
This HTML file is a template.
If you open it directly in the browser, you will see an empty page.
You can add webfonts, meta tags, or analytics to this file.
The build step will place the bundled scripts into the <body> tag.
To begin the development, run `npm start` or `yarn start`.
To create a production bundle, use `npm run build` or `yarn build`.
-->
</body>
</html>
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"short_name": "Niwder.io",
"name": "Niwder: Go crazy with downloads!",
"name": "Niwder: Download, upload, and go wild with Mega, Google Drive and direct download links.",
"icons": [
{
"src": "favicon.png",
Expand Down

0 comments on commit 51ee6f0

Please sign in to comment.