|
12 | 12 | <meta name="keywords"
|
13 | 13 | content="Python, Asia, Community, Programming, Events, PyCon, PAO">
|
14 | 14 | <meta name="google-site-verification" content="TvOTmHvr44p5jOr8EeRb1mnVR5uYLaG5bNMU_-Pjr30" />
|
| 15 | + |
| 16 | + |
| 17 | + <!-- Open Graph / Facebook / LinkedIn --> |
| 18 | + <meta property="og:title" content="Python Asia Organization"> |
| 19 | + <meta property="og:description" content="Strengthening Python Communities Across Asia"> |
| 20 | + <meta property="og:image" content="http://pao.iz4u.net/static/pao/01-Main2.png"> |
| 21 | + <meta property="og:url" content="http://pao.iz4u.net/blog/"> |
| 22 | + <meta property="og:type" content="website"> |
| 23 | + |
| 24 | + <!-- Twitter --> |
| 25 | + <meta name="twitter:card" content="summary_large_image"> |
| 26 | + <meta name="twitter:title" content="Python Asia Organization"> |
| 27 | + <meta name="twitter:description" content="Strengthening Python Communities Across Asia"> |
| 28 | + <meta name="twitter:image" content="http://pao.iz4u.net/static/pao/01-Main2.png"> |
| 29 | + |
15 | 30 | <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
16 | 31 | <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
17 | 32 | <link rel="apple-touch-icon" href="/apple-touch-icon.png">
|
@@ -113,6 +128,30 @@ <h1 class="pao-h2 pao-text-red">Blog</h1>
|
113 | 128 | <div class="blog-content-container">
|
114 | 129 | <!-- Hero Blog Post -->
|
115 | 130 |
|
| 131 | + <div class="pao-blog-hero-card mb-5"> |
| 132 | + <div class="row g-0 align-items-stretch h-100"> |
| 133 | + <!-- Hero Image --> |
| 134 | + <div class="col-md-5 pao-blog-hero-image"> |
| 135 | + |
| 136 | + <img src="/static/pao/main.png" class="blog-hero-image default-logo" alt="default pao logo" /> |
| 137 | + |
| 138 | + </div> |
| 139 | + <!-- Hero Content --> |
| 140 | + <div class="col-md-7"> |
| 141 | + <div class="pao-blog-hero-content h-100"> |
| 142 | + <div class="pao-blog-author mb-3"> |
| 143 | + Freilla Mae Espinola |
| 144 | + </div> |
| 145 | + <h2 class="pao-blog-title mb-4">Python Asia Organization (PAO) Launches Full-Scale Activities Across East and Southeast Asia</h2> |
| 146 | + <div class="mt-auto"> |
| 147 | + <a href="/blog/python-asia-organization-pao-launches-full-scale-activities-across-east-and-southeast-asia/" class="pao-blog-read-more">Read More</a> |
| 148 | + </div> |
| 149 | + </div> |
| 150 | + </div> |
| 151 | + <!-- end of Hero content--> |
| 152 | + </div> |
| 153 | + </div> |
| 154 | + |
116 | 155 |
|
117 | 156 | <!-- Blog Posts Grid -->
|
118 | 157 | <div class="row g-4 justify-content-start">
|
|
0 commit comments