Felipe Oliveira Veríssimo
    • Create new note
    • Create a note from template
      • Sharing URL Link copied
      • /edit
      • View mode
        • Edit mode
        • View mode
        • Book mode
        • Slide mode
        Edit mode View mode Book mode Slide mode
      • Customize slides
      • Note Permission
      • Read
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Write
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Engagement control Commenting, Suggest edit, Emoji Reply
    • Invite by email
      Invitee

      This note has no invitees

    • Publish Note

      Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

      Your note will be visible on your profile and discoverable by anyone.
      Your note is now live.
      This note is visible on your profile and discoverable online.
      Everyone on the web can find and read all notes of this public team.
      See published notes
      Unpublish note
      Please check the box to agree to the Community Guidelines.
      View profile
    • Commenting
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
      • Everyone
    • Suggest edit
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
    • Emoji Reply
    • Enable
    • Versions and GitHub Sync
    • Note settings
    • Note Insights New
    • Engagement control
    • Make a copy
    • Transfer ownership
    • Delete this note
    • Save as template
    • Insert from template
    • Import from
      • Dropbox
      • Google Drive
      • Gist
      • Clipboard
    • Export to
      • Dropbox
      • Google Drive
      • Gist
    • Download
      • Markdown
      • HTML
      • Raw HTML
Menu Note settings Note Insights Versions and GitHub Sync Sharing URL Create Help
Create Create new note Create a note from template
Menu
Options
Engagement control Make a copy Transfer ownership Delete this note
Import from
Dropbox Google Drive Gist Clipboard
Export to
Dropbox Google Drive Gist
Download
Markdown HTML Raw HTML
Back
Sharing URL Link copied
/edit
View mode
  • Edit mode
  • View mode
  • Book mode
  • Slide mode
