Skip to content

Commit

Permalink
首页和底部默认颜色方案
Browse files Browse the repository at this point in the history
  • Loading branch information
bufeilingyun committed Aug 28, 2016
1 parent e0c2a8c commit b4996d1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 14 deletions.
2 changes: 1 addition & 1 deletion resources/views/default/footer.tpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<footer class="page-footer orange">
<footer class="page-footer blue">
<div class="container">
<div class="row">
<div class="col l6 s12">
Expand Down
21 changes: 8 additions & 13 deletions resources/views/default/index.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<div class="section no-pad-bot" id="index-banner">
<div class="container">
<br><br>
<h1 class="header center orange-text">{$config["appName"]}</h1>
<h1 class="header center blue-text">{$config["appName"]}</h1>
<div class="row center">
<h5 class="header col s12 light">轻松科学上网 保护个人隐私</h5>
<h5 class="header col s12 light">轻松上网 自在畅游</h5>
{$homeIndexMsg}
</div>
{if $user->isLogin}
Expand All @@ -29,33 +29,28 @@
<div class="col s12 m4">
<div class="icon-block">
<h2 class="center light-blue-text"><i class="material-icons">flash_on</i></h2>
<h5 class="center">Super Fast</h5>

<h5 class="center">飞速奔跑,拒绝等待</h5>
<p class="light">
Bleeding edge techniques using Asynchronous I/O and Event-driven programming.
</p>
全球服务器节点部署,自研发高速协议架构,多条线路智能切换,实现跑满你的带宽,降低外服游戏的延迟,满足海外4K视频流畅观看,平均速度和稳定性皆优于其他加速产品。 </p>
</div>
</div>

<div class="col s12 m4">
<div class="icon-block">
<h2 class="center light-blue-text"><i class="material-icons">group</i></h2>
<h5 class="center">Open Source</h5>

<h5 class="center">更少流量,更快速度</h5>
<p class="light">
Totally free and open source. A worldwide community devoted to deliver bug-free code and long-term support.
</p>
独创智能分流技术,识别访问站点,实现国内网站不消耗飞速度流量,整天挂机也不必担心国内网站偷跑流量。这一切轻点按钮即可控制(此功能全端上线)。相比其他传统加速产品,飞速度让您用更少的流量消耗,获取更快的加速服务 </p>
</div>
</div>

<div class="col s12 m4">
<div class="icon-block">
<h2 class="center light-blue-text"><i class="material-icons">settings</i></h2>
<h5 class="center">Easy to work with</h5>
<h5 class="center">扫码秒连,省心高效</h5>

<p class="light">
Avaliable on multiple platforms, including PC, MAC, Mobile (Android and iOS) and Routers (OpenWRT).
</p>
无需配置,全平台客户端实现一键秒连,各国线路自动优选,并支持一个账号多设备使用。iOS客户端支持通知栏插件,省心高效,最大化便捷您的工作娱乐。安全匿名,我们也不会记录您的任何信息。遇到任何问题,可以通过微信随时随地联系我们。 </p>
</div>
</div>
</div>
Expand Down

0 comments on commit b4996d1

Please sign in to comment.