diff --git a/README-es.md b/README-es.md new file mode 100644 index 0000000..501cb51 --- /dev/null +++ b/README-es.md @@ -0,0 +1,53 @@ +# MPA - Flexbox + +

+ HTML5 Logo + CSS3 Logo + Google Fonts Logo + Google Fonts Logo +

+ +## Descripción + +Una demostración de una Aplicación de Múltiples Páginas (MPA) que muestra un diseño responsivo con Flexbox, estilos CSS personalizados para el diseño y JavaScript para contenido dinámico y persistencia de datos utilizando almacenamiento local. + +## Características + +- **Multi Page Application (MPA)** +- **HTML5** +- **CSS3** +- **JavaScript** +- **Flexbox** +- **Google Fonts** + +## Configuración Necesaria + +- **Abrir `index.html` en el navegador** + +## Demostración + +Aquí hay algunas capturas de pantalla de la aplicación: + +![Screenshot 1](./assets/demo/home-page.png) + +![Screenshot 2](./assets/demo/movies-page.png) + +![Screenshot 3](./assets/demo/artists-page.png) + +![Screenshot 4](./assets/demo/subscription-plans-page.png) + +![Screenshot 5](./assets/demo/purcharse-plan-page.png) + +![Screenshot 6](./assets/demo/purcharse-plan-page-form-demo.png) + +## Licencia [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) + +The MIT License (MIT) + +- **Copyright (c) 2024 Jonathan Reátegui** + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/README.md b/README.md new file mode 100644 index 0000000..fff9c68 --- /dev/null +++ b/README.md @@ -0,0 +1,58 @@ +# MPA - Flexbox + +

+ HTML5 Logo + CSS3 Logo + Google Fonts Logo + Google Fonts Logo +

+ +## Description + +A demonstration of a Multi Page Application (MPA) demonstrating a responsive layout with Flexbox, custom CSS styles for design, and JavaScript for dynamic content and data persistence using local storage. + +## Features + +- **Multi Page Application (MPA)** +- **HTML5** +- **CSS3** +- **JavaScript** +- **Flexbox** +- **Google Fonts** + +## Required Configuration + +- **Open `index.html` in the browser** + +## Demo + +Here are some screenshots of the application: + +![Screenshot 1](./assets/demo/home-page.png) + +![Screenshot 2](./assets/demo/movies-page.png) + +![Screenshot 3](./assets/demo/artists-page.png) + +![Screenshot 4](./assets/demo/subscription-plans-page.png) + +![Screenshot 5](./assets/demo/purcharse-plan-page.png) + +![Screenshot 6](./assets/demo/purcharse-plan-page-form-demo.png) + +## License [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) + +The MIT License (MIT) + +- **Copyright (c) 2024 Jonathan Reátegui** + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +## Notes + +- This README is also available in Spanish [here](README-es.md) +- Este README también está disponible en español [aquí](README-es.md) diff --git a/assets/demo/artists-page.png b/assets/demo/artists-page.png new file mode 100644 index 0000000..1b3c0ad Binary files /dev/null and b/assets/demo/artists-page.png differ diff --git a/assets/demo/home-page.png b/assets/demo/home-page.png new file mode 100644 index 0000000..cb0eaca Binary files /dev/null and b/assets/demo/home-page.png differ diff --git a/assets/demo/movies-page.png b/assets/demo/movies-page.png new file mode 100644 index 0000000..aa10eab Binary files /dev/null and b/assets/demo/movies-page.png differ diff --git a/assets/demo/purcharse-plan-page-form-demo.png b/assets/demo/purcharse-plan-page-form-demo.png new file mode 100644 index 0000000..dc2f5df Binary files /dev/null and b/assets/demo/purcharse-plan-page-form-demo.png differ diff --git a/assets/demo/purcharse-plan-page.png b/assets/demo/purcharse-plan-page.png new file mode 100644 index 0000000..5edd972 Binary files /dev/null and b/assets/demo/purcharse-plan-page.png differ diff --git a/assets/demo/subscription-plans-page.png b/assets/demo/subscription-plans-page.png new file mode 100644 index 0000000..55c5f94 Binary files /dev/null and b/assets/demo/subscription-plans-page.png differ diff --git a/assets/logo/css3-logo.png b/assets/logo/css3-logo.png new file mode 100644 index 0000000..0e4977e Binary files /dev/null and b/assets/logo/css3-logo.png differ diff --git a/assets/logo/google-fonts-logo.png b/assets/logo/google-fonts-logo.png new file mode 100644 index 0000000..326597a Binary files /dev/null and b/assets/logo/google-fonts-logo.png differ diff --git a/assets/logo/html5-logo.png b/assets/logo/html5-logo.png new file mode 100644 index 0000000..f53a951 Binary files /dev/null and b/assets/logo/html5-logo.png differ diff --git a/assets/logo/javascript-logo.png b/assets/logo/javascript-logo.png new file mode 100644 index 0000000..7b5ffab Binary files /dev/null and b/assets/logo/javascript-logo.png differ