-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathannouncement-online-event.html
executable file
·161 lines (132 loc) · 5.23 KB
/
announcement-online-event.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
<!doctype html>
<html lang="en">
<head>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width">
<meta name="description" content="The first PyCon in Turkey will be on Sep 26, 2020. 🇹🇷">
<meta name="keywords" content="pycon, turkey" />
<meta name="robots" content="index,follow" />
<meta name="author" content="">
<!-- OpenGraph -->
<meta property="og:title" content="PyCon Turkey 2020 🇹🇷" />
<meta property="og:description" content="The first PyCon in Turkey will be on Sep 26, 2020.">
<meta property="og:type" content="article" />
<meta property="og:url" content="https://tr.pycon.org" />
<meta property="og:image" content="https://tr.pycon.org/images/logo.png?v=2" />
<!-- Twitter -->
<meta name="twitter:creator" content="@pycontr" />
<!-- Title -->
<title>Pycon TR 2020 will be held online</title>
<!-- Link -->
<link rel="shortcut icon" href="images/favicon.png">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/style.css">
<link href="https://fonts.googleapis.com/css?family=Nunito+Sans:400,600,700|Nunito:400,700&display=swap" rel="stylesheet">
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-155672914-1"></script>
<script>window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);}gtag('js', new Date());gtag('config', 'UA-155672914-1');</script>
</head>
<body>
<header>
<div class="container">
<a href="/" class="logo">
<img src="images/logo.svg" alt="PyCon Turkey Landing Page">
</a>
<div class="titles">
<h1>PyCon Turkey</h1>
<h2>Sep 26, 2020</h2>
</div>
<a href="#" class="nav-trigger">
<i></i>
</a>
<nav>
<a href="about-us.html">About Us</a>
<a href="code-of-conduct.html">Code of Conduct</a>
<a href="http://hopin.to/events/pycontr-2020" target="_blank" rel="noopener">Register</a>
</nav>
</div>
</header>
<section class="text-content-header">
<h2>Pycon TR 2020 will be held online</h2>
</section>
<section class="text-content">
<div class="container">
<p><br></p>
<p>
Hello everyone,
</p>
<p>
We are working on the PyCon Turkey 2020 organization full steam. The last few months showed us that the COVID-19 pandemic still affects our lives all over the world. In this respect, we have concluded that making an in-person event is still very risky.
</p>
<p>
PyCon Turkey 2020 will be held online on <b>September 26th</b>.
</p>
<p>
We will <b>fully refund</b> all tickets. We are working hard to handle various tax regulations and do refunds, so we kindly ask your patience regarding the refunds.
</p>
<p>
To have a great conference, we are going to do our best. Please do not hesitate if you have any questions. We look forward to seeing the pandemic disappear in a short time and meeting you in Istanbul for the upcoming years.
</p>
<p>
Registration <a href="https://hopin.to/events/pycontr-2020">is open and free</a>.
</p>
<p>
Stay at home! Stay safe!
</p>
<p> </p>
<p>
Best regards,<br>
PyCon Turkey Team
</p>
</div>
</section>
<footer>
<div class="container">
<a href="/" class="logo">
<img src="images/logo.svg" alt="PyCon Turkey Landing Page">
</a>
<div class="titles">
<h1>PyCon Turkey</h1>
<h2>Sep 26, 2020</h2>
</div>
<div class="col-md-5 pull-right socials-holder">
<div class="socials">
<a href="mailto:[email protected]" class="mail">
Get in touch
<img src="images/mail-ico.svg" alt="PyCon Turkey Email">
</a>
<a href="https://twitter.com/pycontr" class="social" target="_blank" rel="noopener">
<img src="images/tw-ico.svg" alt="PyCon Turkey Twitter Page">
</a>
<a href="https://www.instagram.com/pycon_tr/" class="social" target="_blank" rel="noopener">
<img src="images/ig-ico.svg" alt="PyCon Turkey Instagram Page">
</a>
</div>
<nav>
<a href="about-us.html">About Us</a>
<a href="code-of-conduct.html">Code of Conduct</a>
<!--<a href="https://www.papercall.io/pycon-turkey-2020" target="_blank" rel="noopener">CFP</a>-->
</nav>
</div>
</div>
</footer>
<section class="bottom-logos">
<div class="container">
<div class="logos">
<a href="https://www.cmpe.boun.edu.tr/" class="cmple" target="_blank" rel="noopener">
<img src="images/cmple-logo-light.svg" alt="Bogazici University - Department of Computer Engineering">
</a>
<a href="https://www.meetup.com/python-istanbul/" class="pyist" target="_blank" rel="noopener">
<img src="images/pyist-logo.svg" alt="Python Istanbul community - PyIstanbul">
</a>
</div>
</div>
</section>
<!-- Scripts -->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/main.js"></script>
<script type='text/javascript' src='//s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js'></script><script type='text/javascript'>(function($) {window.fnames = new Array(); window.ftypes = new Array();fnames[0]='EMAIL';ftypes[0]='email';fnames[1]='FNAME';ftypes[1]='text';fnames[2]='LNAME';ftypes[2]='text';fnames[3]='ADDRESS';ftypes[3]='address';fnames[4]='PHONE';ftypes[4]='phone';fnames[5]='BIRTHDAY';ftypes[5]='birthday';}(jQuery));var $mcj = jQuery.noConflict(true);</script>
</body>
</html>