Skip to content

Commit

Permalink
actualizacion
Browse files Browse the repository at this point in the history
  • Loading branch information
TamaraPiccinni committed Nov 1, 2023
1 parent 6848b81 commit af7b7df
Show file tree
Hide file tree
Showing 5,587 changed files with 432,415 additions and 8,918 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
24 changes: 24 additions & 0 deletions Base de Datos (HTML-CSS-POO)/bd/columnas.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
*{
margin: 0px;
padding:0px;
list-style: none;
text-decoration: none;
font-family: sans-serif;
color: aqua;
}

.contenedor{
position: relative;
margin:auto;
width:100%;
height: auto;

}

.fila{
position: relative;
margin:auto;
width:100%;
height: auto;
}

17 changes: 17 additions & 0 deletions Base de Datos (HTML-CSS-POO)/bd/columnas.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="columnas.css">
<Title> Binary Brains </Title>
</head>
<body>
<div class="contenedor">
<div class="fila">
<h1>Binary Brains</h1>
<div class="col-12"></div>
</div>
</div>
</body>
</html>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
69 changes: 69 additions & 0 deletions Base de Datos (HTML-CSS-POO)/sass/proyecto-s/css/main.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
body {
background-color: rgb(241, 208, 115);
margin: 0;
padding: 0;
font-family: "IBM Plex Sans", "sans-serif";
}

nav {
width: auto;
display: flex;
justify-content: space-between;
color: rgb(63, 38, 1);
padding: 15px;
}
nav p {
font-size: 1.5;
padding-left: 30px;
}
nav .icons {
display: flex;
gap: 15px;
}
nav .icons button {
background: none;
border-style: none;
}

main {
background-color: rgb(90, 89, 28);
}
main article {
width: auto;
color: rgb(63, 38, 1);
display: flex;
justify-content: space-around;
}
main article .info-section {
display: flex;
flex-direction: column;
padding-top: 50px;
gap: 25px;
}
main article h1 {
font-size: 3em;
padding: 0px;
margin: 0px;
}
main article p {
font-size: 1, 5em;
}
main article p button {
width: 12vw;
padding: 20px;
background-color: orange;
background: none;
border-style: none;
border-radius: 35px;
color: white font-size 1em;
}
main article img {
width: 25vw;
border-radius: 19px;
}

footer {
background-color: rgb(199, 116, 20);
width: 100%;
height: 250px;
}/*# sourceMappingURL=main.css.map */

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

118 changes: 118 additions & 0 deletions Base de Datos (HTML-CSS-POO)/sass/proyecto-s/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,118 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<link rel="stylesheet" href="./css/main.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@200;400&display=swap" rel="stylesheet">

<title>Document</title>
</head>
<body>
<nav class="navbar"></nav>

<nav class="navbar">
<p>Logo</p>
<div class="icons">
<button class="profile">
<svg width="36" height="36" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M5.121 17.804C7.21942 16.6179 9.58958 15.9963 12 16C14.5 16 16.847 16.655 18.879 17.804M15 10C15 10.7956 14.6839 11.5587 14.1213 12.1213C13.5587 12.6839 12.7956 13 12 13C11.2044 13 10.4413 12.6839 9.87868 12.1213C9.31607 11.5587 9 10.7956 9 10C9 9.20435 9.31607 8.44129 9.87868 7.87868C10.4413 7.31607 11.2044 7 12 7C12.7956 7 13.5587 7.31607 14.1213 7.87868C14.6839 8.44129 15 9.20435 15 10ZM21 12C21 13.1819 20.7672 14.3522 20.3149 15.4442C19.8626 16.5361 19.1997 17.5282 18.364 18.364C17.5282 19.1997 16.5361 19.8626 15.4442 20.3149C14.3522 20.7672 13.1819 21 12 21C10.8181 21 9.64778 20.7672 8.55585 20.3149C7.46392 19.8626 6.47177 19.1997 5.63604 18.364C4.80031 17.5282 4.13738 16.5361 3.68508 15.4442C3.23279 14.3522 3 13.1819 3 12C3 9.61305 3.94821 7.32387 5.63604 5.63604C7.32387 3.94821 9.61305 3 12 3C14.3869 3 16.6761 3.94821 18.364 5.63604C20.0518 7.32387 21 9.61305 21 12Z" stroke="#827717" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</button>
<button class="wishlist">
<svg width="36" height="36" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M3.34255 7.7779C3.5687 7.23194 3.90017 6.73586 4.31804 6.31799C4.7359 5.90012 5.23198 5.56865 5.77795 5.3425C6.32392 5.11635 6.90909 4.99995 7.50004 4.99995C8.09099 4.99995 8.67616 5.11635 9.22213 5.3425C9.7681 5.56865 10.2642 5.90012 10.682 6.31799L12 7.63599L13.318 6.31799C14.162 5.47407 15.3066 4.99997 16.5 4.99997C17.6935 4.99997 18.8381 5.47407 19.682 6.31799C20.526 7.16191 21.0001 8.30651 21.0001 9.49999C21.0001 10.6935 20.526 11.8381 19.682 12.682L12 20.364L4.31804 12.682C3.90017 12.2641 3.5687 11.7681 3.34255 11.2221C3.1164 10.6761 3 10.0909 3 9.49999C3 8.90904 3.1164 8.32387 3.34255 7.7779Z" stroke="#827717" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</button>
<button class="cart">
<svg width="36" height="36" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M3 3H5L5.4 5M5.4 5H21L17 13H7M5.4 5L7 13M7 13L4.707 15.293C4.077 15.923 4.523 17 5.414 17H17M17 17C16.4696 17 15.9609 17.2107 15.5858 17.5858C15.2107 17.9609 15 18.4696 15 19C15 19.5304 15.2107 20.0391 15.5858 20.4142C15.9609 20.7893 16.4696 21 17 21C17.5304 21 18.0391 20.7893 18.4142 20.4142C18.7893 20.0391 19 19.5304 19 19C19 18.4696 18.7893 17.9609 18.4142 17.5858C18.0391 17.2107 17.5304 17 17 17ZM9 19C9 19.5304 8.78929 20.0391 8.41421 20.4142C8.03914 20.7893 7.53043 21 7 21C6.46957 21 5.96086 20.7893 5.58579 20.4142C5.21071 20.0391 5 19.5304 5 19C5 18.4696 5.21071 17.9609 5.58579 17.5858C5.96086 17.2107 6.46957 17 7 17C7.53043 17 8.03914 17.2107 8.41421 17.5858C8.78929 17.9609 9 18.4696 9 19Z" stroke="#827717" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

