-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
131 lines (95 loc) · 4.8 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Dilan Studio | the Site under construction</title>
<link rel="stylesheet" type="text/css" href="style.css" />
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.pack.js"></script>
<script type="text/javascript" src="js/jquery.countdown.js"></script>
<script type="text/javascript" src="js/jcarousellite1.0.1_min.js"></script>
<!-- jquery countdown-->
<script type="text/javascript">
$(function () {
var austDay = new Date("March 6, 2012 08:28:00");
$('#defaultCountdown').countdown({until: austDay, layout: '{dn} {dl}, {hn} {hl}, {mn} {ml}, and {sn} {sl}'});
$('#year').text(austDay.getFullYear());
});
</script>
<!-- jquery slider -->
<script type="text/javascript">
$(function() {
$("#slidertext").jCarouselLite({
btnNext: ".next",
btnPrev: ".prev"
});
});
</script>
<!--script for IE6-image transparency recover-->
<!--[if IE 6]>
<script type="text/javascript" src="js/DD_belatedPNG_0.0.7a-min.js"></script>
<script>
/* EXAMPLE */
DD_belatedPNG.fix('#logo img,#main,.counter,.twitter,.flickr,.facebook,.youtube,.skype,.stumbleupon, #submit,.prev img,.next img,#email');
</script>
<![endif]-->
</head>
<body>
<div class="container">
<div id="header">
<div id="logo">
<a href="index.html"><img src="images/logo.png" alt="logo"/></a>
</div><!--end logo-->
<div id="contact_details">
<B><p><a href="#">[email protected]</a></p>
<p><a href="#">phone : 071 44 84 344, 077 88 32 654, 0112 892 008</a></p>
</div><!--end contact details--> </B>
</div><!--end header-->
<div style="clear:both"></div>
<div id="main">
<div id="content">
<div class="text">
<h2>DilanStudio website is under construction</h2>
</div><!--end text-->
<div class="counter">
<h3>Estimated Time Remaining Before Launch:</h3>
<div id="defaultCountdown"></div>
</div><!--end counter-->
<div class="details">
<!--slider prev button-->
<a class="prev" href="#"><img src="images/prev.png" alt="" />
</a>
<div id="sliderwrap">
<div id="slidertext"><!-- The slider -->
<ul>
<li>
<h3>Type your email id to get the updates!</h3>
<form method="post" id="subscribeform" action="emailform.php">
<div id="email_input">
<input name="email" type="text" size="30" value="Enter Your E-mail" onfocus="if(this.value=='Enter Your E-mail'){this.value=''};" onblur="if(this.value==''){this.value='Enter Your E-mail'};" id="email" />
<input type="submit" id="submit" value="SUBMIT" size="80" />
</div>
</form>
</li><!-- Slider item -->
<li>
<h3>You may find us below:</h3>
<div class="social">
<a href="http://www.twitter.com/dilanstudio" class="twitter">Follow Us on Twitter</a>
<a href="http://www.facebook.com/dilanstudio" class="facebook">Like Us on Facebook</a>
</div>
</li><!-- Slider item -->
<li>
<h3>Some words about us</h3>
<p>The Professional Photographers with highly expedited skillful creative eye.</p>
</li><!-- Slider item -->
</ul>
</div><!-- End of slidertext -->
</div><!-- End of sliderwrap -->
<!--slider next button-->
<a class="next" href="#"><img src="images/next.png" alt=""/></a>
</div><!--end details-->
</div><!--end content-->
<p class="copyright">Copyright © DilanStudio. All rights Recived | Design by <a href="http://www.erasoft.lk" class="Erasoft">Erasoft</a></p>
</div><!--end main-->
</div><!--end class container-->
</body>
</html>