-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 59a4e4a
Showing
60 changed files
with
5,033 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<buildpath> | ||
<buildpathentry kind="src" path=""/> | ||
<buildpathentry kind="con" path="org.eclipse.php.core.LANGUAGE"/> | ||
</buildpath> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<projectDescription> | ||
<name>unique_fashion</name> | ||
<comment></comment> | ||
<projects> | ||
</projects> | ||
<buildSpec> | ||
<buildCommand> | ||
<name>org.eclipse.wst.validation.validationbuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
<buildCommand> | ||
<name>org.eclipse.dltk.core.scriptbuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
</buildSpec> | ||
<natures> | ||
<nature>org.eclipse.php.core.PHPNature</nature> | ||
</natures> | ||
</projectDescription> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
eclipse.preferences.version=1 | ||
include_path=0;/unique_fashion | ||
use_asp_tags_as_php=false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
defaultPHPServer=localhost | ||
eclipse.preferences.version=1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,90 @@ | ||
<!DOCTYPE HTML> | ||
<head> | ||
<title>Thông tin shop</title> | ||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> | ||
<link href="css/style.css" rel="stylesheet" type="text/css" media="all"/> | ||
<script type="text/javascript" src="js/jquery-1.7.2.min.js"></script> | ||
<script type="text/javascript" src="js/move-top.js"></script> | ||
<script type="text/javascript" src="js/easing.js"></script> | ||
</head> | ||
<body> | ||
<div class="wrap"> | ||
<div class="header"> | ||
<div class="headertop_desc"> | ||
<div class="call"> | ||
<p><span>Bạn cần hỗ trợ?</span> gọi tới số <span class="number">1-22-3456789</span></span></p> | ||
</div> | ||
<div class="account_desc"> | ||
<ul> | ||
<li><a href="#">Đăng ký</a></li> | ||
<li><a href="#">Đăng nhập</a></li> | ||
<li><a href="#">Giỏ hàng</a></li> | ||
<li><a href="#">Tài khoản của tôi</a></li> | ||
</ul> | ||
</div> | ||
<div class="clear"></div> | ||
</div> | ||
<div class="header_top"> | ||
<div class="logo"> | ||
<a href="index.html"><img src="images/logo1.png" alt="" /></a> | ||
</div> | ||
<div class="cart"> | ||
<p><span>Giỏ hàng (0) :</span><div id="dd" class="wrapper-dropdown-2"> <img src="images/cart.png"> | ||
<ul class="dropdown"> | ||
<!-- <li>you have no items in your Shopping cart</li> --> | ||
</ul></div></p> | ||
</div> | ||
|
||
<div class="clear"></div> | ||
</div> | ||
<div class="header_bottom"> | ||
<div class="menu"> | ||
<ul> | ||
<li class="active"><a href="index.html">Trang chủ</a></li> | ||
<li><a href="about.html">Giới thiệu</a></li> | ||
<!-- <li><a href="delivery.html">Sản phẩm</a></li> --> | ||
<li><a href="news.html">Tin tức</a></li> | ||
<li><a href="contact.html">Liên hệ</a></li> | ||
<div class="clear"></div> | ||
</ul> | ||
</div> | ||
<div class="search_box"> | ||
<form> | ||
<input type="text" value="Tìm kiếm" onfocus="this.value = '';" onblur="if (this.value == '') {this.value = 'Search';}"><input type="submit" value=""> | ||
</form> | ||
</div> | ||
<div class="clear"></div> | ||
</div> | ||
<div class="main"> | ||
<div class="content_ab"> | ||
<div class="section group"> | ||
<div class="col_1_of_3 span_1_of_3"> | ||
<h3>Thông tin UNIQUE FASHION</h3> | ||
<img src="images/about_img.jpg" alt=""> | ||
<p>Lời giới thiệu...</p> | ||
</div> | ||
|
||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="footer"> | ||
<div class="copy_right"> | ||
<h3><a href="index.html"><img src="images/logo1.png" alt="" /></a></h3> | ||
<p>Email: [email protected]</p> | ||
<p>So dien thoai: 0166 5858 0xx</p> | ||
<p>Dia chi: Bao nhieu do chua ro</p> | ||
<p>Hãy đến với chúng tôi bạn sẽ biết bạn cần gì | Re-Design by <a href="#">quiviteam</a> </p> | ||
</div> | ||
</div> | ||
<script type="text/javascript"> | ||
$(document).ready(function() { | ||
$().UItoTop({ easingType: 'easeOutQuart' }); | ||
|
||
}); | ||
</script> | ||
<a href="#" id="toTop"><span id="toTopHover"> </span></a> | ||
</body> | ||
</html> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,123 @@ | ||
<!DOCTYPE HTML> | ||
<head> | ||
<title>Liên hệ</title> | ||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> | ||
<link href="css/style.css" rel="stylesheet" type="text/css" media="all"/> | ||
<script type="text/javascript" src="js/jquery-1.7.2.min.js"></script> | ||
<script type="text/javascript" src="js/move-top.js"></script> | ||
<script type="text/javascript" src="js/easing.js"></script> | ||
</head> | ||
<body> | ||
<div class="wrap"> | ||
<div class="header"> | ||
<div class="headertop_desc"> | ||
<div class="call"> | ||
<p><span>Bạn cần hỗ trợ?</span> gọi tới số <span class="number">1-22-3456789</span></span></p> | ||
</div> | ||
<div class="account_desc"> | ||
<ul> | ||
<li><a href="#">Đăng ký</a></li> | ||
<li><a href="#">Đăng nhập</a></li> | ||
<li><a href="#">Giỏ hàng</a></li> | ||
<li><a href="#">Tài khoản của tôi</a></li> | ||
</ul> | ||
</div> | ||
<div class="clear"></div> | ||
</div> | ||
<div class="header_top"> | ||
<div class="logo"> | ||
<a href="index.html"><img src="images/logo1.png" alt="" /></a> | ||
</div> | ||
<div class="cart"> | ||
<p><span>Giỏ hàng (0) :</span><div id="dd" class="wrapper-dropdown-2"> <img src="images/cart.png"> | ||
<ul class="dropdown"> | ||
<!-- <li>you have no items in your Shopping cart</li> --> | ||
</ul></div></p> | ||
</div> | ||
|
||
<div class="clear"></div> | ||
</div> | ||
<div class="header_bottom"> | ||
<div class="menu"> | ||
<ul> | ||
<li class="active"><a href="index.html">Trang chủ</a></li> | ||
<li><a href="about.html">Giới thiệu</a></li> | ||
<!-- <li><a href="delivery.html">Sản phẩm</a></li> --> | ||
<li><a href="news.html">Tin tức</a></li> | ||
<li><a href="contact.html">Liên hệ</a></li> | ||
<div class="clear"></div> | ||
</ul> | ||
</div> | ||
<div class="search_box"> | ||
<form> | ||
<input type="text" value="Tìm kiếm" onfocus="this.value = '';" onblur="if (this.value == '') {this.value = 'Search';}"><input type="submit" value=""> | ||
</form> | ||
</div> | ||
<div class="clear"></div> | ||
</div> | ||
<div class="main"> | ||
<div class="content_ct"> | ||
<div class="section group"> | ||
<div class="col span_2_of_3"> | ||
<div class="contact-form"> | ||
<h2>Liên hệ</h2> | ||
<form method="post" action="contact-post.html"> | ||
<div> | ||
<span><label>Tên</label></span> | ||
<span><input name="userName" type="text" class="textbox" ></span> | ||
</div> | ||
<div> | ||
<span><label>E-mail</label></span> | ||
<span><input name="userEmail" type="text" class="textbox"></span> | ||
</div> | ||
<div> | ||
<span><label>Số điện thoại</label></span> | ||
<span><input name="userPhone" type="text" class="textbox"></span> | ||
</div> | ||
<div> | ||
<span><label>Subject</label></span> | ||
<span><textarea name="userMsg"> </textarea></span> | ||
</div> | ||
<div> | ||
<span><input type="submit" value="Gửi" class="myButton"></span> | ||
</div> | ||
</form> | ||
</div> | ||
</div> | ||
<div class="col span_1_of_3"> | ||
<div class="contact_info"> | ||
<h3>Địa chỉ shop</h3> | ||
<div class="map"> | ||
<iframe width="100%" height="175" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.co.in/maps?f=q&source=s_q&hl=en&geocode=&q=Lighthouse+Point,+FL,+United+States&aq=4&oq=light&sll=26.275636,-80.087265&sspn=0.04941,0.104628&ie=UTF8&hq=&hnear=Lighthouse+Point,+Broward,+Florida,+United+States&t=m&z=14&ll=26.275636,-80.087265&output=embed"></iframe><br><small><a href="https://maps.google.co.in/maps?f=q&source=embed&hl=en&geocode=&q=Lighthouse+Point,+FL,+United+States&aq=4&oq=light&sll=26.275636,-80.087265&sspn=0.04941,0.104628&ie=UTF8&hq=&hnear=Lighthouse+Point,+Broward,+Florida,+United+States&t=m&z=14&ll=26.275636,-80.087265" style="color:#666;text-align:left;font-size:12px">View Larger Map</a></small> | ||
</div> | ||
</div> | ||
<div class="company_address"> | ||
<p>Số điện thoại: 0166 5858 0xx</p> | ||
<p>Email: <span>[email protected]</span></p> | ||
<p>Follow on: <span>Facebook</span>, <span>Twitter</span></p> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="footer"> | ||
<div class="copy_right"> | ||
<h3><a href="index.html"><img src="images/logo1.png" alt="" /></a></h3> | ||
<p>Email: [email protected]</p> | ||
<p>So dien thoai: 0166 5858 0xx</p> | ||
<p>Dia chi: Bao nhieu do chua ro</p> | ||
<p>Hãy đến với chúng tôi bạn sẽ biết bạn cần gì | Re-Design by <a href="#">quiviteam</a> </p> | ||
</div> | ||
</div> | ||
<script type="text/javascript"> | ||
$(document).ready(function() { | ||
$().UItoTop({ easingType: 'easeOutQuart' }); | ||
|
||
}); | ||
</script> | ||
<a href="#" id="toTop"><span id="toTopHover"> </span></a> | ||
</body> | ||
</html> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,94 @@ | ||
.product_desc{ | ||
clear:both; | ||
margin-top:30px; | ||
} | ||
.resp-tabs-list li { | ||
font-family: 'ambleregular'; | ||
font-size:1em; | ||
color:#333;; | ||
text-transform: uppercase; | ||
display: inline-block; | ||
padding: 13px 15px; | ||
margin: 0; | ||
list-style: none; | ||
cursor: pointer; | ||
float: left; | ||
background: #EDEDED; | ||
margin-right: 5px; | ||
border-radius: 2px 2px 0 0; | ||
} | ||
.resp-tabs-list li:hover { | ||
color: #E4292F; | ||
} | ||
.resp-tabs-container { | ||
padding: 0px; | ||
background-color: #fff; | ||
clear: left; | ||
} | ||
h2.resp-accordion { | ||
cursor: pointer; | ||
padding: 5px; | ||
display: none; | ||
} | ||
.resp-tab-content { | ||
display: none; | ||
padding: 15px; | ||
} | ||
.resp-tab-active { | ||
border: 1px solid #c1c1c1; | ||
border-bottom: none; | ||
margin-bottom: -1px !important; | ||
padding: 12px 14px 14px 14px !important; | ||
} | ||
.resp-tab-active { | ||
border-bottom: none; | ||
background-color: #fff; | ||
} | ||
.resp-content-active, .resp-accordion-active { | ||
display: block; | ||
} | ||
.resp-tab-content { | ||
border: 1px solid #c1c1c1; | ||
} | ||
h2.resp-accordion { | ||
font-size:1em; | ||
border: 1px solid #c1c1c1; | ||
border-top: 0px solid #c1c1c1; | ||
margin: 0px; | ||
padding: 10px 15px; | ||
background:#E0E0E0; | ||
margin:10px 0; | ||
} | ||
h2.resp-accordion:hover{ | ||
color: #E4292F; | ||
} | ||
h2.resp-tab-active { | ||
border-bottom: 0px solid #c1c1c1 !important; | ||
margin-bottom: 0px !important; | ||
padding: 10px 15px !important; | ||
} | ||
/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/ | ||
@media only screen and (max-width: 768px) { | ||
ul.resp-tabs-list { | ||
display: none; | ||
} | ||
h2.resp-accordion { | ||
display: block; | ||
} | ||
.resp-vtabs .resp-tab-content { | ||
border: 1px solid #C1C1C1; | ||
} | ||
.resp-vtabs .resp-tabs-container { | ||
border: none; | ||
float: none; | ||
width: 100%; | ||
min-height: initial; | ||
clear: none; | ||
} | ||
.resp-accordion-closed { | ||
display: none !important; | ||
} | ||
.resp-vtabs .resp-tab-content:last-child { | ||
border-bottom: 1px solid #c1c1c1 !important; | ||
} | ||
} |
Oops, something went wrong.