Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
javierenzo committed Mar 20, 2024
1 parent 38bede3 commit 950db10
Show file tree
Hide file tree
Showing 12 changed files with 121 additions and 18 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ <h1>Nuestro Servicios</h1>

<div class="row services_row">

<div class="col-lg-4 service_item text-left d-flex flex-column align-items-start justify-content-start">
<div class="col-lg-4 service_item text-left d-flex flex-column align-items-start justify-content-start" >
<div class="icon_container d-flex flex-column justify-content-end">
<img src="images/earth-globe.svg" alt="">
</div>
Expand Down
10 changes: 10 additions & 0 deletions sitemap.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://escuelan7de1ayapteroca.web.app//</loc>
<lastmod>2023-03-17T22:15:06+00:00</lastmod>
<changefreq>monthly</changefreq>
<priority>0.8</priority>
</url>
<!-- Más URLs aquí -->
</urlset>
2 changes: 1 addition & 1 deletion styles/bootstrap4/bootstrap.min.css

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions styles/comunidad_responsive.css
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,18 @@
{
width: 90%;
}
.col-lg-4.service_item {
width: 50%; /* Asumiendo que quieres 4 columnas en pantallas grandes */
float: left;
}

/* Estilos para pantallas más pequeñas */
@media screen and (max-width: 720px) {
.col-lg-4.service_item {
width: 50%; /* Cada div ocupará el ancho completo de la pantalla */
float: none;
}
}
.footer_col
{
margin-bottom: 30px;
Expand Down
12 changes: 12 additions & 0 deletions styles/contacto_responsive.css
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,18 @@
{
width: 90%;
}
.col-lg-4.service_item {
width: 50%; /* Asumiendo que quieres 4 columnas en pantallas grandes */
float: left;
}

/* Estilos para pantallas más pequeñas */
@media screen and (max-width: 720px) {
.col-lg-4.service_item {
width: 50%; /* Cada div ocupará el ancho completo de la pantalla */
float: none;
}
}
.footer_col
{
margin-bottom: 30px;
Expand Down
12 changes: 12 additions & 0 deletions styles/cuentaregresiva_responsive.css
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,18 @@
{
width: 90%;
}
.col-lg-4.service_item {
width: 50%; /* Asumiendo que quieres 4 columnas en pantallas grandes */
float: left;
}

/* Estilos para pantallas más pequeñas */
@media screen and (max-width: 720px) {
.col-lg-4.service_item {
width: 50%; /* Cada div ocupará el ancho completo de la pantalla */
float: none;
}
}
.footer_col
{
margin-bottom: 30px;
Expand Down
12 changes: 12 additions & 0 deletions styles/cursos_responsive.css
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,18 @@
{
width: 90%;
}
.col-lg-4.service_item {
width: 50%; /* Asumiendo que quieres 4 columnas en pantallas grandes */
float: left;
}

/* Estilos para pantallas más pequeñas */
@media screen and (max-width: 720px) {
.col-lg-4.service_item {
width: 50%; /* Cada div ocupará el ancho completo de la pantalla */
float: none;
}
}
.footer_col
{
margin-bottom: 30px;
Expand Down
24 changes: 9 additions & 15 deletions styles/main_styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ section
.menu_item a
{
font-family: 'Open Sans', sans-serif;
font-size: 16px;
font-size: 22px;
font-weight: 700;
color: #3a3a3a;
-webkit-transition: all 200ms ease;
Expand All @@ -513,7 +513,7 @@ section
}
.menu_item a:hover
{
color: #06eeff;
color: #ffb606;
}
.menu_close_container
{
Expand Down Expand Up @@ -583,11 +583,10 @@ section
opacity: 0;
padding-left: 4px;
}

.menu_social_item
{
display: inline-block;
margin-right: 7px;
margin-right: 30px;
}
.menu_social_item a i
{
Expand All @@ -607,7 +606,6 @@ section
opacity: 1;
}


/*********************************
4.2 Menu copyright
*********************************/
Expand Down Expand Up @@ -848,8 +846,8 @@ section

.page_section
{
padding-top: 117px;
padding-bottom: 117px;
padding-top: 2px;
padding-bottom: 2px;
}
.section_title
{
Expand Down Expand Up @@ -1008,7 +1006,6 @@ section
-webkit-filter: grayscale(0);
filter: grayscale(0);
}

/*********************************
10. Register
*********************************/
Expand All @@ -1019,7 +1016,6 @@ section
}
.register_section
{

width: 100%;
background: #06e2ff;
padding-top: 26px;
Expand Down Expand Up @@ -1154,11 +1150,11 @@ input:last-of-type
}
.services_row
{
margin-top: 65px;
margin-top: 15px;
}
.service_item
{
margin-bottom: 41px;
margin-bottom: 15px;
}
.service_item h3
{
Expand Down Expand Up @@ -1375,11 +1371,9 @@ input:last-of-type
padding-top: 6px;
background: #1a1a1a;
}

.footer .section_title h1
{
color: #FFFFFF;

}

/*********************************
Expand Down Expand Up @@ -1451,10 +1445,10 @@ input:last-of-type
}
.footer_column_title
{
font-size: 20px;
font-size: 18px;
font-weight: 500;
color: #FFFFFF;
padding-top: 25px;
padding-top: 15px;
}
.footer_column_content
{
Expand Down
12 changes: 12 additions & 0 deletions styles/novedades_responsive.css
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,18 @@
{
width: 90%;
}
.col-lg-4.service_item {
width: 50%; /* Asumiendo que quieres 4 columnas en pantallas grandes */
float: left;
}

/* Estilos para pantallas más pequeñas */
@media screen and (max-width: 720px) {
.col-lg-4.service_item {
width: 50%; /* Cada div ocupará el ancho completo de la pantalla */
float: none;
}
}
.footer_col
{
margin-bottom: 30px;
Expand Down
2 changes: 1 addition & 1 deletion styles/novedades_styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -1047,7 +1047,7 @@ section
.novedades
{
width: 100%;
padding-top: 103px;
padding-top: 3px;
padding-bottom: 118px;
}
.novedades_post
Expand Down
12 changes: 12 additions & 0 deletions styles/profesores_responsive.css
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,18 @@
{
width: 90%;
}
.col-lg-4.service_item {
width: 50%; /* Asumiendo que quieres 4 columnas en pantallas grandes */
float: left;
}

/* Estilos para pantallas más pequeñas */
@media screen and (max-width: 720px) {
.col-lg-4.service_item {
width: 50%; /* Cada div ocupará el ancho completo de la pantalla */
float: none;
}
}
.footer_col
{
margin-bottom: 30px;
Expand Down
27 changes: 27 additions & 0 deletions styles/responsive.css
Original file line number Diff line number Diff line change
Expand Up @@ -227,10 +227,36 @@
{
width: 90%;
}
/* Estilos por defecto para pantallas grandes */
.col-lg-4.service_item {
width: 50%; /* Asumiendo que quieres 4 columnas en pantallas grandes */
float: left;
}

/* Estilos para pantallas más pequeñas */
@media screen and (max-width: 720px) {
.col-lg-4.service_item {
width: 50%; /* Cada div ocupará el ancho completo de la pantalla */
float: none;
}
}
.footer_col
{
margin-bottom: 30px;
}
/* Estilos por defecto para pantallas grandes */
.col-lg-3.footer_col {
width: 25%; /* Asumiendo que quieres 4 columnas en pantallas grandes */
float: left;
}

/* Estilos para pantallas más pequeñas */
@media screen and (max-width: 720px) {
.col-lg-3.footer_col {
width: 50%; /* Cada div ocupará el ancho completo de la pantalla */
float: none;
}
}
.footer_col:last-child
{
margin-bottom: 0px;
Expand All @@ -250,6 +276,7 @@
max-width: 100%;
height: auto;
}

}

/************
Expand Down

0 comments on commit 950db10

Please sign in to comment.