yvtheja / acm-nit-surat

Website of ACM, NIT Surat Student Chapter.
GNU General Public License v2.0
1 stars 21 forks source link

[Good First Bug] Time, Date and Place of the event on the poster. #1

Open yvtheja opened 9 years ago

yvtheja commented 9 years ago

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.