{"id":1328,"date":"2024-08-28T22:53:02","date_gmt":"2024-08-29T01:53:02","guid":{"rendered":"https:\/\/desvendandoocodigo.com.br\/?p=1328"},"modified":"2024-08-29T11:22:21","modified_gmt":"2024-08-29T14:22:21","slug":"resumo-da-live-tiktok-28082024","status":"publish","type":"post","link":"https:\/\/desvendandoocodigo.com.br\/?p=1328","title":{"rendered":"Resumo da Live TikTok 28082024"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">Ol\u00e1 Pessoal! <\/h2>\n\n\n\n<h2 class=\"wp-block-heading\">Na Live do dia 28\/08\/2024 foram abordados os seguintes temas envolvendo o nosso mini projeto:<\/h2>\n\n\n\n<ul>\n<li>Condicional Aninhada;<\/li>\n\n\n\n<li>La\u00e7o do While;<\/li>\n\n\n\n<li>Eventos;<\/li>\n\n\n\n<li>DOM;<\/li>\n\n\n\n<li>HTML;<\/li>\n\n\n\n<li>CSS;<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>HTML\n&lt;!DOCTYPE html&gt;\n&lt;html lang=\"pt-br\"&gt;\n&lt;head&gt;\n    &lt;meta charset=\"UTF-8\"&gt;\n    &lt;meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"&gt;\n    &lt;title&gt;Mini Projeto&lt;\/title&gt;\n    &lt;link rel=\"stylesheet\" href=\"style.css\"&gt;\n&lt;\/head&gt;\n&lt;body&gt;\n\n    &lt;div class=\"container\"&gt;\n        &lt;h1&gt;Bem vindo \u00e0 Balada!&lt;\/h1&gt;\n        &lt;div id=\"result\"&gt;       &lt;\/div&gt;\n    &lt;\/div&gt;\n    \n    &lt;script&gt;\n\n        var idade = Number(prompt(\"Digite sua idade\"));\n\n        if(idade &lt; 18){\n            document.getElementById('result').textContent =\n            \"Entrada somente para maiores\";\n        }else{\n            var hm;\n\n            do {\n                hm =\n                 Number(prompt(\"Digite 1 para homem ou  2 para mulher\"))\n            \n            if( hm !==1 &amp;&amp; hm !==2 ){\n                alert(\"Op\u00e7\u00e3o inv\u00e1lida, Digite 1 ou digite 2\")\n            }\n\n          }while(hm !==1 &amp;&amp; hm !==2);\n\n          if( hm === 1 &amp;&amp; idade &lt; 60){\n            document.getElementById('result').textContent =\n            \"Homem menor de 60 paga 50\";\n          }else if(hm === 1 &amp;&amp; idade &gt;= 60){\n            document.getElementById('result').textContent =\n            \"Homem com 60 ou mais paga 25\";\n\n          }else if(hm === 2 &amp;&amp; idade &lt; 60){\n            document.getElementById('result').textContent =\n            \"Mulher menor de 60 paga 10\";\n          }else{\n            document.getElementById('result').textContent =\n            \"Mulher com 60 ou mais paga 5\";\n          }\n\n       } \n\n    &lt;\/script&gt;\n&lt;\/body&gt;\n&lt;\/html&gt;\n\nCSS\nbody{\n    background:\n     linear-gradient(to bottom, #333333, #000000);\n     color: #e5e5e5;\n     font-family: Arial, Helvetica, sans-serif;\n     text-align: center;\n     margin: 0;\n     padding: 0;\n}\n\/*adicionar borda no container*\/\n.container{\n\n    background: rgba(0,0,0,0.8);\n    border: 5px solid #FF4500;\n    border-radius: 10px;\n    box-shadow: 0 0 20px rgba(255, 69, 0, 0.7);\n    padding: 20px;\n    max-width: 600px;\n    margin: 50px auto;\n\n}\n\nh1{\n    font-family: 'Impact', sans-serif;\n    font-size: 3em;\n    color: #FF4500;\n    margin: 0;\n    padding: 0;\n    text-shadow: 3px 3px 0 #000000, 6px 6px 0 #FF4500;\n}\n\n#result{\n    font-size: 1.5em;\n    margin-top: 20px;\n    color: #FF6347;\n}\n\n@keyframes piscar{\n    0%, 100%{\n        opacity: 1 ;\n    }\n    50% {\n        opacity: 0.6;\n    }\n}\n\nh1, #result{\n    animation: piscar 1.5s infinite;\n}\n\n\n<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"321\" src=\"https:\/\/desvendandoocodigo.com.br\/wp-content\/uploads\/2024\/01\/hotmart.png\" alt=\"\" class=\"wp-image-162\" style=\"width:134px;height:auto\" srcset=\"https:\/\/desvendandoocodigo.com.br\/wp-content\/uploads\/2024\/01\/hotmart.png 1000w, https:\/\/desvendandoocodigo.com.br\/wp-content\/uploads\/2024\/01\/hotmart-300x96.png 300w, https:\/\/desvendandoocodigo.com.br\/wp-content\/uploads\/2024\/01\/hotmart-768x247.png 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p><a href=\"https:\/\/go.hotmart.com\/V89811082M?dp=1\">https:\/\/go.hotmart.com\/V89811082M?dp=1<\/a><\/p>\n\n\n\n<p><a href=\"https:\/\/go.hotmart.com\/X90111663X?dp=1\">https:\/\/go.hotmart.com\/X90111663X?dp=1<\/a><\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">PR\u00d3XIMAS LIVES<\/h2>\n\n\n\n<p>29\/08\/2024 \u00e0s 10:00hs<\/p>\n\n\n\n<p>30\/08\/2024 \u00e0s 10:00hs<\/p>\n\n\n\n<p>31\/08\/2024 \u00e0s 10:00hs<\/p>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"558\" height=\"1024\" src=\"https:\/\/desvendandoocodigo.com.br\/wp-content\/uploads\/2024\/07\/image-4.png\" alt=\"\" class=\"wp-image-1144\" style=\"width:242px;height:auto\" srcset=\"https:\/\/desvendandoocodigo.com.br\/wp-content\/uploads\/2024\/07\/image-4.png 558w, https:\/\/desvendandoocodigo.com.br\/wp-content\/uploads\/2024\/07\/image-4-163x300.png 163w\" sizes=\"(max-width: 558px) 100vw, 558px\" \/><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>Ol\u00e1 Pessoal! Na Live do dia 28\/08\/2024 foram abordados os seguintes temas envolvendo o nosso mini projeto: https:\/\/go.hotmart.com\/V89811082M?dp=1 https:\/\/go.hotmart.com\/X90111663X?dp=1 PR\u00d3XIMAS LIVES 29\/08\/2024 \u00e0s 10:00hs 30\/08\/2024 \u00e0s 10:00hs 31\/08\/2024 \u00e0s 10:00hs<\/p>\n","protected":false},"author":1,"featured_media":1097,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[18],"tags":[],"_links":{"self":[{"href":"https:\/\/desvendandoocodigo.com.br\/index.php?rest_route=\/wp\/v2\/posts\/1328"}],"collection":[{"href":"https:\/\/desvendandoocodigo.com.br\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/desvendandoocodigo.com.br\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/desvendandoocodigo.com.br\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/desvendandoocodigo.com.br\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1328"}],"version-history":[{"count":4,"href":"https:\/\/desvendandoocodigo.com.br\/index.php?rest_route=\/wp\/v2\/posts\/1328\/revisions"}],"predecessor-version":[{"id":1333,"href":"https:\/\/desvendandoocodigo.com.br\/index.php?rest_route=\/wp\/v2\/posts\/1328\/revisions\/1333"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/desvendandoocodigo.com.br\/index.php?rest_route=\/wp\/v2\/media\/1097"}],"wp:attachment":[{"href":"https:\/\/desvendandoocodigo.com.br\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1328"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/desvendandoocodigo.com.br\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1328"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/desvendandoocodigo.com.br\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1328"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}