Edit mode View mode Book mode Slide mode
Customize slides
Note Permission
Read
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Write
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Engagement control Commenting, Suggest edit, Emoji Reply
  • Invite by email
    Invitee

    This note has no invitees

  • Publish Note

    Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

    Your note will be visible on your profile and discoverable by anyone.
    Your note is now live.
    This note is visible on your profile and discoverable online.
    Everyone on the web can find and read all notes of this public team.
    See published notes
    Unpublish note
    Please check the box to agree to the Community Guidelines.
    View profile
    Engagement control
    Commenting
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    • Everyone
    Suggest edit
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    Emoji Reply
    Enable
    Import from Dropbox Google Drive Gist Clipboard
       Owned this note    Owned this note      
    Published Linked with GitHub
    • Any changes
      Be notified of any changes
    • Mention me
      Be notified of mention me
    • Unsubscribe
    # Super Bônus | Web autor: Felipe Oliveira Verissimo turma: InfoC númeor: 16 [toc] ## Faixa 1 > https://pb6vg.csb.app/ > index.html ```htmlmixed= <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>figma</title> <link rel="stylesheet" href="index.css"> </head> <body> <div class="container"> <div class="imagem"> <img src="imagem site.png"/> </div> <div class="textos_do_site"> <div class="primeiro_texto"> Collaboration </div> <div class="segundo_texto"> Team up to<br> move even<br> faster </div> <div class="terceiro_texto"> Share a link to your design files or prototypes,<br> and get feedback in context. Or, jump into the<br> same file with your teammates—no matter<br>where y’all are in the world—and co-edit live. </div> <div class="quarto_texto"> <button> Work together </button> </div> </div> </div> </body> </html> ``` > index.css ```css= @font-face{ font-family: font1; src:url('fonte 1 (1).woff2'); } @font-face{ font-family: font2; src:url('fonte3 .woff2'); } body{ background-color: #FFC700; } .container{ display:flex; flex-direction: row; justify-content: center; } img{ width: 604px; margin-right: 30px; } .primeiro_texto{ font-size: 22px; font-family: font1; } .segundo_texto{ font-size: 54px; margin-top: 20px; line-height: 50px; font-family: font2; } .terceiro_texto{ font-size: 22px; margin-top: 45px; font-family: font1; } .quarto_texto{ font-size: 18px; margin-top: 25px; } button{ padding: 12px 28px; border-radius: 8px; border: 3px solid black; background-color: #FFC700; font-family: font2; } .textos_do_site{ margin-left:30px; } ``` ## Faixa 2 > https://nfgms.csb.app/ > index.html ```htmlmixed= <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>figma</title> <link rel="stylesheet" href="index.css"> </head> <body> <div class="container"> <div class="primeirotexto"> Try Figma for free. </div> <button class="google"><b>Sign up with Google</b></button> <div class="segundotexto">or</div> <input class="input23"></input> <input class="input2"></input> <button class="button2">Create account</button> <div class="terceirotexto"> Sign up with SAML SSO </div> <div class="quertotexto"> Already have an account?<span>Log in</span> </div> <div class="quintotexto"> This site is protected by reCAPTCHA and the Google<span> Privacy<br> Policy</span> and<span> Terms of Service</span> apply. </div> </div> </body> </html> ``` > index.css ```css= .container{ display:flex; flex-direction: column; align-items: center; } .primeirotexto{ font-size: 32px; margin-bottom: 30px; font-family: primeirotexto; } .segundotexto{ font-size: 12px; margin-bottom: px font-family: primei;; } .quertotexto{ font-size: 12px; font-family: primei; } .terceirotexto{ font-size: 12px; padding: 30px; color: #5551FF; } .quintotexto{ font-size: 12px; padding: 30px; text-align: center; font-family: primei; } .google{ padding: 8px 76px; margin-bottom: 10px; border: 3px solid; border-radius: 5px; font-family: primei; } .button2{ padding: 13px 90px; margin-top: 30px; border: 3px solid; background-color: black; color: white; border-radius: 10px; font-family: primeirotexto; } .input2{ padding: 10px 54px; margin-top: 30px; border: 3px solid; border-radius: 5px; } .input23{ padding: 10px 54px; margin-top: 18px; border: 3px solid; border-radius: 5px; } span{ color: #5551FF; } @font-face{ font-family: primeirotexto; src:url('fontiiii[.woff2'); } @font-face{ font-family: primei; src:url('fonte.woff2'); } ``` ## Faixa 3 > https://cqhw1.csb.app/ > index.html ```htmlmixed= <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>udemy</title> <link rel="stylesheet" href="index.css"> </head> <body> <div class="container"> <div class="partedecima"> <div class="imagem"> <img src="imagem.jpg"/> </div> <div class="textos_do_site"> <div class="primeiro_texto"> Torne-se um instrutor </div> <div class="segundo_texto"> Os melhores instrutores do mundo lecionam a<br> milhões de alunos na Udemy. Oferecemos as<br> ferramentas e habilidades para ensinar o que<br> você ama. </div> <div class="terceiro_texto"> <button> Comece a ensinar hoje mesmo </button> </div> </div> </div> <hr> <div class="partedebaixo"> <div class="quarto_texto"> Ganhou a confiança de empresas de todos os tamanhos </div> <div class="logos"> <img src="https://s.udemycdn.com/partner-logos/booking-logo.svg"/> <img src="https://s.udemycdn.com/partner-logos/volkswagen-logo.svg"/> <div class="imagemmercedez"> <img src="https://s.udemycdn.com/partner-logos/mercedes-logo-v2.svg"/> </div> <img src="https://s.udemycdn.com/partner-logos/adidas-logo.svg"/> <img src="https://s.udemycdn.com/partner-logos/eventbrite-logo.svg"/> </div> <hr> </div> </div> </body> </html> ``` > index.css ```css= .partedecima{ display:flex; flex-direction: row; justify-content: center; } .imagem{ margin-right: 40px; } .textos_do_site{ margin-left: 40px; margin-top: 100px; } .primeiro_texto{ font-size: 32px; font-family: arial; font-weight: 600; color: #3c3b37; } .segundo_texto{ font-size: 19px; margin-top: 10px; font-family: arial; color: #3c3b37; } .quarto_texto{ text-align: center; } button{ background-color: #0F7C90; padding: 15px; border-radius: 5px; border: none; color: white; font-family: arial; font-weight: 600; } .imagemmercedez{ width: 180px; } .logos{ display: flex; flex-direction: row; justify-content: center; } .logos img{ margin-top: 35px; margin-left: 20px; margin-right: 20px; } .quarto_texto{ font-size: 24px; margin-top: 40px; font-family: arial; font-weight: 600; color: #3c3b37; } .terceiro_texto{ margin-top: 10px; } hr{ margin-top: 40px; } ``` ## Faixa 4 > https://7b5o9.csb.app/ > index.html ```htmlmixed= <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>typing</title> <link rel="stylesheet" href="index.css"> </head> <body> <div class="container"> <div class="imagem"> <img src="https://static.typingclub.com/m/tpmedia/img/district.svg"/> </div> <div class="textos_do_site"> <div class="primeiro_texto"> THE AMAZING </div> <div class="segundo_texto"> TypingClub School Edition </div> <div class="terceiro_texto"> TypingClub School Edition is the most powerful and popular software used<br> by teachers, schools and districts. </div> <div class="quarto_texto"> <button> Learn more </button> </div> </div> </div> </body> </html> ``` > index.css ```css= img{ width: 240px; margin-right: 90px; margin-top: 200px; } .primeiro_texto{ font-size: 13px; color: #ffffffb3; font-family: font2; } .segundo_texto{ font-size: 28px; color: #ffffff; margin-top: 8px; font-family: font2; } .terceiro_texto{ font-size: 19px; color: #ffffffb3; margin-top: 18px; font-family: font2; } .button{ font-size: 18px; font-family: font2; color: #333333; } .container{ display: flex; flex-direction: row; justify-content: center; } .textos_do_site{ margin-top: 220px; } body{ background-color: #262F36; } button{ background-color: #ffffff; padding: 15px 60px; border-radius: 6px; border: none; margin-top: 30px; } @font-face{ font-family: font2; src:url('fonte3.woff2'); } @font-face{ font-family: font2; src:url('fonte3.woff2'); } @font-face{ font-family: font2; src:url('fonte2.woff'); } ``` ## Faixa 5 > https://m6xl7.csb.app/ > index.html ```htmlmixed= <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title></title> <link rel="stylesheet" href="index.css"> </head> <body> <div class="container"> <div class="imagem"> <img src="https://static.typingclub.com/m/tpmedia/img/typingclub-browser3.png"/> </div> <div class="textos_do_site"> <div class="primeiro_texto"> WHAT IS TYPINGCLUB? </div> <div class="segundo_texto"> TypingClub is the most effective<br> way to learn how to type. </div> <div class="terceiro_texto"> It is web based and highly effective. TypingClub is (and will<br> always be) free for both individuals and schools. There is an<br> optional paid school edition. </div> <div class="quarto_texto"> <button> Get Started Now </button> </div> </div> </body> </html> ``` > index.css ```css= .primeiro_texto{ font-size: 13px; font-family: font2; color: #BEB8CE; } .segundo_texto{ font-size: 28px; margin-top: 10px; font-family: font2; } .terceiro_texto{ font-size: 18px; margin-top: 10px; font-family: font2; color: #BEB8CE; } .quarto_texto{ font-size: 16px; } img{ width: 450px; margin-right: 40px; } .container{ display: flex; justify-content: center; margin-top: 180px; } button{ margin-top: 25px; color: #FFF; background-color: #2595FF; padding: 8px 25px; line-height: 1.4; border-radius: 4px; border: none; font-family: font2; } @font-face{ font-family: font2; src:url('fonte3.woff2'); } @font-face{ font-family: font2; src:url('fonte3.woff2'); } @font-face{ font-family: font2; src:url('fonte2.woff'); } .textos_do_site{ margin-top: 10px; } ``` ## Faixa 6 ### Meu site e da minha dupla da prova. Provavelmente vamos enviar o mesmo! > https://okf7d.csb.app/ > index.html ```htmlmixed= <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <link rel="stylesheet" href="index.css"> <title>About Twitter</title> </head> <body> <div class="container-twitter"> <div class="cabeçalho"> <div class="logo"> <img src="logo.PNG"> </div> <div class="links"> <div class="menu-links"> Who we are &#709; </div> <div class="menu-links"> Our priorities &#709; </div> <div class="menu-links"> Resources &#709; </div> <div class="menu-button"> <button>Go to Twitter.com</button> </div> </div> </div> <div class="conteudo"> <div class="texto"> Twitter is what’s <p> happening and what <p> people are talking about <p> right now. </div> <div class="conteudo-button"> <button><b>Go to Twitter.com</b></button> </div> </div> </div> </body> </html> ``` > index.css ```css= @font-face { font-family: a; src: url('chirp-extended-heavy-web.woff2'); } body { background-image: url("fundo.PNG") } .container-twitter { display: flex; flex-direction: column; } .cabeçalho { justify-content: space-between; display: flex; flex-direction: row; } .links { display: flex; flex-direction: row; margin-right: 20px; } .logo { margin: 30px 20px 20px 34px; } .menu-links { margin: 40px 20px 20px 20px; font-size: 13.92px; color: #314351; font-family: arial; } .menu-button button { font-size: 14px; border-radius: 30px; background-color: white; color: #14171A; padding: 16px 18px; margin: 24px 20px 20px 20px; border: 2px solid #E8EFF3; } /*parte do "conteudo"*/ .texto { font-size: 64px; line-height: 10px; margin: 190px 20px 20px 190px; font-family: a; } .conteudo-button button { font-size: 18px; margin-left: 190px; border-radius: 30px; background-color: #14171A; color: white; padding: 16px 24px; border: none; } ``` ## Faixa 7 > https://vh9vz.csb.app/ > index.html ```htmlmixed= <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>mysql</title> <link rel="stylesheet" href="index.css"> </head> <body> <div class="container"> <div class="caixa1"> <div class="caixinha"> <img src="nuven.PNG"/> <div class="todosostextos"> <div class="primeirotexto"> MySQL Database Service with HeatWave </div> <div class="segundotexto"> MySQL Database Service is a fully managed database service to deploy<br> cloud-native applications. HeatWave, an integrated, high-performance<br> analytics engine accelerates MySQL performance by 400x. </div> <div class="terceirotexto"> Learn More » </div> </div> </div> <div class="caixinha"> <img src="quadrado.PNG"/> <div class="todosostextos"> <div class="primeirotexto"> MySQL for OEM/ISV </div> <div class="segundotexto"> Over 2000 ISVs, OEMs, and VARs rely on MySQL as their products'<br> embedded database to make their applications, hardware and<br> appliances more competitive, bring them to market faster, and lower<br> their cost of goods sold. </div> <div class="terceirotexto"> Learn More » </div> </div> </div> </div> <div class="caixa2"> <div class="caixinha"> <img src="latinha.PNG"/> <div class="todosostextos"> <div class="primeirotexto"> MySQL Enterprise Edition </div> <div class="segundotexto"> The most comprehensive set of advanced features, management tools<br> and technical support to achieve the highest levels of MySQL scalability,<br> security, reliability, and uptime. </div> <div class="terceirotexto"> Learn More » </div> </div> </div> <div class="caixinha"> <img src="bola.PNG"/> <div class="todosostextos"> <div class="primeirotexto"> MySQL Cluster CGE </div> <div class="segundotexto"> MySQL Cluster enables users to meet the database challenges of next<br> generation web, cloud, and communications services withL<br> uncompromising scalability, uptime and agility. </div> <div class="terceirotexto"> Learn More » </div> </div> </div> </div> </div> </div> </body> </html> ``` > index.css ```css= .container{ display:flex; flex-direction: row; justify-content: center; margin-top: 55px; } img{ width: 75px; height: 75px; } .caixinha{ display:flex; flex-direction: row; margin-bottom: 45px; } .caixa2{ margin-left: 25px; } .caixa1{ margin-right: 25px; } .todosostextos{ margin-left: 30px; } .primeirotexto{ margin-bottom: 25px; color: #E97B00; font-family: font1; } .segundotexto{ margin-bottom: 10px; font-family: font2; } .terceirotexto{ color: #0074A3; font-family: font3; } @font-face{ font-family: font1; src:url('ultimos (1).woff'); } @font-face{ font-family: font2; src:url('ultimos (2).woff'); } @font-face{ font-family: font3; src:url('ultimos (1).woff'); } ``` ## Faixa 8 > https://32fzg.csb.app/ > index.html ```htmlmixed= <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title></title> <link rel="stylesheet" href="index.css"> </head> <body> <div class="container"> <div class="primeirotexto"> A Sociedade Americana contra o Câncer manteve o fluxo de<br> recursos para pacientes e pesquisadores durante a pandemia<br> global fazendo a transição da infraestrutura dela para o Azure. </div> <div class="segundotexto"> Estudo de caso > </div> </div> </body> </html> ``` > index.css ```css= body{ background-image: url("https://azurecomcdn.azureedge.net/cvt-516699d3bb41b6946f98a228f980031cb70fa9cdf9f4c8822f3a19ac90d14aea/images/page/home/customer-tabs/american-cancer-society-desktop.jpg"); background-size: 1400px 500px; background-repeat: no-repeat; } .container{ background-color: rgba(26,26,31,.94); color: white; width: 600px; margin-top: 300px; margin-left: 30px; padding: 40px 30px; border-radius: 8px; } .primeirotexto{ font-size: 20px; font-family: arial; } .segundotexto{ text-decoration: underline; margin-top: 20px; } ``` ## Faixa 9 > https://duevb.csb.app/ > index.html ```htmlmixed= <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>amazon</title> <link rel="stylesheet" href="index.css"> </head> <body> <div class="container"> <div class="textos_do_site"> <div class="primeirotexto1"> Soluções de nuvem híbrida da AWS </div> <div class="segundotexto2"> Experiência consistente em toda a AWS e nos ambientes on-premises </div> </div> <div class="textodosite2"> <div class="caixa1"> <img src="https://d1.awsstatic.com/webteam/homepage/Hybrid%20Solutions/VMWareCloud_Icon.55cb0bcef2c74b55acdb7155e3524e4b5436ec6e.png"/> <div class="primeirotexto2"> VMware Cloud on AWS </div> <div class="segundotexto3"> Migre e amplie ambientes VMware para a Nuvem AWS </div> <div class="saibamais"> Saiba mais >> </div> </div> <div class="caixa2"> <img src="https://d1.awsstatic.com/webteam/homepage/Hybrid%20Solutions/AWSOutposts_Icon.35873a6a5fc187904cab8b8c8793f91625e7cb67.png"/> <div class="primeirotexto3"> AWS Outposts </div> <div class="segundotexto4"> Execute a infraestrutura da AWS on-premises para ter uma<br> experiência híbrida verdadeiramente consistente </div> <div class="saibamais2"> Saiba mais >> </div> </div> </div> </body> </html> ``` > index.css ```css= body{ background-image: url("https://d1.awsstatic.com/webteam/homepage/Hybrid%20Solutions/WEB_Homepage_Hybrid_ImageBackgrounds_3.76e75f8d80d01f3d2412e004a28dc3065780a476.png"); background-size: 1400px 500px; background-repeat: no-repeat; } .textos_do_site{ text-align: center; } .primeirotexto1{ color: white; font-size: 30.6px; font-family: font2; } .segundotexto2{ color: white; font-size: 20px; font-family: font1; } .textodosite2{ display: flex; flex-direction: row; } .container{ display: flex; align-items: center; flex-direction: column; } .caixa1{ margin-top: 60px; margin-right: 30px; text-align: center; margin-right: 60px; } .caixa2{ margin-top: 60px; margin-right: 30px; text-align: center; margin-left: 60px; } .primeirotexto2{ font-size: 20px; color: white; font-family: font2; } .segundotexto3{ color: white; font-size: 16px; font-family: font1; } .primeirotexto3{ font-size: 20px; color: white; font-family: font2; } .saibamais{ font-size: 15px; color: white; font-family: font2; } .segundotexto4{ color: white; font-size: 16px; font-family: font1; } .saibamais2{ font-size: 15px; color: white; font-family: font2; } @font-face{ font-family: font1; src:url('a.woff2'); } @font-face{ font-family: font2; src:url('b.woff2'); } @font-face{ font-family: font3; src:url('c.woff'); } ``` ## Faixa 10 > https://te650.csb.app/ > index.html ```htmlmixed= <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title> dotnet </title> <link rel="stylesheet" href="index.css"> </head> <body> <div class="container"> <div class="partedecima"> <div class="imagem"> <img src="https://dotnet.microsoft.com/static/images/illustrations/free-code-editor-tools-bot-desk.svg?v=WWIDocc21QEOeLjT9jofZosRF7KhqeGcGtaQr2ZB7TE"/> </div> <div class="textos_do_site"> <div class="primeiro_texto"> Thank You to All the <br> Contributors </div> <div class="segundo_texto"> .NET is open source and we are very thankful for the<br> many contributions it receives from the community. </div> <div class="terceiro_texto"> <button> See the Contributors</button> </div> </div> </div> <div class="logos"> <img src="https://dotnet.microsoft.com/blob-assets/images/customers/chipotle.png"/> <img src="https://dotnet.microsoft.com/blob-assets/images/customers/ampas.png"/> <img src="https://dotnet.microsoft.com/blob-assets/images/customers/ge-aviation.png"/> <img src="https://dotnet.microsoft.com/blob-assets/images/customers/ups.svg"/> <img src="https://dotnet.microsoft.com/blob-assets/images/customers/stackoverflow.svg"/> </div> </div> </body> </html> ``` > index.css ```css= .logos img { height: 60px; margin-top: 50px; } .logos { margin-left: 10px; background-color: #f0f0f0; padding-bottom: 50px; padding-left: 90px; } .partedecima { display: flex; flex-direction: row; } button{ color: #512bd4; background-color: transparent; border: 1px solid #512bd4; padding: 9px; font-size: 16px; margin-top: 15px; } .primeiro_texto{ font-size: 32px; font-family: arial; color: #212529; } .segundo_texto{ font-size: 15px; color: #212529; margin-top: 10px; font-family: arial; } @font-face{ font-family: font1; src:url('3.woff'); } @font-face{ font-family: font2; src:url('1.woff'); } @font-face{ font-family: font3; src:url('2.ttf'); } img{ margin: 0px 30px; } .imagem{ margin-left: 130px; } ```

    Import from clipboard

    Paste your markdown or webpage here...

    Advanced permission required

    Your current role can only read. Ask the system administrator to acquire write and comment permission.

    This team is disabled

    Sorry, this team is disabled. You can't edit this note.

    This note is locked

    Sorry, only owner can edit this note.

    Reach the limit

    Sorry, you've reached the max length this note can be.
    Please reduce the content or divide it to more notes, thank you!

    Import from Gist

    Import from Snippet

    or

    Export to Snippet

    Are you sure?

    Do you really want to delete this note?
    All users will lose their connection.

    Create a note from template

    Create a note from template

    Oops...
    This template has been removed or transferred.
    Upgrade
    All
    • All
    • Team
    No template.

    Create a template

    Upgrade

    Delete template

    Do you really want to delete this template?
    Turn this template into a regular note and keep its content, versions, and comments.

    This page need refresh

    You have an incompatible client version.
    Refresh to update.
    New version available!
    See releases notes here
    Refresh to enjoy new features.
    Your user state has changed.
    Refresh to load new user state.

    Sign in

    Forgot password

    or

    By clicking below, you agree to our terms of service.

    Sign in via Facebook Sign in via Twitter Sign in via GitHub Sign in via Dropbox Sign in with Wallet
    Wallet ( )
    Connect another wallet

    New to HackMD? Sign up

    Help

    • English
    • 中文
    • Français
    • Deutsch
    • 日本語
    • Español
    • Català
    • Ελληνικά
    • Português
    • italiano
    • Türkçe
    • Русский
    • Nederlands
    • hrvatski jezik
    • język polski
    • Українська
    • हिन्दी
    • svenska
    • Esperanto
    • dansk

    Documents

    Help & Tutorial

    How to use Book mode

    Slide Example

    API Docs

    Edit in VSCode

    Install browser extension

    Contacts

    Feedback

    Discord

    Send us email

    Resources

    Releases

    Pricing

    Blog

    Policy

    Terms

    Privacy

    Cheatsheet

    Syntax Example Reference
    # Header Header 基本排版
    - Unordered List
    • Unordered List
    1. Ordered List
    1. Ordered List
    - [ ] Todo List
    • Todo List
    > Blockquote
    Blockquote
    **Bold font** Bold font
    *Italics font* Italics font
    ~~Strikethrough~~ Strikethrough
    19^th^ 19th
    H~2~O H2O
    ++Inserted text++ Inserted text
    ==Marked text== Marked text
    [link text](https:// "title") Link
    ![image alt](https:// "title") Image
    `Code` Code 在筆記中貼入程式碼
    ```javascript
    var i = 0;
    ```
    var i = 0;
    :smile: :smile: Emoji list
    {%youtube youtube_id %} Externals
    $L^aT_eX$ LaTeX
    :::info
    This is a alert area.
    :::

    This is a alert area.

    Versions and GitHub Sync
    Get Full History Access

    • Edit version name
    • Delete

    revision author avatar     named on  

    More Less

    Note content is identical to the latest version.
    Compare
      Choose a version
      No search result
      Version not found
    Sign in to link this note to GitHub
    Learn more
    This note is not linked with GitHub
     

    Feedback

    Submission failed, please try again

    Thanks for your support.

    On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?

    Please give us some advice and help us improve HackMD.

     

    Thanks for your feedback

    Remove version name

    Do you want to remove this version name and description?

    Transfer ownership

    Transfer to
      Warning: is a public team. If you transfer note to this team, everyone on the web can find and read this note.

        Link with GitHub

        Please authorize HackMD on GitHub
        • Please sign in to GitHub and install the HackMD app on your GitHub repo.
        • HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.
        Learn more  Sign in to GitHub

        Push the note to GitHub Push to GitHub Pull a file from GitHub

          Authorize again
         

        Choose which file to push to

        Select repo
        Refresh Authorize more repos
        Select branch
        Select file
        Select branch
        Choose version(s) to push
        • Save a new version and push
        • Choose from existing versions
        Include title and tags
        Available push count

        Pull from GitHub

         
        File from GitHub
        File from HackMD

        GitHub Link Settings

        File linked

        Linked by
        File path
        Last synced branch
        Available push count

        Danger Zone

        Unlink
        You will no longer receive notification when GitHub file changes after unlink.

        Syncing

        Push failed

        Push successfully