Skip to content

Instantly share code, notes, and snippets.

@itsashis4u
Created January 23, 2015 18:49
Show Gist options
  • Save itsashis4u/b38f47e3382530f1bdea to your computer and use it in GitHub Desktop.
Save itsashis4u/b38f47e3382530f1bdea to your computer and use it in GitHub Desktop.
Template
<!-- 15-La Mode -->
<section>
<div class="event_card" hero-id="15" hero >
<paper-fab class="eventAdd" icon="{{eventCalled ? 'add': 'check'}}"
on-tap="{{addEvent}}"></paper-fab>
<paper-tabs selected="{{select}}">
<paper-tab>Description</paper-tab>
<paper-tab>Rules</paper-tab>
<paper-tab>Coordinators</paper-tab>
<paper-tab>Prizes</paper-tab>
</paper-tabs>
<core-pages selected="{{select}}">
<div class="tab1" horizontal center-justified layout>
<div class="intro"><h2>INTRODUCTION</h2>
</div>
</div>
<div class="tab2" horizontal center-justified layout>
<div class="rules">
<h2>SOLO:</h2>
<p>Pre Event Shortlisting:-All the interested participants are required to send their photographs along with an answer to The following question
If the theme for LaMode is Five Elements Of Earth Which Element would you like to dress up in and why?
The answer attached with a photograph of the participant has to be sent to the given mail ID-b412029@iiit-bh.ac.in (the participants who are shortlisted will be reciprocated via mail)</p>
<p> Prelims (on 15th, February) :- The final 20 shortlisted participants would get the opportunity to walk the ramp of LaMode on 15th Feb.</p>
<h3>Rules</h3>
<p>1. The participants are required to arrange their own costumes and make-up as per the theme.</p>
<p>2. The time allotted to each participant on the ramp is 1 minute.</p>
<p>3. All the participants are required to report one and a half hours before the event.</p>
<p>Finals(on 15th,February) :- The final six participants will be chosen by the judges and they will walk the ramp on the given theme.</p>
<h2>Couples:</h2>
<p> Theme
"Corporate world"</p>
<h3>Rules</h3>
<p> 1. All the participants would be given 90 seconds on the ramp.</p>
<p> 2. They have to arrange their own costumes and make-up.</p>
<h2>Group:</h2>
<h3>Theme</h3>
<p> Out of the world </p>
<p>Initial shortlisting: - The participating groups are required to send their photographs of any past events or if this is their maiden participation they can send us their photographs in a group they have to send their photos to the given ID b411051@iiit-bh.ac.in</p>
<h3>Rules:</h3>
<p> The final groups who are shortlisted will be contacted via e-mail.</p>
<p> They have to arrange their own make-up and costumes and they have to reach the venue before 2 hours of the event.</p>
<p> The respected groups can choose their own theme for the event.</p>
<p> A group can contain only upto 8-10 members.</p>
<p> Respected groups will be given only 10 minutes over the ramp.</p>
</div>
</div>
<div class="tab3" horizontal center-justified layout>
<div class="co-ordinators">
<h2>CONTACT</h2>
<p>Tasneem Hoda(+91-7894132250)</p>
<p>Rainie Pattnaik(8280165645)</p>
<p>B.K. Lipsa (9040334058)</p>
</div></div>
<div class="tab4" horizontal center-justified layout></div>
</core-pages>
</div>
</section>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment