Advertisement
Guest User

Untitled

a guest
Jun 1st, 2015
476
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.27 KB | None | 0 0
  1. <div id="banner">
  2.  
  3. <div class="oneByOne_item">
  4. <div class="slider-text-a1" data-animate="bounceInDown"><?php echo get_theme_mod( 'DD_1st_slide_row1', 'Cinematix' ); ?></div>
  5. <div class="slider-text-a2" data-animate="bounceInLeft"><span><?php echo get_theme_mod( 'DD_1st_slide_row2', 'A Social Network Service' ); ?></span></div>
  6. <div class="slider-text-a3" data-animate="fadeInRight"><?php echo get_theme_mod( 'DD_1st_slide_row3', 'Register on our site and start creating profiles, posting messages, making connections, creating and interacting in groups and much more.' ); ?></div>
  7. <?php
  8. if ( is_user_logged_in() ) {
  9. ?>
  10. <a href="<?php echo home_url(); ?>/<?php echo get_theme_mod( 'DD_1st_slide_link2', 'about-us' ); ?>" class="slider-join" data-animate="bounceInUp"></a>
  11. <?php
  12. } else {
  13. ?>
  14. <a href="<?php echo home_url(); ?>/<?php echo get_theme_mod( 'DD_1st_slide_link1', 'register' ); ?>" class="slider-join" data-animate="bounceInUp"></a>
  15. <?php
  16. }
  17. ?>
  18. </div>
  19.  
  20.  
  21. <div class="oneByOne_item">
  22. <div class="slider-text-b1" data-animate="bounceInLeft"><?php echo get_theme_mod( 'DD_2nd_slide_1', 'A social networking service' ); ?></div>
  23. <div class="slider-text-b2" data-animate="bounceInUp"><?php echo get_theme_mod( 'DD_2nd_slide_2', 'How does it work?' ); ?></div>
  24. <div class="slider-text-b3" data-animate="fadeInRight"><?php echo get_theme_mod( 'DD_2nd_slide_3', 'Users must register before using the site, after which they may create a personal profile, add other users as friends, and exchange messages, including automatic notifications when they update their profile. Additionally, users may join common-interest user groups, organized by workplace, school or college, or other characteristics.' ); ?></div>
  25. </div>
  26.  
  27.  
  28. <div class="oneByOne_item">
  29. <a class="slider-text-c1" href="<?php echo home_url(); ?>/<?php echo get_theme_mod( 'DD_3rd_slide_link', 'about-us' ); ?>" data-animate="bounceInUp"><img src="<?php if ( get_theme_mod( 'DD_3rd_slide' ) ) : ?><?php echo esc_url( get_theme_mod( 'DD_3rd_slide' ) ); ?><?php else : ?><?php echo esc_attr( get_bloginfo( 'stylesheet_directory', 'display' ) ); ?>/images/tour.png<?php endif; ?>" alt="<?php echo get_theme_mod( 'DD_3rd_slide_alt', 'Take a tour' ); ?>" /></a>
  30. </div>
  31.  
  32. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement