🎨 Elimina carpeta banner

This commit is contained in:
Manuel Cillero 2023-06-04 09:59:12 +02:00
parent 71c1305fca
commit a303fe67c9
4 changed files with 5 additions and 5 deletions

View file

@ -14,9 +14,9 @@
# 🗚 FIGfonts # 🗚 FIGfonts
PageTop utiliza el paquete [figlet-rs](https://crates.io/crates/figlet-rs) de *yuanbohan*. Muestra PageTop utiliza el paquete [figlet-rs](https://crates.io/crates/figlet-rs) de *yuanbohan* para
en el terminal un rótulo de presentación con el nombre de la aplicación usando caracteres mostrar en el terminal un rótulo de presentación con el nombre de la aplicación usando caracteres
[FIGlet](http://www.figlet.org). Las fuentes incluidas en `src/app/banner` son: [FIGlet](http://www.figlet.org). Las fuentes incluidas en `src/app` son:
* [slant.flf](http://www.figlet.org/fontdb_example.cgi?font=slant.flf) por *Glenn Chappell*. * [slant.flf](http://www.figlet.org/fontdb_example.cgi?font=slant.flf) por *Glenn Chappell*.
* [small.flf](http://www.figlet.org/fontdb_example.cgi?font=small.flf) por *Glenn Chappell* * [small.flf](http://www.figlet.org/fontdb_example.cgi?font=small.flf) por *Glenn Chappell*

View file

@ -1,6 +1,6 @@
<div align="center"> <div align="center">
<img src="https://raw.githubusercontent.com/manuelcillero/pagetop/main/banner/pagetop.png" /> <img src="https://raw.githubusercontent.com/manuelcillero/pagetop/main/banner-pagetop.png" />
<h1>PageTop</h1> <h1>PageTop</h1>

View file

Before

Width:  |  Height:  |  Size: 73 KiB

After

Width:  |  Height:  |  Size: 73 KiB

Before After
Before After

View file

@ -1,6 +1,6 @@
//! <div align="center"> //! <div align="center">
//! //!
//! <img src="https://raw.githubusercontent.com/manuelcillero/pagetop/main/banner/pagetop.png" /> //! <img src="https://raw.githubusercontent.com/manuelcillero/pagetop/main/banner-pagetop.png" />
//! //!
//! <h1>PageTop</h1> //! <h1>PageTop</h1>
//! //!