This repository has been archived by the owner on May 11, 2023. It is now read-only.
forked from gabrielsozinho/natanael-b.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
54 lines (54 loc) · 1.99 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
<!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">
<title>TabNews Finder</title>
<link rel="stylesheet" type="text/css" href="assets/css/style.css">
<link rel="shortcut icon" href="assets/img/favicon-dark.png" type="image/x-icon">
</head>
<body>
<header>
<nav>
<div class="nav-right">
<a href="https://github.com/ttdsgms/tabnews-search" target="_blank" rel="noopener noreferrer">Repositório</a>
</div>
<div class="nav-left">
<a href="https://www.tabnews.com.br/publicar">Publicar</a>
<a href="https://www.tabnews.com.br/recentes">Recentes</a>
</div>
</nav>
</header>
<main>
<div class="logo">
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d="M18.9999 4C20.6568 4 21.9999 5.34315 21.9999 7V17C21.9999 18.6569 20.6568 20 18.9999 20H4.99994C3.34308 20 1.99994 18.6569 1.99994 17V7C1.99994 5.34315 3.34308 4 4.99994 4H18.9999ZM19.9999 9.62479H13C12.4478 9.62479 11.8442 9.20507 11.652 8.68732L10.6542 6H4.99994C4.44765 6 3.99994 6.44772 3.99994 7V17C3.99994 17.5523 4.44765 18 4.99994 18H18.9999C19.5522 18 19.9999 17.5523 19.9999 17V9.62479Z" fill="currentColor">
</path>
</svg>
</div>
<div class="search-box">
<label for="search-input">
<input id="search-input" type="text" placeholder="Pesquisar">
</label>
</div>
<div class="btn">
<button id="search-btn">Pesquisar</button>
<button id="clear-btn">Limpar</button>
</div>
</main>
<footer>
<p>Criado por
<a href="https://github.com/natanael-b" target="_blank" rel="noopener noreferrer">Natanael Barbosa</a> e modificado por <a href="http://ttdsgms.netlify.app/bio" target="_blank" rel="noopener noreferrer">Tiago</a></p>
<nav>
<div class="nav-right">
<!-- <a href="#">Em breve!</a> -->
</div>
<div class="nav-left">
<p>v1.2</p>
</div>
</nav>
</footer>
<script src="assets/js/script.js"></script>
</body>
</html>