-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
75 lines (53 loc) · 3.6 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!DOCTYPE html>
<html lang="en">
<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">
<!-- =============== CSS =============== -->
<link rel="stylesheet" href="assets/css/principal.css">
<title>Documentos</title>
</head>
<body>
<div class="index">
<div class="index__svgs">
<div class="index__logo" style="z-index: 4;">
<img src="assets/IMG/logo.svg" alt="FORTH JARDIM">
</div>
<svg class="index__svg" style="z-index: 3;" width="226" height="610" viewBox="0 0 226 610" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0H226V610L217 510L205.5 444L193 361.5L174.5 286.5L149.5 207L111.5 126L60 60L0 0Z" fill="#138301"/>
</svg>
<svg class="index__svg" style="z-index: 2;" width="281" height="610" viewBox="0 0 281 610" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0H281V610L269.81 510L255.511 444L239.969 361.5L216.967 286.5L185.883 207L138.635 126L74.6018 60L0 0Z" fill="#37972F"/>
</svg>
<svg class="index__svg" style="z-index: 1;" width="373" height="610" viewBox="0 0 373 610" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0H373V610L358.146 510L339.166 444L318.535 361.5L288.002 286.5L246.741 207L184.024 126L99.0266 60L0 0Z" fill="#6BC763"/>
</svg>
</div>
<div class="index__main container">
<h1>COMPRAS</h1>
<div class="main__esquerda armario Armario_primeiro">
<a href="#"> <img src="assets/IMG/armario_baixo.jpg" alt=""></a>
</div>
<div class="main__meio armario">
<a href="documento2.html"> <img src="assets/IMG/armario_baixo.jpg" alt=""> </a>
</div>
<div class="main__direita armario">
<a href="documento3.html"> <img src="assets/IMG/armario_baixo.jpg" alt=""></a>
</div>
</div>
<footer>
<div class="container footer__radope">
<div class="footer__ass">
<svg width="45" height="100%" viewBox="0 0 99 87" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M50.6884 62.4495L92.5091 1.00001" stroke="black"/>
<path d="M62.4251 35.7079C62.4251 35.7079 59.5318 29.5127 62.0727 27.6534C64.9697 25.5334 69.5685 32.9743 69.5685 32.9743C69.5685 32.9743 67.9091 25.2041 71.1878 24.5852C74.2817 24.0012 76.3025 30.8174 76.3025 30.8174C76.3025 30.8174 75.9988 21.0477 79.81 21.6007C82.7534 22.0277 83.9388 28.0001 83.9388 28.0001" stroke="black"/>
<path d="M19.0001 49C19.0001 49 9.50008 46 12.5001 45.5C20.6739 44.1377 26.783 37.0756 30.5001 31.5C31.5001 30 34.6972 22.8978 33.0002 21C30.9176 18.6711 26.0002 23.5 24.0002 25.5C8.67437 40.8261 34.5 67.5 26 76.5C17.5 85.5 10.1568 88.3662 5.00015 82.5C0.985096 77.9324 8.2612e-05 70.7217 2.00008 65C3.04872 62 5.49999 59.5 9.5 56.5C13.5 53.5 17.2888 51.9234 24.0002 48.8259C30.5002 45.8259 40 39.5059 41.5 38C43 36.4941 51.5 31.5 48.5 30C46.0917 28.7958 33.0002 34 33.0002 34C33.0002 34 22.2035 37.6648 13.5 42.5C4.49989 47.5 -0.499998 53.5 1.00006 54C4.0156 55.0051 11.9398 52.359 15.0002 51.5C43.5002 43.5 98.5 22.5 98.5 22.5" stroke="black"/>
</svg>
</div>
</div>
</footer>
</div>
</body>
<script src="assets/scripts/script.js"></script>
</html>