diff --git a/Clickandshop.css b/Clickandshop.css new file mode 100644 index 0000000..4ff1041 --- /dev/null +++ b/Clickandshop.css @@ -0,0 +1,62 @@ +@charset "ISO-8859-1"; + +header{ + text-align:right; + background-color: #375437; +} + +/* Formato del logo en el banner*/ +.logo{ + height:100px; + width: auto; +} + +/* Formato de imagenes en el banner*/ +.bannerimg{ + height:40px; + width: auto; +} + +.centrado{ + text-align:center; +} + +footer{ + background-color:#F5F0E6; +} +.img { + width:auto; + height:200px; +} + +.contactos{ + margin-left:auto; + margin-right:auto; + margin-top:150px; + margin-bottom:150px; + width: 70%; +} +a{ + text-decoration: none; + color:#1c1c1c +} + +/* Estilos para barra de navegacion*/ +ul { + list-style-type: none; + margin: 0; + padding: 0; + overflow: hidden; +} + +li { + float: left; +} + +li a { + display: block; + color:#1c1c1c; + text-align: center; + padding: 14px 16px; + text-decoration: none; +} diff --git a/Home.html b/Home.html index 052e2a9..123a5c6 100644 --- a/Home.html +++ b/Home.html @@ -1,20 +1,66 @@ - - - - -Home - - - - - + + + + +Home + + + + +
+ + + + + + + + +
+ + + + + + + +
+ +
+ + +
+

Noticias

+
+ TECNOLOG�A PARA MEDIR, CONTROLAR, CAPTURAR Y REUTILIZAR EMISIONES CONTAMINANTES
-Vertigo Politico

+
Are 'green' cruise ships good for the climate?
-BBC

+
�Qu� se espera para la tecnolog�a en 2024?
-CNN
+
+
+ + + + \ No newline at end of file diff --git a/Sobre Nosotros.html b/Sobre Nosotros.html new file mode 100644 index 0000000..b50d201 --- /dev/null +++ b/Sobre Nosotros.html @@ -0,0 +1,108 @@ + + + + + + Sobre Nosotros + + + + +
+ + + + + + + + +
+ + + + + + + +
+
+ + +
+ + + + + + + + + + + + + + + + +
+ + + + + +
+ Kenshin Ng
+ 3-750-941
+ Ingenieria de Software +
+ Eynar Morales
+ 8-996-518
+ Ingenieria de Software +
+ Paola Quiñones
+ 8-1012-1297
+ Ingenieria de Software +
+ uwu + + La implementación de JSP me brindó una comprensión más profunda de cómo integrar la lógica en páginas web dinámicas. Usando HTML y CSS, pude crear una interfaz de usuario atractiva y responsiva que mejoró enormemente la experiencia del usuario al simplificar la navegación y la interacción con el sistema.
+ + Estos aprendizajes no solo me permitieron cumplir con los objetivos del proyecto, sino que también fueron fundamentales para adentrarme en el desarrollo web y aprender a crear páginas interactivas y funcionales. +
+ Durante el desarollo de este proyecto tuve la oportunidad de crear una página web la cual implementa + multiples funcionalidades que ayudan a crear una experiencia de usuario comprensiva y logica.
+ Para completar este proyecto se desarrollo un frontend y un backend que juntos otorgan + funcionalidades como log in, consultas de inventario, registro de reseñas y consulta de ordenes. +
+ +
+ + + + + \ No newline at end of file diff --git a/img/Click&Shop.png b/img/Click&Shop.png new file mode 100644 index 0000000..b86aeaf Binary files /dev/null and b/img/Click&Shop.png differ diff --git a/img/eynar.png b/img/eynar.png new file mode 100644 index 0000000..82bb1ba Binary files /dev/null and b/img/eynar.png differ diff --git a/img/instagram.png b/img/instagram.png new file mode 100644 index 0000000..1ce3f4f Binary files /dev/null and b/img/instagram.png differ diff --git a/img/kenshin.png b/img/kenshin.png new file mode 100644 index 0000000..309516a Binary files /dev/null and b/img/kenshin.png differ diff --git a/img/perfil.png b/img/perfil.png new file mode 100644 index 0000000..3467fe6 Binary files /dev/null and b/img/perfil.png differ diff --git a/img/search.png b/img/search.png new file mode 100644 index 0000000..40720b4 Binary files /dev/null and b/img/search.png differ diff --git a/img/usuario.png b/img/usuario.png new file mode 100644 index 0000000..07b82cc Binary files /dev/null and b/img/usuario.png differ