-
Notifications
You must be signed in to change notification settings - Fork 0
/
case_lungeart.php
34 lines (27 loc) · 1.53 KB
/
case_lungeart.php
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
<!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>
<?php
$title = "客户案例 -蓝码动力";
$keywords = "图片管理,照片管理,解决方案,超级图库管理软件,SuperLib,网络版,蓝码动力";
$description = "超级图库管理软件在电力企业、图书出版、学校、广告公司、建筑设计、机械设计及制造、装饰设计、摄影、机关单位等行业的应用解决方案。";
include('meta.php'); ?>
</head>
<body>
<?php include 'header.php'; ?>
<div class="subbanner"><div class="banner_sol"></div></div>
<div class="main">
<div class="content">
<div class="here"><a href="index.php">首页</a> >> <a href="solutions.php">解决方案</a> >> 网站建设</div>
<div class="text2">
<h2 align="center">SuperLib软件在网站建设中的应用</h2>
<div class="content">
<p>北京朗晨文化艺术有限公司(渔人墨客设计室)使用SuperLib软件,成功实现资源图片的管理,从而为其客户提供更好的企业形象管理、视觉创意设计、网站建设与维护、多媒体设计制作等服务。</p>
<div class="image"><a href="images/example_lungeart_big.png" target="_blank"><img src="images/example_lungeart.png" alt="点击查看大图" border="0"></a></div>
</div>
</div>
</div>
</div>
<?php include 'footer.php'; ?>
</body>
</html>