Skip to content

Commit

Permalink
wow.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ritwickdey committed Dec 25, 2017
1 parent 2508c59 commit 5f27681
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -168,11 +168,11 @@ <h3>2K18</h3>
<section class="" id="events-section">
<div class="container">
<div>
<h2 class="headline-section">EVENTS</h2>
<h4 class="subline-section">Some exciting events that are taking place</h4>
<h2 class="headline-section wow bounceInDown">EVENTS</h2>
<h4 class="subline-section wow bounceInDown" data-wow-duration="0.6s" data-wow-delay="0.3s">Some exciting events that are taking place</h4>
<hr>
<div class="events">
<div eventNo="1" class="event wow slideInLeft">
<div eventNo="1" data-wow-duration="1s" class="event wow slideInLeft">
<div class="card">
<div class="card-item card-front">
<img src="./img/events/techno_buzz_comp.jpg" alt="techno-buzz">
Expand All @@ -191,7 +191,7 @@ <h4 class="subline-section">Some exciting events that are taking place</h4>
</div>
</div>
</div>
<div eventNo="2" class="event wow jackInTheBox">
<div eventNo="2" data-wow-duration="1s" class="event wow fadeInDown">
<div class="card">
<div class="card-item card-front">
<img src="./img/events/BUILD_MECH_ARENA.jpeg" alt="build-mech-arena">
Expand All @@ -210,7 +210,7 @@ <h4 class="subline-section">Some exciting events that are taking place</h4>
</div>
</div>
</div>
<div eventNo="3" class="event Right wow slideInRight">
<div eventNo="3" data-wow-duration="1s" class="event Right wow slideInRight">
<div class="card">
<div class="card-item card-front">
<img src="./img/events/code-storm.jpg" alt="code-storm">
Expand All @@ -229,7 +229,7 @@ <h4 class="subline-section">Some exciting events that are taking place</h4>
</div>
</div>
</div>
<div eventNo="4" class="event wow slideInLeft">
<div eventNo="4" data-wow-duration="1s" class="event wow slideInLeft">
<div class="card">
<div class="card-item card-front">
<img src="./img/events/photography.jpg" alt="photography">
Expand All @@ -248,7 +248,7 @@ <h4 class="subline-section">Some exciting events that are taking place</h4>
</div>
</div>
</div>
<div eventNo="5" class="event wow jackInTheBox">
<div eventNo="5" data-wow-duration="1s" class="event wow fadeInUp">
<div class="card">
<div class="card-item card-front">
<img src="./img/events/cs-go.jpg" alt="cs-go">
Expand All @@ -267,7 +267,7 @@ <h4 class="subline-section">Some exciting events that are taking place</h4>
</div>
</div>
</div>
<div eventNo="6" class="event wow slideInRight">
<div eventNo="6" data-wow-duration="1s" class="event wow slideInRight">
<div class="card">
<div class="card-item card-front">
<img src="./img/events/fifa-15.jpeg" alt="fifa-15">
Expand All @@ -290,10 +290,10 @@ <h4 class="subline-section">Some exciting events that are taking place</h4>
</div>
</div>
</section>
<section class="wow slideInRight" id="about-section">
<section class="" id="about-section">
<div class="container">
<h1 class="headline-section">About</h1>
<h4 class="subline-section">The Technitiate</h4>
<h1 class="headline-section wow bounceInDown">About</h1>
<h4 class="subline-section wow bounceInDown" data-wow-duration="0.6s" data-wow-delay="0.3s">The Technitiate</h4>
<hr>
<div class="wow slideInRight about-box">
<div class="about-img">
Expand Down Expand Up @@ -356,7 +356,7 @@ <h5>Come and challenge yourself</h5>
</section>
<section class="" id="team-section">
<div class="container">
<h1 class="headline-section">OUR AMAZING TEAM</h1>
<h1 class="headline-section wow bounceInDown">OUR AMAZING TEAM</h1>
<!-- <h4 class="subline-section">Teacher & Co-ordinators</h4> -->
<hr>
<div class="wow slideInRight team-members">
Expand Down Expand Up @@ -425,14 +425,14 @@ <h5>Prithwee Das</h5>

</section>

<section class="wow slideInRight" id="contact-section">
<section class="" id="contact-section">
<div class="container">
<div>
<h2 class="headline-section">CONTACT US</h2>
<h4 class="subline-section">Get in touch with us</h4>
<h2 class="headline-section wow bounceInDown">CONTACT US</h2>
<h4 class="subline-section wow bounceInDown" data-wow-duration="0.6s" data-wow-delay="0.3s">Get in touch with us</h4>
<hr>
<div class="contact-areas">
<div class="contact-area">
<div class="contact-area wow fadeInLeft">
<h5>
Send Query
</h5>
Expand All @@ -459,7 +459,7 @@ <h5>
</div>
</form>
</div>
<div class="contact-area">
<div class="contact-area wow fadeInRight">
<h5>
OUR LOCATION
<i class="fa fa-map-marker"></i>
Expand All @@ -480,7 +480,7 @@ <h5>
</div>
</section>

<footer class="wow slideInLeft">
<footer class="wow fadeInUp" data-wow-offset="0">
<div class="container">
<div style="float:left; line-height: 40px;">
Copyright © 2017-18
Expand Down

0 comments on commit 5f27681

Please sign in to comment.