diff --git a/README.md b/README.md index 370207b2d..519adb81c 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -# fdsw-github +# pruebas-github diff --git a/assets/css/estilos.css b/assets/css/estilos.css index dc713cd23..a6bc3044d 100644 --- a/assets/css/estilos.css +++ b/assets/css/estilos.css @@ -1,39 +1,76 @@ body { - font-family: "Raleway", sans-serif; + font-family: Georgia, 'Times New Roman', Times, serif; + background-color:aliceblue; + +} +.colortext{ + color: azure; + font-size: 30px; } /* Hero Section */ #Hero-Section { - background-image: url("../img/bg-hero.jpg"); - background-repeat: no-repeat; - background-size: cover; - background-position: left; + background-image: url("../img/gala3.jpg"); + background-repeat:repeat-x; + background-size: 20%; + background-position: 0%; +} +#custom-container { + background-image: url("../img/A1.png"); + background-repeat:no-repeat; + background-size: 50%; + background-position: 0%; + margin-left: 35%; + +} +.gradient-bg { + height: auto; /* Ajusta la altura según necesites */ + background: linear-gradient(to bottom ,black,rgb(17, 16, 16), #1e1d1e); /* Degradado de colores */ +} + +.textl{ + font-size: calc(0.60rem + 1.0vw); + background-color:black; +} +#gala8{ + background-image: url("../img/gala8.png"); + background-repeat:no-repeat; + background-size: 40%; + background-position: 100%; + padding-top: 2%; +} + +#Acerca-de-mi{ + background: linear-gradient(to bottom , #1c0237,#48068a, rgb(127, 42, 237)); + color: azure; } /* Mis trabajos */ #Mis-trabajos .image-top { - height: 250px; + height: 250px;; background-repeat: no-repeat; background-size: cover; background-position: center; } +.card-body{ + background:fixed white; + color: rgb(0, 10, 10); +} + +.estudio{ + background: radial-gradient(circle, rgb(25, 97, 211), rgb(0, 0, 8)); + +} + /* Contacto */ -#Contacto form label { +#Contacto { font-weight: 700; - color: #373a3c; + color: #f1f6f9; + background:linear-gradient(to right, rgb(24, 3, 120), rgb(0, 0, 1),black, rgb(57, 5, 106)); } -@media (max-width: 768px) { - #Contacto form label { - font-weight: 400; - } - .navbar-brand{ - width: 100px; - } - -} diff --git a/assets/img/A1.png b/assets/img/A1.png new file mode 100644 index 000000000..5585eaa70 Binary files /dev/null and b/assets/img/A1.png differ diff --git a/assets/img/Java.jpg b/assets/img/Java.jpg new file mode 100644 index 000000000..586c89d95 Binary files /dev/null and b/assets/img/Java.jpg differ diff --git a/assets/img/bg-hero.jpg b/assets/img/bg-hero.jpg deleted file mode 100644 index dedf242ac..000000000 Binary files a/assets/img/bg-hero.jpg and /dev/null differ diff --git a/assets/img/card-1.jpg b/assets/img/card-1.jpg deleted file mode 100644 index 52552e0e2..000000000 Binary files a/assets/img/card-1.jpg and /dev/null differ diff --git a/assets/img/card-2.jpg b/assets/img/card-2.jpg deleted file mode 100644 index 40521293c..000000000 Binary files a/assets/img/card-2.jpg and /dev/null differ diff --git a/assets/img/card-3.jpg b/assets/img/card-3.jpg deleted file mode 100644 index 9712b5df5..000000000 Binary files a/assets/img/card-3.jpg and /dev/null differ diff --git a/assets/img/gala3.jpg b/assets/img/gala3.jpg new file mode 100644 index 000000000..e2d7e6fc7 Binary files /dev/null and b/assets/img/gala3.jpg differ diff --git a/assets/img/gala8.png b/assets/img/gala8.png new file mode 100644 index 000000000..1600a334d Binary files /dev/null and b/assets/img/gala8.png differ diff --git a/assets/img/git.jpg b/assets/img/git.jpg new file mode 100644 index 000000000..db6496929 Binary files /dev/null and b/assets/img/git.jpg differ diff --git a/assets/img/logo.png b/assets/img/logo.png deleted file mode 100644 index d15e16deb..000000000 Binary files a/assets/img/logo.png and /dev/null differ diff --git a/assets/img/mysql.jpg b/assets/img/mysql.jpg new file mode 100644 index 000000000..4b41ed968 Binary files /dev/null and b/assets/img/mysql.jpg differ diff --git a/index.html b/index.html index d96ee5a64..ff020fe93 100644 --- a/index.html +++ b/index.html @@ -10,122 +10,142 @@ -