-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathreciprocity.html
35 lines (34 loc) · 1.63 KB
/
reciprocity.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
layout: default
title: CTO Club Reciprocity Program
permalink: /reciprocity/
---
<!-- Banner -->
<section id="banner">
<div class="inner">
<div class="logo-cto"><a href="/"><img class="icon" style="border-radius: inherit;" src="/assets/images/CTO-logo-01.png" /></a></div>
<h2>CTO Club Reciprocity Program</h2>
<p class="reverse">Attend a meeting with CTOs from other cities</p>
</div>
</section>
<section id="wrapper">
<div class="wrapper">
<div class="inner prose">
<p>If you are a {{ site.title }} member and happen to be in one of cities below, you are welcomed and encouraged to join a meeting.</p>
<p>Before attending a meeting, you must:</p>
<ul>
<li>Receive confirmation from local organizers before the meeting begins</li>
<li>Familiarize yourself with the local customs and specific cultural anthropologies (eg. dress code)</li>
<li>Acknowledge that you are not permitted to pitch your product or services</li>
<li>Acknolwedge that all discussions are understood to be governed by strict confidentiality--known as the Chatham House Rule</li>
</ul>
<p>Send an email to <a href="mailto:{{ site.email }}" target="_blank">{{ site.email }}</a> to get in touch with our partner organizers.</p>
<h3 class="major">Partner Groups</h3>
<ul>
{% for group in site.data.partner-groups %}
<li><strong>{{ group.name }}</strong><br />{{ group.description_markdown }}</li>
{% endfor %}
</ul>
</div>
</div>
</section>