This repository contains the source code of a website developed in HTML and Tailwind CSS. The website is a pre-styled website prototype, where you can add your content without worrying about the design. It's like having a ready-made website skeleton, where you just need to fill in the information. You can use this template to create websites for businesses, personal portfolios, or any other purpose, saving time and effort in visual development.
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
│ ├── desktop # Images used on the site for desktop
│ │ └── ... # Desktop-specific images
│ └── mobile # Images used on the site for mobile devices
│ │ └── ... # Mobile-specific images
│ └── ... # Images used on the site
├── index.html # Main HTML file
├── js
│ └── script.js # Main JavaScript 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. O site é um protótipo de site pré-estilizado, onde você pode adicionar seu conteúdo sem precisar se preocupar com o design. É como ter um esqueleto de site pronto, onde você só precisa preencher as informações. Você pode usar este modelo para criar sites para empresas, portfólios pessoais ou qualquer outra finalidade, economizando tempo e esforço no desenvolvimento visual.
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ê ainda 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
│ ├── desktop # Imagens usadas no site para desktop
│ │ └── ... # Imagens específicas para desktop
│ └── mobile # Imagens usadas no site para dispositivos móveis
│ │ └── ... # Imagens específicas para dispositivos móveis
│ └── ... # Imagens usadas no site
├── index.html # Arquivo HTML principal
├── js
│ └── script.js # Arquivo JavaScript principal
├── 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