Skip to content

Commit

Permalink
Ajuste de Arquivos e README atualizado
Browse files Browse the repository at this point in the history
  • Loading branch information
denetodev committed Aug 17, 2024
1 parent 59e45a1 commit 0fdc8da
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 198 deletions.
103 changes: 0 additions & 103 deletions README-template.md

This file was deleted.

112 changes: 48 additions & 64 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,87 +1,71 @@
# Frontend Mentor - QR code component
# Frontend Mentor - QR code component solution

![Design preview for the QR code component coding challenge](./preview.jpg)
Este projeto é uma solução para o [desafio de componente de código QR no Frontend Mentor](https://www.frontendmentor.io/challenges/qr-code-component-iux_sIO_H). Os desafios do Frontend Mentor ajudam a melhorar suas habilidades de codificação ao construir projetos realistas.

## Welcome! 👋
## Índice de conteúdos

Thanks for checking out this front-end coding challenge.
- [Visão geral](#visão-geral)
- [Screenshot](#screenshot)
- [Links](#links)
- [Meu processo](#meu-processo)
- [Construído com](#construído-com)
- [O que eu aprendi](#o-que-eu-aprendi)
- [Desenvolvimento contínuo](#desenvolvimento-contínuo)
- [Recursos úteis](#recursos-úteis)
- [Autor](#autor)
- [Agradecimentos](#agradecimentos)

[Frontend Mentor](https://www.frontendmentor.io) challenges help you improve your coding skills by building realistic projects.
## Visão geral

**To do this challenge, you need a basic understanding of HTML and CSS.**
### Screenshot

## The challenge
![Screenshot do Projeto](./screenshot.jpg)

Your challenge is to build out this QR code component and get it looking as close to the design as possible.
### Links

You can use any tools you like to help you complete the challenge. So if you've got something you'd like to practice, feel free to give it a go.
<!-- Ajustar URLs -->
- URL da Solução: [Adicionar URL da solução aqui](https://your-solution-url.com)
- URL do Site: [Adicionar URL do site aqui](https://your-live-site-url.com)

Want some support on the challenge? [Join our community](https://www.frontendmentor.io/community) and ask questions in the **#help** channel.
## Meu processo

## Where to find everything
### Construído com

Your task is to build out the project to the designs inside the `/design` folder. You will find both a mobile and a desktop version of the design.
- HTML5 semântico
- Propriedades personalizadas de CSS
- Flexbox
- Bootstrap 5.3.3
- Workflow mobile-first

The designs are in JPG static format. Using JPGs will mean that you'll need to use your best judgment for styles such as `font-size`, `padding` and `margin`.
### O que eu aprendi

If you would like the design files (we provide Sketch & Figma versions) to inspect the design in more detail, you can [subscribe as a PRO member](https://www.frontendmentor.io/pro).
Durante o desenvolvimento deste projeto, aprendi a trabalhar com a centralização de elementos usando Flexbox e a aplicação de classes utilitárias do Bootstrap para simplificar a estilização dos componentes. Também aprofundei meus conhecimentos na criação de componentes responsivos.

You will find all the required assets in the `/images` folder. The assets are already optimized.
Aqui está um exemplo de código que utilizei:

There is also a `style-guide.md` file containing the information you'll need, such as color palette and fonts.
```html
<main class="d-flex justify-content-center align-items-center vh-100">
<div class="card text-center p-3 rounded-4 shadow-lg" style="width: 18rem">
<!-- Conteúdo do cartão -->
</div>
</main>
```

## Building your project
### Desenvolvimento contínuo

Feel free to use any workflow that you feel comfortable with. Below is a suggested process, but do not feel like you need to follow these steps:
Para projetos futuros, quero continuar a melhorar minha habilidade de trabalhar com CSS Grid e explorar mais os componentes e recursos avançados do Bootstrap.

1. Initialize your project as a public repository on [GitHub](https://github.com/). Creating a repo will make it easier to share your code with the community if you need help. If you're not sure how to do this, [have a read-through of this Try Git resource](https://try.github.io/).
2. Configure your repository to publish your code to a web address. This will also be useful if you need some help during a challenge as you can share the URL for your project with your repo URL. There are a number of ways to do this, and we provide some recommendations below.
3. Look through the designs to start planning out how you'll tackle the project. This step is crucial to help you think ahead for CSS classes to create reusable styles.
4. Before adding any styles, structure your content with HTML. Writing your HTML first can help focus your attention on creating well-structured content.
5. Write out the base styles for your project, including general content styles, such as `font-family` and `font-size`.
6. Start adding styles to the top of the page and work down. Only move on to the next section once you're happy you've completed the area you're working on.
### Recursos úteis

## Deploying your project
- [Documentação do Bootstrap](https://getbootstrap.com/docs/5.3/getting-started/introduction/) - A documentação oficial do Bootstrap foi essencial para entender como utilizar classes utilitárias de maneira eficiente.
- [CSS Tricks - A Complete Guide to Flexbox](https://css-tricks.com/snippets/css/a-guide-to-flexbox/) - Este guia foi muito útil para entender as nuances do Flexbox.

As mentioned above, there are many ways to host your project for free. Our recommended hosts are:
## Autor

- [GitHub Pages](https://pages.github.com/)
- [Vercel](https://vercel.com/)
- [Netlify](https://www.netlify.com/)
- LinkedIn - [Deusdete Neto](https://www.linkedin.com/in/deusdeteneto)
- Frontend Mentor - [@deusdeteneto](https://www.frontendmentor.io/profile/deusdeteneto)
- GitHub - [Deusdete Neto](https://github.com/deusdeteneto)

You can host your site using one of these solutions or any of our other trusted providers. [Read more about our recommended and trusted hosts](https://medium.com/frontend-mentor/frontend-mentor-trusted-hosting-providers-bf000dfebe).
## Agradecimentos

## Create a custom `README.md`

We strongly recommend overwriting this `README.md` with a custom one. We've provided a template inside the [`README-template.md`](./README-template.md) file in this starter code.

The template provides a guide for what to add. A custom `README` will help you explain your project and reflect on your learnings. Please feel free to edit our template as much as you like.

Once you've added your information to the template, delete this file and rename the `README-template.md` file to `README.md`. That will make it show up as your repository's README file.

## Submitting your solution

Submit your solution on the platform for the rest of the community to see. Follow our ["Complete guide to submitting solutions"](https://medium.com/frontend-mentor/a-complete-guide-to-submitting-solutions-on-frontend-mentor-ac6384162248) for tips on how to do this.

Remember, if you're looking for feedback on your solution, be sure to ask questions when submitting it. The more specific and detailed you are with your questions, the higher the chance you'll get valuable feedback from the community.

## Sharing your solution

There are multiple places you can share your solution:

1. Share your solution page in the **#finished-projects** channel of the [community](https://www.frontendmentor.io/community).
2. Tweet [@frontendmentor](https://twitter.com/frontendmentor) and mention **@frontendmentor**, including the repo and live URLs in the tweet. We'd love to take a look at what you've built and help share it around.
3. Share your solution on other social channels like LinkedIn.
4. Blog about your experience building your project. Writing about your workflow, technical choices, and talking through your code is a brilliant way to reinforce what you've learned. Great platforms to write on are [dev.to](https://dev.to/), [Hashnode](https://hashnode.com/), and [CodeNewbie](https://community.codenewbie.org/).

We provide templates to help you share your solution once you've submitted it on the platform. Please do edit them and include specific questions when you're looking for feedback.

The more specific you are with your questions the more likely it is that another member of the community will give you feedback.

## Got feedback for us?

We love receiving feedback! We're always looking to improve our challenges and our platform. So if you have anything you'd like to mention, please email hi[at]frontendmentor[dot]io.

This challenge is completely free. Please share it with anyone who will find it useful for practice.

**Have fun building!** 🚀
Gostaria de agradecer à comunidade do Frontend Mentor pelas discussões inspiradoras e feedback construtivo durante este desafio.
Binary file added design/desktop-design.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed design/desktop-design.jpg
Binary file not shown.
Binary file removed preview.jpg
Binary file not shown.
31 changes: 0 additions & 31 deletions style-guide.md

This file was deleted.

0 comments on commit 0fdc8da

Please sign in to comment.