This repository contains the source code for a website developed using HTML and Tailwind CSS. It demonstrates how Tailwind CSS can be used to create modern and responsive layouts efficiently. The testimonials are displayed in a grid that adapts to different screen sizes, providing an excellent user experience on both mobile devices and desktops.
This project was developed during the course Tailwind CSS From Scratch | Learn By Building Projects, taught by Brad Traversy.
You can view the certificate of completion below:
Certificate of Completion
Clone the repository:
git clone https://github.com/your-username/your-repository.git
Navigate to the project directory:
cd your-repository
To view the website locally, you can use Visual Studio Code with the GoLive extension. Follow the steps below:
Install Visual Studio Code: If you do not have VSCode installed, download it here.
Install the GoLive extension:
Ctrl+Shift+X
).Open the project in VSCode:
File > Open Folder...
).Start the GoLive server:
index.html
file in the sidebar.├── css
│ └── style.css # Main CSS file
├── images
│ └── ... # Images used on the website
├── index.html # Main HTML file
├── input.css # Input CSS file
├── package-lock.json # Package lock file
├── package.json # Project manifest file
└── tailwind.config.js # Tailwind CSS configuration file
Este repositório contém o código-fonte de um site desenvolvido em HTML e Tailwind CSS. Demonstrando como o Tailwind CSS pode ser utilizado para criar layouts modernos e responsivos de maneira eficiente. Os depoimentos são apresentados em uma grade que se adapta a diferentes tamanhos de tela, proporcionando uma ótima experiência de usuário em dispositivos móveis e desktops.
Este projeto foi desenvolvido durante o curso Tailwind CSS From Scratch | Learn By Building Projects, ministrado por Brad Traversy.
Você pode visualizar o certificado de conclusão abaixo:
Certificado de Conclusão
Clone o repositório:
git clone https://github.com/seu-usuario/seu-repositorio.git
Navegue até o diretório do projeto:
cd seu-repositorio
Para visualizar o site localmente, você pode usar o Visual Studio Code com a extensão GoLive. Siga os passos abaixo:
Instale o Visual Studio Code: Se você não tem o VSCode instalado, baixe-o aqui.
Instale a extensão GoLive:
Ctrl+Shift+X
).Abra o projeto no VSCode:
Arquivo > Abrir Pasta...
).Inicie o servidor GoLive:
index.html
na barra lateral.├── css
│ └── style.css # Arquivo CSS principal
├── images
│ └── ... # Imagens usadas no site
├── index.html # Arquivo HTML principal
├── input.css # Arquivo CSS de entrada
├── package-lock.json # Arquivo de bloqueio de versão de pacote
├── package.json # Arquivo de manifesto do projeto
└── tailwind.config.js # Arquivo de configuração do Tailwind CSS