</button>
</div>
</nav>
<main class="main-section">
<article>

<div class="objetivo-section">

<h2>INFORMACIÓN</h2>

<p>DESCRIPCIÓN DEL SITIO</p>

<button>Conocer más</button>

</div>

<div class="image-section">

<img src="./complementos/img/main.jpg" alt="">

</div>

</article>

<section class="product-section">
<div class="seccion1">
<h3>SECCIÓN 1</h3>
</div>
<div class="sección2">
<h3>SECCIÓN 2</h3>
</div>
</section>

<section class="info-section">
<div class="about-us">
<h3>¿Por qué nosotros?</h3>
<div class="earty">
<img src="" alt="">
<p></p>
</div>
</div>
<div class="gallery">
<h3>Galería de productos</h3>
</div>
<div>
<img src="" alt="">
</div>
<div>
<img src="" alt="">
</div>
<div>
<img src="" alt="">
</div>
<div class="location">
<h3>Encuéntranos</h3>
<div class="map">
<img src="" alt="">
</div>
<p></p>
</div>
</section>

</main>
<footer class="footer">
<h4>LOGO</h4>

<p>texto1</p>

<p>texto2</p>

<p>texto3</p>

<div class="social-media">

<img src="" alt="">

<img src="" alt="">

<img src="" alt="">

</div>
</footer>
</body>
</html>
91 changes: 91 additions & 0 deletions Base de Datos (HTML-CSS-POO)/sass/proyecto-s/scss/main.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
$primary-color: rgb(90,89,28);
$secundary-color: rgb(224,124,31);
$tertiary-color: rgb(226,226,154);
$quaternary-color: orange;
$primary-text-color: rgb(63,38,1);
$font-stack: 'IBM Plex Sans', 'sans-serif';
$paragraph-size: 1,5em;

body{
background-color: rgb(241,208,115);
margin: 0;
padding: 0;
font-family: $font-stack;
}

nav{
width: auto;
display: flex;
justify-content: space-between;
color:$primary-text-color;
padding: 15px;

p{
font-size: 1.5;
padding-left: 30px ;
}
.icons{
display: flex;
gap: 15px;
button {
background: none;
border-style: none;
}
}
}


main{
background-color: $primary-color;

article{
width: auto;
color:$primary-text-color;
display:flex;
justify-content: space-around;

.info-section{
display: flex;
flex-direction: column;
padding-top: 50px,;
gap: 25px;
}

h1{
font-size: 3em;
padding: 0px;
margin: 0px;
}

p{
font-size:$paragraph-size ;

button{
width: 12vw;
padding: 20px;
background-color:$quaternary-color;
background: none;
border-style: none;
border-radius: 35px;
color:white
font-size 1em;
}
}

img{
width: 25vw;
border-radius: 19px;
}

}
}



footer{
$background: rgb(199,116,20);
background-color: $background;
width: 100%;
height:250px;
}

32 changes: 0 additions & 32 deletions LaboratorioIV/JavaScript/Clase 1/e-commerce/client/js/cart.js

This file was deleted.

Loading

0 comments on commit af7b7df

Please sign in to comment.