Coding
PromptBeginner5 minmarkdown
Markdown Converter
Agent skill for markdown-converter
7
Cada projeto deve seguir esta estrutura padrão:
Sign in to like and favorite skills
Cada projeto deve seguir esta estrutura padrão:
project-name/ ├── index.html # Versão principal do projeto ├── index.js # JavaScript principal ├── style.css # Estilos CSS ├── README.md # Documentação em inglês ├── README-PTBR.md # Documentação em português ├── challenge-1/ # Primeiro desafio │ ├── index.html │ ├── index.js │ ├── style.css │ ├── README.md │ └── README-PTBR.md ├── challenge-2/ # Segundo desafio │ ├── index.html │ ├── index.js │ ├── style.css │ ├── README.md │ └── README-PTBR.md └── gifs/ # GIFs demonstrativos (se aplicável) ├── class.gif ├── challenge-1.gif └── challenge-2.gif
<!DOCTYPE html> e estrutura HTML5 semântica<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet"><!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Project Name</title> <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet"> <link rel="stylesheet" type="text/css" href="style.css" /> </head> <body> <!-- Conteúdo --> <script src="index.js"></script> </body> </html>
box-sizing: border-box#0f2027 → #2c5364 → #203a43#2e647a com hover effects#fff).row para containers.input para campos de entrada.btn para botões.btn-group para grupos de botõestransition: all 0.3s)document.getElementById() e document.querySelector() para manipulação do DOMswitch-light, tic-tac-toe)calculateBtn, resultDisplay)btn-group, input-field)calculateBMI, clearInputs).btn-group para agrupar botões relacionadostype="number" para valores numéricosmin e max apropriadosSiga sempre o padrão estabelecido no projeto BMI: