Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PULL 2 #1

Open
wants to merge 16 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added Iconos/fonts/icomoon.eot
Binary file not shown.
18 changes: 18 additions & 0 deletions Iconos/fonts/icomoon.svg
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 Iconos/fonts/icomoon.ttf
Binary file not shown.
Binary file added Iconos/fonts/icomoon.woff
Binary file not shown.
59 changes: 59 additions & 0 deletions Iconos/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
@font-face {
font-family: 'icomoon';
src: url('fonts/icomoon.eot?3ezhzv');
src: url('fonts/icomoon.eot?3ezhzv#iefix') format('embedded-opentype'),
url('fonts/icomoon.ttf?3ezhzv') format('truetype'),
url('fonts/icomoon.woff?3ezhzv') format('woff'),
url('fonts/icomoon.svg?3ezhzv#icomoon') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'icomoon' !important;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;

/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
content: "\e900";
color: #B0D3EF;
}
.icon-instagram:before {
content: "\e901";
color: #B0D3EF;
}
.icon-messenger:before {
content: "\e902";
color: #B0D3EF;
}
.icon-twitter:before {
content: "\e903";
color: #B0D3EF;
}
.icon-wechat:before {
content: "\e904";
color: #B0D3EF;
}
.icon-whatsapp:before {
content: "\e905";
color: #B0D3EF;
}
.icon-wheniwork:before {
content: "\e906";
color: #B0D3EF;
}
.icon-youtube:before {
content: "\e907";
color: #B0D3EF;
}
Binary file added Imágenes/IMGtitulo.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 Imágenes/LogoJO.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 Imágenes/RTV.jpg.crdownload
Binary file not shown.
Binary file added Imágenes/Rio 2016 Official Song.mp3
Binary file not shown.
Binary file added Imágenes/aros.ico
Binary file not shown.
Binary file added Imágenes/caterinerio.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 Imágenes/gif.gif
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 Imágenes/icon rio.ico
Binary file not shown.
Binary file added Imágenes/icon rio.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 Imágenes/img1.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 Imágenes/img2.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 Imágenes/img3.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 Imágenes/marianario.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 Imágenes/rio16.gif
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 Imágenes/rio16.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 Imágenes/riocaterine.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 Imágenes/riomariana.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 Imágenes/yuberjenrio.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -464,3 +464,4 @@ Cuando ya estés lista para codear, te sugerimos empezar de esta manera:
* [ ] UI: Permite ordenar data por uno o más campos (asc y desc).
* [ ] UI: Permite filtrar data en base a una condición.
* [ ] UI: Es _responsive_.

Loading