-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathux.html
35 lines (28 loc) · 1.21 KB
/
ux.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
<!DOCTYPE html>
<html>
<head>
<title>Diferença entre UI e UX</title>
<meta charset="UTF-8">
<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=Bebas+Neue&family=Montserrat:wght@100;400&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="img">
<img src="imgem/06.png" alt="image">
</div>
<img class="logo" src="imgem/02.png" alt="image">
<p>UX (user experience)</p>
<ul>
<li>Relação entre usuário e produto/serviço;</li>
<li>Trabalha com a parte emocional do usuário;</li>
<li>Dita os processos;</li>
<li>Define o problema, define pra quem deve ser resolvido<br>
e define o caminho que deve ser percorrido.</li>
</ul>
<li><a href="Inicio.html">Voltar</a></li>
<li><a id="1" href="ui.html">Proximo</a></li>
<footer></footer>
</body>
</html>