Skip to content

Commit

Permalink
Merge pull request #2362 from jupyter-naas/feat-update-logos
Browse files Browse the repository at this point in the history
feat: update logo size to 8%
  • Loading branch information
FlorentLvr authored Nov 7, 2023
2 parents fa1dd29 + 1fd675f commit e5de94b
Show file tree
Hide file tree
Showing 19 changed files with 4 additions and 4 deletions.
Binary file added .github/assets/logos/Advertools.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/assets/logos/Azure Blob Storage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/assets/logos/Azure Machine Learning.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/assets/logos/BeautifulSoup.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/assets/logos/Dash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/assets/logos/Excel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/assets/logos/Faker.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/assets/logos/Folium.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed .github/assets/logos/Folium.png
Binary file not shown.
Binary file added .github/assets/logos/Geopy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/assets/logos/JSON.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .github/assets/logos/Panel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/assets/logos/PyPI.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/assets/logos/Python.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/assets/logos/Pyvis.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/assets/logos/RegEx.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/assets/logos/Request.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions PyPI/PyPI_Get_number_of_downloads_any_package.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"tags": []
},
"source": [
"# PyPI - - Get number of downloads any package\n",
"# PyPI - Get number of downloads any package\n",
"<a href=\"https://app.naas.ai/user-redirect/naas/downloader?url=https://raw.githubusercontent.com/jupyter-naas/awesome-notebooks/master/PyPI/PyPI_Get_number_of_downloads_any_package.ipynb\" target=\"_parent\"><img src=\"https://naasai-public.s3.eu-west-3.amazonaws.com/Open_in_Naas_Lab.svg\"/></a><br><br><a href=\"https://bit.ly/3JyWIk6\">Give Feedback</a> | <a href=\"https://github.com/jupyter-naas/awesome-notebooks/issues/new?assignees=&labels=bug&template=bug_report.md&title=PyPI+-+-+Get+number+of+downloads+any+package:+Error+short+description\">Bug report</a>"
]
},
Expand Down Expand Up @@ -406,4 +406,4 @@
},
"nbformat": 4,
"nbformat_minor": 5
}
}
4 changes: 2 additions & 2 deletions generate_readme.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -499,10 +499,10 @@
" tool_logo = tool + '.png'\n",
" if tool_logo in logos:\n",
" logo_url = f\"https://raw.githubusercontent.com/jupyter-naas/awesome-notebooks/{active_branch}/.github/assets/logos/{tool_logo}\"\n",
" logo_src = f'<img width=\"10%\" alt=\"{tool}\" src=\"{logo_url}\" style=\"border-radius: 15%\">'\n",
" logo_src = f'<img width=\"8%\" alt=\"{tool}\" src=\"{logo_url}\" style=\"border-radius: 15%\">'\n",
" else:\n",
" logo_url = f\"https://raw.githubusercontent.com/jupyter-naas/awesome-notebooks/{active_branch}/.github/assets/logos/Naas%20Auth.png\"\n",
" logo_src = f'<img width=\"10%\" alt=\"Naas\" src=\"{logo_url}\" style=\"border-radius: 15%\">'\n",
" logo_src = f'<img width=\"8%\" alt=\"Naas\" src=\"{logo_url}\" style=\"border-radius: 15%\">'\n",
" return logo_src, logo_url"
]
},
Expand Down

0 comments on commit e5de94b

Please sign in to comment.