Question: Is this site custom made or template ?

Discussion in 'HTML & Website Design' started by dir_waleed, May 19, 2011.

  1. #1
    hello everyone,

    i want to ask you about this website if its custom made or its just a template and somebody changed the content and changed the logo :

    http://www.panoramaamman.com/


    thanks ..
     
    dir_waleed, May 19, 2011 IP
  2. lbhabib.ru

    lbhabib.ru Active Member

    Messages:
    97
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    53
    #2
    This was a template, with makeover
     
    lbhabib.ru, May 19, 2011 IP
  3. dir_waleed

    dir_waleed Active Member

    Messages:
    265
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    88
    #3
    thanks for the answer, but do you know from where can i find something like this template ?
     
    dir_waleed, May 19, 2011 IP
  4. lbhabib.ru

    lbhabib.ru Active Member

    Messages:
    97
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    53
    #4
    Not really but most templates around the web uses this format and order

    <link rel="stylesheet" rev="stylesheet" href="css/style.css" />   <-------This
    <link rel="stylesheet" type="text/css" href="css/jquery.ad-gallery.css">    <-------This
    <link rel="stylesheet" type="text/css" media="screen" href="css/datePicker.css"> 
    <!--[if lte IE 6]>
    <style type="text/css">img {behavior: url(css/iepngfix.htc);}</style>
    <![endif]--> 
    <script src="js/AC_RunActiveContent.js" language="javascript"></script> <-------This
    <script type="text/javascript" src="js/jquery-1.4.4.min.js"></script> <-------This
    <script type="text/javascript" src="js/jquery.ad-gallery.js"></script> <-------This
    <script type="text/javascript" src="js/jwplayer.js"></script> <-------This
    <script type="text/javascript" src="js/validations.js"></script> <-------This
     
    <script type="text/javascript" src="js/date.js"></script> <-------This
    <script type="text/javascript" src="js/jquery.datePicker.js"></script> <-------This
    <!--[if IE]><script type="text/javascript" src="js/jquery.bgiframe.min.js"></script><![endif]--> <-------This
     
     
    <script type="text/javascript"> 
     
    $(function()
    {
    	$('.date-pick').datePicker({clickInput:true})
    });
     
    $(document).ready(function(){
    	$("a#show-panel").click(function(){
    		$("#lightbox, #lightbox-panel").fadeIn(300);
    	})
    	$("a#close-panel").click(function(){
    		$("#lightbox, #lightbox-panel").fadeOut(300);
    	})
    })
    $(function() {
        var galleries = $('.ad-gallery').adGallery();
        $('#switch-effect').change(
          function() {
            galleries[0].settings.effect = $(this).val();
            return false;
          }
        );
        $('#toggle-slideshow').click(
          function() {
            galleries[0].slideshow.toggle();
            return false;
          }
        );
        $('#toggle-description').click(
          function() {
            if(!galleries[0].settings.description_wrapper) {
              galleries[0].settings.description_wrapper = $('#descriptions');
            } else {
              galleries[0].settings.description_wrapper = false;
            }
            return false;
          }
        );
      });
      
    </script> 
    <script type="text/javascript">
    Code (markup):
    Think of it like hand writing - every one has his unique way of writing it and the above example you will find it in all new template online under Dynamic CSS
     
    lbhabib.ru, May 19, 2011 IP
  5. JackRT

    JackRT Peon

    Messages:
    40
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #5
    At the bottom left, it tells you who created it... perhaps the guy can sell you the template...
     
    JackRT, May 19, 2011 IP