Skip to content

Commit

Permalink
updated venue
Browse files Browse the repository at this point in the history
  • Loading branch information
malicucen committed Mar 3, 2020
1 parent c4b3617 commit 46fd594
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -395,13 +395,13 @@ <h5 class="sponsor-level-title">Bronze Sponsors</h5>
<h3 class="main-title">Location</h3>

<ul class="list">
<li><i class="fa fa-university"></i>Kadir Has Üniversitesi Cibali Kampüsü
<li><i class="fa fa-university"></i>Nişantaşı Üniversitesi NEOTECH KAMPÜSÜ
<li></li>
<li><i class="fa fa-map-marker"></i>Cibali Mah. Hisaraltı Cad. No:17 Fatih / İSTANBUL
<li><i class="fa fa-map-marker"></i>Maslak Mah. Söğütözü Sok. Ağaoğlu Maslak 1453 No:20, Sarıyer / İSTANBUL
</li>
</ul>

<p style="text-align: right;">How to get there?</p>
<p style="text-align: right;"><a href="https://moovitapp.com/index/en/public_transit-Ni%C5%9Fanta%C5%9F%C4%B1_%C3%9Cniversitesi_Neotech_Kamp%C3%BCs%C3%BC_Maslak_1453-Istanbul-site_21857160-1563" target="_blank">How to get there?</a></p>
</div>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions map-settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"mapZoom": 15,
"markerImagePath": "../assets/img/marker-21x32.png",
"markerLatLng": [
41.02559700000002,
28.958844999999997
41.11908227928959,
29.007867815815523
]
}
10 changes: 7 additions & 3 deletions speakers.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@
</header>

<div id="app">
<section id="speakers" class="section align-center">
<section id="speakers" class="section align-center" style="padding-top: 140px;">
<div class="container">

<h3>Speakers / Sessions</h3>
<h3 class="main-title">Speakers / Sessions</h3>
<p>A-Z ordered</p>
<hr/>

Expand All @@ -73,7 +73,11 @@ <h3>Speakers / Sessions</h3>
<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"></span></a></li>
<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>
Expand Down

0 comments on commit 46fd594

Please sign in to comment.