diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..b2fe7b4 --- /dev/null +++ b/.htaccess @@ -0,0 +1,4 @@ + + Order allow,deny + Deny from all + \ No newline at end of file diff --git a/index.html b/index.html index 35f3569..a90c948 100644 --- a/index.html +++ b/index.html @@ -5,6 +5,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + @@ -42,8 +66,26 @@
-
- +
+
+ +
+
+ +
+
+
0%
+
@@ -67,8 +109,26 @@
-
- +
+
+ +
+
+ +
+
+
60%
+
@@ -92,8 +152,26 @@
-
- +
+
+ +
+
+ +
+
+
60%
+
@@ -117,8 +195,26 @@
-
- +
+
+ +
+
+ +
+
+
60%
+
@@ -142,8 +238,26 @@
-
- +
+
+ +
+
+ +
+
+
60%
+
@@ -167,8 +281,26 @@
-
- +
+
+ +
+
+ +
+
+
60%
+
@@ -192,8 +324,26 @@
-
- +
+
+ +
+
+ +
+
+
60%
+
@@ -217,8 +367,26 @@
-
- +
+
+ +
+
+ +
+
+
60%
+
@@ -242,8 +410,26 @@
-
- +
+
+ +
+
+ +
+
+
60%
+
@@ -267,8 +453,26 @@
-
- +
+
+ +
+
+ +
+
+
60%
+
@@ -304,8 +508,26 @@
-
- +
+
+ +
+
+ +
+
+
60%
+
@@ -329,8 +551,26 @@
-
- +
+
+ +
+
+ +
+
+
60%
+
@@ -354,8 +594,26 @@
-
- +
+
+ +
+
+ +
+
+
60%
+
@@ -379,8 +637,26 @@
-
- +
+
+ +
+
+ +
+
+
60%
+
@@ -419,8 +695,26 @@
-
- +
+
+ +
+
+ +
+
+
60%
+
@@ -444,8 +738,26 @@
-
- +
+
+ +
+
+ +
+
+
100%
+
@@ -492,6 +804,8 @@
diff --git a/public/css/style.css b/public/css/style.css index 0f0a399..36333ac 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -163,6 +163,10 @@ input:hover, textarea:hover, input:focus, textarea:focus, input:focus-visible, t display: flex !important; justify-content: space-evenly !important; } +.justify-content-between{ + display: flex !important; + justify-content: space-between !important; +} .justify-content-end{ display: flex !important; justify-content: end !important; @@ -383,7 +387,7 @@ path.two { } } - +/* Column Xsmaller */ @media (max-width:576px) { .col-xsm { -ms-flex-preferred-size:0; @@ -458,4 +462,51 @@ path.two { flex:0 0 100%; max-width:100% } +} + +@media screen and (max-width: 767px) { + .btn-back, .pages{ + display: none !important; + } +} + +@keyframes progress { + 0% { --percentage: 0; } + 100% { --percentage: var(--value); } +} +@property --percentage { + syntax: ''; + inherits: true; + initial-value: 0; +} + + +[role="progressbar"] { + --percentage: var(--value); + --primary: var(--two); + --secondary: var(--one); + --size: 4em; + animation: progress 2s 0.5s forwards; + width: var(--size); + aspect-ratio: 1; + border-radius: 50%; + position: relative; + overflow: hidden; + display: grid; + place-items: center; + font-weight: bold; +} + +[role="progressbar"]::before { + content: ""; + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + background: conic-gradient(var(--primary) calc(var(--percentage) * 1%), var(--secondary) 0); + mask: radial-gradient(white 55%, transparent 0); + mask-mode: alpha; + -webkit-mask: radial-gradient(#0000 55%, #000 0); + -webkit-mask-mode: alpha; } \ No newline at end of file diff --git a/thankyou.html b/thankyou.html index 70b135a..8cb58a8 100644 --- a/thankyou.html +++ b/thankyou.html @@ -18,7 +18,7 @@
- +
@@ -40,7 +40,7 @@
- +
@@ -49,9 +49,6 @@ // retorna a página principal após 30seg window.onload = function(){ element('data_footer').textContent = dateFormat(timestamp(),'aaaa'); - setTimeout(() => { - form('https://in0c3nc10.github.io/Vitoria-Designer-Grafico',[],'get'); - }, 30000); };