generated from ICEI-PUC-Minas-PMV-ADS/WebApplicationProject-Template-v2
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpagHistorico.html
117 lines (101 loc) · 3.63 KB
/
pagHistorico.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
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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../css/stylesheets.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css">
<script defer src="../js/header.js"></script>
<script defer src="../js/historico.js"></script>
<script defer src="../js/perfil.js"></script>
<title>Histórico | Vigia Virtual</title>
</head>
<body id="pagOqFoiFeito">
<div id="bg09Div">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 740 320">
<path fill="#355DC5" fill-opacity="1"
d="M0,256L80,266.7C160,277,320,299,480,266.7C640,235,800,149,960,122.7C1120,96,1280,128,1360,144L1440,160L1440,0L1360,0C1280,0,1120,0,960,0C800,0,640,0,480,0C320,0,160,0,80,0L0,0Z">
</path>
</svg>
</div>
<main id="historicoMain">
<div class="progressDiv">
<div class="secText">
<div class="secTitle">
<h1>Como anda sua incrível jornada?</h1>
</div>
</div>
<div class="progressBox">
<div class="progressCircle">
<svg id="circle">
<circle cx="70" cy="70" r="70"></circle>
<circle cx="70" cy="70" r="70"></circle>
</svg>
</div>
<div class="progressNumber">
<h3>0%</h3>
</div>
</div>
</div>
</main>
<section id="historicoProgressNull">
<div class="secText">
<div class="secTitle">
<h2>Ainda não começou?</h2>
</div>
<div class="secP">
<h6>Corre que dá tempo!</h6>
</div>
</div>
<div class="historicoProgressMain">
<div class="historicoProgressWrapper">
<div class="historicoProgressImg">
<img src="../assets/progressNullImg.png" alt="">
</div>
</div>
</div>
</section>
<section id="historicoArtigosSec">
<div class="secText">
<div class="secTitle">
<h2>A leitura é fundamental!</h2>
</div>
<div class="secP">
<h6>Recorde seus artigos concluídos:</h6>
</div>
</div>
<div class="catalogoMain">
</div>
</section>
<section id="historicoTutoriaisSec">
<div class="secText">
<div class="secTitle">
<h2>A cada passo um novo aprendizado!</h2>
</div>
<div class="secP">
<h6>Recorde seus tutoriais concluídos:</h6>
</div>
</div>
<div class="historicoTutorialMain">
<div class="historicoTutorialWrapper">
</div>
</div>
</section>
<section id="historicoQuizzesSec">
<div class="secText">
<div class="secTitle">
<h2>Sempre há espaço para diversão!</h2>
</div>
<div class="secP">
<h6>Recorde seus quizzes concluídos:</h6>
</div>
</div>
<div class="historicoQuizzesMain">
<div class="historicoQuizzesWrapper">
</div>
</div>
</section>
</body>
</html>