Skip to content
This repository has been archived by the owner on Apr 9, 2020. It is now read-only.

Commit

Permalink
细节建议 (#8)
Browse files Browse the repository at this point in the history
* 删除无效的客服电话

* 更新footer相关描述

* 更新Logo和Job默认图片地址
  • Loading branch information
gwind authored and flowfire committed Jun 2, 2017
1 parent 6be011e commit 0161526
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions app/view/home/index.nj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@

<header class="ui container fluid">
<div class="ui container">
<div class="logo"></div>
<div class="logo">
<img src="https://img.ooclab.com/remotex/logo.png"/>
</div>
<div class="right-menu">
<div class="button">注册</div>
<div class="button highlight">登陆</div>
Expand All @@ -31,7 +33,9 @@
<ul>
{% for item in list %}
<li class="card">
<div class="icon"></div>
<div class="icon">
<img src="https://img.ooclab.com/remotex/cleancode.png"/>
</div>
<h4>{{ item.title }}
{% if item.city %}
<span class="city">
Expand Down

0 comments on commit 0161526

Please sign in to comment.