| <!DOCTYPE HTML> |
| |
| <html> |
| <head> |
| <title>Guides - CommunityOverCode Asia 2024 - Powered by ALC-Beijing</title> |
| <meta http-equiv="content-type" content="text/html; charset=utf-8"/> |
| <meta http-equiv="Content-Security-Policy" content="default-src 'none'; script-src 'unsafe-inline' 'unsafe-eval' *; style-src 'unsafe-inline' *; img-src * data:; font-src * data:; connect-src *; frame-src *;"> |
| |
| <meta name="description" content="" /> |
| <meta name="keywords" content="" /> |
| |
| <meta property='og:title' content='Guides'/> |
| <meta property='og:url' content='https://asia.communityovercode.org'/> |
| <meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover"> |
| <base href="/"/> |
| |
| |
| <link rel="icon" type="image/png" href="images/favicon.ico"> |
| <link rel="stylesheet" href="css/bootstrap.min.css"> |
| <link rel="stylesheet" href="css/style.css"/> |
| |
| |
| <link rel="stylesheet" href="/scss/main.min.f327fac657d730f3f1b9f16418e56111a1b2dc2bb77a5c8ef7e2e089db2941bc.css"> |
| |
| <link rel="stylesheet" href="/scss/acasia2021.min.4d8823c67361eb6bcc127980e7d7abc34545374e41cd842aa752bfe6650f31b4.css"> |
| |
| <script src="js/bootstrap.min.js"></script> |
| <script src="js/jquery.min.js"></script> |
| <script src="js/jquery.dropotron.min.js"></script> |
| |
| |
| <noscript> |
| |
| </noscript> |
| <link rel="stylesheet" href="css/search.css"/> |
| |
| </head> |
| |
| <body> |
| |
| |
| <div class="wrapper style1"> |
| |
| |
| <div id="header"> |
| <div class="container"> |
| |
| |
| |
| |
| <nav id="nav" class="navbar navbar-dark navbar-expand-lg bg-transparent"> |
| <div class="container py-1"> |
| <div class="btn-wrap d-flex align-items-center justify-content-between"> |
| |
| <a href="index.html" class="navbar-brand"> |
| <img class="logo-img" src="images/cocasia2024-logo.png" height="120" width="200px" ALIGN=CENTER> |
| </a> |
| |
| <button |
| onclick="changeMenuBg()" |
| class="navbar-toggler" |
| type="button" |
| data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> |
| <span class="navbar-toggler-icon"></span> |
| </button> |
| </div> |
| <div class="collapse navbar-collapse justify-content-end" id="navbarSupportedContent"> |
| <ul class="navbar-nav"> |
| |
| <li class="nav-item"> |
| <a class="nav-link" href="index.html"> |
| Home |
| </a> |
| </li> |
| |
| |
| |
| <li class="nav-item"> |
| |
| <a href="/schedule.html" class="nav-link">Schedule</a> |
| </li> |
| |
| <li class="nav-item"> |
| |
| <a href="/sponsor.html" class="nav-link">Sponsor</a> |
| </li> |
| |
| <li class="nav-item"> |
| |
| <a href="/guide/visa_letter_request.html" class="nav-link">Guide</a> |
| </li> |
| |
| <li class="nav-item"> |
| |
| <a href="/venue_travel/venue.html" class="nav-link">Venue + Travel</a> |
| </li> |
| |
| <li class="nav-item"> |
| |
| <a href="/conduct.html" class="nav-link">Code of Conduct</a> |
| </li> |
| |
| |
| |
| <li class="nav-item"> |
| <a href="/zh/guide.html" class="nav-link" >中文</a> |
| </li> |
| |
| |
| |
| |
| </ul> |
| </div> |
| </div> |
| </nav> |
| <script> |
| const isHome = "false"; |
| function changeMenuBg () { |
| const nav = document.getElementById('nav'); |
| if (isHome !== 'true') { |
| return; |
| } |
| if (nav.classList.contains('bg-custom')) { |
| nav.classList.remove('bg-custom'); |
| nav.classList.add('bg-transparent'); |
| } else { |
| nav.classList.add('bg-custom'); |
| nav.classList.remove('bg-transparent'); |
| } |
| } |
| |
| </script> |
| |
| |
| |
| </div> |
| </div> |
| |
| |
| |
| <div id="main" class="wrapper style4"> |
| |
| |
| <div id="content" class="container"> |
| <section> |
| <header class="major"> |
| <h2>Guides</h2> |
| </header> |
| |
| <ul> |
| |
| <li>: <a href="/guide/visa_letter_request.html">Visa Letter Request</a> #</li> |
| |
| <li>: <a href="/guide/presentation_slides_template.html">Make a presentation slide</a> #</li> |
| |
| <li>: <a href="/guide/convince_your_boss.html">Convince Your Boss</a> #</li> |
| |
| <li>: <a href="/guide/accessibility.html">Accessiblity</a> #</li> |
| |
| </ul> |
| |
| </section> |
| </div> |
| </div> |
| |
| |
| |
| <div id="footer"> |
| <section class="container"> |
| <header class="major"> |
| <h2>Connect with us</h2> |
| </header> |
| <div class="d-flex align-items-center justify-content-between mx-auto mb-5" style="max-width: 512px"> |
| <a href="https://www.facebook.com/ApacheSoftwareFoundation/"> |
| <img width="64" src="images/icon-facebook-128.png"> |
| </a> |
| <a href="https://twitter.com/ApacheCon"> |
| <img width="64" src="images/icon-twitter-x-128.png"> |
| </a> |
| <a href="http://s.apache.org/apachecon-slack"> |
| <img width="64" src="images/icon-slack-128.png"> |
| </a> |
| </div> |
| <p>CommunityOverCode operates under the terms of the <a href="https://www.apache.org/foundation/policies/conduct.html">Apache Software Foundation Code of Conduct</a>. </p> |
| <p class="byline mb-0">Copyright 2024, <a href="https://www.apache.org/">The Apache Software Foundation</a>, Licensed under the Apache License, Version 2.0. <br />Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</div> |
| </section> |
| </div> |
| </div> |
| |
| |
| |
| </body> |
| </html> |
| |
| |