-
Notifications
You must be signed in to change notification settings - Fork 1
/
products.html
97 lines (94 loc) · 4.78 KB
/
products.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
---
layout: default
title: 产品与服务
---
{% include header.html banner=site.data.headers.product.banner title=site.data.headers.product.title %}
<section id="section" class="section section-sub product-parana">
<div class="container">
{% include nav.html items=site.data.navs.product index=0 %}
<img src="/public/images/products/parana-title.jpg" alt="parana">
<div class="row product">
<div class="one columns"> </div>
<div class="six columns">
<div class="product-intro" style="margin-top: 40px;">
<h4>好用</h4>
<h5>功能完善 易于二次开发</h5>
<p>除完整的电商基础功能外,更有多站点 CMS 、可配置营销等特色功能<br>
支持单店、B2B 、B2C 、B2B2C 等多种模式;支持特卖、秒杀、分期、预付等多种交易方式<br>
丰富的 API 和文档便于扩展和二次开发</p>
</div>
</div>
<div class="four columns">
<img src="/public/images/products/parana-1.png" alt="parana functional">
</div>
</div>
<div class="row product">
<div class="one columns"> </div>
<div class="four columns">
<img src="/public/images/products/parana-2.png" alt="parana distributed">
</div>
<div class="six columns">
<div class="product-intro right" style="margin-top: 55px;">
<h4>分布式架构</h4>
<h5>易于扩展 极限容量高</h5>
<p>适应业务发展,合理分配资源,应对峰值流量<br>
利于团队分工协作,利于系统功能扩张</p>
</div>
</div>
</div>
<div class="row product">
<div class="one columns"> </div>
<div class="six columns">
<div class="product-intro" style="margin-top: 50px;">
<h4>低成本</h4>
<h5>告别 IOE</h5>
<p>基于稳定且流行的开源技术构建,无收费服务和收费中间件<br>
只需 MySQL 和 PC Server 即可完美运行<br>
低运行成本意味着更高的利润空间</p>
</div>
</div>
<div class="four columns">
<img src="/public/images/products/parana-3.png" alt="parana low cost">
</div>
</div>
<div class="row product">
<div class="one columns"> </div>
<div class="four columns">
<img src="/public/images/products/parana-4.png" alt="parana service">
</div>
<div class="six columns">
<div class="product-intro right" style="margin-top: 40px;">
<h4>优质服务</h4>
<h5>多样而高性价比的服务</h5>
<p>专业团队提供定制开发服务<br>
开发培训、架构咨询、业务咨询<br>
远程驻场皆可,响应及时,快速到位</p>
</div>
</div>
</div>
<div class="divider"></div>
<div class="row product">
<div class="one columns"> </div>
<div class="five columns">
<h5>产品特性</h5>
<p>基于互联网分布式架构,可线性扩展,对大流量、高并发有良好支撑,可支持过亿级PV/UV,同时能为企业节省大量设备及平台软件费用(2000万PV/UV只需要20台PC Server,硬件成本50万以内,相对传统IOE架构可节约500-1000万平台费用);</p>
<p>完全自主开发平台,对企业需求可深度定制;</p>
<p>一个平台、多种接入:电商平台可快速搭建PC、IOS手机、Android手机及微信等多种渠道终端访问站点,实现一个平台、多种接入;</p>
<p>支持B2B2C多店铺体系,能够灵活支撑多变的业务模式;</p>
<p>快速建站系统:所见即所得的装修功能,快速实现网页搭建,支撑互联网快速响应;并可预设模板,规范平台用户体验;</p>
<p>多级商品类目体系:通过前台类目、后台类目、店铺类目多级类目体系,支撑商品快速检索、导购及海量商品有效管理;</p>
<p>支持多站点多实例,方便做A/B test;</p>
<p>提供多种交易场景和营销工具,支撑电商运营和推广;</p>
<p>提供埋点服务,支持平台访问和操作行为分析;并通过Terminus平台提供深度数据监控与分析服务;</p>
<p>支持微信、支付宝、银联及银行在线等多种在线支付;</p>
<p>完整的后台运营和结算体系。</p>
</div>
<div class="five columns" style="text-align: center; margin-top: 200px;">
<p>获取更多信息:</p>
<p><a href="/public/files/parana-introduction.pdf">介绍文档</a> <a href="/public/files/parana-whitepaper.pdf">白皮书</a></p>
<h6>或直接与我们取得联系:</h6>
<p>[email protected] / 0571-56131922</p>
</div>
</div>
</div>
</section>