-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
59 lines (58 loc) · 2.11 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>AluraDev</title>
<meta name="viewport"
content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="css/styles.css">
<!-- <link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?
family=Inter:wght@400;500&display=swap" rel="stylesheet"> -->
</head>
<body>
<header class="cabecalho">
<img class="logo" src="svg/header/Logo.svg" alt="logo">
<input class="busca" placeholder="Busque por algo">
<img class="autor" src="svg/header/author.svg" alt="autor">
</header>
<nav>
<!-- <img class="menu" src="svg/body/Menu.svg"
alt="menu"> -->
<div class="menu-letra">
<img src="svg/body/Menu-letra.svg" alt="menuzin">
</div>
<div class="botao-editor">
<img src="svg/body/Icon.svg" alt="icone">
<img src="svg/body/Menu-txt-editor.svg" alt="editorcodigo">
</div>
<div class="botao-comunid">
<img src="svg/body/iCom.svg" alt="icone">
<img src="svg/body/Menu-txt-commu.svg" alt="editorcodigo">
</div>
</nav>
<div class="container">
<img class="editor" src="svg/body/code_editor.svg"
alt="editor">
<button class="highlight">
Visualizar com o highlight </button>
<img class="letra-proj" src="svg/body/Seu projeto.svg"
alt="letra-proj">
<input class="nome-proj" placeholder="Nome do seu projeto">
<input class="description"
placeholder="Descrição do seu projeto">
<img class="letra-personal"
src="svg/body/Personalização.svg" alt="personal">
<select name="linguagens" id="linguagens">
<option value="js">JavaScript</option>
<option value="html">HTML</option>
<option value="css">CSS</option>
</select>
<img class="vinte-nove" src="svg/body/Rectangle 29.svg"
alt="vinte-nove">
<img class="trinta" src="svg/body/Rectangle 30.svg"
alt="trinta">
<button class="salvar"> Salvar projeto </button>
</div>
</body>
</html>