Adding logo and icon

This commit is contained in:
Karim shoair
2025-04-12 22:26:16 +02:00
parent abc6aa0195
commit 614f8971e7
5 changed files with 13 additions and 3 deletions
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 186 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 187 KiB

+10 -1
View File
@@ -1,4 +1,13 @@
# Scrapling
<style>
.md-typeset h1 {
display: none;
}
</style>
<p align="center">
<a href="https://scrapling.readthedocs.io/en/latest/" alt="poster">
<img alt="poster" src="assets/poster.png" style="width: 50%; height: 100%;"></a>
</p>
Scrapling is an Undetectable, high-performance, intelligent Web scraping library for Python 3 to make Web Scraping easy!
+3 -2
View File
@@ -9,6 +9,8 @@ copyright: Copyright &copy; 2025 Karim Shoair - <a href="#__consent">Change cook
theme:
name: material
language: en
logo: assets/logo.png
favicon: assets/favicon.ico
palette:
- media: "(prefers-color-scheme)"
toggle:
@@ -56,8 +58,6 @@ theme:
- content.code.copy
- content.code.annotate
- content.code.annotation
# logo: assets/logo.png
# favicon: assets/favicon.png
nav:
- Introduction: index.md
@@ -135,6 +135,7 @@ plugins:
show_symbol_type_toc: true
extra:
homepage: https://scrapling.readthedocs.io/en/latest/
social:
- icon: fontawesome/brands/github
link: https://github.com/D4Vinci/Scrapling