diff --git a/src/main/resources/static/css/css/Anuncio.css b/src/main/resources/static/css/css/Anuncio.css index e69de29..07e8757 100644 --- a/src/main/resources/static/css/css/Anuncio.css +++ b/src/main/resources/static/css/css/Anuncio.css @@ -0,0 +1,7 @@ +section{ + background-color: #3071A9; +} +.titulo{ + background-color: #3071A9; + text-align: center; +} diff --git a/src/main/resources/static/css/css/Bienvenido.css b/src/main/resources/static/css/css/Bienvenido.css new file mode 100644 index 0000000..20dccd3 --- /dev/null +++ b/src/main/resources/static/css/css/Bienvenido.css @@ -0,0 +1,31 @@ +* { + margin: 0; + padding: 0; +} +.welcome{ + text-align: center; +} +.expliciti{ + text-align: center; +} +.welcome-part-one { + background-color: #FF7361; + padding-top: 51px; + padding-bottom: 35px; +} +.welcome-demop102 h2 { + font-size: 25px; + font-weight: bold; + color: #fff; + font-family: "FontAwesome"; +} + +.welcome-demop102 p { + font-size: 15px; + color: #fff; + font-family: "FontAwesome"; + margin-top: 30px; +} +.form-style8292 { + margin-top: 80px; +} \ No newline at end of file diff --git a/src/main/resources/static/css/css/Recientes.css b/src/main/resources/static/css/css/Recientes.css new file mode 100644 index 0000000..47ea733 --- /dev/null +++ b/src/main/resources/static/css/css/Recientes.css @@ -0,0 +1,26 @@ +div#recientes{ + float: right; + width: 300px; + height: 500px; + background-color: white; +} +h4{ + font-size: x-large +} +i{ + font-size: large +} +.status-part3821 { + background-color: #fff; + padding: 15px; + -webkit-box-shadow: 0px 0px 13px -3px; + box-shadow: 0px 0px 13px -3px; +} + +.status-part3821 h4 { + color: #FF7361; + font-weight: bold; + font-family: serif; + border-bottom: 2px solid #eaeaeb; + padding-bottom: 10px; +} \ No newline at end of file diff --git a/src/main/resources/static/css/css/inicio.css b/src/main/resources/static/css/css/inicio.css new file mode 100644 index 0000000..e69de29 diff --git a/src/main/resources/static/css/img/images.png b/src/main/resources/static/css/img/images.png new file mode 100644 index 0000000..042b2c9 Binary files /dev/null and b/src/main/resources/static/css/img/images.png differ diff --git a/src/main/resources/templates/bienvenida/bienvenida.html b/src/main/resources/templates/bienvenida/bienvenida.html index 435e1e1..e3d1aa7 100644 --- a/src/main/resources/templates/bienvenida/bienvenida.html +++ b/src/main/resources/templates/bienvenida/bienvenida.html @@ -3,9 +3,21 @@ PaginaBienvenida + diff --git a/src/main/resources/templates/header/nav/principal.html b/src/main/resources/templates/header/nav/principal.html index 4257734..27a98b6 100644 --- a/src/main/resources/templates/header/nav/principal.html +++ b/src/main/resources/templates/header/nav/principal.html @@ -12,23 +12,17 @@ diff --git a/src/main/resources/templates/index.html b/src/main/resources/templates/index.html index a2feba2..6949e0c 100644 --- a/src/main/resources/templates/index.html +++ b/src/main/resources/templates/index.html @@ -6,12 +6,16 @@ + + +
- +
+
\ No newline at end of file diff --git a/src/main/resources/templates/inicio/inicio.html b/src/main/resources/templates/inicio/inicio.html new file mode 100644 index 0000000..662752b --- /dev/null +++ b/src/main/resources/templates/inicio/inicio.html @@ -0,0 +1,13 @@ + + + + + Title + + + + + + \ No newline at end of file diff --git a/src/main/resources/templates/recientes/recientes.html b/src/main/resources/templates/recientes/recientes.html new file mode 100644 index 0000000..1bfdb9d --- /dev/null +++ b/src/main/resources/templates/recientes/recientes.html @@ -0,0 +1,22 @@ + + + + + Recientes + + + + + + \ No newline at end of file