-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
52 lines (48 loc) · 2 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
<!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" />
<meta name="author" content="Wesley Victor Pereira Silva" />
<meta name="description"
content="Kenoji - Sua biblioteca de Emojis grátis e para sempre. Busque e faça o download de emojis facilmente." />
<meta name="keywords" content="kenoji, emojis, biblioteca, grátis, busca, download" />
<title>Kenoji</title>
<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=Montserrat:wght@300;400;700&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div id="wrapper">
<header>
<img src="images/logo.svg" alt="Kenoji" />
</header>
<main>
<section>
<h1>
A sua biblioteca de Emojis, <strong>grátis</strong> e para
<strong>sempre</strong>
</h1>
<p>
É só buscar e depois fazer o download. <br />
<span class="upper">Experimente</span>
</p>
<form action="#" method="get">
<input autofocus type="text" placeholder="Ex: Smile" />
<input type="submit" value="Buscar" />
</form>
</section>
<div class="animation">
<img src="images/emoji-1.svg" alt="Emoji" />
<img src="images/emoji-2.svg" alt="Emoji" />
<img src="images/emoji-3.svg" alt="Emoji" />
<img src="images/emoji-4.svg" alt="Emoji" />
<img src="images/emoji-5.svg" alt="Emoji" />
<img src="images/emoji-6.svg" alt="Emoji" />
</div>
</main>
</div>
</body>
</html>