Brandon Jr Cortez
@BrandonJr20All comments
- P@Y39WebDeveloper@BrandonJr20
Me gusta mucho tu solucion, solo dos aspectos para mejorar. Utiliza un alto del 100vh y luego con display flex en el contenedor principal alinealo al centro, asi quedaran todos los margenes bien proporcionados.
Otra cosa, para que directamente el resultado lo marque con decimales y no solo cuando hagas el calculo, utiliza la propiedad toFixed(2) esto redondeara el numero a dos decimales, si en dado caso lo quieres a tres, toFixed(3).
El diseño movil esta muy bueno, te felicito.
- @faaazy@BrandonJr20
Creo que te confundiste de archivo.
- @Chikairo@BrandonJr20
Una posible funcionalidad, piensa para que funcionara el boton de descartar subscripcion, ya que queda sin funcionalidad alguna, podrias implentarlo para regresar al formulario o redireccionarlo a otro sitio.
Te hace falta agregar la validacion desde la parte del javascript, esto agrega un nivel de seguridad para que tu sitio no sea tan vulnerable.
Marked as helpful - @BunchydoWhat are you most proud of, and what would you do differently next time?
I'm most proud of the fact that I got the javascript working in a sort of way.
What I would do differently next time is find other more efficient ways to create a the share container that pops up when I click on the share button.
What challenges did you encounter, and how did you overcome them?The challenges I encountered were getting the share container that shows up when the share button is clicked to stay over the share button as in being centered over it and allowing it to stay over it when the screen size changes.
I did not overcome this challenge.
What specific areas of your project would you like help with?I would like help with getting the share container that shows up when the share button is clicked to stay over the share button as in being centered over it and allowing it to stay over it when the screen size changes.
@BrandonJr20Me gusta mucho tu solucion en cuanto al boton, considero que el unico aspecto a mejorar para que sea mas intuitivo es utilizar la propiedad hover para cuando pasen el mouse sobre el boton de compartir muestre el puntero de otra manera, pero mas alla, me gusto mucho tu solucion.
- @BunchydoWhat are you most proud of, and what would you do differently next time?
I am most proud of the fact that
(1)it is taking me less time to develop simple things. (2) I was able to research and find the solution to making grids of different lengths and widths
What challenges did you encounter, and how did you overcome them?The challenge I encountered was aligning the text in the different grids to be the same level as in the design. I was not able to overcome this challenge
Another challenge i encountered was creating grids of different sizes. For example having one grid span 2 columns. I overcame this challenge by creating more columns than were needed so that I would have more control over each grid.
What specific areas of your project would you like help with?I would like help with aligning the text in the different grids to be the same level as in the design.
I would also like help with how to make responsive designs easier.
And finally, the best approach to start with. For eg: Should i start with adding all the html elements first then style using css?
Thank you in advance.
@BrandonJr20Me gusta mucho tu diseno, un aspecto que podrias mejorar seria las dimensiones de las imagenes, ya que se ven un poco estiradas.
Como recomendacion, procura darle al img un width del 100%, asi no afectara las dimensiones.
- P@loiccape@BrandonJr20
Me gusta mucho tu proyecto, creo que un aspecto es el fondo y lo redondo de las cajas
- @danesp93@BrandonJr20
Puedes centrar aun mas tu vista, ya que quedo algo desajustado, una recomendacion es usar el height al 100vh en el body, asi a la hora de que aplique el display flex, quede bien alineado
- @espringer21What are you most proud of, and what would you do differently next time?
I am most proud my ability to complete the task. I think for next time i can maybe research a more sufficient way of complete the task.
What specific areas of your project would you like help with?Any feedback will be appreciated.
@BrandonJr20Me gusta mucho el estilo y como distribuiste el contenido en el codigo. Creo que el unico detalle que debes cuidar es el uso del margin y padding, pero se que podemos mejorar.
- P@TonyzCataldoWhat are you most proud of, and what would you do differently next time?
To next challenge i pretend to learn and use Tailwind CSS.
What challenges did you encounter, and how did you overcome them?I had some difficulties with font sizes and weights... I don't know why, but I feel like something is different between the design and my page. and I found some difficulties with heights and widtchs.
What specific areas of your project would you like help with?How can I have a proportion parameter for my elements?
@BrandonJr20A simple vista el tamano de la imagen y la fuente!
- @Randomgituser69@BrandonJr20
Un par de mejoras quiza la fuente no es la adecuada y al pasar el mouse sobre el texto, no cambia adecuadamente el color.
- @vw-baskWhat are you most proud of, and what would you do differently next time?
It's been a while since I've written in plain CSS. In my day to day job I use a combination of SCSS, Bootstrap and occasionally Tailwind. It was interesting to see how far regular plain CSS has come, even if some features such as nesting isn't compatible on all browsers.
Not sure what I would do differently next time. This was a fairly simple component.
What challenges did you encounter, and how did you overcome them?The only challenges I encountered was not being able to see exact dimensions, and spacing between elements. I expected the Figma file to not just contain an image of the component. I had to guess at border radiuses, padding, margins, etc and compare between the static images and the rendered component.
What specific areas of your project would you like help with?There's many ways to code the same thing. Are there new HTML/CSS techniques of shaving down code that I didn't utilize?
I'm also seeing one accessibility flag: "Document should have one main landmark". I added a Main element with the role of main. Read through this documentation, https://dequeuniversity.com/rules/axe/4.9/landmark-one-main, and still confused as to what I am missing.
@BrandonJr20No estoy seguro en que aspectos deba mejorar, seguramente en el uso de margenes, por que ahi se distorsiono un poco mi diseno con el que solicitan,