diff --git a/assets/css/section_training/container_training.css b/assets/css/section_training/container_training.css new file mode 100644 index 0000000..7c7326a --- /dev/null +++ b/assets/css/section_training/container_training.css @@ -0,0 +1,26 @@ +.container-training { + background-image: url(../../images/patter_services.svg); + background-repeat: no-repeat; + background-size: cover; + width: 100%; + position: absolute; + top: 2300px; +} +.title-training { + font-family: var(--font1); + text-align: center; +} + +/* ===>>> SCREEN TABLET <<<=== */ +@media (min-width: 769px) and (max-width: 1115px) { + .container-training { + top: 2400px; + } +} + +/* ===>>> SCREEN MOBILE <<<=== */ +@media (max-width: 768px) { + .container-training { + top: 2350px; + } +} \ No newline at end of file diff --git a/assets/css/section_training/schools/container_schools.css b/assets/css/section_training/schools/container_schools.css new file mode 100644 index 0000000..868a9e3 --- /dev/null +++ b/assets/css/section_training/schools/container_schools.css @@ -0,0 +1,11 @@ +.container-schools { + width: 90%; + margin: auto; + display: flex; + flex-flow: row wrap; + gap: 1.25%; + justify-content: space-between; +} +.logo-school { + width: 100%; +} diff --git a/assets/css/section_training/schools/schools.css b/assets/css/section_training/schools/schools.css new file mode 100644 index 0000000..43be3f8 --- /dev/null +++ b/assets/css/section_training/schools/schools.css @@ -0,0 +1,15 @@ +.school { + width: 15%; + display: flex; + justify-content: center; + align-items: center; + margin: 20px; +} + +/* ===>>> SCREEN TABLET <<<=== */ +@media (max-width: 1115px) { + .school { + width: 40%; + margin: 10px; + } +} \ No newline at end of file diff --git a/assets/images/logos/logo-md-austral-1.png b/assets/images/logos/logo-md-austral-1.png new file mode 100644 index 0000000..36a8b25 Binary files /dev/null and b/assets/images/logos/logo-md-austral-1.png differ diff --git a/assets/images/logos/viewlogo1-at-2x.png b/assets/images/logos/viewlogo1-at-2x.png new file mode 100644 index 0000000..d5e3fdb Binary files /dev/null and b/assets/images/logos/viewlogo1-at-2x.png differ diff --git a/index.html b/index.html index f99b8ba..3fed008 100644 --- a/index.html +++ b/index.html @@ -27,6 +27,9 @@ + + + @@ -308,6 +311,31 @@

+
+

+ FormaciĆ³n +

+
+
+ Coursera +
+
+ Universidad Austral Argentina +
+
+ University of Michigan +
+
+ Organizacion internacional de trabajo +
+
+ Alura Latam +
+
+ Fundacion View +
+
+
\ No newline at end of file