huaxia/public/foot-tab.html

71 lines
3.1 KiB
HTML
Raw Normal View History

2021-09-06 09:56:27 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>底部导航</title>
<link rel="stylesheet" type="text/css" href="../css/foot.min.css"/>
<script src="../js/jquery-1.9.1.js" type="text/javascript" charset="utf-8"></script>
<script src="../js/huaxia.js" type="text/javascript" charset="utf-8"></script>
2021-09-18 03:38:27 +00:00
2021-09-06 09:56:27 +00:00
</head>
<body>
<div class="foot-nav-box">
<!-- 导航文字 -->
<div class="foot-box-nav">
2021-09-08 09:55:15 +00:00
<div><a href="../index.html" target="_parent">首页</a></div>
<div><a href="../htmls/artNetwork/realTimeInfo.html" target="_parent">资讯</a></div>
<div><a href="javascript:;" target="_parent">展览</a></div>
<div><a href="../index.html" target="_parent">艺术家</a></div>
<div><a href="../htmls/artNetwork/mechanism.html" target="_parent">机构</a></div>
2021-09-06 09:56:27 +00:00
<div>培训</div>
<div>商城</div>
<div>拍卖</div>
</div>
<!-- 导航图片 -->
<div class="foot-box-img">
<img src="../img/public/foot-xl.png" alt="图片缺失" title="新浪">
<img src="../img/public/foot-wx.png" alt="图片缺失" title="微信">
<img src="../img/public/foot-whatsapp.png" alt="图片缺失" title="电话">
<img src="../img/public/foot-facebook.png" alt="图片缺失" title="facebook">
<img src="../img/public/foot-skype.png" alt="图片缺失" title="钱">
</div>
</div>
<div class="foot-end-box">
<div>
<img src="../img/logo.png" alt="图片丢失" title="华夏艺术网">
<div class="clips1 foot-end-title">中国美术家协会副主席、中国版画家协会副主席李焕民先生为华夏艺术网提名</div>
<div class="clips2 foot-end-content">是国内最早最大的书画艺术门户网站之一,由四川省美术家协会、四川省书法家协会、四川省诗书画院、成都画院、四川省政协书画研究院等...</div>
</div>
<div>
<div class="foot-end-right">
<div>
<img class="shu-logo" src="../img/public/shuy-logo.png" alt="图片丢失" title="成都惠民职工书院">
<div class="foot-end-titlez">成都惠民职工书院</div>
<div class="foot-end-content">地址成都市青羊区青羊大道129号文化宫2楼</div>
<div class="foot-end-content">电话028-81712589</div>
</div>
<div class="foot-count">
<div class="foot-end-title">联系我们</div>
<div class="foot-end-content">四川省成都市武侯区天益街38号理想中心3栋601</div>
<div class="foot-end-content">手机13880548658</div>
<div class="foot-end-content">电话028-61529525</div>
<div class="foot-end-content">zarts@126.com</div>
</div>
<div class="foot-qrcode">
<div>
<img src="../img/public/huax-em.png" alt="图片丢失" title="华夏艺术网">
<div>华夏艺术网</div>
</div>
<div>
<img src="../img/public/shuy-em.png" alt="图片丢失" title="成都惠民职工书院">
<div>成都惠民职工书院</div>
</div>
</div>
</div>
<div class="foot-end-bottom">Copyright@2021 华夏艺术网.All rights reserved. 蜀ICP备11111111号 技术支持全美网络 </div>
</div>
</div>
2021-09-07 10:04:27 +00:00
2021-09-06 09:56:27 +00:00
</body>
</html>