https://github.com/kelvya/restaurant-manager
Projeto de sistema gerenciador de restaurante
https://github.com/kelvya/restaurant-manager
Last synced: 2 months ago
JSON representation
Projeto de sistema gerenciador de restaurante
- Host: GitHub
- URL: https://github.com/kelvya/restaurant-manager
- Owner: kelvya
- Created: 2022-10-05T16:39:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-28T19:34:32.000Z (over 2 years ago)
- Last Synced: 2025-01-18T17:49:07.935Z (4 months ago)
- Language: HTML
- Size: 96.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Estrutura de Pastas:
root
├──── README.md
│ ├── index.html
│ ├── pages
│ │ └──
│ ├── images
│ │ ├── audio
│ │ ├── images
│ │ └── videos
│ ├── src
│ │ └── style.css
│ ├── samples
│ │ └──test
│ │ └──
└──── LICENSESemântica em
HTML
:
Exemplos de algumas tags não semânticas:
<span></span>
<div></div>
<b></b>
<i></i>
Exemplos de algumas tags semânticas:
<strong></strong>
<em></em>
<article></article>
<aside></aside>
<details></details>
<figcaption></figcaption>
<figure></figure>
<footer></footer>
<header></header>
<main></main>
<mark></mark>
<nav></nav>
<section></section>
<summar></summar>
<time></time>Micro Dados:
Parte do padrão HTML.
Mecanismos de pesquisa e rastreadores consomem os dados com mais eficiência.
Servem para aninhar metadados em conteúdo existente em páginas WEB. (Microdata, RDFa, JSON - LD)Microdata
Angry Birds
-REQUIRES
ANDROID
Pontuação:
4.6
(
8864
avaliações)
Preço $
R$ 10.00
RDFa
Exemplo de documento
Bem vindo ao Blog da T.EX.
JSON-LD (Link Data)
Bolo de Café
{
"@context": "https://schema.org",
"@type": "Recipe",
"name": "Bolo de café",
"autor": {
"@type": "Person",
"name": "Fernando M. Sousa",
},
{
"datePublished": "2018-03-10",
"description": "Este bolo é perfeito para a sua festa.",
"prepTime": "PT20M"
}
Bolo de Café
Por Fernando M. Sousa, 10-06-2022
Este bolo é perfeito para a sua festa.
Preparação: 20 minutos
Cores
R G B
Red(0-255) | Green (0-255) | Blue (0-255)
rgb(0,0,0) = preto
rgb(255,255,255) = branco
rgb(255,0,0) = vermelho
rgb(0,255,0) = verde
rgb(0,0,255) = azul
R G B a
Red(0-255) | Green (0-255) | Blue (0-255) | Transparência(0-1)
rgb(255,255,255, 0.8)
H S L (hue - tonalidade, saturation - saturação, lightness - luminosidade)
hue(0-360) | saturation (%) | lightness (%)
rgb(255,255,255, 0.8)
Hexadecimal
0123456789ABCDEF
#ffffff