|
11 | 11 | content="Python Asia Organization - Strengthening Python Communities Across Asia"> |
12 | 12 | <meta name="keywords" |
13 | 13 | content="Python, Asia, Community, Programming, Events, PyCon"> |
| 14 | + <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"> |
| 15 | + <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"> |
| 16 | + <link rel="apple-touch-icon" href="/apple-touch-icon.png"> |
| 17 | + <link rel="manifest" href="/site.webmanifest"> |
14 | 18 | <title> |
15 | | - Home - Python Asia - Conduct |
| 19 | + Home - Python Asia - Code of Conduct |
16 | 20 | </title> |
17 | 21 | <link rel="stylesheet" |
18 | 22 | href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.2/css/bootstrap.min.css"> |
|
43 | 47 | <ul class="navbar-nav ms-auto"> |
44 | 48 |
|
45 | 49 | <li class="nav-item"> |
46 | | - <a class="nav-link" href="/events/">Events</a> |
| 50 | + <a class="nav-link" href="/about/">About</a> |
47 | 51 | </li> |
48 | 52 |
|
49 | 53 | <li class="nav-item"> |
50 | 54 | <a class="nav-link" href="/sponsors/">Sponsors</a> |
51 | 55 | </li> |
52 | 56 |
|
| 57 | + <li class="nav-item"> |
| 58 | + <a class="nav-link" href="/events/">Events</a> |
| 59 | + </li> |
| 60 | + |
53 | 61 | <li class="nav-item"> |
54 | 62 | <a class="nav-link" href="/people/">People</a> |
55 | 63 | </li> |
56 | 64 |
|
57 | 65 | <li class="nav-item"> |
58 | | - <a class="nav-link" href="/conduct/">Conduct</a> |
| 66 | + <a class="nav-link" href="/conduct/">Code of Conduct</a> |
59 | 67 | </li> |
60 | 68 |
|
61 | 69 | <li class="nav-item"> |
@@ -169,7 +177,8 @@ <h3>Python Asia Organization Online Spaces</h3> |
169 | 177 | <li>all participants</li> |
170 | 178 | </ul> |
171 | 179 | <h2>Contact Information</h2> |
172 | | -<p>If you believe that someone is violating the code of conduct, or have any other concerns, please contact a member of the Python Asia Organization board immediately. They can be reached by emailing board@pythonasia.org</p> |
| 180 | +<p>If you believe that someone is violating the code of conduct, or have any other concerns, please contact a member of the Python Asia Organization Code Of Conduct Working Group immediately. |
| 181 | +They can be reached by emailing <a href="mailto:wg-coc@pythonasia.org">wg-coc@pythonasia.org</a></p> |
173 | 182 | <h2>License</h2> |
174 | 183 | <p>This Code of Conduct is licensed under the <a href="https://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-ShareAlike 3.0 Unported License</a>.</p> |
175 | 184 | <p><a href="http://creativecommons.org/licenses/by-sa/3.0/"><img alt="Creative Commons License" src="https://licensebuttons.net/l/by-sa/3.0/88x31.png" /></a></p> |
@@ -232,23 +241,23 @@ <h4 class="text-center mb-4">looking for sponsors!</h4> |
232 | 241 | </li> |
233 | 242 |
|
234 | 243 | <li class="nav-item"> |
235 | | - <a class="nav-link" href="/events/">Events</a> |
| 244 | + <a class="nav-link" href="/communities/">Communities</a> |
236 | 245 | </li> |
237 | 246 |
|
238 | 247 | <li class="nav-item"> |
239 | | - <a class="nav-link" href="/communities/">Communities</a> |
| 248 | + <a class="nav-link" href="/sponsors/">Sponsors</a> |
240 | 249 | </li> |
241 | 250 |
|
242 | 251 | <li class="nav-item"> |
243 | | - <a class="nav-link" href="/sponsors/">Sponsors</a> |
| 252 | + <a class="nav-link" href="/events/">Events</a> |
244 | 253 | </li> |
245 | 254 |
|
246 | 255 | <li class="nav-item"> |
247 | 256 | <a class="nav-link" href="/people/">People</a> |
248 | 257 | </li> |
249 | 258 |
|
250 | 259 | <li class="nav-item"> |
251 | | - <a class="nav-link" href="/conduct/">Conduct</a> |
| 260 | + <a class="nav-link" href="/conduct/">Code of Conduct</a> |
252 | 261 | </li> |
253 | 262 |
|
254 | 263 | <li class="nav-item"> |
|
0 commit comments