|
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | +<!DOCTYPE html> |
| 6 | +<html lang="en"> |
| 7 | + <head> |
| 8 | + <meta charset="UTF-8"> |
| 9 | + <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 10 | + <meta name="keywords" |
| 11 | + content="Python, Asia, Community, Programming, Events, PyCon, PAO"> |
| 12 | + <meta name="google-site-verification" content="TvOTmHvr44p5jOr8EeRb1mnVR5uYLaG5bNMU_-Pjr30" /> |
| 13 | + |
| 14 | + |
| 15 | + <!-- SEO Meta Description --> |
| 16 | + <meta name="description" content="This is a test"> |
| 17 | + |
| 18 | + <!-- Open Graph / Facebook / LinkedIn --> |
| 19 | + <meta property="og:title" content="Test blog"> |
| 20 | + <meta property="og:description" content="This is a test"> |
| 21 | + <meta property="og:image" content="https://pythonasia.org/static/pao/01-Main2.png"> |
| 22 | + <meta property="og:url" content="https://pythonasia.org/communities/pythonph/blog-test/"> |
| 23 | + <meta property="og:type" content="website"> |
| 24 | + |
| 25 | + <!-- Twitter --> |
| 26 | + <meta name="twitter:card" content="summary_large_image"> |
| 27 | + <meta name="twitter:title" content="Test blog"> |
| 28 | + <meta name="twitter:description" content="This is a test"> |
| 29 | + <meta name="twitter:image" content="https://pythonasia.org/static/pao/01-Main2.png"> |
| 30 | + |
| 31 | + <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"> |
| 32 | + <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"> |
| 33 | + <link rel="apple-touch-icon" href="/apple-touch-icon.png"> |
| 34 | + <link rel="manifest" href="/site.webmanifest"> |
| 35 | + <title> |
| 36 | + Test blog | Python PH Community | Python Asia |
| 37 | + </title> |
| 38 | + <link rel="preconnect" href="https://cdnjs.cloudflare.com" crossorigin="anonymous"> |
| 39 | + <link rel="preconnect" href="https://fonts.googleapis.com" crossorigin="anonymous"> |
| 40 | + <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="anonymous"> |
| 41 | + <link rel="preconnect" href="https://www.googletagmanager.com" crossorigin="anonymous"> |
| 42 | + <link rel="preconnect" href="https://www.google-analytics.com"> |
| 43 | + <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.8/css/bootstrap.min.css"> |
| 44 | + <link rel="stylesheet" href="/static/css/pao-css-classes.css"> |
| 45 | + <script defer |
| 46 | + src="https://cdnjs.cloudflare.com/ajax/libs/alpinejs/3.15.0/cdn.min.js"></script> |
| 47 | + <script defer |
| 48 | + src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.8/js/bootstrap.bundle.min.js"></script> |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + </head> |
| 53 | + <!-- Google tag (gtag.js) --> |
| 54 | + <script async src="https://www.googletagmanager.com/gtag/js?id=G-WWSBJKXT0G"></script> |
| 55 | + <script> |
| 56 | + window.dataLayer = window.dataLayer || []; |
| 57 | + function gtag(){dataLayer.push(arguments);} |
| 58 | + gtag('js', new Date()); |
| 59 | + |
| 60 | + gtag('config', 'G-WWSBJKXT0G'); |
| 61 | + </script> |
| 62 | + <body> |
| 63 | + <!-- Navigation --> |
| 64 | + <nav class="navbar navbar-expand-lg navbar-light fixed-top"> |
| 65 | + <div class="container"> |
| 66 | + <a class="navbar-brand" href="/"> |
| 67 | + <img src="/static/pao/01-Main2.png" |
| 68 | + alt="Python Asia Organization Logo" |
| 69 | + height="80" |
| 70 | + width="240" /> |
| 71 | + </a> |
| 72 | + <button class="navbar-toggler" |
| 73 | + type="button" |
| 74 | + data-bs-toggle="collapse" |
| 75 | + data-bs-target="#navbarNav"> |
| 76 | + <span class="navbar-toggler-icon"></span> |
| 77 | + </button> |
| 78 | + <div class="collapse navbar-collapse" id="navbarNav"> |
| 79 | + <ul class="navbar-nav ms-auto"> |
| 80 | + |
| 81 | + <li class="nav-item"> |
| 82 | + <a class="nav-link pao-nav-link" href="/about/">About</a> |
| 83 | + </li> |
| 84 | + |
| 85 | + <li class="nav-item"> |
| 86 | + <a class="nav-link pao-nav-link" href="/sponsors/">Sponsors</a> |
| 87 | + </li> |
| 88 | + |
| 89 | + <li class="nav-item"> |
| 90 | + <a class="nav-link pao-nav-link" href="/events/">Events</a> |
| 91 | + </li> |
| 92 | + |
| 93 | + <li class="nav-item"> |
| 94 | + <a class="nav-link pao-nav-link" href="/people/">People</a> |
| 95 | + </li> |
| 96 | + |
| 97 | + <li class="nav-item"> |
| 98 | + <a class="nav-link pao-nav-link" href="/blog/">Blog</a> |
| 99 | + </li> |
| 100 | + |
| 101 | + <li class="nav-item"> |
| 102 | + <a class="nav-link pao-nav-link" href="/conduct/">Code of Conduct</a> |
| 103 | + </li> |
| 104 | + |
| 105 | + <li class="nav-item"> |
| 106 | + <a class="nav-link pao-nav-link" href="/contact/">Contact</a> |
| 107 | + </li> |
| 108 | + |
| 109 | + </ul> |
| 110 | + </div> |
| 111 | + </div> |
| 112 | + </nav> |
| 113 | + |
| 114 | + |
| 115 | + <!-- Main Content --> |
| 116 | + <main class="container-fluid px-0 mt-5 pt-5"> |
| 117 | + |
| 118 | +<section class="container blog-single-hero"> |
| 119 | + <!-- Main Layout: Left Meta + Right Content --> |
| 120 | + <div class="blog-single-layout"> |
| 121 | + <!-- Left Column: Meta Information --> |
| 122 | + <div class="blog-single-meta-left"> |
| 123 | + <!-- Author and Reading Time --> |
| 124 | + <div class="blog-meta-author-time"> |
| 125 | + freillamae13 | |
| 126 | + 1 MIN READ |
| 127 | + </div> |
| 128 | + |
| 129 | + <!-- Publication Date --> |
| 130 | + <div class="blog-meta-date"> |
| 131 | + October 8, 2025 |
| 132 | + </div> |
| 133 | + |
| 134 | + <!-- Community Link --> |
| 135 | + <div class="blog-meta-date"> |
| 136 | + <a href="/communities/pythonph/" class="pao-link-plain pao-text-blue" style="text-decoration: underline;"> |
| 137 | + ← Back to Python PH |
| 138 | + </a> |
| 139 | + </div> |
| 140 | + |
| 141 | + <!-- Social Sharing Links --> |
| 142 | + <div class="blog-social-share-horizontal"> |
| 143 | + <a href="https://www.facebook.com/sharer/sharer.php?u=https://pythonasia.org/communities/pythonph/blog-test/" target="_blank" rel="noopener noreferrer" class="blog-social-icon" aria-label="Share on Facebook"> |
| 144 | + <!-- Facebook --> |
| 145 | + <svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor"> |
| 146 | + <path d="M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z"/> |
| 147 | + </svg> |
| 148 | + </a> |
| 149 | + <a href="https://twitter.com/intent/tweet?url=https://pythonasia.org/communities/pythonph/blog-test/&text=Test%20blog" target="_blank" rel="noopener noreferrer" class="blog-social-icon" aria-label="Share on Twitter"> |
| 150 | + <!-- Twitter --> |
| 151 | + <svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor"> |
| 152 | + <path d="M23.953 4.57a10 10 0 01-2.825.775 4.958 4.958 0 002.163-2.723c-.951.555-2.005.959-3.127 1.184a4.92 4.92 0 00-8.384 4.482C7.69 8.095 4.067 6.13 1.64 3.162a4.822 4.822 0 00-.666 2.475c0 1.71.87 3.213 2.188 4.096a4.904 4.904 0 01-2.228-.616v.06a4.923 4.923 0 003.946 4.827 4.996 4.996 0 01-2.212.085 4.936 4.936 0 004.604 3.417 9.867 9.867 0 01-6.102 2.105c-.39 0-.779-.023-1.17-.067a13.995 13.995 0 007.557 2.209c9.053 0 13.998-7.496 13.998-13.985 0-.21 0-.42-.015-.63A9.935 9.935 0 0024 4.59z"/> |
| 153 | + </svg> |
| 154 | + </a> |
| 155 | + <a href="https://www.linkedin.com/sharing/share-offsite/?url=https://pythonasia.org/communities/pythonph/blog-test/" target="_blank" rel="noopener noreferrer" class="blog-social-icon" aria-label="Share on LinkedIn"> |
| 156 | + <!-- LinkedIn --> |
| 157 | + <svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor"> |
| 158 | + <path d="M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z"/> |
| 159 | + </svg> |
| 160 | + </a> |
| 161 | + </div> |
| 162 | + </div> |
| 163 | + |
| 164 | + <!-- Right Column: Content --> |
| 165 | + <div class="blog-single-content-right"> |
| 166 | + <!-- Blog Title --> |
| 167 | + <h1 class="blog-single-title">Test blog</h1> |
| 168 | + |
| 169 | + <!-- Featured Image --> |
| 170 | + <div class="blog-single-featured-image"> |
| 171 | + |
| 172 | + <img src="/static/pao/main.png" class="img-fluid" alt="Python Asia Blog" /> |
| 173 | + |
| 174 | + </div> |
| 175 | + |
| 176 | + <!-- Blog Content --> |
| 177 | + <div class="blog-single-content"> |
| 178 | + <p data-block-key="dioub">This is a test</p> |
| 179 | + </div> |
| 180 | + |
| 181 | + <!-- Back to Community --> |
| 182 | + <div class="mt-5 pt-4 border-top"> |
| 183 | + <a href="/communities/pythonph/" class="pao-button pao-button-secondary pao-button-text"> |
| 184 | + ← Back to Python PH Community |
| 185 | + </a> |
| 186 | + </div> |
| 187 | + </div> |
| 188 | + </div> |
| 189 | +</section> |
| 190 | + |
| 191 | + </main> |
| 192 | + |
| 193 | + |
| 194 | + <!-- The Team --> |
| 195 | + <!-- Community Events --> |
| 196 | + <!-- Looking for Sponsor --> |
| 197 | + <section id="section-for-sponsors" class="blue-section"> |
| 198 | + <div class="container text-center"> |
| 199 | + <h2>Become a Sponsor</h2> |
| 200 | + <p>We are looking for sponsors to support our events and activities.</p> |
| 201 | + <a href="/sponsors/" class="cta-button">Become a Sponsor</a> |
| 202 | + </div> |
| 203 | + </section> |
| 204 | + <!-- Footer --> |
| 205 | + <footer class="pao-footer"> |
| 206 | + <div class="container"> |
| 207 | + <a class="navbar-brand" href="/"> |
| 208 | + <img src="/static/pao/01-Main-w2.png" |
| 209 | + alt="Python Asia Organization Logo" |
| 210 | + height="120" |
| 211 | + width="360" /> |
| 212 | + </a> |
| 213 | + </div> |
| 214 | + </footer> |
| 215 | + </body> |
| 216 | +</html> |
0 commit comments