forked from IstanbulPHP/2020.phpkonf.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathspeakers.html
executable file
·185 lines (160 loc) · 7.95 KB
/
speakers.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
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<!--[if IE]>
<meta http-equiv="X-UA-Compatible" content="IE=edge"><![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"/>
<title>Online, 12th December - PHPKonf İstanbul PHP Conference</title>
<meta name="keywords"
content="PHP, PHPKonf, PHP Conference, PHP Konferansı, İstanbul PHP Konferansı, Istanbul PHP Conference">
<meta name="author" content="PHPKonf">
<link rel="shortcut icon" href="assets/images/favicon.ico">
<link rel="stylesheet" type="text/css" href="assets/css/custom-animations.css"/>
<link rel="stylesheet" type="text/css" href="assets/css/style.css"/>
<!--[if lt IE 9]>
<script src="assets/js/html5shiv.js"></script>
<script src="assets/js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<header class="header header-black">
<div class="header-wrapper">
<div class="container">
<div class="col-sm-2 col-xs-12 navigation-header">
<a href="index.html" class="logo">
<img src="assets/images/[email protected]" alt="PHPKonf" width="110" height="34" class="retina-hide">
<img src="assets/images/[email protected]" alt="PHPKonf" width="110" height="34" class="retina-show">
</a>
<button class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navigation"
aria-expanded="false" aria-controls="navigation">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="col-sm-10 col-xs-12 navigation-container">
<div id="navigation" class="navbar-collapse collapse">
<ul class="navigation-list pull-right light-text">
<li class="navigation-item"><a href="speakers.html" class="navigation-link">Speakers</a></li>
<li class="navigation-item"><a href="index.html#schedule" class="navigation-link">Schedule</a></li>
<li class="navigation-item"><a href="index.html#prices" class="navigation-link">Tickets</a></li>
<li class="navigation-item"><a href="index.html#sponsors" class="navigation-link">Sponsors</a></li>
<li class="navigation-item"><a href="index.html#contacts" class="navigation-link">Contacts</a></li>
</ul>
</div>
</div>
</div>
</div>
</header>
<div id="app">
<section id="speakers" class="section align-center" style="padding-top: 140px;">
<div class="container">
<h3 class="main-title">Speakers / Sessions</h3>
<p>A-Z ordered</p>
<hr/>
<div class="media" v-for="speaker in getSortedSpeakers()">
<div class="media-left">
<a href="#">
<img style="margin-right: 15px;" width="150px" height="150px" align="left" :alt="speaker.name" class="img img-circle" :src="speaker.photo">
</a>
</div>
<div class="align-left media-body">
<p style="font-weight: bold">{{ speaker.name }} / {{ speaker.title }}</p>
<p>{{ speaker.bio }}</p>
<ul class="speaker-socials list-inline pull-right">
<li v-for="social in speaker.social_profiles">
<a target="_blank" :href="'https://' + social.platform + '.com/' + social.username">
<span :class="'fa fa-' + social.platform" style="color: #FFF; margin-right: 0;"></span>
</a>
</li>
</ul>
</div>
<div class="clearfix"></div>
<div class="align-left media-body">
<ul v-for="session in speaker.sessions">
<li>
<p style="font-weight: bold">{{ session.title }} / Language: {{ session.language == 0 ? 'English' : 'Türkçe' }}</p>
<p>{{ session.description }}</p>
</li>
</ul>
</div>
<hr/>
</div>
</div>
</section>
</div>
<section class="footer">
<div class="footer-base">
<div class="container">
<div class="col-md-6">
<ul class="footer-nav">
<li class="footer-nav-item"><a target="_blank" href="mailto:[email protected]">Contact</a></li>
<li class="footer-nav-item"><a target="_blank" href="http://confcodeofconduct.com/">Code of
Conduct</a></li>
</ul>
</div>
<div class="col-md-6 align-right">
<ul class="socials-nav align-right">
<li class="socials-nav-item"><a target="_blank" href="https://twitter.com/istanbulphp"><span
class="fa fa-twitter"></span></a></li>
</ul>
</div>
</div>
</div>
</section>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-63786228-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-63786228-1');
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
document,'script','https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '293580531094723'); // Insert your pixel ID here.
fbq('track', 'PageView');
</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=293580531094723&ev=PageView&noscript=1"
/></noscript>
<!-- DO NOT MODIFY -->
<!-- End Facebook Pixel Code -->
<script type="text/javascript">
_linkedin_data_partner_id = "258996";
</script><script type="text/javascript">
(function(){var s = document.getElementsByTagName("script")[0];
var b = document.createElement("script");
b.type = "text/javascript";b.async = true;
b.src = "https://snap.licdn.com/li.lms-analytics/insight.min.js";
s.parentNode.insertBefore(b, s);})();
</script>
<noscript>
<img height="1" width="1" style="display:none;" alt="" src="https://dc.ads.linkedin.com/collect/?pid=258996&fmt=gif" />
</noscript>
<!--[if lt IE 9]>
<script type="text/javascript" src="assets/js/jquery-1.11.3.min.js?ver=1"></script>
<![endif]-->
<!--[if (gte IE 9) | (!IE)]><!-->
<script type="text/javascript" src="assets/js/jquery-2.1.4.min.js?ver=1"></script>
<!--<![endif]-->
<script src="https://cdn.jsdelivr.net/npm/axios/dist/axios.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/vue.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/lodash.js/4.17.5/lodash.min.js"></script>
<script src="./app.js"></script>
<script src="https://maps.googleapis.com/maps/api/js?v=3&libraries=places&key=AIzaSyCdwGRqSLKdTXSBL8r7xoHy5z05877Cuss"></script>
<script type="text/javascript" src="assets/js/bootstrap.min.js"></script>
<script type="text/javascript" src="assets/js/toastr.min.js"></script>
<script type="text/javascript" src="assets/js/jquery.waypoints.min.js"></script>
<script type="text/javascript" src="assets/js/jquery.appear.js"></script>
<script type="text/javascript" src="assets/js/jquery.plugin.js"></script>
<script type="text/javascript" src="assets/js/masonry.pkgd.min.js"></script>
<script type="text/javascript" src="assets/js/modal-box.js"></script>
<script type="text/javascript" src="assets/js/ventcamp.js"></script>
</body>
</html>