Skip to content
This repository was archived by the owner on Jul 11, 2026. It is now read-only.

Pull request squad 4 (Gris, Abi, Nat)#32

Open
NataliaOlmos wants to merge 9 commits into
Laboratoria:masterfrom
NataliaOlmos:master
Open

Pull request squad 4 (Gris, Abi, Nat)#32
NataliaOlmos wants to merge 9 commits into
Laboratoria:masterfrom
NataliaOlmos:master

Conversation

@NataliaOlmos

Copy link
Copy Markdown

No description provided.

@reloadercf reloadercf left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Me gusto mucho que su proyecto esta modularizado, se que las 3 trabajaron en el proyecto pero la mayoría de los commits fueron subidos por una persona, me hubiera gustado ver algunas funciones en testing, recomiendo es tener cuidado de no repetir funcionalidades, por lo demás su código esta bien estructurado y me gusta =)

@@ -0,0 +1,5 @@
/*

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Literalmente subieron todo el Framework bootsrap xD hay otras alternativas que les recomiendo probar y consiste en instalar el framework pero utilizando los cdn y con solo las 3 ó 4 lineas de codigo en el archivo html funciona todo el framework de estilos.

Comment thread src/index.html
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta http-equiv="x-ua-compatible" content="ie-edge">
<link rel="stylesheet" type="text/css" href="screens/style.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tienen instalado 2 veces bootstrap, si revisas la carpeta CDMX009-Social-Network/src/Bootsrap/ encontraras la descarga de bootstrap y en particular esta invocando el framework, recomiendo se queden con esta linea de codigo

Suggested change
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">

Comment thread src/index.html
<link rel="stylesheet" href="screens/style.css">
<script type="module" src="https://unpkg.com/ionicons@5.0.0/dist/ionicons/ionicons.esm.js"></script>
<script nomodule="" src="https://unpkg.com/ionicons@5.0.0/dist/ionicons/ionicons.js"></script>
<link href="https://fonts.googleapis.com/css?family=Varela|Vollkorn&display=swap" rel="stylessheet">

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

puedes instalar las fuentes en tu archivo css y con eso empezar a utilizarla de inmediato, intenta esa opción.

Comment thread src/index.html
<script type="module" src="https://unpkg.com/ionicons@5.0.0/dist/ionicons/ionicons.esm.js"></script>
<script nomodule="" src="https://unpkg.com/ionicons@5.0.0/dist/ionicons/ionicons.js"></script>
<link href="https://fonts.googleapis.com/css?family=Varela|Vollkorn&display=swap" rel="stylessheet">
<title>Document</title>

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Aquí va el nombre de la red social

Suggested change
<title>Document</title>
<title>Red social de las morraz</title>

Comment thread src/index.html

<header>
<div class="container-fluid borde">
<div class="row"></div>

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

si no se usa no se pone

Suggested change
<div class="row"></div>

Comment thread src/screens/style.css
max-width: 80px;
}

#borde1 {

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
#borde1 {
#borde-1 {

Comment thread src/screens/style.css
text-justify: auto;
}

.navBar {

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
.navBar {
.nav-bar {

Comment thread src/screens/style.css
box-shadow: 0 2px 4px rgb(127, 255, 146);
}

#border2 {

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
#border2 {
#border-2 {

Comment thread src/screens/style.css
text-align: center;
}

.contenedor {

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
.contenedor {
.container {

Comment thread src/screens/style.css
border: solid 2px;
}

.logo-brand {

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bien nombrado

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants