-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
48 lines (37 loc) · 1.1 KB
/
index.html
File metadata and controls
48 lines (37 loc) · 1.1 KB
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
<!doctype html>
<html lang="en">
<head>
<title>Shipp Chalenge</title>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="./css/style.css">
</head>
<body>
<!-- Translucid background when clicking in "VER DETALHES" -->
<div class="overlay-back">
</div>
<!-- fixed card with user data when clicking in "VER DETALHES" -->
<div id="wrapper">
<div id="fixed_div">
</div>
</div>
<div>
<div class="header">
<div class="logo">
Buscador
</div>
<div class="search-bar">
<img src="./css/search.svg">
<input type="search" placeholder="Buscar...">
</div>
</div>
<div class="cards">
</div>
</div>
<!-- jQuery -->
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
<!-- Javascript -->
<script src="./js/index.js"></script>
</body>
</html>