-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
103 lines (79 loc) · 3.26 KB
/
index.html
File metadata and controls
103 lines (79 loc) · 3.26 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
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
<!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">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
<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=Gloock&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/styles.css">
<meta name="keywords" content="Nft, Artes">
<meta name="description" content="Venha comprar raras Nfts juntamente com artes com o melhor preço do mercado atualmente">
<meta name="author" content="Nft-e-comerce">
<link rel="shortcut icon" href="assets/" type="image/x-icon">
<title>Nft-e-comerce</title>
</head>
<body>
<section id="nav">
<nav>
<ul>
<li><a href="">Home</a></li>
<li><a href="">MarketPlace</a></li>
<li><a href="">Artists</a></li>
<li><a href="">Collections</a></li>
</ul>
</nav>
<article>
<button class="login">Log In</button>
<button class="sing">Sing Up</button>
</article>
</section>
<section id="textos">
<nav>
<h1 class="h1"> Descubra artes <span class="spanh1"> raras de <span class="corh1"> ART & NFT</span> </span>
</h1>
</nav>
</section>
<section id="buttonsb">
<article>
<button class="explore">Explore Now</button>
<button class="learn">Learn More</button>
</article>
</section>
<!--parte "baixo foto etc..."-->
<section id="card">
<article class="card">
<img src="./assets/nf1one.png" class="card-img-top" alt="Nft">
<div class="card-body">
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the
card's content.</p>
</div>
<div class="button">
<button class="buttonone">Comprar</button>
</div>
</article>
<article class="card">
<img src="./assets/nf1one.png" class="card-img-top" alt="Nft">
<div class="card-body">
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the
card's content.</p>
</div>
<div class="button">
<button class="buttontwo">Comprar</button>
</div>
</article>
<article class="card">
<img src="./assets/nf1one.png" class="card-img-top" alt="Nft">
<div class="card-body">
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the
card's content.</p>
</div>
<div class="button">
<button class="buttontre">Comprar</button>
</div>
</article>
</body>
</html>