-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
196 lines (167 loc) · 8.04 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
<!DOCTYPE html>
<html lang="pt-br">
<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">
<!-- fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&family=Roboto+Mono:wght@400;600;700&display=swap"
rel="stylesheet">
<!-- styles -->
<link rel="stylesheet" href="style/dracula.css"> <!-- Tema Highlight -->
<link rel="stylesheet" href="./style/global.css">
<link rel="stylesheet" href="./style/header/header.css">
<link rel="stylesheet" href="./style/header/search.css">
<link rel="stylesheet" href="./style/header/user.css">
<link rel="stylesheet" href="./style/header/menuHamburger/menu.css">
<link rel="stylesheet" href="./style/header/menuHamburger/itens.css">
<link rel="stylesheet" href="./style/header/menuHamburger/user.css">
<link rel="stylesheet" href="./style/main/main.css">
<link rel="stylesheet" href="./style/main/menu/menu.css">
<link rel="stylesheet" href="./style/main/areaDev/fundoCodigo.css">
<link rel="stylesheet" href="./style/main/areaDev/containerCod.css">
<link rel="stylesheet" href="./style/main/areaDev/areaDev.css">
<link rel="stylesheet" href="./style/main/areaDev/circles.css">
<link rel="stylesheet" href="./style/main/buttons/btnHighlight.css">
<link rel="stylesheet" href="./style/main/dadosProjeto/projeto.css">
<link rel="stylesheet" href="./style/main/dadosProjeto/data/data.css">
<link rel="stylesheet" href="./style/main/dadosProjeto/data/title.css">
<link rel="stylesheet" href="./style/main/dadosProjeto/data/description.css">
<link rel="stylesheet" href="./style/main/dadosProjeto/setting/setting.css">
<link rel="stylesheet" href="./style/main/dadosProjeto/setting/select.css">
<link rel="stylesheet" href="./style/main/dadosProjeto/setting/btnCor.css">
<link rel="stylesheet" href="./style/main/dadosProjeto/setting/btnSave.css">
<title>Alura Dev - Home</title>
</head>
<body>
<header>
<div class="header" id="header">
<!-- Logo -->
<div id="logo" class="logo">
<img src="./img/Logo.svg" alt="Logo Alura Dev">
</div>
<!-- Área de pesquisa -->
<div class="search-container">
<img id="title-img" class="title-img" src="./img/Search.svg" alt="Ícone para pesquisa">
<input type="search" class="search" id="search" placeholder="Busque por algo">
</div>
<div class="container-check" id="container-check">
<!-- Área para checkbox controlar menu hamburguer -->
<input type="checkbox" id="esconder" style="display: none;">
<label for="esconder">
<img class="description-hamburger" src="./img/Menu hamburguer.svg" alt="Menu">
</label>
</div>
<!-- Área usuário -->
<div class="container-user">
<img src="https://criticalhits.com.br/wp-content/uploads/2021/11/zoro-one-piece.jpg" alt="Foto usuário">
<p>Harry</p>
</div>
<!-- Menu hamburguer para telas menores -->
<div id="menu-hamburguer" class="menu-hamburguer">
<div class="menu">
<div class="itens">
<div class="editor">
<a href="./index.html">
<img src="./img/Editor.svg" alt="Editor de código">
<p>Editor de código</p>
</a>
</div>
<div class="comunidade">
<a href="./cards.html">
<img src="./img/Comunidade.svg" alt="Comunidade">
<p>Comunidade</p>
</a>
</div>
</div>
</div>
<hr>
<div class="user">
<a href="#">
<img src="https://criticalhits.com.br/wp-content/uploads/2021/11/zoro-one-piece.jpg" alt="Foto user">
<p>Harry</p>
</a>
</div>
</div>
</div>
</header>
<main>
<!-- Área menu para telas grandes -->
<div class="main__menu">
<p>Menu</p>
<div class="main__itens">
<div class="main__editor">
<a href="./index.html">
<img src="./img/Editor.svg" alt="Editor de código">
<p>Editor de código</p>
</a>
</div>
<div class="main__comunidade">
<a href="./cards.html">
<img src="./img/Comunidade.svg" alt="Comunidade">
<p>Comunidade</p>
</a>
</div>
</div>
</div>
<div class="edit">
<!-- Tela para digitar o código -->
<section class="fundo-codigo" id="fundo-codigo">
<div class="container-cod">
<div class="circles">
<div class="circle1"></div>
<div class="circle2"></div>
<div class="circle3"></div>
</div>
<div id="inpt-dev" class="inpt-dev">
<code class="preview hljs" contenteditable="true" aria-label="Editor de código"col="5" row="3">.div{ width: 30px, height: 50px }</code>
<!-- <textarea spellcheck="false"></textarea> -->
</div>
</div>
</section>
<section class="highlight">
<button class="btn-highlight">Visualizar com o highlight</button>
</section>
</div>
<div class="edit-project">
<section class="projeto">
<div>
<form action="">
<section class="data">
<p>Seu projeto</p>
<div>
<input class="title-data" type="text" placeholder="Nome do seu projeto">
<input class="description-data" type="text" placeholder="Descrição do seu projeto">
</div>
</section>
<section class="setting">
<p>Personalização</p>
<div>
<select name="linguagem" id="linguagem" class="linguagem">
<option value="javascript">JavaScript</option>
<option value="html">HTML</option>
<option value="css">CSS</option>
</select>
<div class="borda-botao">
<input type="color" class="cor" id="colorVal">
</div>
</div>
</section>
<button type="button" class="btn-save" id="btn-save">Salvar Projeto</button>
</form>
</div>
</section>
</div>
</main>
<!-- Scripts -->
<script src="scripts/inptColor.js"></script>
<script src="./scripts/search.js"></script>
<script src="./scripts/menuHamburger.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.3.1/highlight.min.js"></script>
<script src="scripts/highlight.js"></script>
<script src="./scripts/save.js"></script>
</body>
</html>