We have a full-slider in the home division which right now consists only one event poster i.e., Tech IQ. But we can obviously add list of poster's into div#slides like
<ul class="slides-container">
<!-- THE FIRST SLIDE-->
<li>
<!-- FIRST SLIDE MAIN IMAGE -->
<img src="img/full-slider/techiq.jpg" alt="img">
</li>
</ul>
We generally keep list of all the posters of the events happening in the present year in this slider.
Now, we require to have Time, Date and Place of the event, floating on every poster.
We have a full-slider in the home division which right now consists only one event poster i.e., Tech IQ. But we can obviously add list of poster's into div#slides like
We generally keep list of all the posters of the events happening in the present year in this slider. Now, we require to have Time, Date and Place of the event, floating on every poster.