Skip to content

Commit 92c202c

Browse files
committed
added william to list of speakers, fix img later.
1 parent da87918 commit 92c202c

File tree

2 files changed

+65
-5
lines changed

2 files changed

+65
-5
lines changed

speakers div.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div class="row">
1+
<div class="row">
22
<!-- Feature Block -->
33
<div class="speaker-block-two col-lg-3 col-md-6 col-sm-12 wow zoomIn">
44
<div class="image-box">
@@ -7,7 +7,7 @@
77
<a href="#popup_1" class="link view-speaker ts-image-popup" data-effect="mfp-zoom-in"><span class="flaticon-add-1"></span></a>
88
<div class="info">
99
<h5 class="name"><a href="#">Shaunta Deni</a></h5>
10-
<span class="designation">General Manager</span>
10+
<span clas2s="designation">General Manager</span>
1111
</div>
1212
</div>
1313
</div>

speakers.html

Lines changed: 63 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,69 @@ <h1>Speakers</h1>
146146
<h2>Event Speakers</h2>
147147
</div>
148148

149-
<!-- PAST SPEAKER DIV.TXT FILE HERE ONCE SPEAKERS ARE GOTTEN -->
150-
151-
<center><h2>Speakers would be announced soon...</h2></center>
149+
<div class="row">
150+
<!-- Feature Block -->
151+
<div class="speaker-block-two col-lg-3 col-md-6 col-sm-12 wow zoomIn">
152+
<div class="image-box">
153+
<figure class="image"><img src="images/resource/speaker-1.jpg" alt=""></figure>
154+
<div class="overlay-box">
155+
<a href="#popup_1" class="link view-speaker ts-image-popup" data-effect="mfp-zoom-in"><span class="flaticon-add-1"></span></a>
156+
<div class="info">
157+
<h5 class="name"><a href="#">William Imoh</a></h5>
158+
<span clas2s="designation" style="color: #fff;">Software Engineer at <b>Scotch.io</b</span>
159+
</div>
160+
</div>
161+
</div>
162+
163+
<!-- popup start-->
164+
<div id="popup_1" class="container ts-speaker-popup mfp-hide">
165+
<div class="row">
166+
<div class="col-lg-6">
167+
<div class="ts-speaker-popup-img">
168+
<img src="images/resource/speaker-1.jpg" alt="">
169+
</div>
170+
</div>
171+
<!-- col end-->
172+
<div class="col-lg-6">
173+
<div class="ts-speaker-popup-content">
174+
<h3 class="ts-title">William Imoh</h3>
175+
<span class="speakder-designation">Software Engineer at <b>Scotch.io</b></span>
176+
<p>
177+
World is committed to making participation in the event a harass ment free experience for everyone, regardless of level experience gender, gender identity and expression
178+
</p>
179+
<h4 class="session-name">
180+
Sessions by William
181+
</h4>
182+
<div class="row">
183+
<div class="col-lg-6">
184+
<div class="speaker-session-info">
185+
<h4>Day 1</h4>
186+
<span> 10.30 am - 11.30 am </span>
187+
<p> Advanced React Patterns </p>
188+
</div>
189+
</div>
190+
<!-- <div class="col-lg-6">
191+
<div class="speaker-session-info">
192+
<h4>Day 1</h4>
193+
<span> 10.30 - 11.30 am </span>
194+
<p> Marketing Matters </p>
195+
</div>
196+
</div>
197+
</div> -->
198+
<div class="ts-speakers-social">
199+
<a href="https://" target="_blank"><i class="fab fa-github"></i></a>
200+
<a href="https://" target="_blank"><i class="fab fa-facebook"></i></a>
201+
<a href="https://" target="_blank"><i class="fab fa-twitter"></i></a>
202+
<a href="https://" target="_blank"><i class="fab fa-instagram"></i></a>
203+
<a href="https://" target="_blank"><i class="fab fa-linkedin"></i></a>
204+
</div>
205+
</div>
206+
<!-- ts-speaker-popup-content end-->
207+
</div>
208+
</div>
209+
</div>
210+
</div>
211+
152212

153213

154214

0 commit comments

Comments
 (0)